From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- public/404.html | 26 +++++++++++++++++++++ public/422.html | 26 +++++++++++++++++++++ public/500.html | 26 +++++++++++++++++++++ public/favicon.ico | 0 public/images/fallback/mini_default.jpg | Bin 0 -> 3638 bytes public/images/fallback/mini_default_female.png | Bin 0 -> 1975 bytes public/images/fallback/mini_default_male.png | Bin 0 -> 1975 bytes public/images/fallback/profile_default.jpg | Bin 0 -> 6426 bytes public/images/fallback/profile_default.psd | Bin 0 -> 61058 bytes public/images/fallback/profile_default_female.png | Bin 0 -> 28145 bytes public/images/fallback/profile_default_male.png | Bin 0 -> 28742 bytes public/images/fallback/small_default.jpg | Bin 0 -> 4149 bytes public/images/fallback/small_default_female.png | Bin 0 -> 6620 bytes public/images/fallback/small_default_male.png | Bin 0 -> 6594 bytes .../fallback/snom_caller_picture_default.jpg | Bin 0 -> 5405 bytes .../snom_caller_picture_default_female.png | Bin 0 -> 14611 bytes .../fallback/snom_caller_picture_default_male.png | Bin 0 -> 14160 bytes public/images/snom/snom_300.jpg | Bin 0 -> 71634 bytes public/images/snom/snom_320.jpg | Bin 0 -> 53908 bytes public/images/snom/snom_360.jpg | Bin 0 -> 64418 bytes public/images/snom/snom_370.jpg | Bin 0 -> 77721 bytes public/images/snom/snom_820.jpg | Bin 0 -> 41398 bytes public/images/snom/snom_821.jpg | Bin 0 -> 41398 bytes public/images/snom/snom_870.jpg | Bin 0 -> 43835 bytes public/robots.txt | 6 +++++ 25 files changed, 84 insertions(+) create mode 100644 public/404.html create mode 100644 public/422.html create mode 100644 public/500.html create mode 100644 public/favicon.ico create mode 100644 public/images/fallback/mini_default.jpg create mode 100644 public/images/fallback/mini_default_female.png create mode 100644 public/images/fallback/mini_default_male.png create mode 100644 public/images/fallback/profile_default.jpg create mode 100644 public/images/fallback/profile_default.psd create mode 100644 public/images/fallback/profile_default_female.png create mode 100644 public/images/fallback/profile_default_male.png create mode 100644 public/images/fallback/small_default.jpg create mode 100644 public/images/fallback/small_default_female.png create mode 100644 public/images/fallback/small_default_male.png create mode 100644 public/images/fallback/snom_caller_picture_default.jpg create mode 100644 public/images/fallback/snom_caller_picture_default_female.png create mode 100644 public/images/fallback/snom_caller_picture_default_male.png create mode 100644 public/images/snom/snom_300.jpg create mode 100644 public/images/snom/snom_320.jpg create mode 100644 public/images/snom/snom_360.jpg create mode 100644 public/images/snom/snom_370.jpg create mode 100644 public/images/snom/snom_820.jpg create mode 100644 public/images/snom/snom_821.jpg create mode 100644 public/images/snom/snom_870.jpg create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..9a48320 --- /dev/null +++ b/public/404.html @@ -0,0 +1,26 @@ + + + + The page you were looking for doesn't exist (404) + + + + + +
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+ + diff --git a/public/422.html b/public/422.html new file mode 100644 index 0000000..83660ab --- /dev/null +++ b/public/422.html @@ -0,0 +1,26 @@ + + + + The change you wanted was rejected (422) + + + + + +
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+ + diff --git a/public/500.html b/public/500.html new file mode 100644 index 0000000..da74faf --- /dev/null +++ b/public/500.html @@ -0,0 +1,26 @@ + + + + We're sorry, but something went wrong (500) + + + + + +
+

We're sorry, but something went wrong.

+

Please take a minute and report an issue at https://github.com/amooma/GS5/issues or contact your admin.

+
+ + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/public/images/fallback/mini_default.jpg b/public/images/fallback/mini_default.jpg new file mode 100644 index 0000000..42c9f2d Binary files /dev/null and b/public/images/fallback/mini_default.jpg differ diff --git a/public/images/fallback/mini_default_female.png b/public/images/fallback/mini_default_female.png new file mode 100644 index 0000000..bc54d26 Binary files /dev/null and b/public/images/fallback/mini_default_female.png differ diff --git a/public/images/fallback/mini_default_male.png b/public/images/fallback/mini_default_male.png new file mode 100644 index 0000000..b75e36c Binary files /dev/null and b/public/images/fallback/mini_default_male.png differ diff --git a/public/images/fallback/profile_default.jpg b/public/images/fallback/profile_default.jpg new file mode 100644 index 0000000..d807028 Binary files /dev/null and b/public/images/fallback/profile_default.jpg differ diff --git a/public/images/fallback/profile_default.psd b/public/images/fallback/profile_default.psd new file mode 100644 index 0000000..89b5b55 Binary files /dev/null and b/public/images/fallback/profile_default.psd differ diff --git a/public/images/fallback/profile_default_female.png b/public/images/fallback/profile_default_female.png new file mode 100644 index 0000000..614c4bc Binary files /dev/null and b/public/images/fallback/profile_default_female.png differ diff --git a/public/images/fallback/profile_default_male.png b/public/images/fallback/profile_default_male.png new file mode 100644 index 0000000..f7b44ff Binary files /dev/null and b/public/images/fallback/profile_default_male.png differ diff --git a/public/images/fallback/small_default.jpg b/public/images/fallback/small_default.jpg new file mode 100644 index 0000000..5a8cbf2 Binary files /dev/null and b/public/images/fallback/small_default.jpg differ diff --git a/public/images/fallback/small_default_female.png b/public/images/fallback/small_default_female.png new file mode 100644 index 0000000..b9de992 Binary files /dev/null and b/public/images/fallback/small_default_female.png differ diff --git a/public/images/fallback/small_default_male.png b/public/images/fallback/small_default_male.png new file mode 100644 index 0000000..e5d3434 Binary files /dev/null and b/public/images/fallback/small_default_male.png differ diff --git a/public/images/fallback/snom_caller_picture_default.jpg b/public/images/fallback/snom_caller_picture_default.jpg new file mode 100644 index 0000000..6bbcc83 Binary files /dev/null and b/public/images/fallback/snom_caller_picture_default.jpg differ diff --git a/public/images/fallback/snom_caller_picture_default_female.png b/public/images/fallback/snom_caller_picture_default_female.png new file mode 100644 index 0000000..da6a904 Binary files /dev/null and b/public/images/fallback/snom_caller_picture_default_female.png differ diff --git a/public/images/fallback/snom_caller_picture_default_male.png b/public/images/fallback/snom_caller_picture_default_male.png new file mode 100644 index 0000000..a783f8b Binary files /dev/null and b/public/images/fallback/snom_caller_picture_default_male.png differ diff --git a/public/images/snom/snom_300.jpg b/public/images/snom/snom_300.jpg new file mode 100644 index 0000000..f115b4b Binary files /dev/null and b/public/images/snom/snom_300.jpg differ diff --git a/public/images/snom/snom_320.jpg b/public/images/snom/snom_320.jpg new file mode 100644 index 0000000..8d83dd5 Binary files /dev/null and b/public/images/snom/snom_320.jpg differ diff --git a/public/images/snom/snom_360.jpg b/public/images/snom/snom_360.jpg new file mode 100644 index 0000000..d633d67 Binary files /dev/null and b/public/images/snom/snom_360.jpg differ diff --git a/public/images/snom/snom_370.jpg b/public/images/snom/snom_370.jpg new file mode 100644 index 0000000..2698586 Binary files /dev/null and b/public/images/snom/snom_370.jpg differ diff --git a/public/images/snom/snom_820.jpg b/public/images/snom/snom_820.jpg new file mode 100644 index 0000000..8306ea7 Binary files /dev/null and b/public/images/snom/snom_820.jpg differ diff --git a/public/images/snom/snom_821.jpg b/public/images/snom/snom_821.jpg new file mode 100644 index 0000000..8306ea7 Binary files /dev/null and b/public/images/snom/snom_821.jpg differ diff --git a/public/images/snom/snom_870.jpg b/public/images/snom/snom_870.jpg new file mode 100644 index 0000000..c0fa148 Binary files /dev/null and b/public/images/snom/snom_870.jpg differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..b9fe2d7 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,6 @@ +# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file +# +# Because it is a PBX we disallow any search engine by default. +# +User-Agent: * +Disallow: / -- cgit v1.2.3