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

Side by Side Diff: sky/README.md

Issue 679583002: Fill in some missing sections in the Sky README.md (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « sky/HACKING.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Sky 1 Sky
2 === 2 ===
3 3
4 Sky is an experiment in building a UI framework for Mojo. The approach we're 4 Sky is an experiment in building a UI framework for Mojo. The approach we're
5 exploring is to create a layered framework based around a retained hierarchy of 5 exploring is to create a layered framework based around a retained hierarchy of
6 semantic elements. We're experimenting with different ideas and exploring 6 semantic elements. We're experimenting with different ideas and exploring
7 various approaches, many of which won't work and will need to be discarded, but, 7 various approaches, many of which won't work and will need to be discarded, but,
8 if we're lucky, some of which might turn out to be useful. 8 if we're lucky, some of which might turn out to be useful.
9 9
10 Sky has three layers, each of which also adds progressively more opinion. At 10 Sky has three layers, each of which also adds progressively more opinion. At
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </script> 136 </script>
137 ``` 137 ```
138 138
139 Notice that the ``shell`` module is built-in and provides access to the 139 Notice that the ``shell`` module is built-in and provides access to the
140 underlying Mojo fabric but the ``net`` and ``loader`` modules run inside Sky and 140 underlying Mojo fabric but the ``net`` and ``loader`` modules run inside Sky and
141 encode and decode messages sent over Mojo pipes. 141 encode and decode messages sent over Mojo pipes.
142 142
143 Specifications 143 Specifications
144 -------------- 144 --------------
145 145
146 TODO: Link to the specs. 146 We're document Sky with a [set of technical specifications](specs) that
ojan 2014/10/24 03:16:29 s/document/documenting ?
147 define precisely the behavior of the engine. Currently both the implementation
148 and the specification are in flux, but hopefully they'll converge over time.
147 149
148 Contributing 150 Contributing
149 ------------ 151 ------------
150 152
151 TODO: Link to HACKING.md, which contains the instructions for hacking on Sky. 153 Instructions for building and testing Sky are contained in [HACKING.md]. For
152 TODO: Link to mailing list and IRC channel. 154 coordination, we use the ``#mojo`` IRC channel on
155 [Freenode](https://freenode.net/).
OLDNEW
« no previous file with comments | « sky/HACKING.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698