From 5e4d67209cc458c59abeafa1adb772e222aee27a Mon Sep 17 00:00:00 2001
From: Tj Holowaychuk
Date: Thu, 15 Jul 2010 14:50:26 -0700
Subject: [PATCH] Executable docs
---
Readme.md | 1 +
docs/api.html | 2 +-
docs/index.1 | 3 +++
docs/index.html | 1 +
docs/index.md | 1 +
5 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md
index 9297b114..dc2dd8b2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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:
diff --git a/docs/api.html b/docs/api.html
index 6903ec05..a755486f 100644
--- a/docs/api.html
+++ b/docs/api.html
@@ -114,7 +114,7 @@ code .this { color: #19469D; }
-exports.version = '0.14.0';
+exports.version = '1.0.0beta';
|
diff --git a/docs/index.1 b/docs/index.1
index d44ceda6..9d15cd88 100644
--- a/docs/index.1
+++ b/docs/index.1
@@ -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"
diff --git a/docs/index.html b/docs/index.html
index 1ecff27d..c7b2ebbf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -197,6 +197,7 @@ app.listen(3000);
Environment based configuration
Session based flash notifications
Built on Connect
+Executable for generating applications quickly
diff --git a/docs/index.md b/docs/index.md
index 3654e4ee..88eeca46 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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