{ "info": { "author": "Gilles Lenfant", "author_email": "gilles.lenfant@ingeniweb.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===========\niw.sitestat\n===========\n\nBy Ingeniweb_.\n\n`iw.sitestat` makes the glue between a Plone site and a Sitestat\nprofessional analytics service. The Sitestat product is a commercial\napplication from `Nedstat `_.\n\nWe assume at that point that your Sitestat service is correctly\ninstalled and configured.\n\nNote that the authors of `iw.sitestat` have no connection with the\nNedstat company.\n\nRequirements\n============\n\n* `iw.sitestat` requires Plone 3.1 or newer.\n* `simplejson` is added automatically by easy_install/zc.buildout.\n\nCopyright and license\n=====================\n\nCopyright (c) 2008 Ingeniweb_ SAS\n\nThis software is subject to the provisions of the GNU General Public\nLicense, Version 2.0 (GPL). A copy of the GPL should accompany this\ndistribution. THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY AND ALL\nEXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST\nINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE\n\nSee the `docs/LICENSE` file that comes with this component.\n\nInstallation\n============\n\nWe assume that you created your Zope instance with **paster create -t\nplone3_buildout ** or something similar. And of course\nyou're supposed to know how to set up a Plone site using zc.buildout.\n\n\nWith zc.buildout\n----------------\n\nRecommended practice for integration or production instances.\n\nOpen `buildout.cfg` with your favorite text editor and change it like\nindicated below::\n\n [instance]\n ...\n eggs =\n ...\n iw.sitestat\n ...\n zcml =\n ...\n iw.sitestat\n\nRun your buildout, you're done.\n\nFrom Subversion repository\n--------------------------\n\nRecommended practice for developers.\n\nInstall as indicated in `With zc.buildout`_ above.\n\nCheckout your preferred trunk/branch of `iw.sitestat` in $BUILDOUT/src\n(You should have $BUILDOUT/src/iw.sitestat/... after this). See the\n`Project home pages`_ section for the repository URL.\n\nThen::\n\n $ cd $BUILDOUT/src/iw.sitestat\n $ python setup.py develop\n\nOpen `buildout.cfg` with your favorite text editor and change it like\nindicated below::\n\n [buildout]\n ...\n develop =\n src/iw.sitestat\n\nRun your buildout, you're done. Your Subversion working copy of\n`iw.sitestat` should take over the egg.\n\nConfiguration\n=============\n\nSite wide configuration\n-----------------------\n\nGo to the `Sitestat` configuration panel. This configuration panel is\nself explanative for people who have basic skills in Sitestat\nsettings. Please refer to your Sitestat sevice documentation for terms\nin use in this control panel.\n\nContent item options\n--------------------\n\nEach content item has a `Sitestat` thumbnail available to anybody who\nhas item modification permission, even if Sitestat connection is\ndesactivated in the above mentioned control panel. As for the global\nconfig, the various option widgets are self explanative for people\nfamiliar with Sitestat features.\n\nLimitations\n===========\n\nAt this stage of development, we do not yet honour the following\nSitestat features:\n\n* Adobe Flash decoration support.\n* Forms decoration support.\n\nThese features are not essential in the context of a Plone site since\nPlone is not suited for Flash oriented sites, and Plone has its own\ntools for forms support.\n\nProject home pages\n==================\n\n* At plone.org: http://plone.org/products/iw.sitestat\n* At pypi: http://pypi.python.org/pypi/iw.sitestat\n* Subversion repository: https://svn.plone.org/svn/collective/iw.sitestat\n\nUpgrades\n========\n\nVisit in ZMI the `portal_setup` object of your site, click `Upgrades`\nand select `iw.sitestat:default`. All is obvious from there.\n\nSupport\n=======\n\nAs stated above, we will *never* provide support on Sitestat services,\nor whatever that's covered by Nedstat commercial support. We only\nsupport `iw.sitestat` itself.\n\nTracker\n-------\n\nYou may report bugs or ask for features in our tracker. See the\n\"tracker\" link from the project home page at plone.org.\n\nPlease read the rules written in the home page of the tracker before\nreporting in the tracker. More specifically, please check that there\nis no answer to your issue before filing anything.\n\nOthers\n------\n\nYou may ask for further support (training, commercial support, ...) at\n`Ingeniweb support `_ if you don't find answers\nto your questions in the tracker.\n\nFurther documentation\n=====================\n\nSee the other files in docs/\\*. In addition this component may have\nother more specific `README.txt` files in its directory tree.\n\nMore technical documentation may be found in docs/DESIGN.txt and\niw/sitestat/tests/\\*.txt\n\nMisc\n====\n\nAbout LinguaPlone\n-----------------\n\nWe do not know if `iw.sitestat` is LinguaPlone compliant. At this time\nwe **do not** synch automatically content item options in the various\ntranslations of a content item. As LinguaPlone is supposed to override\nstandard Plone and Archetypes APIs, we do not consider the issues\nraised when mixing LinguaPlone and `iw.sitestat` in the same site as\n`iw.sitestat` bugs. Anyway, sponsorship and contributions are welcome\nto get all this working fine.\n\nCredits\n=======\n\n* Main sponsor: `EDF `_\n* Main developer: `Gilles Lenfant `_\n\nTranslations\n============\n\n* French (fr): `Gilles Lenfant `_\n\n.. _Ingeniweb: http://www.ingeniweb.com\n.. $Id: README.txt 45 2008-09-30 16:23:05Z glenfant $\n\nChanges\n=======\n\n1.0.0-beta2\n-----------\n\n* More documentation - end user and developer\n [glenfant]\n\n* Fixed unit tests\n [glenfant]\n\n\n1.0.0-beta1\n-----------\n\nfirst public release", "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/iw.sitestat", "keywords": "plone sitestat", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "iw.sitestat", "package_url": "https://pypi.org/project/iw.sitestat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iw.sitestat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/iw.sitestat" }, "release_url": "https://pypi.org/project/iw.sitestat/1.0.0-beta-2/", "requires_dist": null, "requires_python": null, "summary": "Use sitestat to analyse your Plone site visits.", "version": "1.0.0-beta-2" }, "last_serial": 755455, "releases": { "1.0.0-beta-1": [ { "comment_text": "", "digests": { "md5": "b69adbfd5ebfdb571b617f2bc6fdf2ac", "sha256": "fac221700605ae61567b03a31bc164c5291de3515eb50eb1eb772634a73ce948" }, "downloads": -1, "filename": "iw.sitestat-1.0.0_beta_1-py2.4.egg", "has_sig": false, "md5_digest": "b69adbfd5ebfdb571b617f2bc6fdf2ac", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 164417, "upload_time": "2008-10-03T16:55:49", "url": "https://files.pythonhosted.org/packages/6e/a3/9ac8982ecfb950cc232a71730e35e0aaaff21dc56bd10d553feedd2140f6/iw.sitestat-1.0.0_beta_1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d670373c673b6528e790498c1f8c6517", "sha256": "cf39e13b7d436dd6e92c3c4b7346f8397b5d4b61eeb6f58430ee21ed212a0ab1" }, "downloads": -1, "filename": "iw.sitestat-1.0.0-beta-1.tar.gz", "has_sig": false, "md5_digest": "d670373c673b6528e790498c1f8c6517", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74965, "upload_time": "2008-10-03T16:55:47", "url": "https://files.pythonhosted.org/packages/b9/60/a3d3b0e4fcdcf913ae81b249f6e8d3475b32d60117f3d689847fbaf42c9f/iw.sitestat-1.0.0-beta-1.tar.gz" } ], "1.0.0-beta-2": [ { "comment_text": "", "digests": { "md5": "86a189c8f62405e140c90eac75b25f25", "sha256": "1d966a798d25ccaf20c683326532a7208b3fb24601eec235ba62292122947d6c" }, "downloads": -1, "filename": "iw.sitestat-1.0.0_beta_2-py2.4.egg", "has_sig": false, "md5_digest": "86a189c8f62405e140c90eac75b25f25", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 167478, "upload_time": "2008-10-10T14:14:11", "url": "https://files.pythonhosted.org/packages/39/b5/f9a72568561eb4ffc54522cc7fabe5135c15a3fe2c8923cbd987546a5caf/iw.sitestat-1.0.0_beta_2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3505e8e0a11c8a6611657c3bc8f479ec", "sha256": "2bdd0d52c849dc2472915bac5327eaa7b9a18352c1a7b46aba777b7bb79b9162" }, "downloads": -1, "filename": "iw.sitestat-1.0.0-beta-2.tar.gz", "has_sig": false, "md5_digest": "3505e8e0a11c8a6611657c3bc8f479ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76078, "upload_time": "2008-10-10T14:14:07", "url": "https://files.pythonhosted.org/packages/3a/fe/0aeb85718645bb707f2e8c6452061d17da2f2b61b9ec41ac73eeed5ae608/iw.sitestat-1.0.0-beta-2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86a189c8f62405e140c90eac75b25f25", "sha256": "1d966a798d25ccaf20c683326532a7208b3fb24601eec235ba62292122947d6c" }, "downloads": -1, "filename": "iw.sitestat-1.0.0_beta_2-py2.4.egg", "has_sig": false, "md5_digest": "86a189c8f62405e140c90eac75b25f25", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 167478, "upload_time": "2008-10-10T14:14:11", "url": "https://files.pythonhosted.org/packages/39/b5/f9a72568561eb4ffc54522cc7fabe5135c15a3fe2c8923cbd987546a5caf/iw.sitestat-1.0.0_beta_2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3505e8e0a11c8a6611657c3bc8f479ec", "sha256": "2bdd0d52c849dc2472915bac5327eaa7b9a18352c1a7b46aba777b7bb79b9162" }, "downloads": -1, "filename": "iw.sitestat-1.0.0-beta-2.tar.gz", "has_sig": false, "md5_digest": "3505e8e0a11c8a6611657c3bc8f479ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76078, "upload_time": "2008-10-10T14:14:07", "url": "https://files.pythonhosted.org/packages/3a/fe/0aeb85718645bb707f2e8c6452061d17da2f2b61b9ec41ac73eeed5ae608/iw.sitestat-1.0.0-beta-2.tar.gz" } ] }