{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)" ], "description": "Produce & Publish Authoring Environment\n=======================================\n\nThe Produce & Publish Authoring Environment is a Plone-based\nsolution for generating high-quality PDF documents from Plone\ncontent and office content supporting \n\n- managing editorial content\n- conversion assets\n- conversion configuration\n- conversion and publication\n\nunder one hood.\n\nRequirements\n------------\n\n- Plone 4.1, 4.2 (untested with Plone 4.3)\n- installation of the Produce & Publish server (see documentation)\n- currently supports the commercial PDFreactor and PrinceXML as external PDF converter\n- support for free PDF generation using PhantomJS upcoming)\n\n.. note:: With ``zopyx.authoring`` Version 2.4 or higher you will need\n to upgrade your Produce & Publish Server to the new ``pp.server``\n implementation.\n\nDocumentation\n-------------\n\nSee http://pythonhosted.org/zopyx.authoring\n\nSource code:\n------------\n\n- https://bitbucket.org/ajung/zopyx.authoring/src/master/src/zopyx.authoring\n\nIssue tracker:\n--------------\n\n- https://bitbucket.org/ajung/zopyx.authoring/issues\n\n\nLicense\n-------\n\n``Product & Publish Authoring Environment`` is published under the GNU Public License V2 (GPL 2).\n\nContact\n-------\n\n| ZOPYX Limited\n| Hundskapfklinge 33\n| D-72074 Tuebingen, Germany\n| info@zopyx.com\n| www.zopyx.com\n| www.produce-and-publish.info\n\nChangelog\n=========\n\n2.4.0 (04-10-2013)\n------------------\n- updated to new ``pp.server`` \n\n2.3.0 (03-10-2013)\n------------------\n- documentation updated\n\n2.2.6 (02-10-2013)\n------------------\n- fixed package metadata\n\n2.2.4 (02-10-2013)\n------------------\n- removed ui.multiselect.js (compatiblity foul with Plone 4.2)\n\n2.2.0 (06-07-2013)\n------------------\n- First public open-source release\n\n2.1.8 (2013/02/24)\n------------------\n- removed Products.ImageEditor support\n\n2.1.7 (2012/07/04)\n------------------\n- fixed unbound variable problem causing an error when using\n cover pages\n\n2.1.6 (2012/06/21)\n------------------\n- integrated collective.zipfiletransport\n\n2.1.5 (2012/04/03)\n------------------\n- DOCX import: removing all border*, padding* and margin* CSS properties\n- content aggregator allows now references to AuthoringContentPage instances\n- support for index generation\n\n2.1.4 (2011/12/12)\n------------------\n- support for ZIP archive upload containing the conversion result\n of a local Open-Office/LibreOffice conversion (HTML + images)\n- improved transformations for office import \n\n2.1.3 (2011/10/14)\n------------------\n- added fixAmpersand transformation for dealing with solitary \n '&' inside HTML content \n\n2.1.2 (2011/10/12)\n------------------\n- better support for importing footnotes from Word \n\n2.1.1 (2011/10/06)\n------------------\n- enabled JS for table popups by default\n- fixed link to import form \n- not archiving default option in import form\n\n2.1.0 (2011/09/22)\n------------------\n- support for uploading the ZIP archive (@@download_all view)\n to Dropbox \n\n2.0.9 (2011/09/14)\n------------------\n- integrated ui.multiselect.js for better user experience editing the styles\n\n2.0.8 (2011/09/11)\n------------------\n- removed all BeautifulSoup culprits\n- UI fine-tuning\n\n2.0.7 (2011/09/10)\n------------------\n- fixed ZCML startup failure (under some conditions)\n\n2.0.6 (2011/09/08)\n------------------\n- added a conversion \"preflight\" for checking consistency of HTML and image\n export\n- Publish-to-Dropbox functionality\n- added @@pp-demo-content view\n- various fixes\n\n2.0.5 (2011/09/02)\n------------------\n- fixed issues in office import\n- using new transformation machinery in office import browser view\n- more tests\n\n2.0.4 (2011/08/25)\n------------------\n- syncing of a resource from filesystem to Plone is now more accurate\n- better error message if a configured master template (PDF template)\n could not be found\n- added \"My Authoring Projects\" portlet\n- fixed issues with calibre default configuration and parameter escaping\n- better support for EPUB coverpages and EPUB author handling\n\n2.0.3 (2011/08/15)\n------------------\n- better checks for Produce & Publish server availability\n- moved office import form (AuthoringContentFolder) to its own \n browser view and made it available as \"Office Import (DOC)\" action\n (while removing the import form from the viewlet configuration)\n- added (undocumented) cleanup functionality for removing drafts older\n than N days from all conversion folders (@@cleanup-project-form)\n\n2.0.2 (2011/08/02)\n------------------\n- using new Proxy2 implementation of the zopyx.smartprintng.client API\n\n2.0.1 (2011/08/02)\n------------------\n- removing 0x0b char from conversion input in order to avoid trouble with\n content pasted into Plone from Windows applications\n- added description to GS profile registration\n- fixed issue with collapsible table in conversionsfolder_view.pt\n- implemented an experimental table popup/overlay functionality (disabled by default)\n- i18n issues\n\n2.0.0 (2011/07/25)\n---------------------\n- final release\n\n2.0.0rc4 (2011/07/13)\n---------------------\n- fixed conversion folder view template\n\n2.0.0rc3 (2011/07/11)\n---------------------\n- fixed bug in content_type_registry registration code\n\n2.0.0rc2 (2011/07/02)\n---------------------\n- minor whitespace cleanup\n\n2.0.0rc1-1 (2011/07/01)\n-----------------------\n- removed obsolete monkey patch for ATDocument\n\n2.0.0rc1 (2011/07/01)\n---------------------\n- disabled image metadata view outside authoring projects\n- better check for 'tidy' result\n- added support for div.ignore-headings-for-structure\n- disabled support for nested folders inside AuthoringContentFolders\n\n2.0.0b2 (2011/06/16)\n--------------------\n- (temporarily) replace collective.referencedatagrid field with\n a standard reference field \n- ippcontent subscriber now limits modification of the HTML \n to fields with content-type text/html only\n- (optional) back-to-top functionality through Javascript\n (zopyxauthoring_backtotop.js must be enabled in portal_javascript - disabled\n by default))\n\n2.0.0b1 (2011/05/24)\n--------------------\n- improved S5 functionality for aggregated and single-page documents\n- improved office format import\n\n2.0.0a4 (2011/05/20)\n--------------------\n- better S5 functionality\n- first integration of the external office format converter through\n a web service\n\n2.0.0a3 (2011/05/17)\n--------------------\n- minor fixes\n- improved image detail view (colorspace + EXIF metadata)\n\n2.0.0a2 (2011/05/14)\n--------------------\n- using collective.referencedatagridfield in content aggregator\n- minor fixes in inspectors\n\n2.0.0a1 (2011/05/10)\n--------------------\n- major refactoring \n- major feature update\n\n1.5.0 (2011/02/12)\n------------------\n- major update\n\n1.0.9 (2010/10/12)\n------------------\n- minor fixes in GS profiles\n- introducing BeforePublishing event\n- introducing AfterPublishing event\n- added AuthoringConversionsCollection type (for better grouping of conversions)\n- a conversion folder can now reference an AuthoringContentFolder or a subfolder\n\n1.0.8 (2010/08/11)\n------------------\n- fixed some i18n issues\n- fixed improper default for contents folder when creating a new authoring\n project\n\n1.0.7 (2010/08/06)\n------------------\n- added 'comment' functionality: choose 'comment' style in TinyMCE\n in order to mark a selected piece of text as comment. Comments will removed\n from the consolidated HTML and PDF.\n- fixed improper image reference in consolidated HTML \n- requires zopyx.smartprintng.plone==0.6.20\n\n1.0.6 (2010/08/05)\n------------------\n- fixed presets of conversion folder while creating\n a new authoring project instance\n\n1.0.5 (2010/06/12)\n------------------\n- truncate generate filenames in order to append the date-time string properly\n because normalizeString() chops off after the 50th character\n- fixes for consolidated HTML generation\n\n1.0.4 (2010/06/10)\n------------------\n- adjusted TinyMCE configuration in order to avoid relative links\n\n1.0.3 (2010/06/07)\n------------------\n- improved german translation and wording\n- minor UI tweaks\n\n1.0.2 (2010/05/25)\n------------------\n- i18n support\n- german translation\n- new conversion option for generation PDF, consolidated HTML and\n chapter-wise PDF in one run\n- various UI tweaks\n- added (optional) portlet for one-click conversion\n- minor internal cleanup\n\n1.0.1 (2010/05/19)\n------------------\n- switched to convertZIP2() API\n- fixed content settings of the demo pages while creating a new authoring\n project\n- fixed broken indexing call\n- adjusted ordering of folders during creation of a new authoring project\n\n1.0.0 (2010/05/10)\n------------------\n- first public release\n\n0.9.0 (2010/04/14)\n------------------\n- various changes\n\n0.4.0 (2010/03/28)\n------------------\n- replaced most of the reference fields with paths\n\n0.3.3 (2010/03/27)\n------------------\n- fixed manage_afterAdd() implementation of conversion folder implementation\n\n0.3.2 (2010/03/26)\n------------------\n- fixes for missing 'locales' directory\n\n0.3.0 (2010/03/26)\n-------------------\n- various fixes \n\n0.2.0 (2010/03/10)\n-------------------\n- various fixes and additions\n\n0.1.0 (2010/02/10)\n-------------------\n- Initial release", "description_content_type": null, "docs_url": "https://pythonhosted.org/zopyx.authoring/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.produce-and-publish.com", "keywords": "", "license": "GNU Public License V2 (GPL 2)", "maintainer": null, "maintainer_email": null, "name": "zopyx.authoring", "package_url": "https://pypi.org/project/zopyx.authoring/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopyx.authoring/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.produce-and-publish.com" }, "release_url": "https://pypi.org/project/zopyx.authoring/2.4.0/", "requires_dist": null, "requires_python": null, "summary": "Produce & Publish Authoring Environment", "version": "2.4.0" }, "last_serial": 881105, "releases": { "2.1.9": [ { "comment_text": "", "digests": { "md5": "74dc6d8c96a8b633f13dc2aaec147b04", "sha256": "7bfa95ada6ed04ab7c69e1349ee275df0f1fc72de78365f680c17633743486ab" }, "downloads": -1, "filename": "zopyx.authoring-2.1.9.zip", "has_sig": false, "md5_digest": "74dc6d8c96a8b633f13dc2aaec147b04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3910645, "upload_time": "2013-10-02T13:38:41", "url": "https://files.pythonhosted.org/packages/c3/bb/fa0b982e4dafd97f3e9faf9c61fd14ef0f11d137a6d1adbb10a8a34e299d/zopyx.authoring-2.1.9.zip" } ], "2.1.9.1": [ { "comment_text": "", "digests": { "md5": "eb0da5fccf625ba5ca695216501256a2", "sha256": "55e64c2b1137b390014e4115e31e14a7fceccc83a83aa9bc190a8dae57455bcb" }, "downloads": -1, "filename": "zopyx.authoring-2.1.9.1.zip", "has_sig": false, "md5_digest": "eb0da5fccf625ba5ca695216501256a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3917287, "upload_time": "2013-10-02T13:46:57", "url": "https://files.pythonhosted.org/packages/ca/20/4a4aa22b1c7171d05f4f465fbbe6ad3f10a581157f0fa47ce0d278ee197c/zopyx.authoring-2.1.9.1.zip" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "f5fac2e9e2046b799bf1913ed462ecb6", "sha256": "743006b5311489a7902beb80a7cc1a93edd035795fd639bf517ca6dc38a752d6" }, "downloads": -1, "filename": "zopyx.authoring-2.2.0.zip", "has_sig": false, "md5_digest": "f5fac2e9e2046b799bf1913ed462ecb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3900169, "upload_time": "2013-07-06T11:05:21", "url": "https://files.pythonhosted.org/packages/ea/57/120b504fc1c8deef95ac2e07eff268502f30aa92dbcb89c2c6722e61d8f8/zopyx.authoring-2.2.0.zip" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "ea09ee285a2a051bf9b35ec1ea11428c", "sha256": "d4bc2934907aa3c29d368d8ceb1deaef6024ebf24e77fa24226c5143847642c5" }, "downloads": -1, "filename": "zopyx.authoring-2.2.1.tar.gz", "has_sig": false, "md5_digest": "ea09ee285a2a051bf9b35ec1ea11428c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3797868, "upload_time": "2013-07-06T11:09:21", "url": "https://files.pythonhosted.org/packages/38/b3/fcafbc89968deabd0b4e9666b92f10e19e52c518ca1adb26872923a62ee5/zopyx.authoring-2.2.1.tar.gz" } ], "2.2.2": [], "2.2.3": [ { "comment_text": "", "digests": { "md5": "627351c0494a43c6e8494ffb3c2df7a9", "sha256": "e904cc966c8ccd43316d8b3080fca8c7ed2e18d30fd7be622091a91886c1debb" }, "downloads": -1, "filename": "zopyx.authoring-2.2.3.tar.gz", "has_sig": false, "md5_digest": "627351c0494a43c6e8494ffb3c2df7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3797961, "upload_time": "2013-07-06T11:23:59", "url": "https://files.pythonhosted.org/packages/26/f9/b47eca0fc2ba66803b1de948384ed55d22be26ef4268e61fff76b4baa838/zopyx.authoring-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "90ae1b64028183b2ef38e7a7eb45cf3e", "sha256": "bdf181ffde67f0cda751ec40a1e25f970c0a087376e3be2c980fea19b556278a" }, "downloads": -1, "filename": "zopyx.authoring-2.2.4.zip", "has_sig": false, "md5_digest": "90ae1b64028183b2ef38e7a7eb45cf3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3880107, "upload_time": "2013-10-02T14:11:40", "url": "https://files.pythonhosted.org/packages/16/12/6a266110c67e9c0e1c5639c8c95000932ee3025bd7207d8af3f90a669308/zopyx.authoring-2.2.4.zip" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "2fca260d7179fa16bad9888ee611ad47", "sha256": "7cffb544f9a1788097380d160fd4e052de3ad253f33c68b67cdd9fafe31afa93" }, "downloads": -1, "filename": "zopyx.authoring-2.2.5.zip", "has_sig": false, "md5_digest": "2fca260d7179fa16bad9888ee611ad47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3880184, "upload_time": "2013-10-02T14:17:03", "url": "https://files.pythonhosted.org/packages/1b/7c/e0127b3d57124e55217edbff700b7b94eae7c4ce4c015ffceeae1758e19d/zopyx.authoring-2.2.5.zip" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "c949c745cd8715f69422307c07c4a591", "sha256": "a6a6d1ac72dacee009d6c31d5a1f4dce51982996a31ffca5f55cfcebacd819db" }, "downloads": -1, "filename": "zopyx.authoring-2.2.6.zip", "has_sig": false, "md5_digest": "c949c745cd8715f69422307c07c4a591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3880219, "upload_time": "2013-10-02T14:18:38", "url": "https://files.pythonhosted.org/packages/e5/d5/d71530d45f827a75ff984599fb0e2b9c73e5b49181062e7f24b5f4afd239/zopyx.authoring-2.2.6.zip" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "8a306d040a1dceb89dba6c217a379b26", "sha256": "e1e691d03885834594f4bac099517dd5c2e17e80141bd974a3467d39916994d5" }, "downloads": -1, "filename": "zopyx.authoring-2.3.0.zip", "has_sig": false, "md5_digest": "8a306d040a1dceb89dba6c217a379b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5880531, "upload_time": "2013-10-03T11:03:55", "url": "https://files.pythonhosted.org/packages/6e/cf/4182c21b705d2ae1ef238f4de42b17f18a53f743ce7cdc1756d43e430e05/zopyx.authoring-2.3.0.zip" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "1a874463964369b996202d0ef50af68c", "sha256": "887800b1112d1cdbc4d36daab40da0ba3cff79a7bda0a2f8c3b42acfaa7d0f70" }, "downloads": -1, "filename": "zopyx.authoring-2.4.0.zip", "has_sig": false, "md5_digest": "1a874463964369b996202d0ef50af68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5876398, "upload_time": "2013-10-04T12:59:11", "url": "https://files.pythonhosted.org/packages/70/26/57ff49dbf3fba60b8b37bb67523bf7c913fdc2eb05aa1e80d1f9ef650030/zopyx.authoring-2.4.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a874463964369b996202d0ef50af68c", "sha256": "887800b1112d1cdbc4d36daab40da0ba3cff79a7bda0a2f8c3b42acfaa7d0f70" }, "downloads": -1, "filename": "zopyx.authoring-2.4.0.zip", "has_sig": false, "md5_digest": "1a874463964369b996202d0ef50af68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5876398, "upload_time": "2013-10-04T12:59:11", "url": "https://files.pythonhosted.org/packages/70/26/57ff49dbf3fba60b8b37bb67523bf7c913fdc2eb05aa1e80d1f9ef650030/zopyx.authoring-2.4.0.zip" } ] }