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 28 forks source link

Create toggles for "Anthologized by", etc #48

Open boonebgorges opened 13 years ago

boonebgorges commented 13 years ago

From a user report: "- "Anthologized by: xxx" is shown -> you should give your users a change to not show this

I'm tempted to say that this should be theme dependent, but if anyone does feel like patching this together (probably as optional toggles, registered with anthologize_register_format_option()), it might be worth including.

patrickmj commented 13 years ago

Similar to #47, this prompts us to nail down a mechanism for choosing what info is and is not pushed out to the export.

I have the same temptation to say it should be theme dependent. Following WP, themes let people make lots of various choices, so it'd make sense to follow the same pattern here. That said, it's not like we have the depth of themes/exports available that WP has.

So, if we go with the route of toggle via anthologize_register_format_option(), which I think is the way to go, we're looking at some additional UI work along with it.

Just to make sure-- is this with PDF export, or another format?

boonebgorges commented 13 years ago

I assume it's PDF export, though the original reporter didn't specify http://wordpress.org/support/topic/637159

patrickmj commented 13 years ago

Commit https://github.com/chnm/anthologize/commit/22f720addd416f7500b8e8b32904ad4ad4cc5ec7 on branch 0.6.x moves in this direction, at least for the project level. I still need to add options into the interface