From 2aa645dd2697838711df45e4d2694a7001c1c58d Mon Sep 17 00:00:00 2001 From: jrags <> Date: Wed, 21 Feb 2007 05:27:30 +0000 Subject: As discussed, we would like to see an active blog demo, and like everything it must have a beginning. --- .gitattributes | 5 ++ demos/activeblog/index.php | 22 ++++++ demos/activeblog/protected/.htaccess | 1 + demos/activeblog/protected/App_Pages/Home.page | 1 + demos/activeblog/protected/application.xml | 102 +++++++++++++++++++++++++ demos/activeblog/protected/urlmaps.xml | 4 + 6 files changed, 135 insertions(+) create mode 100644 demos/activeblog/index.php create mode 100644 demos/activeblog/protected/.htaccess create mode 100644 demos/activeblog/protected/App_Pages/Home.page create mode 100644 demos/activeblog/protected/application.xml create mode 100644 demos/activeblog/protected/urlmaps.xml diff --git a/.gitattributes b/.gitattributes index 833d83e4..97abdcc8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -643,6 +643,11 @@ buildscripts/wikibuilder/dumpHTML.inc -text buildscripts/wikibuilder/dumpHTML.php -text buildscripts/wikibuilder/external.png -text buildscripts/wikibuilder/main.css -text +demos/activeblog/index.php -text +demos/activeblog/protected/.htaccess -text +demos/activeblog/protected/App_Pages/Home.page -text +demos/activeblog/protected/application.xml -text +demos/activeblog/protected/urlmaps.xml -text demos/address-book/index.php -text demos/address-book/protected/application.xml -text demos/address-book/protected/pages/AddressProvider.php -text diff --git a/demos/activeblog/index.php b/demos/activeblog/index.php new file mode 100644 index 00000000..c9808717 --- /dev/null +++ b/demos/activeblog/index.php @@ -0,0 +1,22 @@ +run(); + +?> \ No newline at end of file diff --git a/demos/activeblog/protected/.htaccess b/demos/activeblog/protected/.htaccess new file mode 100644 index 00000000..3418e55a --- /dev/null +++ b/demos/activeblog/protected/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/demos/activeblog/protected/App_Pages/Home.page b/demos/activeblog/protected/App_Pages/Home.page new file mode 100644 index 00000000..ff226d4e --- /dev/null +++ b/demos/activeblog/protected/App_Pages/Home.page @@ -0,0 +1 @@ +

Welcome to Prado!

\ No newline at end of file diff --git a/demos/activeblog/protected/application.xml b/demos/activeblog/protected/application.xml new file mode 100644 index 00000000..75ba3b06 --- /dev/null +++ b/demos/activeblog/protected/application.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demos/activeblog/protected/urlmaps.xml b/demos/activeblog/protected/urlmaps.xml new file mode 100644 index 00000000..b8894155 --- /dev/null +++ b/demos/activeblog/protected/urlmaps.xml @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3