summaryrefslogtreecommitdiff
path: root/Text/Pandoc
AgeCommit message (Collapse)Author
2018-02-23Get rid of DeepSeqdefanor
That was a hacky fix, now it's fixed in the redland bindings.
2018-02-23Force the triples with deepseqdefanor
Not quite sure if it's the proper fix, but appears to fix an occasional segfault on RDF reading.
2018-02-23Extract labels in English language specificallydefanor
Would be better to make it locale-dependent, but since there's no internationalization yet anyway, defaulting to English. If no language is specified, assuming it's English.
2018-02-23Set link identifiers in RDF documents properlydefanor
2018-02-23Render RDF documents compactlydefanor
Omit repeating subjects and predicates.
2018-02-22RDF: avoid an unnecessary querydefanor
2018-02-21Use Redland bindings instead of rdf4hdefanor
It's faster, includes a proper triple store with querying, and generally should be more useful.
2018-01-23Add initial RDF supportdefanor
With two types of caching: file-based for retrieved documents, and memory-based for predicate labels extracted from those.
2018-01-01Update copyright yearsdefanor
2017-12-21Retain position on redisplay, reload, etcdefanor
Based on line numbers that are attached to document blocks, not dependent on window/terminal width. Some bits can still be refined/refactored, but here's the initial support.
2017-11-28Prepend license notices to source filesdefanor
2017-11-15Relax Gopher directory parserdefanor
Accept erroneous directory entries, but mark them as errors.
2017-11-03Remove CRs from plain text filesdefanor
This is mostly needed for Gopher.
2017-10-31Update to pandoc 2defanor
2017-10-30Prefix Gopher directory entries with item typesdefanor
Similar to what lynx is doing, since that's quite handy to see.
2017-10-30Handle Gopher+defanor
By ignoring it.
2017-10-28Improve plaintext renderingdefanor
Reuse lineToInlines previously used for Gopher, and adjust fitLines.
2017-10-26Initial commitdefanor