summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2011-12-13 00:17:12 +0100
committerStefan Behnel <stefan_ml@behnel.de>2011-12-13 00:17:12 +0100
commitcd027e171175082625aff86aa0607715b088e3b1 (patch)
treeca8d291b05c75b8a51ad02e932706a42585ea869
parentc8bd951b1b0135327d9aacbfb645f08d8baae1a0 (diff)
downloadpython-lxml-cd027e171175082625aff86aa0607715b088e3b1.tar.gz
add flattr and paypal buttons to github project page
--HG-- rename : README.txt => README.rst
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst71
-rw-r--r--README.txt3
-rw-r--r--doc/html/flattr-badge-large.pngbin0 -> 1639 bytes
-rw-r--r--doc/html/paypal_btn_donateCC_LG.gifbin0 -> 2858 bytes
5 files changed, 72 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 927f5120..cc592d79 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,7 +3,7 @@ include setup.py ez_setup.py setupinfo.py versioninfo.py buildlibxml.py
include test.py selftest.py selftest2.py
include update-error-constants.py
include MANIFEST.in Makefile version.txt
-include CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt README.txt TODO.txt
+include CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt README.rst TODO.txt
recursive-include src *.pyx *.pxd *.pxi *.py
recursive-include src/lxml lxml.etree.c lxml.objectify.c
recursive-include src/lxml lxml.etree.h lxml.etree_api.h etree_defs.h
diff --git a/README.rst b/README.rst
new file mode 100644
index 00000000..9380aecf
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,71 @@
+What is lxml?
+=============
+
+lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language.
+It's also very fast and memory friendly, just so you know.
+
+For an introduction and further documentation, see `doc/main.txt`_.
+
+For installation information, see `INSTALL.txt`_.
+
+
+Support the project
+-------------------
+
+Most people who use lxml for their daily work do so because they like using it.
+If you like it, send us a flattr.
+
+.. class:: center
+
+ |FlattrLink|_
+
+.. _FlattrLink: https://flattr.com/submit/auto?user_id=scoder&url=https://github.com/lxml/lxml&title=lxml&language=en_GB&tags=github&category=software
+
+However, if you are using lxml for your work and feel like you should
+give a bit of your own benefit back to support the project, consider
+sending us money through PayPal. Please read the Legal Notice below.
+
+.. class:: center
+
+ |Donate|_
+
+.. _Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R56JE3VCPDA9N
+
+Note that Flattr keeps 10% of the money for itself, so do not send
+any larger amounts through Flattr. Use PayPal for donations instead,
+or contact `Stefan Behnel`_ for other ways to support the lxml project,
+as well as commercial support, customisations and trainings.
+
+
+.. |Donate| image:: https://github.com/lxml/lxml/raw/master/doc/html/paypal_btn_donateCC_LG.gif
+ :width: 160
+ :height: 47
+ :alt: Donate to the lxml project
+
+.. |FlattrLink| image:: https://github.com/lxml/lxml/raw/master/doc/html/flattr-badge-large.png
+ :width: 93
+ :height: 20
+ :alt: Flattr the lxml project
+
+.. _`Stefan Behnel`: http://consulting.behnel.de/
+.. _`doc/main.txt`: http://lxml.de/
+.. _`INSTALL.txt`: http://lxml.de/installation.html
+
+
+Legal Notice for Donations
+--------------------------
+
+Any donation that you make to the lxml project is voluntary and
+is not a fee for any services, goods, or advantages. By making
+a donation to the lxml project, you acknowledge that we have the
+right to use the money you donate in any lawful way and for any
+lawful purpose we see fit and we are not obligated to disclose
+the way and purpose to any party unless required by applicable
+law. Although lxml is free software, to our best knowledge the
+lxml project does not have any tax exempt status. The lxml
+project is neither a registered non-profit corporation nor a
+registered charity in any country. Your donation may or may not
+be tax-deductible; please consult your tax advisor in this matter.
+We will not publish or disclose your name and/or e-mail address
+without your consent, unless required by applicable law. Your
+donation is non-refundable.
diff --git a/README.txt b/README.txt
deleted file mode 100644
index b2803a61..00000000
--- a/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-See doc/main.txt and doc/intro.txt
-
-For installation information, see INSTALL.txt
diff --git a/doc/html/flattr-badge-large.png b/doc/html/flattr-badge-large.png
new file mode 100644
index 00000000..11053058
--- /dev/null
+++ b/doc/html/flattr-badge-large.png
Binary files differ
diff --git a/doc/html/paypal_btn_donateCC_LG.gif b/doc/html/paypal_btn_donateCC_LG.gif
new file mode 100644
index 00000000..ab78d8be
--- /dev/null
+++ b/doc/html/paypal_btn_donateCC_LG.gif
Binary files differ