X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/5dc44f45ae19f0fd1b2b274b23f1d38fffd62a7f..73c5dba96df5b81d7e05ec9a75e81306c709883b:/README.md diff --git a/README.md b/README.md index 97ceff0..47faa0d 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Status CMless is not yet functional. The stages required to reach basic functionality are: 1. ~~Figure out deployment scheme~~ -2. Interpret URL and locate/serve appropriate page -3. Feed pages through a document processor -4. Feed pages through a template engine -5. Generate menu based on directory structure +2. ~~Interpret URL and locate/serve appropriate page~~ +3. ~~Feed pages through a document processor~~ +4. ~~Feed pages through a template engine~~ +5. ~~Generate menu based on directory structure~~ +6. Write documentation, including a sample site. Installation Example - Debian Linux ----------------------------------- @@ -55,6 +56,7 @@ vi /etc/apache2/sites-available/cmless.subgeniuskitty.com RewriteEngine On RewriteRule (.*) /mnt/data/apache_vhosts/cmless.subgeniuskitty.com/site/$1 + RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* /mnt/data/apache_vhosts/cmless.subgeniuskitty.com/bin/cmless.py ```