aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly mention dependency version numbersHEADmasterGravatar Tom Willemse2014-07-251-5/+5
| | | | | It's happened a few times that updated dependencies break some functionality, so this should remind people of what to use.
* Update hy to 0.10.0Gravatar Tom Willemse2014-07-253-19/+20
|
* Don't export TOC for READMEGravatar Tom Willemse2014-04-241-0/+1
|
* Update READMEGravatar Tom Willemse2014-04-241-6/+7
|
* Minor update to README/indexGravatar Tom Willemse2014-04-232-6/+7
|
* Fix typoGravatar Tom Willemse2014-04-231-1/+1
|
* Fix typoGravatar Tom Willemse2014-04-232-2/+2
|
* Add Texinfo docsGravatar Tom Willemse2014-04-232-0/+693
|
* Add file not found templateGravatar Tom Willemse2014-02-192-1/+49
|
* Print a message on successful deletionGravatar Tom Willemse2014-02-191-1/+2
|
* Add requirements for pipgitGravatar Tom Willemse2014-01-231-0/+5
|
* Update for compatibility with hy 0.9.12Gravatar Tom Willemse2014-01-232-11/+11
|
* Define view functions separately from classesGravatar Tom Willemse2013-12-261-53/+60
| | | | Using `lambda' the way it was being used is not pretty.
* Use git and filesystem as data back-endGravatar Tom Willemse2013-11-185-81/+115
|
* Update README, add index pageGravatar Tom Willemse2013-08-253-1/+198
|
* Don't remove so many argumentsmaster2Gravatar Tom Willemse2013-08-221-1/+1
|
* Don't use absolute [http://] urlsGravatar Tom Willemse2013-08-221-1/+1
|
* Add hypoctl scriptGravatar Tom Willemse2013-08-172-2/+58
| | | | Will be used to control certain server-side aspects of hypo.
* Update descriptionGravatar Tom Willemse2013-08-115-5/+5
|
* Fallback on TextLexer of no other options is foundGravatar Tom Willemse2013-08-111-4/+12
|
* Revert "Don't set web.ctx.status"Gravatar Tom Willemse2013-08-101-0/+2
| | | | | | | This reverts commit 18cf043be3175a0098dad1e24266c10b7f21922c. All that flup really wants is for the strings to be of type `str'. Hy strings are of type `unicode' by default.
* Don't set web.ctx.statusGravatar Tom Willemse2013-08-071-2/+0
| | | | Apparently flup doesn't like it when I do this.
* Add *prefix* optionGravatar Tom Willemse2013-08-072-5/+10
| | | | | | `*prefix*' specifies which directory the application should run under. This is useful when not running it on a domain or sub-domain. This should contain a trailing `/' if used.
* Oops, how did that get in thereGravatar Tom Willemse2013-08-011-1/+1
|
* Remove title from READMEGravatar Tom Willemse2013-08-011-2/+0
|
* Initial commitGravatar Tom Willemse2013-08-019-0/+988