]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Added screenshot for docs
authorparis <pariskasidiaris@gmail.com>
Sat, 3 May 2014 00:30:04 +0000 (00:30 +0000)
committerparis <pariskasidiaris@gmail.com>
Sat, 3 May 2014 00:30:04 +0000 (00:30 +0000)
Bumped version to 0.12

README.md
bower.json
docs/index.rst
docs/screenshot.png [new file with mode: 0644]

index daad8f823c50abd867b516341da1808a50f66384..728b0cd36112066e7f48e57528ebc73d02a2f76b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
-# xterm.js
+# xterm.js — xterm, in the browser
 
-xterm, in the browser.
+Xterm.js is a full xterm clone, written completely in JavaScript.
+
+Xterm.js supplies a modular, event-based interface that lets developers build addons and themes that augment 
+the experience of running a fully-feature terminal inside the browser.
+
+Xterm.js serves as the foundation for the terminal found at www.sourcelair.com.
+
+![xterm.js screenshot](docs/screenshot.png)
 
 ### Contribution and License Agreement
 
@@ -10,5 +17,5 @@ all code is your original work.
 
 ## License
 
-Copyright (c) 2014, sourceLair Limited (www.sourcelair.com) (MIT License)
+Copyright (c) 2014, sourceLair, Limited (www.sourcelair.com) (MIT License)
 Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
index 4c7fda27996b5d405e129b3854ba4a8b22b5753d..ac76899c3b74cf2d44160fd561a27be095f061d8 100644 (file)
@@ -1,5 +1,5 @@
 {
   "name": "xterm.js",
-  "version": "0.11",
+  "version": "0.12",
   "ignore": ["demo", "docs", "test", ".gitignore"]
 }
index 8dded1bc6abd739ec4c05b094da29311bdc9e927..a581ae6b8e0b35ab7ba37231bf454d35eed09915 100644 (file)
@@ -8,11 +8,13 @@ Welcome to xterm.js's documentation!
 
 This is the documentation for xterm.js. Xterm.js is a full xterm clone, written completely in JavaScript.
 
-Xterm.js supplye a modular, event-based interface that lets developers build addons and themes that augment 
+Xterm.js supplies a modular, event-based interface that lets developers build addons and themes that augment 
 the experience of running a fully-feature terminal inside the browser.
 
 Xterm.js serves as the foundation for the terminal found at www.sourcelair.com.
 
+.. image:: screenshot.png
+
 Getting started
 ^^^^^^^^^^^^^^^
 
diff --git a/docs/screenshot.png b/docs/screenshot.png
new file mode 100644 (file)
index 0000000..833b463
Binary files /dev/null and b/docs/screenshot.png differ