From 0a1d031f4ff5ed776afdfa44945e1ef6d1bcf6f7 Mon Sep 17 00:00:00 2001 From: Pascal Finette Date: Tue, 24 Jul 2012 10:19:01 -0700 Subject: [PATCH] Fixing, fixing. --- .gitignore | 4 +- README.md | 4 +- site/site/cache/index.html | 0 site/site/config/config.php | 384 ++++++++++++++++++++++++++++ site/site/panel/accounts/config.php | 10 + site/thumbs/index.html | 0 6 files changed, 398 insertions(+), 4 deletions(-) create mode 100644 site/site/cache/index.html create mode 100755 site/site/config/config.php create mode 100755 site/site/panel/accounts/config.php create mode 100644 site/thumbs/index.html diff --git a/.gitignore b/.gitignore index bb1d162..496ee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -.DS_Store -site/site/config/config.php -site/site/panel/accounts/config.php +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index f0e04d9..1f4c29c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ ## WebFWD WebFWD is the Open Innovation program from Mozilla. This -repository contains the WebFWD website. \ No newline at end of file +repository contains the WebFWD website. + +Updated: 2012-07-24 \ No newline at end of file diff --git a/site/site/cache/index.html b/site/site/cache/index.html new file mode 100644 index 0000000..e69de29 diff --git a/site/site/config/config.php b/site/site/config/config.php new file mode 100755 index 0000000..b2a9177 --- /dev/null +++ b/site/site/config/config.php @@ -0,0 +1,384 @@ + + +# setup your account credentials here +# it's highly recommended to use md5 or sha1 encryption +# for your passwords. read more about encryption in the +# docs: http://getkirby.com/panel/accounts + +username: username +password: password +language: en \ No newline at end of file diff --git a/site/thumbs/index.html b/site/thumbs/index.html new file mode 100644 index 0000000..e69de29