Update of /cvsroot/phpwiki/phpwiki/pgsrc
In directory usw-pr-cvs1:/tmp/cvs-serv26418
Modified Files:
FindPage
Log Message:
Added PAGE_LOCKED flag and an $Id$ tag.
Index: FindPage
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/FindPage,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** FindPage 2001/09/18 19:16:23 1.7
--- FindPage 2002/01/09 06:27:54 1.8
***************
*** 1,20 ****
! Here are some good starting points for browsing.
!
! * HowToUseWiki gives you the quick lowdown on Wiki markup.
! * RecentChanges recorded automatically.
! * MoreAboutMechanics of browsing and editing on this server.
!
! Here's a title search. Try something like ''wiki''
! or ''sandwich''.
!
! <?plugin-form TitleSearch?>
!
! Use the following for a full text search. This takes a few seconds. The results will show all lines on a given page that contain a match.
!
! <?plugin-form FullTextSearch?>
!
! ------
! Separate words with a space. All words have to match.
! %%%To exclude words prepend a '-'.
! %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'
! __and__ 'text', but __not__ containing the word 'php'.
--- 1,27 ----
! 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=FindPage;
! flags=PAGE_LOCKED;
! lastmodified=1009096690;
! Content-Transfer-Encoding: binary
!
! Here are some good starting points for browsing.
!
! * HowToUseWiki gives you the quick lowdown on Wiki markup.
! * RecentChanges recorded automatically.
! * MoreAboutMechanics of browsing and editing on this server.
!
! Here's a title search. Try something like ''wiki'' or ''sandwich''.
!
! <?plugin-form TitleSearch?>
!
! Use the following for a full text search. This takes a few seconds. The results will show all lines on a given page that contain a match.
!
! <?plugin-form FullTextSearch?>
!
! ------
! Separate words with a space. All words have to match.
! %%%To exclude words prepend a '-'.
! %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'
! __and__ 'text', but __not__ containing the word 'php'.
|