initial checkin

new festures than in package:
*langauge independent
*removes notoc
*removes page templates


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@95 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2007-02-27 09:38:04 +00:00
parent 15e22f4cf1
commit c3ab0f1439
6 changed files with 1885 additions and 0 deletions

View File

@ -0,0 +1,22 @@
unit uAppconsts;
{$mode objfpc}{$H+}
interface
const
vAppName = 'wikihelp';
vRevision = 2;
vVersion = 0.5;
vProgramname = 'WikiHelp';
vTimeOutYear = 0;
vTimeOutMonth = 0;
vTimeOutDay = 0;
vCopyright = '2007 Christian Ulrich';
vTracker_url = 'mantis.ullihome.de';
vProject_id = 5;
implementation
end.