[Checkins] SVN: z3c.recipe.usercrontab/trunk/ documentation fixes

Reinout van Rees reinout at vanrees.org
Wed Jun 17 06:28:48 EDT 2009


Log message for revision 101096:
  documentation fixes

Changed:
  U   z3c.recipe.usercrontab/trunk/CHANGES.txt
  U   z3c.recipe.usercrontab/trunk/setup.py
  U   z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/README.txt

-=-
Modified: z3c.recipe.usercrontab/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.usercrontab/trunk/CHANGES.txt	2009-06-17 10:17:02 UTC (rev 101095)
+++ z3c.recipe.usercrontab/trunk/CHANGES.txt	2009-06-17 10:28:48 UTC (rev 101096)
@@ -4,7 +4,7 @@
 0.7 (unreleased)
 ----------------
 
-- Nothing changed yet.
+- Documentation fixes.  [reinout]
 
 
 0.6 (2009-06-16)

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2009-06-17 10:17:02 UTC (rev 101095)
+++ z3c.recipe.usercrontab/trunk/setup.py	2009-06-17 10:28:48 UTC (rev 101096)
@@ -31,10 +31,11 @@
           "License :: OSI Approved :: Zope Public License"
           ],
       description="User Crontab install buildout recipe",
-      long_description=(read('README.txt') + '\n' +
-                        'Detailed documentation\n' +
-                        '======================\n' +
-                        read('src/z3c/recipe/usercrontab/README.txt')),
+      long_description=(read('README.txt') +
+                        '\n\n' +
+                        read('src/z3c/recipe/usercrontab/README.txt') +
+                        '\n\n' +
+                        read('CHANGES.txt')),
       package_dir={'': 'src'},
       packages=find_packages('src'),
       namespace_packages=['z3c', 'z3c.recipe'],

Modified: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/README.txt
===================================================================
--- z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/README.txt	2009-06-17 10:17:02 UTC (rev 101095)
+++ z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/README.txt	2009-06-17 10:28:48 UTC (rev 101096)
@@ -1,14 +1,7 @@
 .. -*- mode: doctest -*-
 
-# Copyright (c) 2009 Zope Foundation and contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
+Detailed documentation
+======================
 
 The recipe z3c.recipe.usercrontab is a small recipe to facilitate the
 installing of cronjobs into user crontabs.



More information about the Checkins mailing list