Changeset 2424 in products
- Timestamp:
- Jun 1, 2010 8:38:54 AM (14 years ago)
- Location:
- quintagroup.plonetabs/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.plonetabs/trunk/README.txt
r1146 r2424 6 6 based) mode. 7 7 8 This is a fully rewritten version of qPloneTabs product. It is based on kss 9 javascript framework and Plone 3 technologies. 8 10 9 Overview 11 Features 10 12 -------- 11 13 12 This is a fully rewritten version of qPloneTabs product. It is based 13 on kss javascript framework and plone 3 technologies. 14 * quintagroup.plonetabs allows editing portal tabs, document actions, site actions, folder buttons (and other portal_actions tools) - all via Plone Control Panel 15 * possibility to make items visible/invisible 16 * possibility to change items order by simple drag-and-drop 14 17 18 Usage 19 ----- 15 20 16 Plone Tabs Features 17 ------------------- 21 To create new Plone tabs go to your Site Setup: 18 22 19 1. Gives an opportunity to create/delete/rename tabs using Plone Control Panel 23 * Select Plone Tabs from the list of Add-on Products Configuration 24 * In the Select category to manage select what items you want to manage 25 * Enter the name and the link of the tab you want to create 26 * Click Add button 20 27 21 2. Allows changing the tabs order by drag-and-drop 28 To change tabs order: 22 29 30 * Click on the arrows next to the item title you want to change position for 31 * Move it up/down to the necessary place 32 33 Screencast 34 ---------- 35 36 You can watch Plone Tabs Screencast 37 http://quintagroup.com/cms/screencasts/qplonetabs to see how to use this 38 products on your Plone instance. Learn how to install Plone Tabs product on a 39 buildout-based Plone instance, how to create new tabs, change their order, how 40 to delete or edit tabs, as well as Plone actions items. 23 41 24 42 Requirements … … 27 45 * Plone 3.x 28 46 29 30 47 Rich (Ajax based) mode works for 31 48 -------------------------------- 32 49 33 50 * Firefox 2+ 34 35 51 * IE 7+ 36 37 52 38 53 Notes 39 54 ----- 40 55 41 * In case you are using browser which is not compatible with the given product 42 (see list above for compatible browsers), you can easily switch to 43 'Plain Mode' and use basic HTML forms without any javascript functionality. 44 That plain mode should work for any browser ;-) 56 * In case you are using browser which is not compatible with the given product (see list above for compatible browsers), you can easily switch to 'Plain Mode' and use basic HTML forms without any javascript functionality. That plain mode should work for any browser ;-) 45 57 46 * If you were using qPloneTabs product before and now you want to install this 47 new package then before installing quintagroup.plonetabs uninstall qPloneTabs 48 product from quickinstaller tool, then remove it from Products folder and only 49 after that install quintagroup.plonetabs package. 50 51 * 'How to run js/kss/selenium tests' instruction will be here... 58 * If you were using qPloneTabs product before and now you want to install this new package then before installing quintagroup.plonetabs uninstall qPloneTabs product from quickinstaller tool, then remove it from Products folder and only after that install quintagroup.plonetabs package. 52 59 53 60 Link -
quintagroup.plonetabs/trunk/setup.py
r876 r2424 1 2 3 import os 1 4 from setuptools import setup, find_packages 2 5 … … 8 11 long_description=open("README.txt").read() + "\n" + 9 12 open(os.path.join("docs", "HISTORY.txt")).read(), 13 10 14 # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 11 15 classifiers=[ … … 17 21 ], 18 22 keywords='quintagroup plonetabs', 19 author=' (c) "Quintagroup": http://quintagroup.com/ , 2008',20 author_email=' info@quintagroup.com',21 url='http:// projects.quintagroup.com/products/wiki/qPloneTabs',23 author='"Quintagroup": http://quintagroup.com/', 24 author_email='support@quintagroup.com', 25 url='http://quintagroup.com/services/plone-development/products/plone-tabs', 22 26 license='GPL', 23 27 packages=find_packages(exclude=['ez_setup']),
Note: See TracChangeset
for help on using the changeset viewer.