Commit graph

26 commits

Author SHA1 Message Date
9b3ffb3617 Explicitly mention dependency version numbers
It's happened a few times that updated dependencies break some
functionality, so this should remind people of what to use.
2014-07-25 22:29:08 +02:00
2e6dcfd74b Update hy to 0.10.0 2014-07-25 22:27:41 +02:00
e0158bc47b Don't export TOC for README 2014-04-24 23:52:59 +02:00
8396293ccd Update README 2014-04-24 23:51:18 +02:00
0d77c5aada Minor update to README/index 2014-04-23 23:18:48 +02:00
46a552c5ac Fix typo 2014-04-23 23:16:38 +02:00
714c6f593e Fix typo 2014-04-23 23:15:58 +02:00
f53c14ed32 Add Texinfo docs 2014-04-23 23:14:36 +02:00
c5a6699ce4 Add file not found template 2014-02-19 01:35:59 +01:00
31c26adf0e Print a message on successful deletion 2014-02-19 01:02:21 +01:00
08fb2679bd Add requirements for pip 2014-01-23 21:28:42 +01:00
f045a28463 Update for compatibility with hy 0.9.12 2014-01-23 21:27:54 +01:00
8e599478f7 Define view functions separately from classes
Using `lambda' the way it was being used is not pretty.
2013-12-26 01:05:37 +01:00
9788df48a9 Use git and filesystem as data back-end 2013-11-18 01:03:10 +01:00
96bfb88a5e Update README, add index page 2013-08-25 23:21:39 +02:00
71adee4820 Don't remove so many arguments 2013-08-22 21:44:19 +02:00
6ee01205cc Don't use absolute [http://] urls 2013-08-22 21:19:02 +02:00
12799b9ddd Add hypoctl script
Will be used to control certain server-side aspects of hypo.
2013-08-17 21:18:07 +02:00
e73ca5556f Update description 2013-08-11 00:16:26 +02:00
8b6efc4add Fallback on TextLexer of no other options is found 2013-08-11 00:13:06 +02:00
6cf6009b19 Revert "Don't set web.ctx.status"
This reverts commit 18cf043be3.

All that flup really wants is for the strings to be of type `str'. Hy
strings are of type `unicode' by default.
2013-08-10 23:50:07 +02:00
18cf043be3 Don't set web.ctx.status
Apparently flup doesn't like it when I do this.
2013-08-07 23:24:55 +02:00
c5699ecfa7 Add *prefix* option
`*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.
2013-08-07 23:23:30 +02:00
ebd4666b17 Oops, how did that get in there 2013-08-01 01:29:00 +02:00
fdb68c3e2c Remove title from README 2013-08-01 01:27:54 +02:00
d64ed75388 Initial commit 2013-08-01 01:24:32 +02:00