txt2html

Converts plaintext to HTML
git clone git://src.gearsix.net/txt2html
Log | Files | Refs | Atom | README

DateCommit messageAuthorFiles+-
2022-04-09 15:33noticed TODO was out of dategearsix2+12-4
2021-11-26 15:14upates to READMEgearsix1+18-10
2021-11-15 15:25fixed all the issues that started from the split refactorgearsix5+109-102
2021-11-13 14:21suped up Makefilegearsix1+24-4
2021-11-02 22:48added quick & dirty Makefile; removed txt2html binarygearsix2+4-0
2021-11-02 22:34updated TODOgearsix1+3-2
2021-11-02 22:30large re-work; added node.c parse.c, moved a lot of code from txt2html.cgearsix5+387-340
2021-11-02 16:34started splitting txt2html.c up; added rule.c, txt2html.h.gearsix3+100-49
2021-10-18 10:50added binary for distgearsix1+0-0
2021-09-07 10:56added PRE handlinggearsix2+18-8
2021-09-07 09:47cleanup in parsefgearsix1+3-7
2021-08-30 12:27fixed memory leaks added in recent re-work; \n gets written (not ' ');gearsix1+10-8
2021-08-30 11:09bugfix to closing final nodegearsix1+1-1
2021-08-28 10:30Merge branch 'master' of https://notabug.org/gearsix/txt2htmlgearsix1+12-13
2021-08-28 10:02massive rewrite to txt2html.c (see below):gearsix3+230-227
2021-08-27 12:53more tidyup: remove index param from isheading(); txt2html->buf2astgearsix1+93-96
2021-08-25 15:49added assertion to check ast size doesn't overrun ASTLIMITGeaRSiX1+7-3
2021-08-23 11:59Merge branch 'master' of https://notabug.org/gearsix/txt2htmlgearsix3+636223-36
2021-08-23 10:49mostly tidyup - see belowGeaRSiX3+636223-36
2021-08-19 00:05minor tidy to astgearsix1+12-13
2021-08-18 23:21updated README; added items to BUGSgearsix3+42-4
2021-08-18 22:12added help print; fixed arg parsing; added verbose logs;gearsix1+34-9
2021-08-09 16:45updated BUGSGeaRSiX1+2-2
2021-07-12 10:20fixed memory checks (valgrind); added assertions;GeaRSiX1+52-45
2021-07-10 12:18tidyup to misc filesgearsix3+41-12
2021-07-10 12:10implemented -v arg; renamed OPT_HB->OPT_BR;gearsix1+17-15
2021-07-10 11:25bugfix to <ol> only having 1 <li> item; fixes to continously running.gearsix2+34-74
2021-07-10 02:01bugfix for double </ol> tagsgearsix2+1-1
2021-07-10 01:34implemented passing local files as args, had to move a lot about.gearsix2+96-13
2021-07-09 23:30swapped newnode params; added parsing for unordered & ordered lists.gearsix1+124-44
2021-06-30 19:15removed pread, was used during dev in last tidyupgearsix1+0-35
2021-06-30 19:10Merge branch 'master' of https://notabug.org/gearsix/txt2htmlgearsix1+9-21
2021-06-30 19:09readability/tidyup work; started breaking txt2html() into seperate functionsgearsix1+108-52
2021-06-24 22:07fixed some memory leaks i found after compiling with muslgearsix1+9-21
2021-06-23 21:10added h1,h2,pre,li,ol,ul tags; fixed h1,h2 impl.; added closenode()gearsix2+111-26
2021-06-20 23:10more work on TODOgearsix1+10-9
2021-06-20 23:00rename writeP->writebuf, next->newnode; added ASTLIMITgearsix1+29-20
2021-06-20 22:59reformat TODOgearsix1+10-10
2021-06-20 16:12implemented skeleton for AST & paragraphsGeaRSiX4+264-0