{ "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\nThe new and easy way to create a site with the necessary features in a good style.\nWith this add-on you install default configuration of the raptus.article package.\nAll you need for a smart page in one step. But that's not all. If you need more\njust have a look at the list of extensions and add the desired ones to your buildout.cfg.\nThe rest is handled by the raptus.article.default package.\n\nFor developers\n--------------\nHave a look at our developer documentation\n `http://pypi.python.org/pypi/raptus.article.core `_.\n\nThe following features for raptus.article are provided by this package:\n\nPackages\n--------\n * `raptus.article.listings `_\n * `raptus.article.gallery `_\n * `raptus.article.links `_\n * `raptus.article.files `_\n * `raptus.article.teaser `_\n * `raptus.article.reference `_\n\nDependencies\n------------\n * raptus.article.listings\n * raptus.article.gallery\n * raptus.article.links\n * raptus.article.files\n * raptus.article.teaser\n * raptus.article.reference\n\nInstallation\n============\n\nTo install raptus.article.default 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.default 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.default on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.default\n\nNext step is to add the zcml files to the \"zcml\" section of\nbuildout.cfg. Look for the section that looks like this::\n\n zcml =\n Plone\n\nThis section might have additional lines if you have other zmcl's already\ninstalled. Just add the raptus.article.default* on separate lines, like this::\n\n zcml =\n Plone\n raptus.article.default\n raptus.article.default-overrides\n\nNote that there are two zcml files you have to register. This because\nany of these register to different times, which is necassary for the product.\n\nOnce you have added these lines to your configuration file it is time to run\nbuildout so the system can add and set up raptus.article.default for you. Go to the\ncommand line, and from the root of your Plone instance (same directory as\nbuildout.cfg is located in), run buildout like this::\n\n $ bin/buildout\n\nIf everything went according to plan you now have raptus.article.default installed\nin your Zope instance.\n\nNext, start up Zope, e.g with::\n\n $ bin/instance fg\n\nNext go to the \"Add-ons\" control panel in Plone as an administrator and\ninstall the \"raptus.article.default\" product. You should then be able to add\na new content type called Article.\n\nUsage\n=====\n\n1.) Add a new Article from the \"Add new\" menu.\n\n- Provide a title for the new article.\n- Provide a description for the article.\n- Provide body text for the article.\n\nIn this page one can now add the following page elements:\n\n- Article\n- File\n- Image\n\nTo change the presentation of your Article select the Tab \"Components\". There you\nwill get a list of installed layout parts (components).\n\nNote that you have to select a component otherwise it's possible you won't see your\n(for example) file in your view.\n\nAdditional components\n=====================\nraptus.article.default depends on the following packages and will install them accordingly:\n\n- `raptus.article.files `_\n- `raptus.article.gallery `_\n- `raptus.article.images `_\n- `raptus.article.links `_\n- `raptus.article.listings `_\n- `raptus.article.reference `_\n- `raptus.article.teaser `_\n\nThe following additional packages are currently available for raptus.article and their zcml will be included\nby raptus.article.default and they will be installed if present.\n\n- `raptus.article.additionalwysiwyg `_\n- `raptus.article.contentfader `_\n- `raptus.article.contentflow `_\n- `raptus.article.fader `_\n- `raptus.article.flash `_\n- `raptus.article.form `_\n- `raptus.article.header `_\n- `raptus.article.hidecolumns `_\n- `raptus.article.lightbox `_\n- `raptus.article.lightboxgallery `_\n- `raptus.article.maps `_\n- `raptus.article.media `_\n- `raptus.article.multilanguagefields `_\n- `raptus.article.nesting `_\n- `raptus.article.randomcontent `_\n- `raptus.article.randomimage `_\n- `raptus.article.table `_\n- `raptus.article.upload `_\n- `raptus.article.contentswitcher `_\n- `raptus.article.discussion `_\n- `raptus.article.mapsjunaio `_\n- `raptus.article.backlink `_\n- `raptus.article.allcontent `_\n- `raptus.article.slider `_\n- `raptus.article.collections `_\n- `raptus.article.supersized `_\n- `raptus.article.alias `_\n- `raptus.article.mediagallery `_\n- `raptus.article.contents `_\n- `raptus.article.slideshow `_\n- `raptus.article.accordion `_\n- `raptus.article.teaseme `_\n\nExtend your article\n-------------------\nThe raptus.article is so easy to extend. Just add the desired raptus.article packages to the \"eggs\" list\nin your buildout.cfg. The whole rest is handled by raptus.article.default.\n\nNote that it's not necessary to add the zcml files for raptus.article extensions in your buildout.cfg\nif you are using raptus.article.default.\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\nraptus.article.default is a package, which provides a list of useful raptus.article\nfeatures by default. So you just have to install this package with your buildout\nand the rest is provided by the package.\n\nChangelog\n=========\n\n2.0b13 (2013-07-01)\n-------------------\n\n* Added raptus.article.toggle (introduced in raptus.article.core 2.0b13) viewlet position\n* Added optional depedencies for raptus.article.mediagallery, raptus.article.contents,\n raptus.article.slideshow, raptus.article.accordion and raptus.article.teaseme\n\n2.0b12 (2012-09-11)\n-------------------\n\n* Added optional depedency for raptus.article.supersized\n\n2.0b11 (2012-03-21)\n-------------------\n\n* Added raptus.article.collections and raptus.article.alias optional dependency\n\n2.0b10 (2011-09-06)\n-------------------\n\n* Added optional dependency for raptus.article.slider\n* Corrected README\n\n2.0b9 (2011-06-10)\n------------------\n\n* Added optional dependency for raptus.article.allcontent\n\n2.0b8 (2011-06-03)\n------------------\n\n* Added optional dependency for raptus.article.backlink\n* Added optional dependency for raptus.article.mapsjunaio\n\n2.0b7 (2010-12-14)\n------------------\n\n* Include overrides for raptus.article.maps optional dependency\n\n2.0b6 (2010-11-22)\n------------------\n\n* Added optional dependency for raptus.article.discussion\n\n2.0b5 (2010-11-10)\n------------------\n\n* Added optional dependency for raptus.article.contentswitcher\n\n2.0b4 (2010-10-24)\n------------------\n\n* Set zip_safe flag to False\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.default", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.default", "package_url": "https://pypi.org/project/raptus.article.default/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.default/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Raptus/raptus.article.default" }, "release_url": "https://pypi.org/project/raptus.article.default/2.0b13/", "requires_dist": null, "requires_python": null, "summary": "Default configuration of the raptus.article package.", "version": "2.0b13" }, "last_serial": 805170, "releases": { "2.0b10": [ { "comment_text": "", "digests": { "md5": "4a3bab9509febbfdbd01e622345dafa1", "sha256": "2fd480b2f7d1cd2748ac96be292b5bdfedee7eb30e4537c3d6dbdab253576207" }, "downloads": -1, "filename": "raptus.article.default-2.0b10.tar.gz", "has_sig": false, "md5_digest": "4a3bab9509febbfdbd01e622345dafa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15335, "upload_time": "2011-09-06T15:00:09", "url": "https://files.pythonhosted.org/packages/4e/7a/d57292d5d8f9b5ba9a25655c7c244fecdc15d7ee9947332c5ef2ba12f000/raptus.article.default-2.0b10.tar.gz" } ], "2.0b11": [ { "comment_text": "", "digests": { "md5": "0827c786520f69f4665fb468aa94da81", "sha256": "d823970c86fe77378b6d888e0b69dbc72df1d13b6a8a2d895947b5cfe2d2b075" }, "downloads": -1, "filename": "raptus.article.default-2.0b11.tar.gz", "has_sig": false, "md5_digest": "0827c786520f69f4665fb468aa94da81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15580, "upload_time": "2012-03-21T11:59:58", "url": "https://files.pythonhosted.org/packages/86/25/f871b0b6d19ad45e4701930105f62bc88decefa6583f345a54adcd596ad6/raptus.article.default-2.0b11.tar.gz" } ], "2.0b12": [ { "comment_text": "", "digests": { "md5": "dbf9f8f837ba5837d35ec2b0f9829fdd", "sha256": "58c42707b5f0232a1caec3d23a8918ec55276bf5bca567e562b8d516fbab69bb" }, "downloads": -1, "filename": "raptus.article.default-2.0b12.tar.gz", "has_sig": false, "md5_digest": "dbf9f8f837ba5837d35ec2b0f9829fdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15715, "upload_time": "2012-09-12T14:18:08", "url": "https://files.pythonhosted.org/packages/4a/67/69036acefe042be55da974a169700bfd341c203f1e0a8d3b4e6381ddc8ee/raptus.article.default-2.0b12.tar.gz" } ], "2.0b13": [ { "comment_text": "", "digests": { "md5": "741b0bad2473d3193fdee2f29e2f64d8", "sha256": "64fb342cf40b0acbc92a343e1d95e4543d11e9a3ace10f69ce8a905490fcb669" }, "downloads": -1, "filename": "raptus.article.default-2.0b13.zip", "has_sig": false, "md5_digest": "741b0bad2473d3193fdee2f29e2f64d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24721, "upload_time": "2013-07-01T15:45:49", "url": "https://files.pythonhosted.org/packages/0f/82/729bca233077c0238c3ae13598a19b998604aa14ff43f5ec990b3d899f73/raptus.article.default-2.0b13.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "eb723a4fe324077e2e163f5ec0d82057", "sha256": "42259f8c25e3535d65d44a4217e74c7adc278c6905ed41e5566cb0b3126cbc4e" }, "downloads": -1, "filename": "raptus.article.default-2.0b2.tar.gz", "has_sig": false, "md5_digest": "eb723a4fe324077e2e163f5ec0d82057", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15757, "upload_time": "2010-10-20T16:09:10", "url": "https://files.pythonhosted.org/packages/31/d9/5f37792305218b45f1d37febbb23b99e044d8c73b2dfd2cedde3f164aa59/raptus.article.default-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "a67edd2390f952c70a066eba84627a35", "sha256": "1ca36e32a9d1495397b5c1a6100b3b6b95cd1486e22a6dafb55fead3ce1c8d82" }, "downloads": -1, "filename": "raptus.article.default-2.0b3.tar.gz", "has_sig": false, "md5_digest": "a67edd2390f952c70a066eba84627a35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14517, "upload_time": "2010-10-21T16:13:57", "url": "https://files.pythonhosted.org/packages/99/38/d8a55ba7ef06eab072aae86c3ed943b9707de34dd6658076d373b6bb76ba/raptus.article.default-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "3d77be6aae6decd200b35cfdec860698", "sha256": "ab991b2dedaa896fccec3e8d92bf18e518fb040ce902dd80b864c0ad72c84b2d" }, "downloads": -1, "filename": "raptus.article.default-2.0b4.tar.gz", "has_sig": false, "md5_digest": "3d77be6aae6decd200b35cfdec860698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14628, "upload_time": "2010-10-24T14:59:56", "url": "https://files.pythonhosted.org/packages/43/4e/8c419c758a56693828931f3e8092415ff76d31c64551dbaf5db51fa0243f/raptus.article.default-2.0b4.tar.gz" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "2b90efe0df51a72dbcb20cc87187c507", "sha256": "e2cf60aa88d1a04836b1502f7362ef30fe9b798e0304cf58b975337ac8811275" }, "downloads": -1, "filename": "raptus.article.default-2.0b5.tar.gz", "has_sig": false, "md5_digest": "2b90efe0df51a72dbcb20cc87187c507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14757, "upload_time": "2010-11-10T16:25:57", "url": "https://files.pythonhosted.org/packages/b0/de/a2000c194b5fd4f002e4a4ad27752fbdc50eaddfd7f8b9631faf4d0df365/raptus.article.default-2.0b5.tar.gz" } ], "2.0b6": [ { "comment_text": "", "digests": { "md5": "195f0b28fb77e6e18db50454dc7ef3ed", "sha256": "a6cb3e0d371ca2e5fc52db731071fd339c31075a22657760327e3a28970b2909" }, "downloads": -1, "filename": "raptus.article.default-2.0b6.tar.gz", "has_sig": false, "md5_digest": "195f0b28fb77e6e18db50454dc7ef3ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13040, "upload_time": "2010-11-22T12:51:14", "url": "https://files.pythonhosted.org/packages/83/b4/85cf7a2b059e3179deaccb5d28d8357561d6f544b06c075631c06951d724/raptus.article.default-2.0b6.tar.gz" } ], "2.0b7": [ { "comment_text": "", "digests": { "md5": "c7b4b7b67257d1c74d7473fa6a3dc06f", "sha256": "94d9073fc54e9e009636888bd13ae7f33d53393c12147c4a10196bcb42d0e927" }, "downloads": -1, "filename": "raptus.article.default-2.0b7.tar.gz", "has_sig": false, "md5_digest": "c7b4b7b67257d1c74d7473fa6a3dc06f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13073, "upload_time": "2010-12-17T17:33:54", "url": "https://files.pythonhosted.org/packages/a7/8e/bad873ae85b7d1fa210c4a0b47ef3322e3c4ba8244415abdd424e4c4d6ba/raptus.article.default-2.0b7.tar.gz" } ], "2.0b8": [ { "comment_text": "", "digests": { "md5": "d6c9b5bd4c6a9d25226cfde237cb7806", "sha256": "fbeed10c67649c40006f0495c70988db5a1ec75d87eb27dffd6162f5ddeef3e2" }, "downloads": -1, "filename": "raptus.article.default-2.0b8.tar.gz", "has_sig": false, "md5_digest": "d6c9b5bd4c6a9d25226cfde237cb7806", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15031, "upload_time": "2011-06-03T09:52:01", "url": "https://files.pythonhosted.org/packages/7f/07/91acd54f64651ceea3fbe81e581ed753bee47851d6098f4655bbbc54d81f/raptus.article.default-2.0b8.tar.gz" } ], "2.0b9": [ { "comment_text": "", "digests": { "md5": "e1e147feb73aa64955502d40247aa4ce", "sha256": "4e618018035ec2c309c012d4a11122a0804050b63ac73c94ea12f19f4a6dcd48" }, "downloads": -1, "filename": "raptus.article.default-2.0b9.tar.gz", "has_sig": false, "md5_digest": "e1e147feb73aa64955502d40247aa4ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15079, "upload_time": "2011-06-10T16:45:26", "url": "https://files.pythonhosted.org/packages/f0/14/b81c9c6e611bc5955ed05ea4c78dd2b12017fce2449afcc03db6c83a0cf4/raptus.article.default-2.0b9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "741b0bad2473d3193fdee2f29e2f64d8", "sha256": "64fb342cf40b0acbc92a343e1d95e4543d11e9a3ace10f69ce8a905490fcb669" }, "downloads": -1, "filename": "raptus.article.default-2.0b13.zip", "has_sig": false, "md5_digest": "741b0bad2473d3193fdee2f29e2f64d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24721, "upload_time": "2013-07-01T15:45:49", "url": "https://files.pythonhosted.org/packages/0f/82/729bca233077c0238c3ae13598a19b998604aa14ff43f5ec990b3d899f73/raptus.article.default-2.0b13.zip" } ] }