0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Relaxing the rules for links made the alternate syntax for marking inline code (<<code>>) break by being interpreted as a link instead. Fix this. More... over 16 years ago
Added very basic support for abbreviations. More... over 16 years ago
Updated blockquote handling to deal with single-line blockquotes and to correctly handle links inside blockquoted passages converted from HTML. More... over 16 years ago
Multiple raw blocks were incorrectly handled. More... over 16 years ago
Remove "deep recursion" warnings from long documents with lots of reference links. More... over 16 years ago
Deal with links containing punctuation. More... over 16 years ago
Two code blocks in one document was not handled properly. More... over 16 years ago
Update link tests and modify code to pass (edge case found converting some old HTML content). More... over 16 years ago
Add inline quoted text. More... over 16 years ago
Updated links to match "/" as valid, and to properly encode ampersands. More... over 16 years ago
Add bullet unicode character as acceptable bullet symbol. More... about 17 years ago
Allow for code that spans more than one block. More... about 17 years ago
Add second test for relative links. More... about 17 years ago
Expand checks for links to include relative links. More... about 17 years ago
Add Makefile.PL with pre-requisites added. More... about 17 years ago
Initial .gitignore. More... about 17 years ago
Fix stupid copy and paste thinking. More... about 17 years ago
Update TODO. More... about 17 years ago
Refactor some identical code in most inline elements into a function in Frame.pm. More... about 17 years ago
More basic unicode testing. More... about 17 years ago
UTF-8 support. Not guaranteed to be complete, nor has it been tested yet. More... about 17 years ago
First version of the textframe command line script. More... about 17 years ago
Add input content type accessors. More... about 17 years ago
Finish naive HTML import routines. All tests pass again. More... about 17 years ago
Updated TODO with notes. More... about 17 years ago
First pass at HTML parsing added (lists and blockquotes currently not implemented). More... about 17 years ago
Update first line match string. More... about 17 years ago
Add basics for later use; base scope is now working. More... about 17 years ago
Added base TextMate bundle. More... about 17 years ago
Remove unneeded List.pm. More... about 17 years ago