Changeset 190 for plone4bio.base/trunk
- Timestamp:
- 02/06/11 17:24:44 (16 months ago)
- Location:
- plone4bio.base/trunk
- Files:
-
- 4 modified
-
buildout.cfg (modified) (1 diff)
-
docs/CHANGES.txt (modified) (4 diffs)
-
setup.py (modified) (1 diff)
-
src/plone4bio/base/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/buildout.cfg
r145 r190 2 2 extends = test-plone-4.0.x.cfg 3 3 # extends = test-plone-3.3.x.cfg 4 parts += 5 docs 6 7 [docs] 8 recipe = zc.recipe.egg 9 eggs = 10 ${buildout:package-name} 11 sphinx <= 0.99 12 sphinx-pypi-upload 13 zc.rst2 14 pkginfo 15 repoze.sphinx.autointerface 16 interpreter = docpy 17 -
plone4bio.base/trunk/docs/CHANGES.txt
r171 r190 1 ====================== 2 plone4bio.base Changes 3 ====================== 1 Change Log 2 ========== 4 3 5 4 plone4bio.base 1.1.0rc1 (2010-10-03) 6 ================================= 5 ------------------------------------ 7 6 8 7 Features 9 --------10 8 11 9 * works with Plone 4.x … … 20 18 21 19 plone4bio.base 1.0.2 (2010-06-03) 22 ================================= 20 --------------------------------- 23 21 24 22 Bug Fixes 25 ---------26 23 27 24 * fix #8 "sequence feature diagram generator does not support feature types containing ' '" … … 31 28 32 29 plone4bio.base 1.0.1 (2009-09-21) 33 ================================= 30 --------------------------------- 34 31 35 32 Features 36 --------37 33 38 34 * features image via bioperl … … 45 41 46 42 plone4bio.base (2008-01-31) 47 ================================= 43 --------------------------------- 48 44 49 45 * First release (Mauro Amico) -
plone4bio.base/trunk/setup.py
r171 r190 10 10 open(os.path.join(*path)).read() for path in [ 11 11 ("src", "plone4bio", "base", "README.txt"), 12 ("docs", "CHANGES.txt"), ("docs", " TODO.txt")]),12 ("docs", "CHANGES.txt"), ("docs", "AUTHORS.txt")]), 13 13 # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 14 14 classifiers=[ -
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
