| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2012-03-09 | 2.8 kB | |
| aida-1.1-src.zip | 2012-03-09 | 160.0 kB | |
| aida-1.1-src.tar.bz2 | 2012-03-09 | 92.3 kB | |
| aida-1.1-src.tar.gz | 2012-03-09 | 119.4 kB | |
| Totals: 4 Items | 374.5 kB | 0 | |
Aida defines a simple common markup language, designed to describe
structured text and provides a command line tool which translates the Aida
syntax into various target formats (Html, Latex, Trac, Mediawiki, Text,
Markdown,...).
Compiling Aida
--------------
Compiling the aida command from the sources should not be a problem
with a Unix-like system provided a C compiler is present on the
machine, as well as a recent version of Bison (version 2.4 or
greater is required) and Flex (version 2.5 or greater).
The compiling process is driven by a Makefile. It is quite standard
and can be performed by the following steps:
1. retrieve the most recent aida sources (see the Download section).
2. go to the top directory containing the sources (i-e the directory
the file configure.ac).
3. generate the file src/config.h.in with the command:
autoheader
4. generate the configure script with the command:
autoconf
5. execute the configure script with the command:
./configure
6. compile the sources with the command:
make
7. install the binary and the library with the command (you must have
privileges):
sudo make install
By default, the binary is installed in ${prefix}/bin and the library in
${prefix}/share/aida/VERS where VERS is the current version number. The
default for ${prefix} is usually /usr/local.
Links
-----
The official home page of the project is at SourceForge:
http://sourceforge.net/p/aidadoc/home/
The distribution comes with a help file called AidaHelp.html located in the
help directory.
In order to report bugs or make requests about the project, please use the
issue tracking system:
https://sourceforge.net/p/aidadoc/tickets/
In order to discuss the usage of the Aida system or the Aida Markup
Language, there is a mailing list:
https://sourceforge.net/p/aidadoc/mailman/
The web page for users of the mailing list to subscribe or unsubscribe is:
https://lists.sourceforge.net/lists/listinfo/aidadoc-users
To post a message to all the list members,
send an e-mail here:
aidadoc-users@lists.sourceforge.net
You can get info about using the list by sending a request message with
just the word 'help' as subject or in the body:
aidadoc-users-request@lists.sourceforge.net
Download
--------
The latest releases can be obtained in the File Releases area at
SourceForge:
http://sourceforge.net/projects/aidadoc/files/
The latest state of the source code can be obtained from the Subversion
repository with the following command :
svn checkout http://svn.code.sf.net/p/aidadoc/svn/trunk aidadoc-svn
License
-------
Aida is a free software developped under a BSD License: see
<http://www.opensource.org/licenses/bsd-license.php>.
(c) Copyright: Bernard Desgraupes, 2010-2012
All rights reserved.
Last updated: 2012-03-09