Changeset 190 for plone4bio.base/trunk

Show
Ignore:
Timestamp:
02/06/11 17:24:44 (16 months ago)
Author:
mauro
Message:

update docs

Location:
plone4bio.base/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk/buildout.cfg

    r145 r190  
    22extends = test-plone-4.0.x.cfg 
    33# extends = test-plone-3.3.x.cfg 
     4parts += 
     5    docs 
     6 
     7[docs] 
     8recipe = zc.recipe.egg 
     9eggs =   
     10  ${buildout:package-name} 
     11  sphinx <= 0.99 
     12  sphinx-pypi-upload 
     13  zc.rst2 
     14  pkginfo 
     15  repoze.sphinx.autointerface 
     16interpreter = docpy 
     17 
  • plone4bio.base/trunk/docs/CHANGES.txt

    r171 r190  
    1 ====================== 
    2 plone4bio.base Changes 
    3 ====================== 
     1Change Log 
     2========== 
    43 
    54plone4bio.base 1.1.0rc1 (2010-10-03) 
    6 ================================= 
     5------------------------------------ 
    76 
    87Features 
    9 -------- 
    108 
    119* works with Plone 4.x 
     
    2018 
    2119plone4bio.base 1.0.2 (2010-06-03) 
    22 ================================= 
     20--------------------------------- 
    2321 
    2422Bug Fixes 
    25 --------- 
    2623 
    2724* fix #8 "sequence feature diagram generator does not support feature types containing ' '" 
     
    3128 
    3229plone4bio.base 1.0.1 (2009-09-21) 
    33 ================================= 
     30--------------------------------- 
    3431 
    3532Features 
    36 -------- 
    3733 
    3834* features image via bioperl 
     
    4541 
    4642plone4bio.base  (2008-01-31) 
    47 ================================= 
     43--------------------------------- 
    4844 
    4945* First release (Mauro Amico) 
  • plone4bio.base/trunk/setup.py

    r171 r190  
    1010          open(os.path.join(*path)).read() for path in [ 
    1111              ("src", "plone4bio", "base", "README.txt"), 
    12               ("docs", "CHANGES.txt"), ("docs", "TODO.txt")]), 
     12              ("docs", "CHANGES.txt"), ("docs", "AUTHORS.txt")]), 
    1313      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1414      classifiers=[ 
  • plone4bio.base/trunk/src/plone4bio/base/README.txt

    r181 r190  
    104104 
    105105Developer Notes 
    106 --------------- 
    107  
     106=============== 
    108107The *plone4bio* plone products are mainly developed on Debian Stable, so 
    109108they are mainly tested in that environment. Usually there should be no 
     
    114113else. The supplier of this product assumes all responsibility for it. 
    115114 
    116 Maintainer 
    117 ---------- 
     115Getting the source code 
     116----------------------- 
    118117 
    119 Mauro Amico (mauro AT biodec DOT com) is the active maintainer of the 
    120 *plone4bio.base* framework. 
     118The source code is maintained in the Plone4Bio Subversion 
     119repository. To check out the trunk: :: 
    121120 
     121  $ svn co http://plone4bio.org/svn/plone4bio.base/trunk/ 
     122 
     123You 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 
     127When using setuptools or zc.buildout you can use the following 
     128URL to retrieve the latest development code as Python egg: :: 
     129 
     130  $ http://plone4bio.org/svn/plone4bio.base/trunk/#egg=plone4bio.base 
     131 
     132 
     133Bug tracker 
     134=========== 
     135For bug reports, suggestions or questions please use the 
     136Launchpad bug tracker at 
     137`http://plone4bio.org 
     138<http://plone4bio.org>`_. 
     139