Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed Jan 20, 2010
1 parent 23ff3d8 commit 5dbbb47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,20 +1,20 @@
# Overview # Stacey 2.0.1


Version 2.0 ## Overview
Stacey takes content from .txt files, image files and implied directory structure and generates a static website. Stacey takes content from .txt files, image files and implied directory structure and generates a static website.
It is a no-database, dynamic website generator. It is a no-database, dynamic website generator.


If you look in the /content and /templates folders, you should get the general idea of how it all works. If you look in the /content and /templates folders, you should get the general idea of how it all works.


# Installation ## Installation


Copy to server, chmod 777 app/_cache, rename htacess file to .htaccess. Copy to server, chmod 777 app/_cache, rename htacess file to .htaccess.


# Read More ## Read More


See http://staceyapp.com for more detailed usage information. See http://staceyapp.com for more detailed usage information.


# Copyright/License ## Copyright/License


Copyright (c) 2009 Anthony Kolber. See LICENSE for details. Copyright (c) 2009 Anthony Kolber. See LICENSE for details.
Except PHP Markdown Extra which is (c) Michel Fortin. Except PHP Markdown Extra which is (c) Michel Fortin.
Expand Down
2 changes: 1 addition & 1 deletion app/stacey.inc.php
Expand Up @@ -2,7 +2,7 @@


Class Stacey { Class Stacey {


static $version = '2.0'; static $version = '2.0.1';


function handle_redirects() { function handle_redirects() {
# rewrite any calls to /index or /app back to / # rewrite any calls to /index or /app back to /
Expand Down

0 comments on commit 5dbbb47

Please sign in to comment.