summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi.cardona@logilab.fr>2015-06-26 12:07:48 +0200
committerRémi Cardona <remi.cardona@logilab.fr>2015-06-26 12:07:48 +0200
commitee0f3437c3e2219b13cba7132c9f469a27c2cbf6 (patch)
treed31d15cc8c8bb87c671b6f3b50bdf8bbecbde23c
parent103bbcbe93cb1829dae0b2ce80b6715a040b1965 (diff)
downloadlogilab-common-ee0f3437c3e2219b13cba7132c9f469a27c2cbf6.tar.gz
Update README
-rw-r--r--README42
1 files changed, 5 insertions, 37 deletions
diff --git a/README b/README
index da14d91..6587ae2 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Logilab's common library
What's this ?
-------------
-This package contains some modules used by differents Logilab's projects.
+This package contains some modules used by different Logilab projects.
It is released under the GNU Lesser General Public License.
@@ -18,7 +18,6 @@ Designed to ease:
* manipulation of files and character strings
* manipulation of common structures such as graph, tree, and pattern such as visitor
* generating text and HTML reports
-* accessing some external libraries such as OmniORB_, Pyro_...
* more...
@@ -50,13 +49,9 @@ Modules providing high-level features
different subcommands. It is based on `configuration` to get easy command line
/ configuration file handling.
-* `cli`, a base class for interactive programs using the command line.
-
* `configuration`, some classes to handle unified configuration from both
command line (using optparse) and configuration file (using ConfigParser).
-* `dbf`, read Visual Fox Pro DBF files.
-
* `proc`, interface to Linux /proc.
* `umessage`, unicode email support.
@@ -113,16 +108,10 @@ Modules extending some standard modules
* `optik_ext`, defines some new option types (regexp, csv, color, date, etc.)
for `optik` / `optparse`
-* `xmlrpcutils`, auth support for XML-RPC
-
Modules extending some external modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* `corbautils`, useful functions for use with the OmniORB_ CORBA library.
-
-* `pyro_ext`, some Pyro_ utility functions.
-
* `sphinx_ext`, Sphinx_ plugin defining a `autodocstring` directive.
* `vcgutils` , utilities functions to generate file readable with Georg Sander's
@@ -142,42 +131,21 @@ versions:
* `sphinxutils`: we won't go that way imo (i == syt)
-Deprecated modules
-~~~~~~~~~~~~~~~~~~
-
-Those `logilab.common` modules are only there for backward compatibility. They
-can go away at anytime.
-
-* `optparser`: use `clcommands` instead
-
-* `adbh`, `db`, `sqlgen`: see `logilab.database`_ instead
-
-* `contexts`: content move to `shellutils`
-
-* `html`: deprecated without replacement
-
-
Comments, support, bug reports
------------------------------
-Project page http://www.logilab.org/project/logilab-common
+Project page https://www.logilab.org/project/logilab-common
-Use the python-projects@lists.logilab.org mailing list. Since we do not have
-publicly available bug tracker yet, bug reports should be emailed
-there too.
+Use the python-projects@lists.logilab.org mailing list.
You can subscribe to this mailing list at
-http://lists.logilab.org/mailman/listinfo/python-projects
+https://lists.logilab.org/mailman/listinfo/python-projects
Archives are available at
-http://lists.logilab.org/pipermail/python-projects/
+https://lists.logilab.org/pipermail/python-projects/
-.. _Pyro: http://pyro.sourceforge.net/
-.. _OmniORB: http://omniorb.sourceforge.net/
-.. _Mercurial: http://mercurial.selenic.com
.. _Sphinx: http://sphinx.pocoo.org/
-.. _`logilab.database`: http://www.logilab.org/project/logilab-database/
.. _`unittest2`: http://pypi.python.org/pypi/unittest2
.. _`discover`: http://pypi.python.org/pypi/discover
.. _`zope.interface`: http://pypi.python.org/pypi/zope.interface