Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: sky/specs/README.md

Issue 1142853006: [Specs] Remove all the obsolete specs. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/specs/animation.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/README.md
diff --git a/sky/specs/README.md b/sky/specs/README.md
index 2501e6a4ebb48494f7636bb76edc29e1e522e214..95bd287f2fbc040fc136a3b91cba68f0cf3ad46f 100644
--- a/sky/specs/README.md
+++ b/sky/specs/README.md
@@ -1,37 +1,2 @@
-The Sky Environment
-===================
-
-The main files loaded by the Sky environment are Sky files, though
-they can refer to binary resources like images and fonts.
-
-Sky files
----------
-
-Conventional MIME type: ``text/sky``, though this type is neither
-necessary nor sufficient to indicate that a file is a Sky file; only
-the signature matters for type dispatch of Sky files.
-
-Conventional extension: ``.sky``
-
-Signatures:
-
-For application files, one of the following:
-* ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0a`` ("``#!mojo mojo:sky\n``")
-* ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0d`` ("``#!mojo mojo:sky\r``")
-* ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 20`` ("``#!mojo mojo:sky ``")
-
-For module files, one of the following:
-* ``53 4b 59 20 4d 4f 44 55 4c 45 0a`` ("``SKY MODULE\n``")
-* ``53 4b 59 20 4d 4f 44 55 4c 45 0d`` ("``SKY MODULE\r``")
-* ``53 4b 59 20 4d 4f 44 55 4c 45 20`` ("``SKY MODULE ``")
-
-
-Notes
------
-
-```
-magical imports:
- the mojo fabric API dart:mojo
- the mojom for the shell, proxying through C++ so that the shell pipe isn't exposed dart:mojo-shell
- the Sky API dart:sky
-```
+This file contains documentation for what we hope Sky to support in due course.
+It's mostly proposals. It's not intended to be comprehensive.
« no previous file with comments | « no previous file | sky/specs/animation.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698