To install FastChangeLog, uncompress the current archive.
Edit the index.php file and at the ligne 34 :
$monTheme->addVar("URL", "http://localhost/changelog") ;
replace http://localhost/changelog by your url.
Then, it is enough to personalize the files of theme into the theme directory. To finish, copy all file (not doc directory and not contents of directory changelog) on your server.
To personalize your changelog, read the fasttemplate.htm file.
The files theme are :
- bugfix.htm : contain the line to show the bug with special function.
- index.htm : index page
- ligne.htm : normaly ligne
- retour.htm : the return link
- titre-major.htm : major version (e.g. version 2)
- titre-minor.htm : minor version (e.g. version 2.1.2)
{ URL } : contain the url to acces to changelog
{ PAGE } : contain the major version or minor version white the change
{ URL } : contain the url to acces to changelog
{ VERSION } : contain the number of major version
{ VERSION } : contain the number of minor version
{ NAME } : name of the person who validate the version
{ DATE } : date of version
{ CHANGE } : contain the change
{ TEXTE } : text of change
{ BUG } : contain the bug number
{ COMPLEMENT } : complement of information
{ URL } : contain the url of access to the changelog
To create a major version, just create a new directory in changelog directory, who has a name the number of major version.
To create a minor version, just create a new directory in major version directory, who has a name the number of minor version.
In this directory, just create a file named log.txt
The log.txt file avec a special structure.
The first line contain the name of the people who have create the changelog file.
The second line contain the date of creation.
The, the rest of file contain the changelog.
A special function to manage bugfix was created. The line must be start with the @ caractere, follow-up the bug number.
If you want add a comment of bug, let a space after the bug number and the rest of line was the comment.