phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.1,1.2
Date: Mon, 03 Mar 2003 09:45:40 -0500

Update of /cvsroot/phpgroupware/wiki/setup
In directory subversions:/tmp/cvs-serv921/setup

Modified Files:
        default_records.inc.php 
Log Message:
some nicer defaults und default-records

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/setup/default_records.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** default_records.inc.php     3 Mar 2003 14:16:24 -0000       1.1
--- default_records.inc.php     3 Mar 2003 14:45:13 -0000       1.2
***************
*** 14,19 ****
  
        $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('RecentChanges',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','[[! 
*]]\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('PhpGroupWareWiki',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
PhpGroupWareWiki =\nWelcome to PhpGroupWareWiki the PhpGroupWare Version of 
WikkiTikkiTavi. Wikis are a revolutionary new form of collaboration and online 
community.\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('PhpGroupWare',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
PhpGroupWare =\nThis is the groupware suite you are useing right now. For 
further information see http://www.phpgroupware.org\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('WikkiTikkiTavi',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
WikkiTikkiTavi =\n\nWikkiTikkiTavi is the application that makes this 
documentation system possible.\n\nThe documentation for WikkiTikkiTavi is 
available here: http://tavi.sourceforge.net\nYou can learn about Wiki 
formatting at http://tavi.sourceforge.net/FormattingRules\n')");
        
--- 14,29 ----
  
        $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('RecentChanges',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','[[! 
*]]\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('PhpGroupWare',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
PhpGroupWare =
!       
! Welcome to \\'\\'\\'Wiki\\'\\'\\' - the PhpGroupWare Version of 
\\'\\'\\'WikkiTikkiTavi\\'\\'\\'. Wikis are a revolutionary new form of 
collaboration and online community.
! 
! \\'\\'\\'PhpGroupWare\\'\\'\\' is the groupware suite you are useing right 
now. For further information see http://www.phpgroupware.org')");
!       
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('WikkiTikkiTavi',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
WikkiTikkiTavi =
! 
! WikkiTikkiTavi is the original version this documentation system.
! Their documentation is usable for the PhpGroupWare \\'\\'\\'Wiki\\'\\'\\' too.
! 
! The documentation of WikkiTikkiTavi is online availible at: 
http://tavi.sourceforge.net
! You can learn about Wiki formatting at 
http://tavi.sourceforge.net/FormattingRules\n')");
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]