Changeset 190 for plone4bio.base/trunk/src/plone4bio/base/README.txt
- Timestamp:
- 02/06/11 17:24:44 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/src/plone4bio/base/README.txt
r181 r190 104 104 105 105 Developer Notes 106 --------------- 107 106 =============== 108 107 The *plone4bio* plone products are mainly developed on Debian Stable, so 109 108 they are mainly tested in that environment. Usually there should be no … … 114 113 else. The supplier of this product assumes all responsibility for it. 115 114 116 Maintainer 117 ---------- 115 Getting the source code 116 ----------------------- 118 117 119 Mauro Amico (mauro AT biodec DOT com) is the active maintainer of the 120 *plone4bio.base* framework. 118 The source code is maintained in the Plone4Bio Subversion 119 repository. To check out the trunk: :: 121 120 121 $ svn co http://plone4bio.org/svn/plone4bio.base/trunk/ 122 123 You can also browse the code online at 124 `http://plone4bio.org/trac/browser/plone4bio.base/trunk 125 <http://plone4bio.org/trac/browser/plone4bio.base/trunk>`_. 126 127 When using setuptools or zc.buildout you can use the following 128 URL to retrieve the latest development code as Python egg: :: 129 130 $ http://plone4bio.org/svn/plone4bio.base/trunk/#egg=plone4bio.base 131 132 133 Bug tracker 134 =========== 135 For bug reports, suggestions or questions please use the 136 Launchpad bug tracker at 137 `http://plone4bio.org 138 <http://plone4bio.org>`_. 139
