Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-31 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-26 | Added `.txt` support, tests update. | Jasper Van der Jeugt | 1 | -1/+1 | |
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading. | |||||
2010-03-11 | Gave some functions better (more appropriate) names. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-11 | Moved some modules around for fun and profit. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-03-10 | Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-03-10 | Renamed RenderAction to HakyllAction. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-08 | Added renderAtom, feeds now validate. | Jasper Van der Jeugt | 1 | -2/+4 | |
2010-03-08 | Added Text.Hakyll.Internal.FileType module. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-03-06 | Added RSS module. | Jasper Van der Jeugt | 1 | -50/+54 | |
2010-03-05 | Reintegrated Tag module. | Jasper Van der Jeugt | 1 | -2/+1 | |
2010-03-04 | Got it to compile again, disabled Tags for now. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 1 | -1/+1 | |
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules. | |||||
2010-03-04 | First careful transition from data to arrows. It compiles, but that's about it. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-03-01 | Added simple pagination (unstable). | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-02-17 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-31 | Better naming scheme. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-30 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-27 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-24 | Changed test system. Wrote some test cases. | Jasper Van der Jeugt | 1 | -5/+6 | |
2010-01-24 | Module cleanup. | Jasper Van der Jeugt | 1 | -9/+9 | |
2010-01-24 | Added Template type (experimental). | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-24 | Simplified pureRenderAndConcat function. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-23 | Strictness cleanup. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-20 | Speedup of factor 4 by switching to the Data.Binary library for serialization. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-19 | Made hakyll function backward-compatible. Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-19 | Unicode is a bitch. | Jasper Van der Jeugt | 1 | -2/+1 | |
I am leaving a character in one of the examples, so we would notice it directly, should we ever break it again. | |||||
2010-01-18 | Added UTF8 where nessecary. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-01-14 | Parallel version bump. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-14 | Version bump. 1.0 release. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-12 | Added pure renderChain function. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-11 | Threw away bytestring. Simplicity++. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-11 | Added some strictness. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-01-10 | Added custom Template system. Highly experimental. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-09 | Apparently we need a higher cabal version. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-09 | Some changes to the regex interface, and version bump. | Jasper Van der Jeugt | 1 | -2/+4 | |
2010-01-09 | Added links to GitHub repo and issue tracker. | Sebastian Schwarz | 1 | -0/+5 | |
This will display "Bug tracker" and "Source repository" fields on Hackage in order to facilitate access to these resources. See http://hackage.haskell.org/package/base for an example. | |||||
2010-01-09 | Increased maximum version for bytestring dependency. | Sebastian Schwarz | 1 | -1/+1 | |
Apart from bug fixes bytestring will probably hardly change until 0.9.2. This also makes it possible to use Hakyll with bytesting's newest version (0.9.1.5) from Hackage. | |||||
2010-01-03 | Added context manipulating functions and associated render functions. Also, ↵ | Jasper Van der Jeugt | 1 | -2/+5 | |
version bump. | |||||
2009-12-30 | Logging is now dealt with in a separate thread. | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-29 | Added two example sites. | Jasper Van der Jeugt | 1 | -2/+2 | |
2009-12-29 | Fixed typo. Making another attempt to have it built on hackage... | Jasper Van der Jeugt | 1 | -4/+4 | |
2009-12-28 | Some more changes for the 0.3 release. | Jasper Van der Jeugt | 1 | -4/+12 | |
2009-12-27 | Documented SimpleServer, and added a ReaderT stack for configuration. | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-27 | Added a simple HTTP server for testing purposes. | Jasper Van der Jeugt | 1 | -1/+2 | |
2009-12-27 | Added main method/module. | Jasper Van der Jeugt | 1 | -1/+2 | |
2009-12-26 | Added module to deal with tags. | Jasper Van der Jeugt | 1 | -0/+1 | |
2009-12-18 | Worked on CompressCSS module. | Jasper Van der Jeugt | 1 | -1/+1 | |