From 859bf2139740f2f56559a44769b9140cc451bd8d Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 13 Mar 2015 12:52:57 -0700 Subject: [PATCH] Correct markdown handler path --- journal/.htaccess | 2 +- journal/issues | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 journal/issues 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 | + -- 2.47.3