aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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