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 (
root (committer)
Wed May 21 00:36:29 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | Wed May 21 00:36:29 -0700 2008 | |
| |
ajax.php | Wed May 21 00:15:02 -0700 2008 | |
| |
blank.html | Wed May 21 00:15:02 -0700 2008 | |
| |
empty.html | Wed May 21 00:15:02 -0700 2008 | |
| |
empty.php | Wed May 21 00:15:02 -0700 2008 | |
| |
index.php | Wed May 21 00:28:33 -0700 2008 | |
| |
javascript.js | Wed May 21 00:15:02 -0700 2008 | |
| |
libTiddlyWiki.php | Wed May 21 00:15:02 -0700 2008 | |
| |
noscript.css | Wed May 21 00:15:02 -0700 2008 | |
| |
prototype.js | Wed May 21 00:15:02 -0700 2008 | |
| |
style.css | Wed May 21 00:15:02 -0700 2008 |
README
A prototype server-side savable TiddlyWiki
INSTALL:
Configure Apache:
<Location />
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</Location>
Create Wiki Repository near index.php:
# mkdir wikis
# chmod -Rv 777 wikis
Hit up DocumentRoot, and go?
Maybe I make this iphone friendly?
Other stuff needs to be fixed, like updating the JS, and double-checking security
wtf?







