mirror of https://github.com/Kozea/pygal.git
Florian Mounier
13 years ago
commit
c38b3057e1
3 changed files with 89 additions and 0 deletions
@ -0,0 +1,30 @@
|
||||
name: pygal |
||||
description: A python svg graph plotting library |
||||
license: LGPLv3 |
||||
public: true |
||||
url: http://www.pygal.org/ |
||||
|
||||
menu: |
||||
- Contribute: |
||||
link: /contribute/ |
||||
- Download: |
||||
link: /download/ |
||||
|
||||
project (git): |
||||
url: git://github.com/Kozea/pygal.git |
||||
path: pygal |
||||
|
||||
vcs (git): |
||||
url: git://github.com/Kozea/pygal.git |
||||
path: /var/db/git/pygal.git |
||||
|
||||
code browser (github): |
||||
project name: Kozea/pygal |
||||
|
||||
bug tracker (redmine): |
||||
base url: http://redmine.kozea.fr/ |
||||
project name: pygal |
||||
|
||||
continuous integration (jenkins): |
||||
base url: http://jenkins.kozea.org/ |
||||
project name: pygal |
@ -0,0 +1,29 @@
|
||||
============ |
||||
Contribute |
||||
============ |
||||
|
||||
As a Lazy Person |
||||
================ |
||||
|
||||
Want to write kind words? Please contact florian.mounier@kozea.fr. |
||||
|
||||
|
||||
As a Jabberer |
||||
============= |
||||
|
||||
Want to say something? Join our Jabber room: pygal@room.jabber.kozea.fr. |
||||
|
||||
|
||||
As a Simple User |
||||
================ |
||||
|
||||
Found a bug? Want a new feature? Report a new issue on the `pygal |
||||
bug-tracker <http://redmine.kozea.fr/projects/pygal>`_ (registration |
||||
needed). |
||||
|
||||
|
||||
As a Hacker |
||||
=========== |
||||
|
||||
Interested in hacking? Feel free to clone the :codelink:`git repository on |
||||
GitHub` if you want to add new features, fix bugs or update documentation. |
@ -0,0 +1,30 @@
|
||||
========== |
||||
Download |
||||
========== |
||||
|
||||
PyPI |
||||
==== |
||||
|
||||
pygal is `available on PyPI <http://pypi.python.org/pypi/pygal/>`_. To |
||||
install, just type as superuser:: |
||||
|
||||
pip install pygal |
||||
|
||||
Git Repository |
||||
============== |
||||
|
||||
If you want the development version of CairoSVG, take a look at the |
||||
:codelink:`git repository on GitHub`, or clone it thanks to:: |
||||
|
||||
git clone git://github.com/Kozea/CairoSVG.git |
||||
|
||||
You can also download `the pygal package of the git repository |
||||
<https://github.com/Kozea/pygal/tarball/master>`_. |
||||
|
||||
Linux Distribution Packages |
||||
=========================== |
||||
|
||||
*Not packaged yet.* |
||||
|
||||
If you are interested in creating packages for Linux distributions, read the |
||||
`"Contribute" page </contribute/>`_. |
Loading…
Reference in new issue