7
by cliechti
- lower line can't have arrows |
1 |
================= |
2 |
aafigure README |
|
3 |
================= |
|
1
by cliechti
new experimental project: |
4 |
|
101
by zsquareplusc
- documentation update |
5 |
aafigure is an ASCII art to image converter. |
6 |
||
7 |
DD o---> |
|
8 |
||
9 |
ASCII art figures can be parsed and output as SVG, PNG, JPEG, PDF and more. |
|
10 |
This project provides a Python package, a command line script as well as |
|
11 |
Docutils and MoinMoin plugins. |
|
12 |
||
13 |
An Ubuntu package is available: |
|
14 |
https://launchpad.net/~aafigure-team/+archive/ppa |
|
15 |
||
16 |
The project is also registered in PyPi: |
|
17 |
http://pypi.python.org/pypi/aafigure |
|
18 |
||
19 |
The project is managed in Launchpad (Answers, Bug Tracking and Code) |
|
20 |
https://launchpad.net/aafigure |
|
21 |
||
22 |
License: |
|
23 |
Simplified BSD License, see LICENSE.txt |
|
24 |
||
25 |
||
26 |
Documentation |
|
27 |
============= |
|
28 |
A manual can be found in the documentation directory. The .rst files can |
|
29 |
be looked at with a text editor or they can be compiled to HTML or PDF |
|
30 |
using Sphinx. |
|
31 |
||
7
by cliechti
- lower line can't have arrows |
32 |
|
21
by wiemann
turned Chris Liechti's aafigure code into a plugin that can be used with the plugins branch; |
33 |
Installation |
34 |
============ |
|
101
by zsquareplusc
- documentation update |
35 |
Detailed instructions about different install methods are described in the |
36 |
file documentation/manual.rst. |
|
37 |
||
38 |
Short version: python setup.py install |