| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| pango | 2015-04-07 | ||
| panglib | 2015-04-07 | ||
| pangviewv014.zip | 2015-04-07 | 257.7 kB | |
| uni.py | 2015-04-07 | 311 Bytes | |
| intro.py | 2015-04-07 | 1.0 kB | |
| Makefile | 2015-04-07 | 740 Bytes | |
| pang.png | 2015-04-07 | 11.1 kB | |
| pang.xcf | 2015-04-07 | 26.4 kB | |
| pangview.py | 2015-04-07 | 40.7 kB | |
| pykeys.py | 2015-04-07 | 838 Bytes | |
| README | 2015-04-07 | 929 Bytes | |
| screen1.png | 2015-04-07 | 91.0 kB | |
| screen2.png | 2015-04-07 | 111.5 kB | |
| SYNTAX | 2015-04-07 | 4.5 kB | |
| textstate.py | 2015-04-07 | 537 Bytes | |
| bin.py | 2015-04-07 | 309 Bytes | |
| garbage.txt | 2015-04-07 | 21.3 kB | |
| install.py | 2015-04-07 | 3.2 kB | |
| pangview.zip | 2014-10-13 | 231.6 kB | |
| pangview.pyc | 2014-10-13 | 43.0 kB | |
| Totals: 20 Items | 846.6 kB | 0 |
README
This utility was created to quickly display a formatted file. It was
embarrassing to wait 25 seconds till the browser starts, just to display
a welcome screen.
The pangview utility is fast, it displays a regular README file in less than a second.
The format of the file is friendly, like pango, rich text or html.
(but simpler) The parser was written in python, it is easy to extend.
A quick intro:
<i> Italic</i> for italic text
<b> Bold </b> for bold text
<r> Red </r> for red text
<xl>Large</xl> for large text
Line that starts with a double hash is a comment.
## Comment
Text in <hid>hidden</hid> tags are hidden from display.
For a full description of the Syntax see the SYNTAX file.
Note that this text displays nicely both on terminals and on the pangview
utility,
This project is in the public domain.
Peter Glen