al3x / simple-scala-blog
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 24 20:53:55 -0800 2008 | |
| |
LICENSE | Sun Nov 30 12:19:58 -0800 2008 | |
| |
Makefile | Sun Feb 01 13:20:46 -0800 2009 | |
| |
README.textile | Sun Feb 01 13:20:46 -0800 2009 | |
| |
posts/ | Sun Feb 01 13:20:46 -0800 2009 | |
| |
src/ | Sun Feb 01 13:20:46 -0800 2009 | |
| |
static/ | Sun Feb 01 13:20:46 -0800 2009 | |
| |
templates/ | Tue Jan 06 12:22:10 -0800 2009 |
README.textile
Simple Scala Blog
A lightweight blogging system, designed to transmute a directory of Textile files into an equivalent directory of HTML files with a minimum of fuss.
Rationalization
Writing a custom blogging system is a wholly unnecessary act. This system was written so the author could muck about with Scala. Though there’s some basic attempt at providing a configuration mechanism, templates and logic are currently too intertwined. Improving this is an exercise for the reader/forker.
You’re encouraged to borrow chunks of code you fancy. The good parts are mostly the use of XML literals. You might find the FileHelpers trait handy, as it provides easy-to-use methods for stuff that should really be in java.io.File or similar.
Requirements
- Scala (tested with 2.7.2 final)
- GNU Make
- JTextile (included, but is kind of wonky)
- GNU RegExp for Java (included)
License
Licensed under the Apache Public License, Version 2.
