Merge branch 'master' of git://factorcode.org/git/factor
commit
5834a37d7d
|
@ -27,8 +27,7 @@ M: counter-app init-session* drop 0 count sset ;
|
|||
counter-app new-dispatcher
|
||||
[ 1+ ] <counter-action> "inc" add-responder
|
||||
[ 1- ] <counter-action> "dec" add-responder
|
||||
<display-action> "" add-responder
|
||||
<sessions> ;
|
||||
<display-action> "" add-responder ;
|
||||
|
||||
! Deployment example
|
||||
USING: db.sqlite furnace.alloy namespaces ;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<h1><t:a t:href="$help-webapp/content/article-handbook.html"
|
||||
target="content">Factor documentation</t:a></h1>
|
||||
|
||||
<p>This is the <a href="http://factorcode.org">Factor</a>
|
||||
<p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
|
||||
documentation, generated offline from a
|
||||
<code>load-everything</code> image. The Factor UI also
|
||||
includes a documentation browser tool.</p>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div class="navbar">
|
||||
|
||||
<t:a t:href="$pastebin/list">Pastes</t:a>
|
||||
<t:a t:href="$pastebin">Pastes</t:a>
|
||||
| <t:a t:href="$pastebin/new-paste">New Paste</t:a>
|
||||
|
||||
<t:if t:code="furnace.auth:logged-in?">
|
||||
|
|
Loading…
Reference in New Issue