{ "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\nProvides a maps content type to be added to articles\n\nThe following features for raptus.article are provided by this package:\n\nContent\n-------\n * Map - add google maps in an article.\n * Marker - add markers in a map.\n\nComponents\n----------\n * Maps (List of maps contained in the article over the whole width.)\n * Maps left (List of maps contained in the article on the left side.)\n * Maps right (List of maps contained in the article on the right side.)\n\nDependencies\n------------\n * raptus.googlemaps\n * raptus.article.core\n\nInstallation\n============\n\nTo install raptus.article.maps 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.maps 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.maps on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.maps\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.maps 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 map\n-------\nYou may now add maps in your article. Click the \"Add new\" menu and select \"Map\" in the pull down menu.\nYou get the standard plone form to add your map. \n\nComponents\n----------\nNavigate to the \"Components\" tab of your article, select the map component\nand press \"save and view\". Note that at least one map 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----------\nplone.abovecontentbody\n``````````````````````\n- raptus.article.maps.left\n- raptus.article.maps.right\n- raptus.article.maps.full\n\nInterfaces\n----------\n\nfile: interfaces.py\n```````````````````\n- IMaps (Provider for maps contained in an article)\n - getMaps - method (Returns a list of maps (catalog brains))\n\n- IMarkers (Provider for markers contained in a map)\n - getMarkers - method (Returns a list of markers (catalog brains))\n\n- IMap (Marker interface for the map content type)\n\n- IMarker (Marker interface for the marker content type)\n\nChangelog\n=========\n\n2.0b18 (2013-11-21)\n-------------------\n\n* Adjusted raptus.article.maps.js.py to use the provided adapters rather than a direct call to\n portal_catalog to enable overrides such as in raptus.article.alias\n\n\n2.0b17 (2013-07-01)\n-------------------\n\n* Adjusted javascript initialization to work with the new component selection functionality\n introduced in raptus.article.core 2.0b13\n\n2.0b16 (2012-09-12)\n-------------------\n\n* added new option to enable centering by markers\n\n2.0b15 (2012-04-19)\n-------------------\n\n* fixed broken 2.0b14 release\n\n2.0b14 (2012-04-19)\n-------------------\n\n* fixed raptus.article.maps.js.py to work if no marker is available\n* fixed jsregistry (ordering)\n\n2.0b13 (2011-12-06)\n-------------------\n\n* adjusted javascript registry to match the one from raptus.googlemaps 1.0b7\n\n2.0b12 (2011-05-09)\n-------------------\n\n* fixed javascript registry expressions and helper view to prevent Unauthorized exception\n\n2.0b11 (2011-05-06)\n-------------------\n* update jquery gomap to version 1.3.0 (raptus.googlemaps product)\n* add http/https support\n* pin google maps version to 3.3 (this fixed issues with the newest nightly version)\n\n2.0b10 (2011-04-05)\n-------------------\n\n* fix the order for all javascript files\n\n2.0b9 (2011-03-07)\n------------------\n\n* Added condition for all javascript files to prevent errors if api and plugin is missing\n\n2.0b8 (2011-03-07)\n------------------\n\n* Added condition for google api js\n\n2.0b7 (2011-02-17)\n------------------\n\n* plone 3 compatibility\n\n2.0b6 (2011-02-17)\n------------------\n\n* Change jQuery Plugin. New Plugin is goMap\n* http://www.pittss.lv/jquery/gomap/\n* Remove Google Maps API Key\n* Use Google Map v3\n* bugfix by saving a marker\n* Load google maps api over portal_javascripts (remove viewlet)\n\n2.0b5 (2010-12-14)\n------------------\n\n* Load javascript only if a map are available.\n\n2.0b4 (2010-11-10)\n------------------\n\n* Added French translations\n* Fixed vocabulary of the zoom field (Added IntDisplayList)\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.maps", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.maps", "package_url": "https://pypi.org/project/raptus.article.maps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.maps/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Raptus/raptus.article.maps" }, "release_url": "https://pypi.org/project/raptus.article.maps/2.0b18/", "requires_dist": null, "requires_python": null, "summary": "Provides a maps content type to be added to articles", "version": "2.0b18" }, "last_serial": 925545, "releases": { "2.0b10": [ { "comment_text": "", "digests": { "md5": "30f5f772ff0795e821d7d8ed42769f10", "sha256": "fae03dd67bee81da8aa0790abc2d6e9c9bbb47fdd0671eb368e584a32419c60b" }, "downloads": -1, "filename": "raptus.article.maps-2.0b10.tar.gz", "has_sig": false, "md5_digest": "30f5f772ff0795e821d7d8ed42769f10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27939, "upload_time": "2011-04-05T10:12:53", "url": "https://files.pythonhosted.org/packages/3c/2a/c03461d26810b424320f4aecbd91ffcd8e59592ce23aa3e690288c58c6a1/raptus.article.maps-2.0b10.tar.gz" } ], "2.0b11": [ { "comment_text": "", "digests": { "md5": "9a91b8688341efd6b14b016ed504ae48", "sha256": "9ddc534a85aabc12cb45e779305eda344c833f8185bba37df1054f8e3f330086" }, "downloads": -1, "filename": "raptus.article.maps-2.0b11.tar.gz", "has_sig": false, "md5_digest": "9a91b8688341efd6b14b016ed504ae48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27912, "upload_time": "2011-05-06T16:43:10", "url": "https://files.pythonhosted.org/packages/5c/a7/87c36c42d2aa68d90263cfce352c89aa0f7e548849505a2afee99b095fcb/raptus.article.maps-2.0b11.tar.gz" } ], "2.0b12": [ { "comment_text": "", "digests": { "md5": "43f3eed7e100167a6dcbf01de462fffc", "sha256": "0c87b7622b8e380a5e3b10ddd6c9c5f2453c23e9c221fc7e4b26bf6bc8585581" }, "downloads": -1, "filename": "raptus.article.maps-2.0b12.tar.gz", "has_sig": false, "md5_digest": "43f3eed7e100167a6dcbf01de462fffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29285, "upload_time": "2011-05-09T11:21:52", "url": "https://files.pythonhosted.org/packages/c9/10/a839820c5dc15f1974e2a29efb91467100f048fa4dda888b772eba2a2776/raptus.article.maps-2.0b12.tar.gz" } ], "2.0b13": [ { "comment_text": "", "digests": { "md5": "bac3a241bffd30782c5b30a1c6896060", "sha256": "ef09cc2fcbab390bc9e8510f7e51442e8254946cd4a6e4e5860333a8d767ccf9" }, "downloads": -1, "filename": "raptus.article.maps-2.0b13.tar.gz", "has_sig": false, "md5_digest": "bac3a241bffd30782c5b30a1c6896060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29366, "upload_time": "2011-12-06T11:26:10", "url": "https://files.pythonhosted.org/packages/e1/4f/c12dc5256141786c437381aaeb4e0f4e37b35045e9815962ac93a4a0e203/raptus.article.maps-2.0b13.tar.gz" } ], "2.0b14": [ { "comment_text": "", "digests": { "md5": "7eeb06fe6a2fd5a632d5f819d9e1348c", "sha256": "e35d51b083259e3394944b01562c0328532c2d20fe37d1bc08fd8a61152ebea0" }, "downloads": -1, "filename": "raptus.article.maps-2.0b14.tar.gz", "has_sig": false, "md5_digest": "7eeb06fe6a2fd5a632d5f819d9e1348c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30784, "upload_time": "2012-04-19T14:09:34", "url": "https://files.pythonhosted.org/packages/d1/02/edbb0f22e76136d6e6ba8e3b9c2ea0a5e5568e66d714aead6b8c3264b474/raptus.article.maps-2.0b14.tar.gz" } ], "2.0b15": [ { "comment_text": "", "digests": { "md5": "d71a08b6ef3829d17daac76ccafe36ee", "sha256": "23473145044f4fba356fff0c845a7d024014b846c4993a278c9e63f54c20f25b" }, "downloads": -1, "filename": "raptus.article.maps-2.0b15.tar.gz", "has_sig": false, "md5_digest": "d71a08b6ef3829d17daac76ccafe36ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30813, "upload_time": "2012-04-19T14:16:21", "url": "https://files.pythonhosted.org/packages/56/c6/e83da8b2e7eceddbfd138d0909b4c4ea94515ae896e895554f06d1251e31/raptus.article.maps-2.0b15.tar.gz" } ], "2.0b16": [ { "comment_text": "", "digests": { "md5": "2b4aee67473aa88adccaf30f8eea9946", "sha256": "6e34eff138f791319730acea0ecccba55797db321a542568df3a09fdf638db3e" }, "downloads": -1, "filename": "raptus.article.maps-2.0b16.tar.gz", "has_sig": false, "md5_digest": "2b4aee67473aa88adccaf30f8eea9946", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31044, "upload_time": "2012-09-12T14:20:36", "url": "https://files.pythonhosted.org/packages/a3/56/be412bc9cf72bbd850b3feddb701cae8e6d4bb198dda3e363cd7ffec02de/raptus.article.maps-2.0b16.tar.gz" } ], "2.0b17": [ { "comment_text": "", "digests": { "md5": "35c75fd4dcc2eb9007b0dd11ac43d738", "sha256": "8df9046c3ff8857be10e2c1549134051e22af6d340d924435889f8c13511c2d5" }, "downloads": -1, "filename": "raptus.article.maps-2.0b17.zip", "has_sig": false, "md5_digest": "35c75fd4dcc2eb9007b0dd11ac43d738", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53588, "upload_time": "2013-07-01T15:39:41", "url": "https://files.pythonhosted.org/packages/8a/a7/d9d6b19ef9ce54160323ead8bd707c5ca1696317fed14f3227e0975cb5b3/raptus.article.maps-2.0b17.zip" } ], "2.0b18": [ { "comment_text": "", "digests": { "md5": "a4ece70341526a408dd17c6b95b9b8cb", "sha256": "5d510b8760a390430089e1177402118c0ec1e310434237c57e19199cc06ff7fd" }, "downloads": -1, "filename": "raptus.article.maps-2.0b18.zip", "has_sig": false, "md5_digest": "a4ece70341526a408dd17c6b95b9b8cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53913, "upload_time": "2013-11-21T13:26:48", "url": "https://files.pythonhosted.org/packages/96/0b/2c93a661e2377a45b061db0c8951c7718e8ca6e3d0d22df8cc971c97c4a0/raptus.article.maps-2.0b18.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "32851d23be8efc64e028ef56ce623251", "sha256": "a797a28fede4e8bc96bcdcbe9653fd4c22cbaf5c9c133c42bd388c96f49e1826" }, "downloads": -1, "filename": "raptus.article.maps-2.0b2.tar.gz", "has_sig": false, "md5_digest": "32851d23be8efc64e028ef56ce623251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26578, "upload_time": "2010-10-20T16:16:29", "url": "https://files.pythonhosted.org/packages/e5/9f/b2b17846b72089aebf5759e1ddb0fb786625e6da1614143dc0e29b7c98c2/raptus.article.maps-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "98a92fc46a9e0fc7cf4f24e697d5064c", "sha256": "c1b81503961c2b88817229864e5118414b65db72621d936cdad90c3fa7c9b95b" }, "downloads": -1, "filename": "raptus.article.maps-2.0b3.tar.gz", "has_sig": false, "md5_digest": "98a92fc46a9e0fc7cf4f24e697d5064c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26658, "upload_time": "2010-10-21T16:21:08", "url": "https://files.pythonhosted.org/packages/85/b7/94f3ef252622530c767dbb19a75af563bc57c99d44361427bd5da55d8873/raptus.article.maps-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "35399afe6502442db0936a50cd363cfe", "sha256": "1bb46f24d5f37b05a4f549558b45a8c82632e383199fa557a231159ecc8cda28" }, "downloads": -1, "filename": "raptus.article.maps-2.0b4.tar.gz", "has_sig": false, "md5_digest": "35399afe6502442db0936a50cd363cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27287, "upload_time": "2010-11-10T11:49:24", "url": "https://files.pythonhosted.org/packages/72/2a/f61b028e893b95b808663e67405661522fb41ea36ae48cab08d8793fe52b/raptus.article.maps-2.0b4.tar.gz" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "c2dbd1861786b681c0e6548048202da0", "sha256": "d4e5062262d5ec8f14fe5c4628a9fc9d421839a05fed70023ff050d3cdf8c41d" }, "downloads": -1, "filename": "raptus.article.maps-2.0b5.tar.gz", "has_sig": false, "md5_digest": "c2dbd1861786b681c0e6548048202da0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26635, "upload_time": "2010-12-14T17:47:09", "url": "https://files.pythonhosted.org/packages/e8/11/592fce166c4690a4596ba3b6b1e8edfb4cfd9ae6c96d9527d4ac00efc49f/raptus.article.maps-2.0b5.tar.gz" } ], "2.0b6": [ { "comment_text": "", "digests": { "md5": "46466eccc1b46438bf66229b92df9b8d", "sha256": "7d4831ab82992527c0c5e13d436c7b4d8e903575de40877566ab27f034e62820" }, "downloads": -1, "filename": "raptus.article.maps-2.0b6.tar.gz", "has_sig": false, "md5_digest": "46466eccc1b46438bf66229b92df9b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27375, "upload_time": "2011-02-17T16:54:01", "url": "https://files.pythonhosted.org/packages/f3/72/cb410fffa48042815363a7662dfac019f9d87ff5a48f26829245c2a0ac42/raptus.article.maps-2.0b6.tar.gz" } ], "2.0b7": [ { "comment_text": "", "digests": { "md5": "f17d2277da487d61a04b85961bb1c6d1", "sha256": "c9ab4441663a8dca669505492b8ba5268caa74d70b2769aff674cf2e219aecb1" }, "downloads": -1, "filename": "raptus.article.maps-2.0b7.tar.gz", "has_sig": false, "md5_digest": "f17d2277da487d61a04b85961bb1c6d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27412, "upload_time": "2011-02-17T18:34:23", "url": "https://files.pythonhosted.org/packages/17/97/925fc668738e2ee02af878127da49818c9da281c27658986ec7ed5b65c8a/raptus.article.maps-2.0b7.tar.gz" } ], "2.0b8": [ { "comment_text": "", "digests": { "md5": "9e0a3669d2b6db8f2c0aeabf30a4d031", "sha256": "1097d99876b18eb7e9be320abf6c818352ec32bf3574a4cb12b3e4a171bdb984" }, "downloads": -1, "filename": "raptus.article.maps-2.0b8.tar.gz", "has_sig": false, "md5_digest": "9e0a3669d2b6db8f2c0aeabf30a4d031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28674, "upload_time": "2011-03-07T16:00:50", "url": "https://files.pythonhosted.org/packages/c6/30/634052298dc036a214897d8918f5e9a973f0b4f4089a021be3e0f674be7a/raptus.article.maps-2.0b8.tar.gz" } ], "2.0b9": [ { "comment_text": "", "digests": { "md5": "59664af382345105d19c7d7e7d7851b0", "sha256": "f4ff6235855c804e453d3c635e3b59b7a7d79f2476614213f3d7f6696498b5b3" }, "downloads": -1, "filename": "raptus.article.maps-2.0b9.tar.gz", "has_sig": false, "md5_digest": "59664af382345105d19c7d7e7d7851b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28768, "upload_time": "2011-03-07T16:49:16", "url": "https://files.pythonhosted.org/packages/b5/20/1919339fbe0a98ac4a764bc5738941389a9af3ff4074c224152429aaa60a/raptus.article.maps-2.0b9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4ece70341526a408dd17c6b95b9b8cb", "sha256": "5d510b8760a390430089e1177402118c0ec1e310434237c57e19199cc06ff7fd" }, "downloads": -1, "filename": "raptus.article.maps-2.0b18.zip", "has_sig": false, "md5_digest": "a4ece70341526a408dd17c6b95b9b8cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53913, "upload_time": "2013-11-21T13:26:48", "url": "https://files.pythonhosted.org/packages/96/0b/2c93a661e2377a45b061db0c8951c7718e8ca6e3d0d22df8cc971c97c4a0/raptus.article.maps-2.0b18.zip" } ] }