Changeset 209:705e3491a664
- 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
| r189 |
r209 |
|
| 5 | 5 | ------------ |
|---|
| 6 | 6 | |
|---|
| 7 | | Websourcebrowser makes it easy to visually scan trees of source code. |
|---|
| | 7 | Websourcebrowser_ makes it easy to visually scan trees of source code. |
|---|
| 8 | 8 | In particular, you can view the directory tree and the source code of |
|---|
| 9 | 9 | a file side by side, so you can quickly change to a different file. |
|---|
| … | … | |
| 30 | 30 | You can use Websourcebrowser by starting the script |
|---|
| 31 | 31 | ``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 |
|---|
| 33 | 33 | to a framed display. You then have a directory display on the left |
|---|
| 34 | 34 | while a file on whose link you click appears on the right. |
|---|
| | 35 | |
|---|
| | 36 | .. _Websourcebrowser: http://websourcebrowser.sschwarzer.net |
|---|
| 35 | 37 | |
|---|
| 36 | 38 | Documentation |
|---|
| … | … | |
| 56 | 58 | ------------- |
|---|
| 57 | 59 | |
|---|
| 58 | | Websourcebrowser requires only Python_ in a version 2.3 or later. It's |
|---|
| | 60 | Websourcebrowser requires only Python_, version 2.3 or later. It's |
|---|
| 59 | 61 | recommended though not strictly necessary to also install Pygments_ |
|---|
| 60 | 62 | to get syntax highlighting. |
|---|
| … | … | |
| 107 | 109 | The author of Websourcebrowser is Stefan Schwarzer |
|---|
| 108 | 110 | <sschwarzer@sschwarzer.net> . I'm thankful for feedback! :-) |
|---|
| | 111 | |
|---|