From: Carsten K. <car...@us...> - 2002-01-09 06:35:20
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv27442 Modified Files: PhpWikiAdministration Log Message: Typo fix and added an $Id$ tag. Index: PhpWikiAdministration =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/PhpWikiAdministration,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** PhpWikiAdministration 2002/01/07 04:55:47 1.10 --- PhpWikiAdministration 2002/01/09 06:35:17 1.11 *************** *** 1,10 **** ! From hos...@da... Sun Jan 6 22:07:14 2002 ! Subject: PhpWikiAdministration ! From: hos...@da... (PhpWiki) ! Date: Sun, 6 Jan 2002 22:07:14 -0500 ! Mime-Version: 1.0 (Produced by PhpWiki 1.1.x) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; ! flags=PAGE_LOCKED Content-Transfer-Encoding: binary --- 1,8 ---- ! Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks+carsten's-binary-hack) ! X-RCS_ID: $Id$ Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; ! flags=PAGE_LOCKED; ! lastmodified=1010379143; Content-Transfer-Encoding: binary *************** *** 19,23 **** This allows you to login. While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages. ! You will also be able edit ''locked'' pages. ---------- --- 17,21 ---- This allows you to login. While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages. ! You will also be able to edit ''locked'' pages. ---------- *************** *** 28,32 **** ---------- - !! Making Snapshots or Backups --- 26,29 ---- *************** *** 56,60 **** ----------- - !! Restoring --- 53,56 ---- *************** *** 81,89 **** ----------- - !! Format of the files Currently the pages are stored, one per ! file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages. The content-type ''application/x-phpwiki'' is used, and page meta-data --- 77,84 ---- ----------- !! Format of the files Currently the pages are stored, one per ! file, as MIME ([ RFC2045 | http://www.faqs.org/rfcs/rfc2045.html ]) e-mail ([ RFC822 | http://www.faqs.org/rfcs/rfc822.html ]) messages. The content-type ''application/x-phpwiki'' is used, and page meta-data *************** *** 111,113 **** Note that when loading ''plain files'', the page name is deduced from the file name. - --- 106,107 ---- |