[Checkins] SVN: z3c.rotterdam/trunk/ Clean up this setup information for release to PyPI.

Kevin Gill kevin at movieextras.ie
Tue Oct 21 16:17:19 EDT 2008


Log message for revision 92453:
  Clean up this setup information for release to PyPI.
  
  

Changed:
  U   z3c.rotterdam/trunk/README.txt
  U   z3c.rotterdam/trunk/setup.cfg
  U   z3c.rotterdam/trunk/setup.py
  U   z3c.rotterdam/trunk/z3c/rotterdam/README.txt
  U   z3c.rotterdam/trunk/z3c.rotterdam.egg-info/PKG-INFO

-=-
Modified: z3c.rotterdam/trunk/README.txt
===================================================================
--- z3c.rotterdam/trunk/README.txt	2008-10-21 19:54:14 UTC (rev 92452)
+++ z3c.rotterdam/trunk/README.txt	2008-10-21 20:17:18 UTC (rev 92453)
@@ -1,4 +1,27 @@
 Introduction
 ============
 
-A version of the rotterdam skin which supports z3c.pagelet and z3c.form
+This skin is a derivative of the zope.app.rotterdam.Rotterdam skin, which
+supports pagelets, forms and javascript forms.
+
+Usage
+=====
+
+z3c.rotterdam includes the information needed to configure itself. To add it
+to your configuration;
+
+    1.  Add it to your buildout...
+
+        eggs=...
+            z3c.rotterdam
+
+    2.  To use the skin, you can use a traversal adapter:
+
+        http://localhost:8080/++skin++z3c_rotterdam/index.html
+
+    3.  To configure this as your default skin, add this line to your
+        site.zcml file:
+
+        <includeOverrides package="z3c.rotterdam" file="default_skin.zcml" />
+
+

Modified: z3c.rotterdam/trunk/setup.cfg
===================================================================
--- z3c.rotterdam/trunk/setup.cfg	2008-10-21 19:54:14 UTC (rev 92452)
+++ z3c.rotterdam/trunk/setup.cfg	2008-10-21 20:17:18 UTC (rev 92453)
@@ -1,3 +1,3 @@
 [egg_info]
 tag_build = 
-tag_svn_revision = true
+tag_svn_revision = false

Modified: z3c.rotterdam/trunk/setup.py
===================================================================
--- z3c.rotterdam/trunk/setup.py	2008-10-21 19:54:14 UTC (rev 92452)
+++ z3c.rotterdam/trunk/setup.py	2008-10-21 20:17:18 UTC (rev 92453)
@@ -9,10 +9,16 @@
       long_description=open("README.txt").read() + "\n" +
                        open(os.path.join("docs", "HISTORY.txt")).read(),
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-        "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
+      classifiers = [
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
       keywords='zope3 pagelet form skin',
       author='Kevin Gill and the Zope Community',
       author_email='zope-dev at zope.org',

Modified: z3c.rotterdam/trunk/z3c/rotterdam/README.txt
===================================================================
--- z3c.rotterdam/trunk/z3c/rotterdam/README.txt	2008-10-21 19:54:14 UTC (rev 92452)
+++ z3c.rotterdam/trunk/z3c/rotterdam/README.txt	2008-10-21 20:17:18 UTC (rev 92453)
@@ -12,7 +12,7 @@
         eggs=...
             z3c.rotterdam
 
-    2.  To use the skin, you can use a path adapter:
+    2.  To use the skin, you can use a traversal adapter:
 
         http://localhost:8080/++skin++z3c_rotterdam/index.html
 

Modified: z3c.rotterdam/trunk/z3c.rotterdam.egg-info/PKG-INFO
===================================================================
--- z3c.rotterdam/trunk/z3c.rotterdam.egg-info/PKG-INFO	2008-10-21 19:54:14 UTC (rev 92452)
+++ z3c.rotterdam/trunk/z3c.rotterdam.egg-info/PKG-INFO	2008-10-21 20:17:18 UTC (rev 92453)
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: z3c.rotterdam
-Version: 1.0.1-r92417
+Version: 1.0.1
 Summary: A version of the rotterdam skin which supports z3c.pagelet and z3c.form
 Home-page: http://pypi.python.org/pypi/z3c.rotterdam
 Author: Kevin Gill and the Zope Community
@@ -9,8 +9,31 @@
 Description: Introduction
         ============
         
-        A version of the rotterdam skin which supports z3c.pagelet and z3c.form
+        This skin is a derivative of the zope.app.rotterdam.Rotterdam skin, which
+        supports pagelets, forms and javascript forms.
         
+        Usage
+        =====
+        
+        z3c.rotterdam includes the information needed to configure itself. To add it
+        to your configuration;
+        
+        1.  Add it to your buildout...
+        
+        eggs=...
+        z3c.rotterdam
+        
+        2.  To use the skin, you can use a traversal adapter:
+        
+        http://localhost:8080/++skin++z3c_rotterdam/index.html
+        
+        3.  To configure this as your default skin, add this line to your
+        site.zcml file:
+        
+        <includeOverrides package="z3c.rotterdam" file="default_skin.zcml" />
+        
+        
+        
         Changelog
         =========
         
@@ -22,5 +45,12 @@
         
 Keywords: zope3 pagelet form skin
 Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Zope Public License
 Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Natural Language :: English
+Classifier: Operating System :: OS Independent
+Classifier: Topic :: Internet :: WWW/HTTP
+Classifier: Framework :: Zope3



More information about the Checkins mailing list