New README and language overview.
[artemus.git] / README
blobbb693914d6cab667dc8c12ebdeab052e4de29b68
1 Artemus README
2 ==============
4  Artemus - A template toolkit
5  Copyright (C) 2000/2010 Angel Ortega <angel@triptico.com>
6  Home Page: http://triptico.com/software/artemus.html
8 This software is GPL. NO WARRANTY. See file 'COPYING' for details.
10 Intro
11 -----
13 Artemus is a template toolkit. It filters text files, parsing, compiling
14 and executing code surrounded by special marks (leaving the rest
15 untouched) and concatenating everything as output. Its main purpose is
16 to filter HTML files, but it can be used for any scripting need related
17 to text filtering and substitution.
19 Available documentation
20 -----------------------
22 The following documents are included in this package:
24  * art5_overview: Artemus 5.x Templating Language Overview.
25  * Art5: (Perl Module) 5.x API Documentation.
26  * Artemus4: (Perl Module) 4.x API and Specification Documentation.
27  * artemus_cmd: 4.x command line tool.
29 ----
30 Angel Ortega <angel@triptico.com>