ADGen ChangeLog
===============

image:{iconsdir}/document.png[link="{baseFolder}opensource/tools/asciidoc"]  link:{baseFolder}opensource/tools/asciidoc[ADGen full documentation]

Version 2.0.0
-------------

[WARNING]
================================================================================
In this release, the configuration file was splitted in 3 distinct files:

	- `adgen.conf` is the 'ADGen' global configuration file (in your `$HOME/.adgen` folder)
	- `ftp.conf` is the configuration file for ftp access (in your `$HOME/.adgen` folder)
	- `adgen.xml` for the project configuration (in the 'ADGen' launch folder). This
	  file can always be defined at launch with the command line `-c`.

Projects configurations files prior 'ADGen 2.0' stay usable but you must at least
configure the `adgen.conf` file.
================================================================================

- AsciiDoc 8.2.1 support

- Change the execution command from upper to lower case (`ADGen` -> `adgen`)

- Automatic creation of basic configuration files (`adgen.conf`, `ftp.conf` and `adgen.xml`)

- Changes in the project configuration file (`adgen.xml`):
  . Now `isNumbered` possible values are: true, false, toc, notoc, none, toc_<level>, 'tag not defined'
	* ''true'' or ''notoc'' if sections of the document must be numbered
 	* ''toc'' to have table of content and numbered sections
	* ''toc_<level>'' to have table of content with specified number of title levels (1..4)
	* ''false'', ''none'' or ''tag not defined'' will not create a table of content.

  . `isSimulFrame` is now optional, in this case the traditional layout is used 
    (like 'false' value) 

  . `treeNode` tag is now optional

- New command lines options:
  * `-N / --newproject`
	+
	    Create new project configuration file in the current folder (`adgen.xml`) 
	    or in the folder specified with `-c` option
  * `-o / --output`
	+
	Allow to override the project tag `rootHtml` (can be absolute path or relative to `rootText` path) 
  * `-d / --deploymode`
  	+
	Allow to override the ftp deploy mode (values: ''text'', ''web'' or ''all'')