These are further modifications we've done to TWiki in order to add some features. They are written to be used with Plugins.PhotonSkin. They are not part of the Plugins.PhotonSkin because they would overwrite TWiki files.

<table><tr>
<td>
   <img src="%ATTACHURLPATH%/photontwiki-mods-1.jpg" alt="photontwiki-mods-1.jpg"  width="409" height="318"  /><br />
   Topic color highlighting
</td>
<td>
   <img src="%ATTACHURLPATH%/photontwiki-mods-2.jpg" alt="photontwiki-mods-2.jpg"  width="392" height="320"  /><br />
   Alternate index (note the PhotonSearch box)
</td>
</tr></table>

Here goes a description of each file:

   * index.html: Index used at my company, Fotn. You can customize and use it.
   * bin/view: Adds color highlight support (hilights the words given in the
     CGI parameter 'words', separated by colons). Depends on lib/TWiki.pm. It
     also goes to the anchor "contents" in the Edit link.
   * bin/edit: %SIGNATURE% variable support. It's replaced by a neat
     easy-to-copy signature.
   * lib/TWiki/Search.pm: To omit junk from _normal_ searches (%ARGS% in the
     result URLs; PhotonSearch is not affected), if you use the Plugins.PhotonSkin.
   * lib/TWiki.pm: Modifies <nop>getRenderedVersion to do the color highlight (uses
     TWiki::Colorize from Plugins.PhotonSkin). Depends on bin/view to actually show the
     colors on the screen.

---++ <nop>ChangeLog

   * version-1_0a (13 Jun 2003) 
      * Silly tiny fix for TWiki::Search.

   * version-1_0 (6 Jun 2003)
      * Added patches as well as modified files
      * Updated to TWiki-20030201
      * Changed "pals" to "words"

-- Main.EstebanManchado - 06 Nov 2002
