diff --git a/README.md b/README.md index daad8f82..728b0cd3 100644 --- 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) diff --git a/bower.json b/bower.json index 4c7fda27..ac76899c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "xterm.js", - "version": "0.11", + "version": "0.12", "ignore": ["demo", "docs", "test", ".gitignore"] } diff --git a/docs/index.rst b/docs/index.rst index 8dded1bc..a581ae6b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 index 00000000..833b4634 Binary files /dev/null and b/docs/screenshot.png differ