summaryrefslogtreecommitdiff
path: root/pancake.cabal
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-23Add Text.Pandoc.Readers.RDF into pancake.cabaldefanor
2018-02-23Increase version to 0.1.10defanor
2018-02-23Require redland >= 0.2 && < 0.3defanor
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-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.
2017-12-30Increase version to 0.1.9defanor
2017-12-28Install and enable a few uncluttering XSLTs by defaultdefanor
2017-12-28Test with GHC 8.2.2defanor
2017-12-26Use Haskelinedefanor
The code is slightly cleaner with it, and it would be useful for completion.
2017-12-19Increase version to 0.1.8defanor
2017-12-13Add uncluttering/XSLT supportdefanor
2017-12-09Increase version to 0.1.7defanor
2017-11-28Remove utf8-string dependencydefanor
Data.Text.Encoding functions are used instead.
2017-11-28Increase version to 0.1.6defanor
2017-11-24Update README and convert it into reStructuredTextdefanor
It's more readable as plain text this way.
2017-11-20Increase version to 0.1.5defanor
2017-11-20Prepare for binary releasesdefanor
Add Makefile and deb-control file to generate basic Debian packages and archives with binaries.
2017-11-20Create man directory if it doesn't existdefanor
It may be missing when destdir is altered to prepare a binary release.
2017-11-19Use Travis CIdefanor
2017-11-19Add Pancake.Command and Paths_pancake into pancake.cabaldefanor
2017-11-16Handle SIGINT during getLinedefanor
It is too easy to kill pancake by accident, while trying to interrupt a child process that finishes by itself right at that moment. So, only quitting if there's two interruptions in a row (without any input between them). Minor refactoring has also happened in this commit.
2017-11-13Add a man pagedefanor
A basic and static one for now, perhaps should be generated out of a single source with README and the help message later.
2017-11-12Increase version to 0.1.4defanor
2017-11-06Increase version to 0.1.3defanor
2017-11-05Split into modulesdefanor
2017-11-03Increase version to 0.1.2defanor
2017-11-01Use terminfo instead of colorful-monoidsdefanor
colorful-monoids don't use terminfo, simply guessing capabilities.
2017-10-31Update to pandoc 2defanor
2017-10-31Change version numbers, update ChangeLogdefanor
Since the browser and its emacs interface are currently shipped together, it seems appropriate to use the same version number for both, counting them as a single project. Also switch to 3-component version numbers, at least for now.
2017-10-28Add description and source-repository into .cabaldefanor
2017-10-28Add pancake.el, an emacs interfacedefanor
- Relicense under GPLv3: pandoc is under GPLv2, it's expected of emacs packages to be under GPLv3, so it seems appropriate. - Add support for embedding (in particular, print s-expressions instead of escape sequences). - Add the emacs package.
2017-10-26Initial commitdefanor