From f3375fbe186b9d56d73be7cdc2fb70b6166d8dc6 Mon Sep 17 00:00:00 2001 From: Jason Leveille Date: Sun, 1 Feb 2009 15:52:58 -0500 Subject: [PATCH] Add ref to Google Group Added copyright info for demo --- README.markdown | 1 + index.php | 26 +++++++++++++------------- smc/tmp/demo/index.php | 17 ++++++++++++++++- smc/tmp/demo/page-2.php | 17 ++++++++++++++++- 4 files changed, 46 insertions(+), 15 deletions(-) diff --git a/README.markdown b/README.markdown index 437fd6d..2473069 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,7 @@ SimpleMC is meant to provide an easy way for content editors to edit blocks of c * [The Code](http://github.com/leveille/simplemc/tree/master "The Code") * [Issue Tracking](http://leveille.lighthouseapp.com/projects/24238-simple-mc/overview "Issue Tracking") * [Live Demo](http://smc.jasonleveille.com/ "Live Demo") +* [Google Group](http://groups.google.com/group/simple_mc "Google Group") * A product of [Blue Atlas Interactive](http://www.blueatlas.com/ "Blue Atlas Interactive") ##Requirements## diff --git a/index.php b/index.php index c8e4706..841a8ba 100644 --- a/index.php +++ b/index.php @@ -179,6 +179,10 @@ http://smc.jasonleveille.com/ +
  • Google Group: + + http://groups.google.com/group/simple_mc +
  • A product of: Blue Atlas Interactive
  • @@ -198,15 +202,14 @@

    ', 'Your cache directory is writable.', ''; else: echo '', 'Your cache directory is NOT writable.
    ', - 'Please: chmod 777 ' . $dir, + 'Please: chmod 777 ', SMC_CACHE, '
    '; endif; ?> @@ -214,15 +217,14 @@

    ', 'Your log directory is writable.', ''; else: echo '', 'Your log directory is NOT writable.
    ', - 'Please: chmod 777 ', $dir, + 'Please: chmod 777 ', SMC_LOGS, '
    '; endif; ?> @@ -230,9 +232,8 @@

    ', 'The necessary htmlpurifier directory is writable.', @@ -248,8 +249,7 @@

    ', 'Your database configuration file is present.'; $filePresent = true; @@ -258,8 +258,8 @@ echo '', 'Your database configuration file is NOT present.', '
    ', - 'Rename ', $configDir, 'database.config.php.default to ', - $configDir, 'database.config.php', + 'Rename ', SMC_CONFIG, '/database.config.php.default to ', + SMC_CONFIG, '/database.config.php', '
    '; endif; ?> diff --git a/smc/tmp/demo/index.php b/smc/tmp/demo/index.php index 41a658e..e5e0319 100644 --- a/smc/tmp/demo/index.php +++ b/smc/tmp/demo/index.php @@ -1,4 +1,19 @@ - + diff --git a/smc/tmp/demo/page-2.php b/smc/tmp/demo/page-2.php index 9963144..2b093a3 100644 --- a/smc/tmp/demo/page-2.php +++ b/smc/tmp/demo/page-2.php @@ -1,4 +1,19 @@ - +