• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D29-Jan-2004733 3418

READMEH A D29-Jan-2004555 2414

htmlise.cH A D29-Jan-20047.7 KiB285173

htmlise.hH A D03-May-20221.8 KiB6728

inline.cH A D29-Jan-20045.2 KiB187116

markup.cH A D29-Jan-20046.7 KiB197115

tables.cH A D29-Jan-200413.5 KiB410242

README

1htmlise
2=======
3
4This is a program for turning plain text into HTML. It understands a variety
5of constructs, including:
6
7    - bulleted lists
8
9    - numbered lists
10
11    - tables
12
13    - headings
14
15    - links
16
17It's written in C (the prototype was in perl). This was not a wise choice, but
18it's more of an intellectual exercise than anything else. See test.txt for
19examples of the different types of markup. I use this as part of WWWitter, my
20email-driven web log, at http://ex-parrot.com/~chris/wwwitter/
21
22Thanks to Rick Leeming for a couple of bug fixes.
23
24