Setting up my convoluted web parsing structure... in short:
authorpaulr <me@pjr.cc>
Sat, 23 Jul 2011 20:46:57 +0000 (06:46 +1000)
committerpaulr <me@pjr.cc>
Sat, 23 Jul 2011 20:46:57 +0000 (06:46 +1000)
commit17d5412ef5bdde749ce57dbdd627243eb0d701a8
tree7a9a761b7b7de09c84a3a6dd2e4538bc20b161a3
parent81d1eb66e29bea907434b6c5586f4c3363270010
Setting up my convoluted web parsing structure... in short:

call index.php, which loads config and webrequestor

Web requester loads urlparser which then determines the class handling
the page

web requester then calls class->go($url)

class can then call GLCASPageBuilder(class, function, title) which
then builds a static page and then calls class->function(url) to build
the body.

FUN!
libglcas/config.php [new file with mode: 0644]
libglcas/lib.php [new file with mode: 0644]
libglcas/urlparser.php [new file with mode: 0644]
libglcas/web.php [new file with mode: 0644]
plugins/admin.php [new file with mode: 0644]
plugins/glcas_plugin.php [new file with mode: 0644]
plugins/repo.php [new file with mode: 0644]
plugins/webbase.php [new file with mode: 0644]
www/.htaccess [new file with mode: 0644]
www/index.php [new file with mode: 0644]