diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-08-27 13:19:26 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-08-27 13:19:26 +0000 |
commit | 42093c52091e81d5cd0513e82e534990b08c9bcf (patch) | |
tree | 144054aba4a4c42f25ac9f216fddbb0937c84625 | |
parent | e647683897212e8624523f13dd0b46d64cbebb40 (diff) | |
download | pmwiki.svn-42093c52091e81d5cd0513e82e534990b08c9bcf.tar.bz2 |
*** empty log message ***
git-svn-id: svn://pmwiki.org/trunk/pmwiki@140 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | local/.htaccess | 3 | ||||
-rw-r--r-- | scripts/version.php | 2 | ||||
-rw-r--r-- | wikilib.d/Main.SearchWiki | 9 | ||||
-rw-r--r-- | wikilib.d/Main.SideBar | 9 | ||||
-rw-r--r-- | wikilib.d/PmWiki.DocumentationIndex | 9 |
5 files changed, 29 insertions, 3 deletions
diff --git a/local/.htaccess b/local/.htaccess index cb24fd7f..3b349eeb 100644 --- a/local/.htaccess +++ b/local/.htaccess @@ -1,2 +1 @@ -Order allow,deny -Deny from all +AddType text/plain .php diff --git a/scripts/version.php b/scripts/version.php index 9849cb85..6387132c 100644 --- a/scripts/version.php +++ b/scripts/version.php @@ -1 +1 @@ -<?php $Version="pmwiki-2.0.devel1"; ?> +<?php $Version="pmwiki-2.0.devel1"; ?>
\ No newline at end of file diff --git a/wikilib.d/Main.SearchWiki b/wikilib.d/Main.SearchWiki new file mode 100644 index 00000000..4ec8e723 --- /dev/null +++ b/wikilib.d/Main.SearchWiki @@ -0,0 +1,9 @@ +version= +newline=² +version= +text=[:searchbox:]²²[:searchresults:]²²Enter the text you would like to search for above. The results page will give you all pages that contain all of the words you enter. To search for phrases, enclose the entire phrase in quotation marks.²²To limit the search to a single group, enter the group name followed by²a slash at the beginning of the search string (e.g., "[=PmWiki/=]" or "Main/"). To list all pages, enter a slash for the search.²²!!!Search examples² ²||border='0' cellspacing='0' width='100%' cellpadding='0' ²||'''Enter''' ||'''To find pages containing''' ||²||apple pie ||both 'apple' and 'pie' ||²||"apple pie" ||the phrase 'apple pie' ||²||pmwiki/apple ||'apple' in the [=PmWiki=] group ||²||"pmwiki/apple" ||the phrase 'pmwiki/apple' in all groups ||²||apple -pie ||'apple', omitting those containing 'pie' ||²||ninja -"apple pie" ||'ninja', omitting those containing 'apple pie' ||²||apple "-pie" ||the words 'apple' and '-pie' ||²||apple - pie ||'apple', '-', and 'pie' ||² +time=1093545341 +name=Main.SearchWiki +host=24.1.26.221 +agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.8 +rev=2 diff --git a/wikilib.d/Main.SideBar b/wikilib.d/Main.SideBar new file mode 100644 index 00000000..1642cdd9 --- /dev/null +++ b/wikilib.d/Main.SideBar @@ -0,0 +1,9 @@ +version=pmwiki-2.0.devel1 +newline=² +version= +text=!Main.SideBar [-([[Main.SideBar?action=edit | edit]])-]²* [[Main/Home Page]]²* [[Main/WikiSandbox]]²* [[PmWiki/Installation | Download and Install]]²* [[PmWiki/Tips For Editing]]²* [[PmWiki/Documentation Index]]²* [[PmWiki/FAQ]]²* [[PmWiki/PmWikiPhilosophy]]²* [[PmWiki/Release Notes]]²* [[PmWiki/ChangeLog]]² +time=1093573456 +name=Main.SideBar +host=24.1.26.221 +agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.8 +rev=33 diff --git a/wikilib.d/PmWiki.DocumentationIndex b/wikilib.d/PmWiki.DocumentationIndex new file mode 100644 index 00000000..7f6a8907 --- /dev/null +++ b/wikilib.d/PmWiki.DocumentationIndex @@ -0,0 +1,9 @@ +version=pmwiki-2.0.devel1 +newline=² +version= +text=* [[Installation]]²* [[MarkupMasterIndex]]²* [[LocalCustomizations]]²* [[LinkSyntax]]²* [[Variables]]²* [[MailingLists]]²* [[PmWikiPhilosophy]]²* [[TipsForEditing]]²* [[TextFormattingRules]]²* [[InitialSetupTasks]]²* [[Audiences]]²²² +time=1093571245 +name=PmWiki.DocumentationIndex +host=24.1.26.221 +agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.8 +rev=4 |