docs up to working date

This commit is contained in:
Galen Wolfe-Pauly 2015-04-28 14:03:11 -07:00
parent 584fdf569a
commit f58a43c327
19 changed files with 27 additions and 21 deletions

View File

@ -1,7 +1,7 @@
arvo
====
arvo is our operating system.
Our operating system.
arvo is composed of modules called vanes:

View File

@ -3,7 +3,7 @@
`%ames`
=======
`%ames` is our networking protocol.
Our networking protocol.
`%ames` is the name of both our network and the vane that communicates
over it. When Unix receives a packet over the correct UDP port, it pipes

View File

@ -3,6 +3,6 @@
`%arvo`
=======
`%arvo` is our operating system.
Our operating system.
</div>

View File

@ -3,7 +3,7 @@
`%clay`
=======
`%clay` is our filesystem.
Our filesystem.
`%clay` is version-controlled, referentially-transparent, and global.
While this filesystem is stored in `%clay`, it is mirrored to Unix for

View File

@ -3,7 +3,7 @@
`%dill`
=======
`%dill` is our terminal driver.
Our terminal driver.
Unix sends keyboard events to `%dill` from either the console or telnet,
and `%dill` produces terminal output. The only app that should directly

View File

@ -3,7 +3,7 @@
`%eyre`
=======
`%eyre` is our http server.
Our http server.
Unix sends http messages to `%eyre`, and `%eyre` produces http messages
in response. In general, apps and vanes do not call `%eyre`; rather,

View File

@ -3,7 +3,7 @@
`%ford`
=======
`%ford` is our typed and marked computation engine.
Our typed and marked computation engine.
A variety of different services are provided by `%ford`, but they mostly
involve compiling hook files, slapping/slammming code with marked data,

View File

@ -3,7 +3,7 @@
`%gall`
=======
`%gall` manages our userspace applications.
Our application server manager.
It allows applications and vanes to send messages to applications and
subscribe to data streams. This requires `%gall` to be a sort of a

View File

@ -3,6 +3,6 @@
`%ives`
=======
`%ives` isn't finished yet.
Isn't finished yet.
</div>

View File

@ -3,6 +3,6 @@
`%jael`
=======
`%jael` isn't finished yet.
Isn't finished yet.
</div>

View File

@ -3,6 +3,6 @@
`%kahn`
=======
`%kahn` isn't finished yet.
Isn't finished yet.
</div>

View File

@ -3,6 +3,6 @@
`%lunt`
=======
`%lunt` isn't finished yet.
Isn't finished yet.
</div>

View File

@ -3,7 +3,7 @@
`%time`
=======
`%time` is a simple timer.
Our simple timer.
It allows vanes and applications to set and timer events, which are
managed in a simple priority queue. `%time` produces effects to start

View File

@ -3,7 +3,7 @@
CLI Apps
========
These are our simple command-line applications.
Our simple command-line applications.
You can find them in `/main/app`.

View File

@ -1731,7 +1731,7 @@ Produce a parsed daily time format from an atomic date.
(add (lsh 4 muc i.f.rip) $(f.rip t.f.rip))
(con (lsh 6 1 sec) fac)
Accept a [`++tarp`](), a parsed daily time, and produces a time atom,
Accept a [`++tarp`](/doc/hoon/library/1#++tarp), a parsed daily time, and produces a time atom,
`@d`.
`rip` is a [`++tarp`](/doc/hoon/library/1#++tarp).

View File

@ -318,8 +318,11 @@ li:before {
.list li a > div p {
margin: 0;
}
.list li a > div,
.list li a > div p {
display: inline;
}
.list li a > div p {
margin-left: 0.3rem;
}
.list li a > div p:first-child {

View File

@ -243,8 +243,11 @@ li:before
.list li a > div p
margin 0
.list li a > div
.list li a > div p
display inline
.list li a > div p
margin-left .3rem
.list li a > div p:first-child

View File

@ -1,7 +1,7 @@
::
/? 314
/= gas /$ fuel
/= ral /: /=docs=/pub /% /react-js/
/= ral /: /=main=/pub /% /react-js/
::
::::
::
@ -17,12 +17,12 @@
;head
;title: urbit Tree
;meta(name "viewport", content "width=device-width, initial-scale=1");
;link(type "text/css", rel "stylesheet", href "/docs/pub/tree/src/css/main.css");
;link(type "text/css", rel "stylesheet", href "/main/pub/tree/src/css/main.css");
::;link(type "text/css", rel "stylesheet", href "http://localhost:8000/docs/pub/tree/src/css/main.css");
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js");
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js");
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js");
;script(type "text/javascript", src "/docs/pub/tree/src/js/main.js");
;script(type "text/javascript", src "/main/pub/tree/src/js/main.js");
::;script(type "text/javascript", src "http://localhost:8000/docs/pub/tree/src/js/main.js");
==
;body

View File

@ -1,13 +1,13 @@
::
/? 314
/= gas /$ fuel
/= ral /: /=docs=/pub /% /react-js/
/= pal /: /=docs=/pub
/= ral /: /=main=/pub /% /react-js/
/= pal /: /=main=/pub
/; |= a=(map ,@ta cord) a
/% 2
/_ /react-js/
::
/= sal /: /=docs=/pub
/= sal /: /=main=/pub
/; |= a=(map ,@ta json) a
/% 2
/_ /react-snip-json/