This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
edith /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 26 02:56:35 -0800 2009 | |
| |
.htaccess.example | Mon Jan 26 02:56:35 -0800 2009 | |
| |
README.markdown | Sun Mar 08 00:12:14 -0800 2009 | |
| |
config.php.example | Sun Mar 08 00:13:18 -0800 2009 | |
| |
index.php | Sun Jun 07 06:49:17 -0700 2009 | |
| |
lib/ | Mon Jan 26 02:50:43 -0800 2009 | |
| |
public/ | Sun Jun 07 06:44:23 -0700 2009 | |
| |
templates/ | Sun Jun 07 06:53:57 -0700 2009 |
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.php.exampletoconfig.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







