Wikitten
Wikitten copied to clipboard
Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on.
I'm confused about `APP_DIR`. If I touch a file named `/library/linux/bash.md` (with no space),I‘ll get errors when I access `http://host.com/linux/bash.md`: ``` `could not find file bash.md` . ``` That is...
Is there any way to have a rss list of recent changes, or to have such info in a page?
 It's convenient for sharing position in page.
http://ilhan.name/Wikitten-master/
Is this possible through the web interface or am just not able to find it? -thanks !
Using BrowserID you can easily add a login system to this code if you wanted to enable web admin or editor. You can see a [simple example of the API](https://github.com/Xeoncross/forumfive/blob/master/forum.php#L110)...
I find this happens after first new line is introduced, the blinking cursor is placed one character in front of where it places characters. This does not causes any error,...