Changeset 209:705e3491a664

Show
Ignore:
Timestamp:
2007-08-09 07:24:11 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Added Websourcebrowser URL. Simplified sentence on Python version.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.txt

    r189 r209  
    55------------ 
    66 
    7 Websourcebrowser makes it easy to visually scan trees of source code. 
     7Websourcebrowser_ makes it easy to visually scan trees of source code. 
    88In particular, you can view the directory tree and the source code of 
    99a file side by side, so you can quickly change to a different file. 
     
    3030You can use Websourcebrowser by starting the script 
    3131``websourcebrowser`` and pointing your web browser to the address 
    32 ``http://localhost:8000/`` . Click the button *Use frames* to switch 
     32``http://localhost:8000/`` . Click the button *Reset view* to switch 
    3333to a framed display. You then have a directory display on the left 
    3434while a file on whose link you click appears on the right. 
     35 
     36.. _Websourcebrowser: http://websourcebrowser.sschwarzer.net 
    3537 
    3638Documentation 
     
    5658------------- 
    5759 
    58 Websourcebrowser requires only Python_ in a version 2.3 or later. It's 
     60Websourcebrowser requires only Python_, version 2.3 or later. It's 
    5961recommended though not strictly necessary to also install Pygments_ 
    6062to get syntax highlighting. 
     
    107109The author of Websourcebrowser is Stefan Schwarzer 
    108110<sschwarzer@sschwarzer.net> . I'm thankful for feedback! :-) 
     111