mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
Executable docs
This commit is contained in:
@@ -35,6 +35,7 @@ git clone or tarball:
|
||||
* Environment based configuration
|
||||
* Session based flash notifications
|
||||
* Built on [Connect](http://extjs.github.com/Connect)
|
||||
* Executable for generating applications quickly
|
||||
|
||||
Via Connect:
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ code .this { color: #19469D; }</style>
|
||||
</p>
|
||||
</td>
|
||||
<td class="code">
|
||||
<pre><code><span class="variable">exports</span>.<span class="variable">version</span> = <span class="string">'0.14.0'</span>;</code></pre>
|
||||
<pre><code><span class="variable">exports</span>.<span class="variable">version</span> = <span class="string">'1.0.0beta'</span>;</code></pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="code">
|
||||
|
||||
@@ -42,6 +42,9 @@ Session based flash notifications
|
||||
.IP "\(bu" 4
|
||||
Built on Connect \fIhttp://extjs\.github\.com/Connect\fR
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
Executable \fIexecutable\.html\fR for generating applications quickly
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.SH "Contributors"
|
||||
|
||||
@@ -197,6 +197,7 @@ app.listen(3000);
|
||||
<li>Environment based configuration</li>
|
||||
<li>Session based flash notifications</li>
|
||||
<li>Built on <a href="http://extjs.github.com/Connect">Connect</a></li>
|
||||
<li><a href="executable.html">Executable</a> for generating applications quickly</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
* Environment based configuration
|
||||
* Session based flash notifications
|
||||
* Built on [Connect](http://extjs.github.com/Connect)
|
||||
* [Executable](executable.html) for generating applications quickly
|
||||
|
||||
## Contributors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user