{ "info": { "author": "Raptus AG", "author_email": "dev@raptus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nYou have a site where you have a lot of tables to be displayed and styled, then this\npackage is for you. It provides a generic way to create tables in articles.\n\nThe following features for raptus.article are provided by this package:\n\nContent\n-------\n * Provides a table content type for raptus.article\n\nComponents\n----------\n * raptus.article.table.right\n * raptus.article.table.left\n * raptus.article.table.full\n\nDependencies\n------------\n * archetypes.schemaextender\n * raptus.article.core\n\nInstallation\n============\n\nTo install raptus.article.table into your Plone instance, locate the file\nbuildout.cfg in the root of your Plone instance directory on the file system,\nand open it in a text editor.\n\nAdd the actual raptus.article.table add-on to the \"eggs\" section of\nbuildout.cfg. Look for the section that looks like this::\n\n eggs =\n Plone\n\nThis section might have additional lines if you have other add-ons already\ninstalled. Just add the raptus.article.table on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.table\n\nNote that you have to run buildout like this::\n\n $ bin/buildout\n\nThen go to the \"Add-ons\" control panel in Plone as an administrator, and\ninstall or reinstall the \"raptus.article.default\" product.\n\nNote that if you do not use the raptus.article.default package you have to\ninclude the zcml of raptus.article.table either by adding it\nto the zcml list in your buildout or by including it in another package's\nconfigure.zcml.\n\nUsage\n=====\n\nAdd table\n---------\nYou may now add tables in your article. Click the \"Add new\" menu and select \"Table\" in the pull down menu.\nYou get the standard plone form to add your table.\n\nConfigure your table\n--------------------\nTables consist of a fixed column definition which may be set either per table or\nglobally in the table configlet. Every table needs either a global definition or \na local one to work.\n\nComponents\n----------\nNavigate to the \"Components\" tab of your article, select one of the table components\nand press \"save and view\". Note that at least one table has to be contained\nin the article in which this component is active.\n\nCopyright and credits\n=====================\n\nraptus.article is copyrighted by `Raptus AG `_ and licensed under the GPL. \nSee LICENSE.txt for details.\n\nDeveloper Manual\n================\n\nNote: You find a developer manual for raptus.article at \n`raptus.article.core `_.\nPlease have look there if you need more information.\n\nCode overview\n=============\n\nComponents\n----------\n\nplone.abovecontentbody\n``````````````````````\n- raptus.article.table.right\n- raptus.article.table.left\n\nplone.belowcontentbody\n``````````````````````\n- raptus.article.table.full\n\nInterfaces\n----------\n\nfile: interfaces.py\n```````````````````\n- ITables (Provider for tables contained in an article)\n - getTables - method (Returns a list of tables (catalog brains))\n\n- IRows (Provider for rows contained in a table)\n - getRows - method (Returns a list of rows (catalog brains))\n\n- IDefinitions (Handles table definitions)\n - getDefinition - method (Returns the definition)\n - getAvailableDefinitions - method (Returns a dict of definitions available for this article)\n - addDefinition - method (Adds a new global definition)\n - removeDefinition - method (Removes a global definition)\n\n- IDefinition (Definition provider for tables) \n - getCurrentDefinition - method (Returns the definition for this article)\n\n- ITable (Marker interface for the table content type)\n\n- IRow (Marker interface for the row content type)\n\n- IType (A column type)\n - structure - method (Whether the value has to be rendered as structure or not)\n - modifier - method (Returns the modified value)\n - field - method (Returns the ExtensionField to be used in the SchemaExtender)\n\nChangelog\n=========\n\n2.0b14 (2013-07-02)\n-------------------\n\n* Adjustments for new raptus.article.core functionality (drag'n'drop and edit components view)\n* Added dependency for simplejson\n\n2.0b13 (2012-05-11)\n-------------------\n\n* Allow renaming of existing table definitions which are in use\n\n2.0b12 (2012-05-08)\n-------------------\n\n* Found and fixed another bug in configlet where the column type was not stored for table\n definitions already in use\n\n2.0b11 (2012-05-08)\n-------------------\n\n* Fixed major bug in configlet where table definitions in use where always deleted when saving\n\n2.0b10 (2011-11-21)\n-------------------\n\n* Fixed JavaScript error resulting in wrong insertion position under some circumstances\n* Added call to reindexOnReorder when inserting rows at a specific position\n\n2.0b9 (2011-11-21)\n------------------\n\n* Fixed KeyError if no columns are defined for a table\n* Added possibility to select the position where to add new rows\n\n2.0b8 (2011-10-18)\n------------------\n\n* block modifications on a table definitions which are already in use.\n* fixed odd/even rows\n* add scrollbar to lightbox for large definitions.\n\n2.0b7 (2011-08-25)\n------------------\n\n* Added info message to column configuration popup and fixed bug where multiple \n save button appeared\n* Added string normalization for column name to prevent exceptions when using non ascii\n characters\n* Replaced text field for defining the table style by a drop down fed by a property in\n portal properties\n* Improved descriptions of style and columns field in table content type to illustrate\n the override mechanism if a table definition is selected\n\n2.0b6 (2011-08-05)\n------------------\n\n* Fixed TableColumnsField (KeyError when saving columns)\n\n2.0b5 (2011-08-05)\n------------------\n\n* Improved configlet and added table columns widget for table content type\n* Added image and file types\n* Added possibility to define cell and heading classes per column\n* Added possibility to define a colspan for columns\n\n2.0b4 (2010-11-10)\n------------------\n\n* Added French translations\n* Updated German translations\n\n2.0b3 (2010-10-21)\n------------------\n\n* Updated readme and manual\n\n2.0b2 (2010-10-20)\n------------------\n\n* First public release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Raptus/raptus.article.table", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.table", "package_url": "https://pypi.org/project/raptus.article.table/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.table/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Raptus/raptus.article.table" }, "release_url": "https://pypi.org/project/raptus.article.table/2.0b14/", "requires_dist": null, "requires_python": null, "summary": "Provides a table component for articles", "version": "2.0b14" }, "last_serial": 806160, "releases": { "2.0b10": [ { "comment_text": "", "digests": { "md5": "f78a9c00777105a7c8f3960b9f2e7398", "sha256": "8d2c440f988dcdd2f110b3fc0c8747bbc8d06f48f4514a8f1f939a8c57a491f3" }, "downloads": -1, "filename": "raptus.article.table-2.0b10.tar.gz", "has_sig": false, "md5_digest": "f78a9c00777105a7c8f3960b9f2e7398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40477, "upload_time": "2011-11-21T16:23:37", "url": "https://files.pythonhosted.org/packages/92/0f/1ba2f3da3b149dbddd185df39dbabfefe95c8d1c6e291b9d4a3e3f71f41e/raptus.article.table-2.0b10.tar.gz" } ], "2.0b11": [ { "comment_text": "", "digests": { "md5": "1b5cedbc39d3449d7c16603026afe447", "sha256": "ec99c0c69464b91dbdb92d45a8e012e502aa1a9f8482e966d06609188c324918" }, "downloads": -1, "filename": "raptus.article.table-2.0b11.tar.gz", "has_sig": false, "md5_digest": "1b5cedbc39d3449d7c16603026afe447", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42560, "upload_time": "2012-05-08T12:18:46", "url": "https://files.pythonhosted.org/packages/be/7d/fc1a41cb067559bdf00286c289354103167bb496381d022d8e9884527026/raptus.article.table-2.0b11.tar.gz" } ], "2.0b12": [ { "comment_text": "", "digests": { "md5": "4b78d2517594e519177752d7956aee0d", "sha256": "6012deae24d0830478b7dc6cb6d12e1736fc1bdc8b9c0cfe8abd6f6777bc7dd5" }, "downloads": -1, "filename": "raptus.article.table-2.0b12.tar.gz", "has_sig": false, "md5_digest": "4b78d2517594e519177752d7956aee0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42675, "upload_time": "2012-05-08T14:26:25", "url": "https://files.pythonhosted.org/packages/4d/95/8d574230aaafc1743939ea608bf25846c3a28cd960d1676e05a92f21fdd2/raptus.article.table-2.0b12.tar.gz" } ], "2.0b13": [ { "comment_text": "", "digests": { "md5": "19f66959bcb975799e7f53489aa84e32", "sha256": "69632e6b40841deb1d7bdc7a1bee6901167d001b81667f3c8449b49840f2f94d" }, "downloads": -1, "filename": "raptus.article.table-2.0b13.tar.gz", "has_sig": false, "md5_digest": "19f66959bcb975799e7f53489aa84e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43146, "upload_time": "2012-05-11T10:27:20", "url": "https://files.pythonhosted.org/packages/5b/3e/57f367b6a47407ef55e9f36551753c6c293eb8d4aea7df91c4f3c4171d7f/raptus.article.table-2.0b13.tar.gz" } ], "2.0b14": [ { "comment_text": "", "digests": { "md5": "0f04a844c4d3ffb7b113b5f4bcfbeb22", "sha256": "0b4e14dbdc339e0858974d15673adb4d99d35a51298ae5d93e9f72ec50ddff49" }, "downloads": -1, "filename": "raptus.article.table-2.0b14.zip", "has_sig": false, "md5_digest": "0f04a844c4d3ffb7b113b5f4bcfbeb22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70492, "upload_time": "2013-07-02T12:20:54", "url": "https://files.pythonhosted.org/packages/bd/0d/72f8af3101a8a2bb89530007f330397a7f68ceb1877c7a1a2dcff62b0752/raptus.article.table-2.0b14.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "d2df1d04e6790b1a7809baccf94c48e0", "sha256": "b0ba13ad9365d9fcf0a21edc856397c0a4370de318f0ec79134bdf04b149c21a" }, "downloads": -1, "filename": "raptus.article.table-2.0b2.tar.gz", "has_sig": false, "md5_digest": "d2df1d04e6790b1a7809baccf94c48e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31923, "upload_time": "2010-10-20T16:20:15", "url": "https://files.pythonhosted.org/packages/aa/5b/f439846127e6573ab46b2231ba4a56b4a19d2f96042c2fa5a313a67728db/raptus.article.table-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "cabdae08e2591059d70e296bcc3963e9", "sha256": "c9b8c98bb3888c8ca024ecbfa98a4bd5c8acda556b85599eb9d5ac9fee7d0ca5" }, "downloads": -1, "filename": "raptus.article.table-2.0b3.tar.gz", "has_sig": false, "md5_digest": "cabdae08e2591059d70e296bcc3963e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32009, "upload_time": "2010-10-21T16:25:24", "url": "https://files.pythonhosted.org/packages/d5/73/64a14149b6ffc8574e13c2cbe1bf1ab5cdd1638953408a95e98e8e1305c7/raptus.article.table-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "119be8026b031b48acee713e4ddf29a9", "sha256": "32a556904ca03339e82c248a4ff156492a62a54d477d68fcd6b0e430ef50c840" }, "downloads": -1, "filename": "raptus.article.table-2.0b4.tar.gz", "has_sig": false, "md5_digest": "119be8026b031b48acee713e4ddf29a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32877, "upload_time": "2010-11-10T11:52:44", "url": "https://files.pythonhosted.org/packages/b3/3e/dc45c7ee71b9618104d8b4d989da502a4f5e3eba413ee006672b060d6885/raptus.article.table-2.0b4.tar.gz" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "6fc6d333a4f01c14274101fec923f062", "sha256": "75ee76eb5121a74637292777ecd2cdacbd39b0f0c3dea85735fca65a891bc521" }, "downloads": -1, "filename": "raptus.article.table-2.0b5.tar.gz", "has_sig": false, "md5_digest": "6fc6d333a4f01c14274101fec923f062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36663, "upload_time": "2011-08-05T09:27:02", "url": "https://files.pythonhosted.org/packages/3c/38/10b90aa62b47d88b5f5ba0451a83a769e66e5a0a39e4e3c6aee2b358fbb5/raptus.article.table-2.0b5.tar.gz" } ], "2.0b6": [ { "comment_text": "", "digests": { "md5": "575ea907fb01caca639df07d1e6d0a77", "sha256": "d2b111ab3e4a9a5058178653d04d26578ec7b9e2aac107c2b30a62dd1d733373" }, "downloads": -1, "filename": "raptus.article.table-2.0b6.tar.gz", "has_sig": false, "md5_digest": "575ea907fb01caca639df07d1e6d0a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36743, "upload_time": "2011-08-05T10:25:13", "url": "https://files.pythonhosted.org/packages/26/f4/1b8c096cec63d5c7c0c176438c2fffee16d356f979214189eafe6cae578d/raptus.article.table-2.0b6.tar.gz" } ], "2.0b7": [ { "comment_text": "", "digests": { "md5": "982cf2f32c57ba2107fc638450e59571", "sha256": "85c5c26546d20fa84b516d734bf7b72c90831862f3c52b7464c6e7a4bc002ebb" }, "downloads": -1, "filename": "raptus.article.table-2.0b7.tar.gz", "has_sig": false, "md5_digest": "982cf2f32c57ba2107fc638450e59571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38199, "upload_time": "2011-08-25T09:03:15", "url": "https://files.pythonhosted.org/packages/07/e5/bcf7d1b9b4c54e8d4c86fb809c26f8724813c6b1767711b04ef35a7e0594/raptus.article.table-2.0b7.tar.gz" } ], "2.0b8": [ { "comment_text": "", "digests": { "md5": "04ba52af1bab9aa8182a33d833bf3902", "sha256": "424053e41d79bed57bd8244caf3a9245e6ace49fa0c6aaa98b4eaf33a5afde5a" }, "downloads": -1, "filename": "raptus.article.table-2.0b8.tar.gz", "has_sig": false, "md5_digest": "04ba52af1bab9aa8182a33d833bf3902", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39669, "upload_time": "2011-10-18T11:17:22", "url": "https://files.pythonhosted.org/packages/a2/43/72d486e840159f836f9c4962c42b12a6a66bb08cfb1cb40c114b0e5bfc5b/raptus.article.table-2.0b8.tar.gz" } ], "2.0b9": [ { "comment_text": "", "digests": { "md5": "2ba288256046f52fca0146cfdb1378d2", "sha256": "09722c7ad48504671c49aacb9eccb764088808ce2a986da0ad14f7520ad41fd7" }, "downloads": -1, "filename": "raptus.article.table-2.0b9.tar.gz", "has_sig": false, "md5_digest": "2ba288256046f52fca0146cfdb1378d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40257, "upload_time": "2011-11-21T11:12:05", "url": "https://files.pythonhosted.org/packages/25/c1/3963cb86c9cd255389100104f0e9f073c33b2a79c7fe42ff13195b4ca8a2/raptus.article.table-2.0b9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f04a844c4d3ffb7b113b5f4bcfbeb22", "sha256": "0b4e14dbdc339e0858974d15673adb4d99d35a51298ae5d93e9f72ec50ddff49" }, "downloads": -1, "filename": "raptus.article.table-2.0b14.zip", "has_sig": false, "md5_digest": "0f04a844c4d3ffb7b113b5f4bcfbeb22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70492, "upload_time": "2013-07-02T12:20:54", "url": "https://files.pythonhosted.org/packages/bd/0d/72f8af3101a8a2bb89530007f330397a7f68ceb1877c7a1a2dcff62b0752/raptus.article.table-2.0b14.zip" } ] }