edith /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 26 02:56:35 -0800 2009 | |
| |
README.markdown | Fri Feb 05 06:41:56 -0800 2010 | |
| |
config.example.php | Mon Feb 08 07:10:00 -0800 2010 | |
| |
htaccess.example | Mon Jan 26 02:56:35 -0800 2009 | |
| |
index.php | Mon Feb 08 07:10:03 -0800 2010 | |
| |
lib/ | Mon Jan 26 02:50:43 -0800 2009 | |
| |
public/ | Sun Jun 07 06:44:23 -0700 2009 | |
| |
templates/ | Fri Feb 05 06:28:21 -0800 2010 |
README.markdown
Edith
A quick small wiki, perfect for pasting quick texts or code between friends.
Don't worry about saving, it saves every 2 seconds. Paste and forget! Think of it as a magic web notepad. Try it out at http://edit.sunfox.org/any-page-name.
Usage
/any-page-name: type what you want, it's saved automagically!/any-page-name/txt: raw text version./any-page-name/html: html representation, pushed through the markdown syntax.
Setup
Make a writeable directory that will contain your pages as txt files. For example:
mkdir mydata chmod a+wx mydataCopy
config.example.phptoconfig.php- Modify
config.phpto your liking Tell your http server app to redirect 404s to
index.php.- Under apache copy
htaccess.exampleto.htaccessand modify theRewriteBasedirective. Under lighttpd, add this line to your configuration:
server.error-handler-404 = "/index.php"
- Under apache copy
To enable concurrent accesses, uncomment the lines in
config.phpregarding Google Mobwrite
Licence
- By Sunny Ripert sunny@sunfox.org
- Under the GPL
