summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-01-14 09:08:00 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-01-14 09:08:00 -0500
commit45d9b76d8ceb4cb45384084889d279147e993ff1 (patch)
tree8296ca2c0bf41ef0f76d7d34ee24e71db9cda72b /README.md
parentb81d841c62b1bfe78381970c1ca758364dfc4648 (diff)
renamed: README -> README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..98378ca
--- /dev/null
+++ b/README.md
@@ -0,0 +1,61 @@
+<!-- -*- mode: markdown; -*- -->
+
+# combox
+
+Splits and encrypts files and scatters them to directories from which
+files are slurped into surveillance nodes like Google Docs, Dropbox,
+etc.
+
+The ideas for this program is based on [`combobox`][1].
+
+[1]: https://bitbucket.org/bgsucodeloverslab/combobox
+
+# etymology
+
+`combox` is a lazy contraction of the word "combo box". `combox` is
+pronounced as "combo box".
+
+# status
+
+Core functionality is being written at the moment.
+
+# requirements
+
+* virtualenv v1.9.x or later
+* python v2.7.x
+* PyYAML v3.x
+* nose v1.3.x
+* watchdog v0.8.2
+* pycrypto v2.6.1
+
+# platform
+
+At the moment `combox` is written and tested on a GNU/Linux based
+operating system.
+
+# setting up the environment
+
+From the same directory as this README file, do:
+
+ $ virtualenv .
+
+Activate the virtual environment:
+
+ $ source bin/activate
+
+Install dependencies by simply installing combox:
+
+ $ python setup.py install
+
+# running tests
+
+ $ nosetests
+
+# license
+
+`combox` is licensed under the GNU General Public License version 3 or
+later. See COPYING.
+
+# contact
+
+siddharth ravikumar <sravik@bgsu.edu> (`gpg id: 0x00B252AF`)