[Checkins] SVN: zope.browserresource/trunk/ Fix package description.

Dan Korostelev nadako at gmail.com
Mon Aug 24 12:33:28 EDT 2009


Log message for revision 103166:
  Fix package description.

Changed:
  U   zope.browserresource/trunk/README.txt
  U   zope.browserresource/trunk/setup.py

-=-
Modified: zope.browserresource/trunk/README.txt
===================================================================
--- zope.browserresource/trunk/README.txt	2009-08-24 16:29:58 UTC (rev 103165)
+++ zope.browserresource/trunk/README.txt	2009-08-24 16:33:28 UTC (rev 103166)
@@ -6,14 +6,9 @@
 chunk of the Zope Toolkit and its assumptions. It is maintained by the*
 `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.
 
-This package provides an implementation of browser resources, like
-files and directories. It also provides directives for defining
-those resources using ZCML.
+This package provides an implementation of browser resources. It also
+provides directives for defining those resources using ZCML.
 
-
-Resources
-=========
-
 Resources are static files and directories that are served to the browser
 directly from the filesystem. The most common example are images, CSS style
 sheets, or JavaScript files.
@@ -25,7 +20,7 @@
 whole directory with the `<browser:resourceDirectory>` directive, for example
 
   <browser:resource
-    directory="/path/to/static.file"
+    file="/path/to/static.file"
     name="myfile"
     />
 
@@ -61,6 +56,5 @@
 
 For example, if you register 'http://static.example.com/' as the base 'resource'
 URL, the resources from the above example would yield the following absolute
-URLs: http://static.example.com/myfile and
-http://static.example.com/main-images
-(XXX what about http://static.example.com/main-images/subdir/sample.jpg?)
+URLs: http://static.example.com/@@/myfile and
+http://static.example.com/@@/main-images

Modified: zope.browserresource/trunk/setup.py
===================================================================
--- zope.browserresource/trunk/setup.py	2009-08-24 16:29:58 UTC (rev 103165)
+++ zope.browserresource/trunk/setup.py	2009-08-24 16:33:28 UTC (rev 103166)
@@ -31,7 +31,7 @@
                      'Topic :: Internet :: WWW/HTTP',
                      'Framework :: Zope3',
                      ],
-      description='Browser resource implementation for Zope.',
+      description='Browser resources implementation for Zope.',
       long_description=long_description,
 
       packages=find_packages('src'),



More information about the Checkins mailing list