diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a9d15f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Git based automatic web deployment system +This repository will be automagically pulled by the web server each time something is pushed by a user. The following files and directories are linked to areas where they can be accessed by the web server: + * `index.html` → `*/common/index.html` (the website as seen by the majority of the users, maybe a login page?) + * `icon.png` → `*/common/icon.png` (self-explanatory) + * `stylesheet.css` → `*/common/stylesheet.css` (self-explanatory) + * `content/` → `*/common/content/` (everything else acessible by the web server) + * `default.html` → `lostcave.ddnss.de/index.html` (http redirect) + * `admin.php` → `admin.strassenkind.ip/index.php` (future management page, maybe for services, available sites, users, etc?) + * `strassenkind.php` `strassenkind.ip/index.php` (future status page) diff --git a/admin.php b/admin.php new file mode 100644 index 0000000..766fd9f --- /dev/null +++ b/admin.php @@ -0,0 +1 @@ + diff --git a/default.html b/default.html new file mode 100644 index 0000000..c64b5f5 --- /dev/null +++ b/default.html @@ -0,0 +1,10 @@ + + + + + + +

Yor browser seems to not support redirects.
+ Please klick the following link to continue: Go to home page...

+ + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..7940b95 Binary files /dev/null and b/icon.png differ diff --git a/strassenkind.php b/strassenkind.php new file mode 100644 index 0000000..766fd9f --- /dev/null +++ b/strassenkind.php @@ -0,0 +1 @@ + diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..90b512c --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,3 @@ +/* +Well yes but actually no. +*/