none
authorPeterThoeny <PeterThoeny>
Sat, 19 Aug 2000 09:45:10 +0000 (09:45 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 19 Aug 2000 09:45:10 +0000 (09:45 +0000)
TWiki/TWikiHistory.mdwn
TWiki/TWikiSystemRequirements.mdwn
TWiki/WebChangesAlert.mdwn
TWiki/WebSearch.mdwn

index f2b9e7e..84d009e 100644 (file)
@@ -65,7 +65,7 @@
 - [[PeterThoeny]] - 20 Mar 2000: Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable `%ATTACHLINKBOX%` controls the default state of the **_link_** check box in the attach file page.
 - [[JohnAltstadt]], [[PeterThoeny]] - 21 Apr 2000: [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
 - [[PeterThoeny]] - 21 Apr 2000: New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
-- [[KevinKinnell]] - 02 May 2000: Advanced search (under construction)
+- [[KevinKinnell]], [[PeterThoeny]] - 02 May 2000: Advanced search.
 - [[PeterFokkinga]] - 15 May 2000: Each topic can have its own template file. [[TWikiTemplates]] has more.
 - [[PeterThoeny]] - 28 May 2000: Lock warning shows remaining lock time in minutes.
 - [[PeterThoeny]] - 29 May 2000: New `%GMTIME%` variable that shows the current GM time.
@@ -84,4 +84,4 @@
 - [[TWikiPlannedFeatures]] has a list of planned features.
 - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
 
--- [[PeterThoeny]] - 23 Jul 2000 <br />
+-- [[PeterThoeny]] - 19 Aug 2000 <br />
index e3229a7..2e0f4d6 100644 (file)
@@ -43,10 +43,6 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp
     <td> Script that shows the attach file page ([[Main/FileAttachment]]) </td>
   </tr>
   <tr>
-    <td> changes </td>
-    <td> Script that shows recent changes </td>
-  </tr>
-  <tr>
     <td> delete </td>
     <td> (not used yet) </td>
   </tr>
@@ -120,4 +116,4 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp
   </tr>
 </table>
 
--- [[PeterThoeny]] - 21 Apr 2000 <br />
+-- [[PeterThoeny]] - 19 Aug 2000 <br />
index 638a505..1ffbfbf 100644 (file)
@@ -1,6 +1,6 @@
 Each %WIKITOOLNAME% web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in [[WebNotify]] of each TWiki web. The Perl script `mailnotify` is called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval.
 
-Implementation note: Edit the cron table so that `mailnotify` is called every 60 minutes. Please consult `man crontab` of how to modify the table that schedules program execution at certain intervals. Example:
+Implementation note: Edit the cron table so that `mailnotify` is called in an interval of your choice. Please consult `man crontab` of how to modify the table that schedules program execution at certain intervals. Example:
 
     % crontab -e
     15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify)
index 876b244..3812d28 100644 (file)
@@ -1,12 +1,55 @@
 <form action="http://www.dementia.org/twiki//search/%WEB%/">
   <ul>
-    <li><b>Full text search</b>: Search the TWiki.%WEB% web. <br /><input name="scope" type="hidden" value="text" /> <input name="casesensitive" type="checkbox" /> Case sensitive     <input name="regex" type="checkbox" /> [[TWiki/RegularExpression]] search     <input name="bookview" type="checkbox" /> [[TWiki/BookView]]<br /><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /></li>
+    <li><b>Simple search</b>: <table>
+        <tr>
+          <td><input checked name="scope" type="radio" value="text" /> Topic text (body)     </td>
+          <td><input name="web" type="checkbox" /> All webs (not only %WIKITOOLNAME%.%WEB% web) </td>
+        </tr>
+        <tr>
+          <td><input name="scope" type="radio" value="topic" /> Topic name </td>
+          <td><input name="bookview" type="checkbox" /> [[TWiki/BookView]]</td>
+        </tr>
+      </table><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /></li>
   </ul>
 </form>
 
 <form action="http://www.dementia.org/twiki//search/%WEB%/">
   <ul>
-    <li><b>Search topic</b>: If you know part of a topic name in TWiki.%WEB%. <br /><input name="scope" type="hidden" value="topic" /> <input name="casesensitive" type="checkbox" /> Case sensitive     <input name="regex" type="checkbox" /> [[TWiki/RegularExpression]] search     <input name="bookview" type="checkbox" /> [[TWiki/BookView]]<br /><input name="search" size="32" type="text" /> <input type="submit" value="Search topic" /></li>
+    <li><b>Advanced search</b>: <table>
+        <tr>
+          <td><input checked name="scope" type="radio" value="text" /> Topic text (body)     </td>
+          <td> Search </td>
+          <td><select name="web"><option selected value="all"> all </option>
+              <option value="Main">Main</option>
+              <option value="Know">Know</option>
+              <option value="Test">Test</option></select> web(s) </td>
+        </tr>
+        <tr>
+          <td><input name="scope" type="radio" value="topic" /> Topic name </td>
+          <td> Sort by </td>
+          <td><select name="order"><option value="topic">Topic name</option>
+              <option value="modified">Last modified time</option>
+              <option value="editby">Last editor</option></select> in <input name="reverse" type="checkbox" /> reversed order </td>
+        </tr>
+      </table><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /><br />
+      <table>
+        <tr>
+          <td> Make search: </td>
+          <td><input name="casesensitive" type="checkbox" /> Case sensitive </td>
+          <td><input name="regex" type="checkbox" /> [[TWiki/RegularExpression]] search </td>
+        </tr>
+        <tr>
+          <td> Don't show: </td>
+          <td><input name="nosearch" type="checkbox" /> search string </td>
+          <td><input name="nosummary" type="checkbox" /> summaries   <input name="nototal" type="checkbox" /> total matches </td>
+        </tr>
+        <tr>
+          <td> Do show: </td>
+          <td><input name="bookview" type="checkbox" /> [[TWiki/BookView]]</td>
+          <td><input name="limit" size="5" type="text" value="all" /> topics (result count) </td>
+        </tr>
+      </table>
+    </li>
   </ul>
 </form>
 
@@ -14,7 +57,7 @@
 
 - **Jump to topic**: If you already know the name of the topic, enter the name of the topic at the second line of this page.
 
-- **[Recent changes](http://www.dementia.org/twiki//changes/%WEB%)**: Find out what topics in TWiki.%WEB% recently changed.
+- ** [[WebChanges]] **: Find out what topics in TWiki.%WEB% have changed recently.
 
 - **[How to edit text](http://www.dementia.org/twiki//view/TWiki/GoodStyle)**:
   - Make changes to topics in [[GoodStyle]],