summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-01 21:09:56 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-01 21:09:56 -0400
commit68056e6d92285e184518bc8c7130bb49767623f3 (patch)
treec2a24370d8d132f85fb929580078adaf49a3c5fb /README.md
parent116af031a42db23e836633d5298a9595ad0803c7 (diff)
Move config into one config.php file, add an index file, spit out complete HTML files, use CSSHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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.