chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 29 forks source link

Select parts/items to export #41

Open patrickmj opened 12 years ago

patrickmj commented 12 years ago

Imported from Trac ticket #114 reported by boonebgorges on 2011-01-03:

Might be nice to allow users to select the parts/sections they'd like to include in a given export. Would need a couple things: 1) a page during the export process with a project outline and checkmarks for each one, along with some js for check all/uncheck all on part- and project-wide basis 2) An additional piece of structured data passed through the session to the TEI builder, containing information about which items to include in the export.

We should try to make this simple, so as not to reproduce functionality that belongs on the project organizer screen. Any screens added to export should be quick and dirty, for getting around PHP memory problems and stuff like that. Maybe we could enforce simplicity by only allowing selection/deselection on a part-by-part basis.