{ "info": { "author": "Massimo Azzolini and contributors", "author_email": "collective.amberjack.support@lists.coactivate.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "collective.amberjack.plonetour\n------------------------------\n\nThis package provides plone tours for collective.amberjack package.\n\nBe aware that series 0.9.x is compatible with Plone3, series 1.x is compatible\nwith Plone4.\n\nUseful links\n============\n\n- project wiki, info: http://www.coactivate.org/projects/collectiveamberjack\n- pypi: http://pypi.python.org/pypi/collective.amberjack.plonetour\n- Plone: http://plone.org/products/collective.amberjack.plonetour\n- issue tracker: https://bugs.launchpad.net/collective.amberjack\n- svn repository: http://svn.plone.org/svn/collective/collective.amberjack.plonetour\n\n\nIntroduction\n============\n\nThis package allows you to create tours on your site,\nbased on `collective.amberjack.core`__.\n\n__ http://pypi.python.org/pypi/collective.amberjack.core\n\n\nThis package contains the first released tours:\n\n * Add and publish a Folder\n * Add and publish a Page\n * Add and publish a News Item\n * Add and publish an Event\n * Format a page using the visual editor\n * Create internal links\n * Create external links\n * Upload an image\n * Insert image on a page\n * Upload and link to a File\n * Using the Contents tab\n * Using the Display menu\n\nOthers will be released soon.\n\n\nAdd and publish a Folder\n========================\n\nThis tutorial shows you how to create a new folder and then publish it.\nAt the end of tour you can see a public folder in your Home.\n\nAdd and publish a Page\n======================\n\nIn this tutorial you learn how create a new page and then publish it. At\nthe end of tour you'll create a new page and publish it on your\nPlone-powered website. This tutorial uses the folder that you created in\na previous tour (\"Add and publish a Folder\").\n\nAdd and publish a News Item\n===========================\n\nIn this tutorial you learn how create a new news item and then publish\nit. At the end of tour you can see a public news item in your Home. This\ntutorial uses the folder that you created in one of previous tutorials\n(\"Add and publish a Folder\").\n\nAdd and publish an Event\n========================\n\nIn this tutorial you learn how create a new event and then publish it.\nAt the end of tour you can see a public event in your Home. This tutorial\nuses the folder that you created in one of previous tutorials (\"Add and\npublish a Folder\").\n\nFormat a page using the visual editor\n=====================================\n\nIn this tutorial you will revisit a page that you created and learn how\nto format content on the page. This tutorial uses the folder and the page\nthat you created in previous tutorials (\"Add and publish a Folder\" and\n\"Add and publish a Page\"). You will learn how to to apply bold, italics,\ntext alignment, and paragraph styles to the page.\n\nCreate internal links\n=====================\n\nIn this tour you learn how insert hyperlinks into a page. You will\nrevisit a page that you created in the previous tutorial \"Add and publish\na Page\". You learn how browse the content of your site and how create a\nhyperlink to any page, news item, event, image, file or other content\ntype within your Plone site.\n\nCreate external links\n=====================\n\nIn this tutorial you learn how to create link to other webpages,\ndocuments or resources online. This tutorial uses the Page that you\ncreated in previous tutorials \"Add and publish a Page\". You learn how\nfind the external link icon and how make a preview, that lets you confirm\nthat you have the correct webpage. \n\nUpload an image\n===============\n\nThis tour shows how add a new image to folder that you created in one of\nprevious tutorials (\"Add and publish a Folder\"). You will browse the\ncontent of your site and find the image file you want to place in Plone.\n\nInsert image on a page\n======================\n\nIn this tutorial you learn how insert image into a page. You should have\nat least one image already from a previous tutorial \"Upload an image\".\nYou will browse to the location of an image you would like to insert and\nchoose Left alignment and a Size or change the 'alt' text for the image. \n\nUpload and link to a File\n=========================\n\nIn this tutorial you learn how upload to your site binary file such as\na PDF, DOC, XLS, PPT, RTF or other file type and how create a link to\nthe file to allow a site visitor to download the file.\n\nUsing the Contents tab\n======================\n\nIn this tutorial you learn how take a look at the Contents tab, that\nlets you browse the filesystem of your website and perform administrative\ntasks. The items you have been creating for previous tutorials will\nlisted in the Contents view. You learn how change the order of contents\nwithin a folder, how make copies of a content item and how cut-and-paste.\n\nUsing the Display menu\n======================\n\nIn this tutorial you learn how change the way that the folders contained\nitems will appear on the screen, using the Display drop-down menu. You\nwill see the Summary view, Tabular View and Select default page.\n\n\nRequirements\n============\n\n * collective.amberjack.core\n\n\n\n\nChangelog\n=========\n\n1.1 (2010-11-05)\n----------------\n\n- re-added the tours for the admin [mirco]\n- changed some xpath selector [mirco]\n- added condition \"doitmanually\" [mirco]\n- new translation structure [amleczko]\n\n1.1a (2010-09-21)\n-----------------\n\n- Added windmill tours [mirco & andrea]\n- Fix tours to work with new validators [amleczko]\n- remove depracted modules [amleczko]\n\n1.1dev (unreleased)\n-------------------\n\n- Refactoring tours - we are now using configuration based tours\n [amleczko]\n- Deal the link on the widget's calendar #572238\n [fdelia]\n- Add validator isManager for tour 12\n [fdelia]\n- Disabled tour 12 (Static portlet) - see #572242\n [keul]\n- One of the tour 6 (internal link) was relying onto site language\n [keul] \n\n1.0 (2010-05-17)\n----------------\n\n- Add new step for 'basic04_add_and_publish_an_event' in dictionary fill_out_the_fields\n [mirco]\n- Change some steps in tours to use TinyMCE\n [mirco]\n- Modified all tour to make it a correct use in Plone4\n [mirco] \n- Modified some selectors to fix the highlight's problems\n [mirco]\n- Initial release for plone4\n [amleczko]\n\n0.9 (2010-04-30)\n----------------\n\n- fix metadata and pin versions for plone3\n [amleczko]\n- Initial release for plone3\n [amleczko]\n\nContributors\n------------\n\n * Nate Aune [natea]\n * Sam Knox\n * Luca Fabbri [keul]\n * Massimo Azzolini [massimo_azzolini]\n * Mirna Bagnolatti\n * Vincent Fretin [vincentfretin]\n * Israel Saeta P\u00e9rez [dukebody]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.amberjack.plonetour", "keywords": "plone amberjack", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.amberjack.plonetour", "package_url": "https://pypi.org/project/collective.amberjack.plonetour/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.amberjack.plonetour/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.amberjack.plonetour" }, "release_url": "https://pypi.org/project/collective.amberjack.plonetour/1.1/", "requires_dist": null, "requires_python": null, "summary": "Plone first install tour", "version": "1.1" }, "last_serial": 787639, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "20c532f50303e18efbe78f83b593e3f3", "sha256": "47cfcd0bdc37196033c062634bf6028f94511557711cf00f8788304a65b93868" }, "downloads": -1, "filename": "collective.amberjack.plonetour-0.9.tar.gz", "has_sig": false, "md5_digest": "20c532f50303e18efbe78f83b593e3f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88339, "upload_time": "2010-04-30T18:03:30", "url": "https://files.pythonhosted.org/packages/26/cc/f843a2df96d603c7ef065981d871b29358f4350aa11a8b76feaee8c092cb/collective.amberjack.plonetour-0.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "b1c0496efa81f401ab2e8c605cc91c25", "sha256": "620b2ef28eb5b6659b26a2fd99832a1ef0eaf307afae641fb9044a2961c4c470" }, "downloads": -1, "filename": "collective.amberjack.plonetour-1.0.tar.gz", "has_sig": false, "md5_digest": "b1c0496efa81f401ab2e8c605cc91c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89236, "upload_time": "2010-05-17T08:41:46", "url": "https://files.pythonhosted.org/packages/46/dd/2aac2fca5c1ec5d5c45769236522acb9ea5446bc55af9d082ed44f59c8ae/collective.amberjack.plonetour-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "602037409e5f69a8087ab763c7f63d0f", "sha256": "031b3a0ea96d7f315fe17176f6751013bf8a1c42b47b1055c3a544a4ef937c6b" }, "downloads": -1, "filename": "collective.amberjack.plonetour-1.1.tar.gz", "has_sig": false, "md5_digest": "602037409e5f69a8087ab763c7f63d0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87443, "upload_time": "2010-11-05T17:54:24", "url": "https://files.pythonhosted.org/packages/59/9f/4749ecf2abf0919d1c82e3052bd0c92b79d90e584c6d502546135c851ed8/collective.amberjack.plonetour-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "602037409e5f69a8087ab763c7f63d0f", "sha256": "031b3a0ea96d7f315fe17176f6751013bf8a1c42b47b1055c3a544a4ef937c6b" }, "downloads": -1, "filename": "collective.amberjack.plonetour-1.1.tar.gz", "has_sig": false, "md5_digest": "602037409e5f69a8087ab763c7f63d0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87443, "upload_time": "2010-11-05T17:54:24", "url": "https://files.pythonhosted.org/packages/59/9f/4749ecf2abf0919d1c82e3052bd0c92b79d90e584c6d502546135c851ed8/collective.amberjack.plonetour-1.1.tar.gz" } ] }