public
Description: A prototype server-side savable TiddlyWiki
Homepage: http://projectwiki.risingcode.com
Clone URL: git://github.com/diclophis/projectwiki.git
diclophis (author)
Wed May 21 00:36:29 -0700 2008
root (committer)
Wed May 21 00:36:29 -0700 2008
name age message
file README Wed May 21 00:36:29 -0700 2008 wtf? [diclophis]
file ajax.php Wed May 21 00:15:02 -0700 2008 first commit [root]
file blank.html Wed May 21 00:15:02 -0700 2008 first commit [root]
file empty.html Wed May 21 00:15:02 -0700 2008 first commit [root]
file empty.php Wed May 21 00:15:02 -0700 2008 first commit [root]
file index.php Wed May 21 00:28:33 -0700 2008 Fixes [root]
file javascript.js Wed May 21 00:15:02 -0700 2008 first commit [root]
file libTiddlyWiki.php Wed May 21 00:15:02 -0700 2008 first commit [root]
file noscript.css Wed May 21 00:15:02 -0700 2008 first commit [root]
file prototype.js Wed May 21 00:15:02 -0700 2008 first commit [root]
file style.css Wed May 21 00:15:02 -0700 2008 first commit [root]
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?