summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-21 21:03:19 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-21 21:03:19 -0500
commit95f31e2d4fbfc369fc5ac7895ecd9a8332a8dda0 (patch)
tree7a9c5c14846d2fd94fbfd3a968ecf27eb62000b9 /README.rst
parent6c45b36e0e2923422fe9e116f517a3af7ecb4b37 (diff)
README.md -> README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst130
1 files changed, 130 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..a8c8c65
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,130 @@
+======
+combox
+======
+
+Encrypts files and scatters them across storage provided by Google
+Drive and Dropbox.
+
+The ideas for this program is based on combobox_
+
+Homepage at <https://ricketyspace.net/combox>
+
+.. _combobox: https://bitbucket.org/bgsucodeloverslab/combobox
+
+
+etymology
+---------
+
+``combox`` is a lazy contraction of the word "combo box". ``combox``
+is pronounced as "combo box".
+
+
+canonical repo
+--------------
+
+::
+
+ $ git clone git://ricketyspace.net/combox.git
+
+
+runs on
+-------
+
+ - GNU/Linux
+ - OS X
+
+
+using combox
+------------
+
+on gnu/linux
+============
+
+Install ``virtualenv`` and python dev. package.
+
+On a Debian based distribution, do::
+
+ # aptitude install virtualenv python-dev
+
+on os x
+=======
+
+First install Hombrew_::
+
+ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+
+.. _Hombrew: http://brew.sh/
+
+Then do::
+
+ $ brew update
+ $ brew doctor
+
+Next, install python from Hombrew_::
+
+ $ brew install python
+
+This will also install ``pip``.
+
+Lastly do::
+
+ $ pip install virtualenv
+
+set up combox
+=============
+
+Get the latest copy of combox::
+
+ $ git clone git://ricketyspace.net/combox.git
+
+Setup virtual environment::
+
+ $ cd combox
+ $ virtualenv .
+
+Activate the virtual environment::
+
+ $ source bin/activate
+
+Install combox::
+
+ $ python setup.py install
+
+Run combox::
+
+ $ combox
+
+Always make sure that the virtual environment is activated before
+running combox. To activate virtual environment, do::
+
+ $ cd path/to/combox
+ $ source bin/activate
+
+
+combox on windows
+-----------------
+
+At the moment, combox is not compatible with Windows. If you can make
+combox work on Windows, look at
+<https://ricketyspace.net/combox/windows/> for info on setting up the
+development environment on Windows.
+
+license
+-------
+
+``combox`` is licensed under the `GNU General Public License version 3
+or later`__. See COPYING.
+
+.. _gpl: https://gnu.org/licenses/gpl-3.0.txt
+.. __: gpl_
+
+The ``combox`` logo (``graphics/logo/combox-logo.svg``) is under
+`Public Domain`__.
+
+.. _pd: https://creativecommons.org/publicdomain/zero/1.0/
+.. __: pd_
+
+contact
+-------
+
+siddharth ravikumar <sravik@bgsu.edu> (gpg id: ``0x00B252AF``)