[Python-modules-commits] [python-odf] 113/118: Adapt to Git

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit b7fb1143c1ebcf1ff4614c9411759156bf3f0d7f
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sun Jul 13 08:45:46 2014 +0200

    Adapt to Git
---
 README | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 10cf6c4..b1df1a8 100644
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+# ODFPY
+
 This is a collection of utility programs written in Python to manipulate
 OpenDocument files.
 
@@ -8,19 +10,19 @@ make a symbolic link like this: ln -s ../odf odf
 
 For your own use of the odf library, see api-for-odfpy.odt
 
-                             -o- INSTALLATION -o-
+## INSTALLATION
 
 First you get the package.
 
-$ svn export https://svn.forge.osor.eu/svn/odfpy/trunk odfpy
+    $ git clone https://github.com/eea/odfpy.git
 
-$ python setup.py build
-$ su
-# python setup.py install
+    $ python setup.py build
+    $ su
+    # python setup.py install
 
 The library is incompatible with PyXML.
 
-                            -o- TODO / IDEAS -o-
+## TODO / IDEAS
 
 * html2odf
   Alex Hudson has been contracted to produce a command-line html2odf 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list