Updated art6 ideas.
[artemus.git] / README
blob5dae946f2d23c1ad0f7244295c7e18490b94c78c
1 Artemus README
2 ==============
4  Artemus - A template toolkit
5  Copyright (C) 2000/2011 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 The distribution includes a Perl module and a command line utility.
21 Available documentation
22 -----------------------
24 The following documents are included in this package:
26  * art5_overview: Artemus 5.x Templating Language Overview.
27  * Art5: (Perl Module) 5.x API Documentation.
28  * Artemus4: (Perl Module) 4.x API and Specification Documentation.
29  * artemus_cmd: 4.x command line tool.
31 ----
32 Angel Ortega <angel@triptico.com>