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 {