[lastbash-cvs] lastbash lastbash.config,1.3,1.4
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2007-02-08 17:13:40
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24154 Modified Files: lastbash.config Log Message: Added the location of the html template. Index: lastbash.config =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- lastbash.config 5 Feb 2007 13:23:29 -0000 1.3 +++ lastbash.config 8 Feb 2007 17:13:24 -0000 1.4 @@ -31,5 +31,9 @@ # Save the metadata of the current playing track to a html file SAVE_HTML="y" +# The location of the html template +HTML_TEMPLATE="${HOME_DIR}/lastbash-template.html" + # Save history in CVS format SAVE_HISTORY_CSV="y" + |