Mailing List Archive

SVN: zope.timestamp/ Move readme into trunk
Log message for revision 65787:
Move readme into trunk

Changed:
D zope.timestamp/README.txt
A zope.timestamp/trunk/README.txt

-=-
Deleted: zope.timestamp/README.txt
===================================================================
--- zope.timestamp/README.txt 2006-03-04 04:41:56 UTC (rev 65786)
+++ zope.timestamp/README.txt 2006-03-04 04:42:34 UTC (rev 65787)
@@ -1,69 +0,0 @@
-Installing This Package
-=======================
-
-Prerequisites
--------------
-
-The installation steps below assume that you have the cool new 'setuptools'
-package installed in your Python. Here is where to get it:
-
- $ wget http://peak.telecommunity.com/dist/ez_setup.py
- $ /path/to/your/python ez_setup.py # req. write access to 'site-packages'
-
- - Docs for EasyInstall:
- http://peak.telecommunity.com/DevCenter/EasyInstall
-
- - Docs for setuptools:
- http://peak.telecommunity.com/DevCenter/setuptools
-
- - Docs for eggs:
- http://peak.telecommunity.com/DevCenter/PythonEggs
-
-
-Installing a Development Checkout
----------------------------------
-
-Check out the package from subversion:
-
- $ svn co svn+ssh://svn.zope.org/repos/main/zope.timestamp/trunk \
- src/zope.timestamp
- $ cd src/zope.timestamp
-
-Install it as a "devlopment egg":
-
- $ /path/to/your/python setup.py devel
-
-Running the Tests
------------------
-
-Eventually, you should be able to type:
-
- $ /path/to/your/python setup.py test
-
-and have it run the tests. Today, the workaround is run the tests
-from the checkout's 'zope' directory:
-
- $ /path/to/your/python tests.py
- Running:
- .............
- Ran 5 tests with 0 failures and 0 errors in 0.094 seconds.
-
-Installing a Source Distribution
---------------------------------
-
-You can also install it from a source distribution:
-
- $ /path/to/easy_install --find-links="...." -eb src zope-timestamp
- $ cd src/zope.weakset
- $ /path/to/your/python setup.py devel
-
-
-Installing a Binary Egg
------------------------
-
-Install the package as a "binary egg" (which also installs its "hard"
-dependencies):
-
- $ /path/to/easy_install --find-links="...." zope-timestamp
-
-

Copied: zope.timestamp/trunk/README.txt (from rev 65786, zope.timestamp/README.txt)

_______________________________________________
Zope-CVS maillist - Zope-CVS@zope.org
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS