Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aida-1.0-src.zip | 2011-06-17 | 158.2 kB | |
aida-1.0-src.tar.bz2 | 2011-06-17 | 91.2 kB | |
aida-1.0-src.tar.gz | 2011-06-17 | 118.1 kB | |
README | 2011-06-15 | 2.9 kB | |
Totals: 4 Items | 370.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 containing 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 administrator 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-2011 All rights reserved. Last updated: 2011-06-12