Update index.rst
[rainbowstream.git] / docs / index.rst
index c463b2dbc3a4f889ea942e60e70279730db2a5b3..a8247be120b5ca3d136725f306b242e13b8deb3e 100644 (file)
@@ -12,18 +12,6 @@ favorite … and much more fun directly from terminal.
 \r
 This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_.\r
 \r
-Showcase\r
-----------\r
-Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s \r
-\r
-Screenshot: \r
-\r
-.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png\r
-   :alt: rainbowstream\r
-\r
-.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png\r
-   :alt: rainbowstreamIOT\r
-\r
 Install\r
 -------\r
 \r
@@ -32,13 +20,13 @@ You will need Python 2.7+ and pip.
 .. code:: bash\r
 \r
     sudo pip install rainbowstream\r
-    \r
+\r
 or try with a virtualenv\r
 \r
 .. code:: bash\r
 \r
     sudo pip install virtualenv # skip if you already have virtualenv\r
-    virtualenv venv \r
+    virtualenv venv\r
     source venv/bin/activate # use the brand new virtualenv.\r
     pip install rainbowstream\r
 \r
@@ -184,36 +172,34 @@ Here is full list of supported command:
 \r
 **Screening Commands**\r
 \r
+-  ``theme`` will list available themes. ``theme monokai`` will apply *monokai*\r
+theme immedaitely.\r
+\r
 -  ``h`` will show the help.\r
 \r
 -  ``c`` will clear the screen.\r
 \r
 -  ``q`` will quit.\r
 \r
+Available commands are listed in `Read The Docs`_.\r
 \r
-For example see the screenshot above.\r
+Theme customization\r
+^^^^^^^^^^^^^^^^^^^\r
 \r
-Bug and feature requests\r
-------------------------\r
+Rainbow Stream is shipped with some default themes. \r
+You can either change theme by ``theme`` command or create your favorite one.\r
 \r
-Found a bug or a feature request ? \r
-Please `create an issue`_ or contact me at `@dtvd88`_\r
+Theme’s screenshot:\r
 \r
-Contributing\r
-------------\r
-I appreciate any help and support. Feel free to `fork`_ and `create a pull request`_.\r
-You will be listed as contributor.\r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Monokai.png\r
+   :alt: monokai\r
 \r
-License\r
--------\r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/Solarized.png\r
+   :alt: solarized\r
 \r
-Rainbow Stream are released under an MIT License. See LICENSE.txt for\r
-details\r
+For detaile information, see `theme usage and customization`_.\r
 \r
 \r
 .. _Python Twitter Tool: http://mike.verdone.ca/twitter/\r
 .. _Twitter API: https://dev.twitter.com/docs/api/1.1\r
-.. _create an issue: https://github.com/DTVD/rainbowstream/issues/new\r
-.. _@dtvd88: https://twitter.com/dtvd88\r
-.. _fork: https://github.com/DTVD/rainbowstream/fork\r
-.. _create a pull request: https://github.com/DTVD/rainbowstream/compare/\r
+.. _theme usage and customization: https://github.com/DTVD/rainbowstream/blob/master/theme.md\r