Advanced search
Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki


Wiki Menu
 

PageDump: FindPage


View a wiki page in MIME format or download it as backup of a single page. A complete dump of all pages can be produced in PhpWikiAdministration.

Preview: Page dump of FindPage

(normal formatting: latest revision only)
Date: Fri, 31 Aug 2012 11:33:42 +0200
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20090116)
Message-Id:
<1314-20090116-1346405622+0200-bonfiredemokit%3AFindPage@forge.cesga.es>
Content-Type: application/x-phpwiki;
  pagename=FindPage;
  flags=PAGE_LOCKED;
  author=The%20PhpWiki%20programming%20team;
  owner=Project%20Administrators;
  version=1;
  lastmodified=1346405622;
  created=1346405622;
  author_id=The%20PhpWiki%20programming%20team;
  markup=2;
  hits=470;
  charset=UTF-8
Content-Transfer-Encoding: binary

Here are some good starting points for browsing.

* [HowToUseWiki|Help:HowToUseWiki] gives you the quick lowdown on
Wiki markup.
* [RecentChanges] recorded automatically.
* [MoreAboutMechanics|Help:MoreAboutMechanics] of browsing and
editing on this server.

Here's a title search. Try something like <tt>wiki or sandwich</tt>.

<?plugin WikiFormRich action=TitleSearch method=GET nobr=1
class=wikiaction
  editbox[] name=s text=""
  submit[]
  checkbox[] name=case_exact
  pulldown[] name=regex value="auto,none,glob,posix,pcre,sql" ?>

Use the following for a full text search. This takes a few seconds.
The results will show all lines on a given page which contain a
match.

<?plugin WikiFormRich action=FullTextSearch method=GET nobr=1
class=wikiaction
  editbox[] name=s text=""
  submit[]
  checkbox[] name=case_exact
  pulldown[] name=regex value="auto,none,glob,posix,pcre,sql" ?>

In a fuzzy pages search the titles of all pages are examined to find
those which are similarly spelled or similar sounding (english).

<?plugin-form FuzzyPages ?>

------

! Tips
Separate words with a space. All words have to match as substrings.
%%%
'OR', grouping with parenthesis, string-quoting and some glob-style
wildcard
characters are also supported. %%%
To exclude words from a title search or full text search, prepend a
'-'. %%%
Use '^xx' or 'xx*' to match words starting with 'xx'. %%%
Use '~*xx' or 'xx$' to match words ending with 'xx'. %%%
Use '^word$' to match exact words. %%%
Use regex=auto and 're:' like 're:word.*xx' or regex=posix to use
posix regular expressions. (not yet) %%%
Use regex=auto and '//' like '/^word$/' or regex=pcre to match using
perl-style regular expressions. %%%
Use regex=sql to match using SQL-style wildcards '%' and '_'. %%%
Use regex=none to match any wildcards verbatim. %%%

Example: 'wiki text -php' looks for all pages containing the words
'wiki' and 'text',  %%%
         but not containing the word 'php'.

----
[CategoryActionPage]
Preview as developer format | Preview as backup format
Warning: Please use one of the downloadable versions rather than copying and pasting from the above preview. The wordwrap of the preview doesn't take nested markup or list indentation into consideration! PhpWiki developers should manually inspect the downloaded file for nested markup before rewrapping with emacs and checking into CVS.
Download for backup | Download all revisions for backup | Download for CVS

Enter exact page name to dump:

TitleSearch:


See also: ViewSource, PluginManager.


CategoryActionPage


Powered By FusionForge