From 22072ed385014fb388ec9ab90f1f91f20f299dbf Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 7 Jun 2014 23:28:37 -0700 Subject: [PATCH] Add rudimentary overview page --- app.yaml | 9 + images/architecture.svg | 623 ++++++++++++++++++++++++++++++++++++++++ images/dataflow.svg | 616 +++++++++++++++++++++++++++++++++++++++ index.html | 1 + overview.html | 49 ++++ stylesheets/styles.css | 1 - 6 files changed, 1298 insertions(+), 1 deletion(-) create mode 100644 images/architecture.svg create mode 100644 images/dataflow.svg create mode 100644 overview.html diff --git a/app.yaml b/app.yaml index 3c40271..5ccabf1 100644 --- a/app.yaml +++ b/app.yaml @@ -23,6 +23,15 @@ handlers: X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains +- url: /overview + static_files: overview.html + upload: overview.html + secure: always + http_headers: + X-Frame-Options: DENY + X-Content-Type-Options: nosniff + Strict-Transport-Security: max-age=31536000; includeSubDomains + - url: /images static_dir: images secure: always diff --git a/images/architecture.svg b/images/architecture.svg new file mode 100644 index 0000000..3073623 --- /dev/null +++ b/images/architecture.svg @@ -0,0 +1,623 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/dataflow.svg b/images/dataflow.svg new file mode 100644 index 0000000..e14dfa5 --- /dev/null +++ b/images/dataflow.svg @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 6341845..4dddd0c 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Dig in

diff --git a/overview.html b/overview.html new file mode 100644 index 0000000..5a307a9 --- /dev/null +++ b/overview.html @@ -0,0 +1,49 @@ + + + + + + Cosmopolite Overview + + + + + +
+
+

Cosmopolite

+

Client/server publish/subscribe, presence and key/value storage for AppEngine

+ + + +
+
+

+Cosmopolite Ovewview

+ +

Architecture

+ + + +

Data flow

+ + + +
+
+ + + diff --git a/stylesheets/styles.css b/stylesheets/styles.css index f1aa264..4c8884e 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -145,7 +145,6 @@ img { max-width: 650px; padding: 5px; margin: 10px 0 32px 0; - border: 1px solid #ccc; } p img {