{ "info": { "author": "liebster", "author_email": "support@quintagroup.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\r\n============\r\nquintagroup.pingtool is a simple tool to enable pinging of external feed agregators for Plone 3.1.x\r\n\r\nDEPENDS on\r\n----------\r\n* XMLRPCMethod\r\n\r\nINSTALLATION\r\n------------\r\nsee docs/INSTALL.txt for instructions.\r\n\r\nSupported Plone versions\r\n------------------------\r\n* Plone 3.1\r\n\r\nInstallation\r\n============\r\n\r\nTo install quintagroup.pingtool into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:\r\n\r\n* Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory of your Zope instance.\r\n\r\n* Create a file called ``quintagroup.pingtool-configure.zcml`` in the ``/path/to/instance/etc/package-includes`` directory of your Zope instance.\r\n The file should only contain this::\r\n\r\n \r\n\r\n* Restart the Zope server, for example with the following command in the terminal::\r\n\r\n $ ./bin/zopectl restart\r\n\r\nAlternatively, if you are using zc.buildout and \r\nthe plone.recipe.zope2instance recipe to manage your project, you can do this:\r\n\r\n* Add ``quintagroup.pingtool`` to the list of eggs to install.::\r\n \r\n [buildout]\r\n ...\r\n eggs =\r\n ...\r\n quintagroup.pingtool\r\n \r\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\r\n \r\n [instance]\r\n recipe = plone.recipe.zope2instance\r\n ...\r\n zcml =\r\n quintagroup.pingtool\r\n \r\n* Re-run buildout, e.g. with::\r\n \r\n $ ./bin/buildout\r\n \r\n* Restart the Zope server, e.g with the following command in the terminal::\r\n\r\n $ ./bin/instance restart\r\n\r\nInstall quintagroup.pingtool with quickinstaller in Plone.\r\n\r\n`Plone Development by Quintagroup `_, 2004-2012\r\n\r\nChangelog\r\n=========\r\n\r\n1.1.3 (2009-03-05)\r\n------------------\r\n\r\n * Added adapters and utilities\r\n\r\n * Added uninstall configlet\r\n\r\n * Added modified tests\r\n\r\n\r\n1.1.0 - 09-02-2009\r\n------------------\r\n\r\n * Added integration with Outbound Syndication (Vice)\r\n\r\n\r\n1.0.0 \r\n-----\r\n\r\n * Created package quintagroup.pingtool based on product qPingTool\r\n (http://svn.quintagroup.com/products/qPingTool/trunk).\r\n\r\n * Converted `Extension/Install.py` into a complete GenericSetup profile.\r\n\r\n * Updated tests to run with Plone 3.x.\r\n\r\n * General code cleanup and modernization.\r\n\r\n * Added form for setup links of feed.\r\n\r\n\r\n0.3\r\n---\r\n\r\n * Pingtool migrated to ATCT\r\n\r\n * Added adapter for operating with canonicalURL property\r\n in Plone root and added 'overview' tab to portal_pingtool\r\n for operation with mentioned property\r\n\r\n * Installation corrected\r\n\r\n * fixed some issues\r\n\r\n\r\n\r\n0.2 05-05-2005\r\n----------------\r\n\r\n * reviewed ping specs\r\n\r\n * added default sites to be pinged\r\n\r\n * qPingTool works only with SimpleBlog currently\r\n\r\n\r\n0.1\r\n---\r\n\r\n * initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://quintagroup.com/services/plone-development/products/ping-tool", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "quintagroup.pingtool", "package_url": "https://pypi.org/project/quintagroup.pingtool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/quintagroup.pingtool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://quintagroup.com/services/plone-development/products/ping-tool" }, "release_url": "https://pypi.org/project/quintagroup.pingtool/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "quintagroup.pingtool is a simple tool to enable pinging of external feed agregators for Plone 3.1.x", "version": "1.1.3" }, "last_serial": 798385, "releases": { "1.1.3": [ { "comment_text": "", "digests": { "md5": "4520298c639c4202e543b5be96b93aa5", "sha256": "5440e9a728f5fe2d4467307f5ebc62e5af7bd8359076d294098ae6f27dcdb075" }, "downloads": -1, "filename": "quintagroup.pingtool-1.1.3-py2.4.egg", "has_sig": false, "md5_digest": "4520298c639c4202e543b5be96b93aa5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 53543, "upload_time": "2009-03-31T11:40:56", "url": "https://files.pythonhosted.org/packages/7e/af/c67905783526920a615d835a9beae77d42c9bd84a7191d476112a16ab520/quintagroup.pingtool-1.1.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ca768cb771817f2b43ab50bebefaf874", "sha256": "a42db375e98816501d7caef69499802ebd8b352a1465c69d2551301d19e669df" }, "downloads": -1, "filename": "quintagroup.pingtool-1.1.3.tar.gz", "has_sig": false, "md5_digest": "ca768cb771817f2b43ab50bebefaf874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24940, "upload_time": "2009-03-31T11:40:55", "url": "https://files.pythonhosted.org/packages/9f/c0/d6526001b2bb9818d8c43058a4477ce4c1314fa35027444799cbdd3eee9d/quintagroup.pingtool-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4520298c639c4202e543b5be96b93aa5", "sha256": "5440e9a728f5fe2d4467307f5ebc62e5af7bd8359076d294098ae6f27dcdb075" }, "downloads": -1, "filename": "quintagroup.pingtool-1.1.3-py2.4.egg", "has_sig": false, "md5_digest": "4520298c639c4202e543b5be96b93aa5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 53543, "upload_time": "2009-03-31T11:40:56", "url": "https://files.pythonhosted.org/packages/7e/af/c67905783526920a615d835a9beae77d42c9bd84a7191d476112a16ab520/quintagroup.pingtool-1.1.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ca768cb771817f2b43ab50bebefaf874", "sha256": "a42db375e98816501d7caef69499802ebd8b352a1465c69d2551301d19e669df" }, "downloads": -1, "filename": "quintagroup.pingtool-1.1.3.tar.gz", "has_sig": false, "md5_digest": "ca768cb771817f2b43ab50bebefaf874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24940, "upload_time": "2009-03-31T11:40:55", "url": "https://files.pythonhosted.org/packages/9f/c0/d6526001b2bb9818d8c43058a4477ce4c1314fa35027444799cbdd3eee9d/quintagroup.pingtool-1.1.3.tar.gz" } ] }