{ "info": { "author": "Emanuel Sartor, Santiago Bruno", "author_email": "info@menttes.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\r\n============\r\n\r\nThis package provides content types for legislative documents. You can see the\r\nproduct in action in http://digesto.unc.edu.ar/.\r\n\r\nFor more detailed documentation read docs/README.txt or docs/README-es.txt for\r\ndocumentation in Spanish, which is more extensive at this point.\r\n\r\nDescription\r\n===========\r\n\r\nThe main content types provided are:\r\n\r\n * Normativa, stores a legislative document in binary format and its metadata.\r\n\r\n * Area, a folderish content type where normativas can be added and\r\n categorized.\r\n\r\n\r\nDependencies\r\n============\r\n\r\nThis product should work with the whole Plone 3 serie. Nevertheless, is was\r\nonly tested in Plone 3.3rc2. The following products must be installed in your\r\nsite before installing Products.DigestoContentType:\r\n\r\n * Products.ATExtensions 0.9.5\r\n\r\n * iw.fss 2.7.6\r\n\r\n * Products.ATBackRef 2.0\r\n\r\n * Products.CMFPlacefulWorkflow (which already comes with Plone)\r\n\r\n\r\nInstallation\r\n============\r\n\r\nMake sure that all the dependencies are installed. If you use zc.buildout, just\r\nadd Products.DigestoContentTypes to your eggs and zcml and rerun buildout. In\r\nthe site install all the dependencies and finally Products.DigestoContentTypes.\r\n\r\nA sample buildout can be found in the product's SVN repository:\r\nhttp://svn.plone.org/svn/collective/Products.DigestoContentTypes/buildout. That\r\nbuildout can be used to quickly try the product or serve as a base to modify\r\nyour own buildout configuration.\r\n\r\n\r\nDevelopment\r\n===========\r\n\r\nThis product was generated using ArchGenXML.\r\n\r\nYou can build the development buildout by running the following commands:\r\n\r\n$ svn co\r\nhttp://svn.plone.org/svn/collective/Products.DigestoContentTypes/buildout digesto\r\n\r\n$ cd digesto\r\n\r\n$ python2.4 bootstrap.py\r\n\r\n$ ./bin/buildout\r\n\r\nThen you can start the Zope instance running:\r\n\r\n$ ./bin/instance fg\r\n\r\nThe ZMI can be accessed in http://localhost:8080/manage, where you can\r\nauthenticate using 'admin' as user id and password.\r\n\r\n\r\nCredits\r\n=======\r\n\r\nThis product was developed by Emanuel Sartor and Santiago Bruno from Menttes.\r\nThe development was sponsored by the Universidad Nacional de C\u00f3rdoba and\r\nMenttes.\r\n\r\n\r\nAcknowlegements\r\n===============\r\n\r\nThe attachment management widget was originally created by Martin Aspeli for\r\nthe RichDocument product. The templates can be found in:\r\nskins/digestocontenttypes_templates/widget_attachments*; the widget\r\nclass is in the 'widget' directory.\r\n\r\nThe dynamic sequence widget was created by Philipp von Weitershausen in his\r\ndemo application for the \"Web Component Development with Zope 3\" book. Files:\r\nbrowser/widget.py, browser/templates/widget.pt and\r\nbrowser/resources/sequence.js.\r\n\r\nThe normativas live search is highly based on the Plone live search. Files:\r\nbrowser/resources/normativalivesearch.js,\r\nskins/digestocontenttypes_templates/normativa_livesearch_reply.py.\r\n\r\nThe normativas search and 'send to' functionalities is derived from Plone's\r\nsearch and 'send to' functioanlities. Files (all of them in\r\nskins/digestocontenttypes_templates/): normativa_search.pt, normativa_send.cpt,\r\nnormativa_sendto.cpy.\r\n\r\nThe are a bunch on templates derived from Archetypes templates. Archetypes was\r\nwritten by Benjamin Saller and others. All the derived files are in the\r\nskins/digestocontenttypes_templates/ directory:\r\n\r\n * The files area_view.pt and normativa_view.pt are derived from the\r\n base_view.pt template.\r\n\r\n * The file edit_macros_attachments.pt is derived from edit_macros.pt.\r\n\r\n * The file manage_attachments.cpt is derived from base_edit.cpt.\r\n\r\nThe records widget is derived from the ATExtensions records widget.\r\nATExtensions was written by Raphael Ritz. File:\r\nskins/digestocontenttypes_templates/dct_records_widget.pt.\r\n\r\nThe mock mail host utility is derived from the one in PasswordResetTool, by\r\nJ. Cameron Cooper. File: tests/utils.py.\r\n\r\nThis product was generated using ArchGenXML by Phil Auersperg, Jens Klein, et\r\nal.\r\n\r\n\r\nChangelog for DigestoContentTypes\r\n=================================\r\n\r\n (name of developer listed in brackets)\r\n\r\nDigestoContentTypes 1.2a1\r\n\r\n - Eggification and update to work with Plone 3.3rc2.\r\n [emanuel]\r\n\r\n - Cleaning for public release.\r\n [emanuel]\r\n\r\n\r\nDigestoContentTypes 1.1.7\r\n\r\n - Solved redirect issue when modifying some sensitive fields in normativas.\r\n [emanuel]\r\n\r\n - Added help text on CUDAP field.\r\n [sbruno]\r\n\r\n\r\nDigestoContentTypes 1.1.6\r\n\r\n - Manage abbreviations can be managed by area local managers.\r\n [sbruno]\r\n\r\n - Documentation for developers added.\r\n [sbruno, emanuel]\r\n\r\n\r\nDigestoContentTypes 1.1.5\r\n\r\n - Rename the attachments when the normativa is renamed.\r\n [nueces]\r\n\r\n - Validation for the soure field when the normativa is created.\r\n [nueces]\r\n\r\n\r\nDigestoContentTypes 1.1.4\r\n\r\n - Indexes are not reset when the product is reinstalled.\r\n [emanuel]\r\n\r\n\r\nDigestoContentTypes 1.1.3\r\n\r\n - CUDAP field added to the catalog.\r\n [sbruno]\r\n\r\n - Field CUDAP added to normativas.\r\n [frapell]\r\n\r\n - Fix in migration script so the migration doesn't fail when trying to\r\n publish an already public normativa.\r\n [nueces]\r\n\r\n\r\nDigestoContentTypes 1.1.2\r\n\r\n - Fix search so you can find a normativa when you search for the main file\r\n name.\r\n [sbruno]\r\n\r\n - Normativa and dossier numbers made searchable.\r\n [sbruno]\r\n\r\n - Limit search results to 10 items per page.\r\n [sbruno]\r\n\r\n - Livesearch customized so it only show results of types: Normativa,\r\n Attachment and Area.\r\n [sbruno]\r\n\r\n - Publish areas and normativas in the migration script.\r\n [nueces]\r\n\r\n\r\nDigestoContentTypes 1.1.1\r\n\r\n - Solved the error: The id \".wf_policy_config\" is invalid - it is already in\r\n use when running the migration script.\r\n [sbruno]\r\n\r\n - Migration script fixes.\r\n [nueces]\r\n\r\n\r\nDigestoContentTypes 1.1.0\r\n\r\n - Editors can remove attachments in normativas.\r\n [sbruno]\r\n\r\n - Translations updated.\r\n [sbruno]\r\n\r\n - Abbreviations added to areas. Abbreviations are asociated to normativa's\r\n type and used in the normativa's URL.\r\n [sbruno]\r\n\r\n - Title autogeneration for normativas.\r\n [sbruno]\r\n\r\n - Attachments are named after the main file in normativas.\r\n [sbruno]\r\n\r\n\r\nDigestoContentTypes 1.0.0\r\n\r\n - Generated skeleton product from ArchGenXML 2.0.\r\n [generator]\r\n\r\n - Full implementation.\r\n [sbruno, emanuel]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/digestocontenttypes/", "keywords": "web zope plone", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "Products.DigestoContentTypes", "package_url": "https://pypi.org/project/Products.DigestoContentTypes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.DigestoContentTypes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/digestocontenttypes/" }, "release_url": "https://pypi.org/project/Products.DigestoContentTypes/1.2a1/", "requires_dist": null, "requires_python": null, "summary": "Plone content types for legislative documents", "version": "1.2a1" }, "last_serial": 785010, "releases": { "1.2a1": [ { "comment_text": "", "digests": { "md5": "62726352b9afa22d09c31422fca13fa5", "sha256": "bf086fd0aea8545814aa73fbee5f50e13f126c329bed552b8aef531d5eda8189" }, "downloads": -1, "filename": "Products.DigestoContentTypes-1.2a1-py2.4.egg", "has_sig": false, "md5_digest": "62726352b9afa22d09c31422fca13fa5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 771891, "upload_time": "2009-04-27T09:19:28", "url": "https://files.pythonhosted.org/packages/e9/d0/e59b6fe866f3a0b1c278b5873099e53be2dba607a49065e6ae98aca44ab1/Products.DigestoContentTypes-1.2a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4474fb504eb807321e0bdea32f910952", "sha256": "0ba0431ca5b759a7e16414fe60c82fe080e9f58aa913ecf32d6f8d33f187aa6d" }, "downloads": -1, "filename": "Products.DigestoContentTypes-1.2a1.tar.gz", "has_sig": false, "md5_digest": "4474fb504eb807321e0bdea32f910952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 673682, "upload_time": "2009-04-27T09:18:31", "url": "https://files.pythonhosted.org/packages/e3/04/d5f352ae9a9760e1ae4e9e7716650c364443abf384fc053fe3538cda2ddd/Products.DigestoContentTypes-1.2a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62726352b9afa22d09c31422fca13fa5", "sha256": "bf086fd0aea8545814aa73fbee5f50e13f126c329bed552b8aef531d5eda8189" }, "downloads": -1, "filename": "Products.DigestoContentTypes-1.2a1-py2.4.egg", "has_sig": false, "md5_digest": "62726352b9afa22d09c31422fca13fa5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 771891, "upload_time": "2009-04-27T09:19:28", "url": "https://files.pythonhosted.org/packages/e9/d0/e59b6fe866f3a0b1c278b5873099e53be2dba607a49065e6ae98aca44ab1/Products.DigestoContentTypes-1.2a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4474fb504eb807321e0bdea32f910952", "sha256": "0ba0431ca5b759a7e16414fe60c82fe080e9f58aa913ecf32d6f8d33f187aa6d" }, "downloads": -1, "filename": "Products.DigestoContentTypes-1.2a1.tar.gz", "has_sig": false, "md5_digest": "4474fb504eb807321e0bdea32f910952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 673682, "upload_time": "2009-04-27T09:18:31", "url": "https://files.pythonhosted.org/packages/e3/04/d5f352ae9a9760e1ae4e9e7716650c364443abf384fc053fe3538cda2ddd/Products.DigestoContentTypes-1.2a1.tar.gz" } ] }