From: Zachary Vance Date: Fri, 13 Mar 2015 19:52:57 +0000 (-0700) Subject: Correct markdown handler path X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=859bf2139740f2f56559a44769b9140cc451bd8d;p=za3k.git Correct markdown handler path --- diff --git a/journal/.htaccess b/journal/.htaccess index a42cdb4..7010055 100644 --- a/journal/.htaccess +++ b/journal/.htaccess @@ -1,2 +1,2 @@ -Action markdown /markdown/handler.php +Action markdown /cgi-bin/markdown/handler.php AddHandler markdown .md diff --git a/journal/issues b/journal/issues new file mode 100644 index 0000000..a338c5d --- /dev/null +++ b/journal/issues @@ -0,0 +1,28 @@ +XXX Issues I have reported + +Open bugs +========= +| Link | Description | +|------------------------------------------------------|----------------------------------------------------------| +| | | + +Open feature requests +===================== +| Link | Description | +|------------------------------------------------------|----------------------------------------------------------| +| https://github.com/joemccann/dillinger/issues/308 | Add file locations to cloud editor. **Two $10 bounties** | +| https://github.com/tholman/zenpen/issues/113 | UI discoverability issue | + +Bug I reported which were fixed +=========================================================== +| Link | Description | +|------------------------------------------------------|----------------------------------------------------------| +| https://github.com/mikolalysenko/union-find/issues/4 | Algorithm misimplemented | +| https://github.com/mispy/twitter_ebooks/issues/34 | Dependency version conflict required manual resolution | + +Features I requested which were added +===================================== +| Link | Description | +|------------------------------------------------------|----------------------------------------------------------| +| https://github.com/mispy/twitter_ebooks/issues/37 | Better tolerance for twitter's rate-limiting | +