From 68056e6d92285e184518bc8c7130bb49767623f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Sep 2011 21:09:56 -0400 Subject: Move config into one config.php file, add an index file, spit out complete HTML files, use CSS --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5a3c57c..6c9b611 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ polished project. Other Notes ----------- -All of the PHP files have a directory hardcoded into them to either -look for the org-mode files in, or upload them to. I've got it set to -`/home/luke/j1-uploads`. Perhaps one day I'll move that to a single -config file. +Yeah, I did all the bad-practice spitting-out-HTML-from-logic-code +and using globals stuff. This was a quickie hack. It's basically +just one PHP script (at least on the PHP side). Don't worry, my other +projects use MVC and all that. -- cgit v1.2.3