summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUnit 193 <unit193@ubuntu.com>2017-07-04 22:37:44 -0400
committerUnit 193 <unit193@ubuntu.com>2017-07-04 22:37:44 -0400
commit941f1092f86b6b52f27881e24bfd1395c4d4c070 (patch)
tree015c5ebb3c0c5839c39103e27defa917b6a4b6ac /README.md
parentb46786d2013adf438a981f1fe895dc36f15996fd (diff)
New upstream version 4.0.5+dfsg1
Diffstat (limited to 'README.md')
-rw-r--r--README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..447e007
--- /dev/null
+++ b/README.md
@@ -0,0 +1,54 @@
+# Xiphos
+
+Xiphos is a Bible study application for Linux, UNIX, and Windows operating
+systems. It uses Sword to display Bibles, commentaries, dictionary, and other
+texts and images. Xiphos includes features such as, searching, biblesync,
+bookmarks, parallel study, and original language study.
+
+To install Xiphos, search in your package manager for xiphos and install the
+package. If you are using Windows, please download the exe from here:
+
+http://xiphos.org/download/
+
+## Building Xiphos
+
+Please see the INSTALL file.
+
+
+## History and Acknowledgements
+
+Xiphos started life as the Sword Project's Cheatah program.
+
+Over the course of Xiphos development many ideas and some pieces of code have
+come from the Bibletime program and the Sword Project's BibleCS program.
+
+We wish to thank the folks who have put so much time and work into the Sword
+Project and then giving it to the world! God Bless you!
+
+
+## Developing Xiphos
+
+
+If you want to help develop Xiphos your help will be very appreciated!
+
+The first steps would be to make yourself familiar with the Xiphos build
+process, so go read the INSTALL file.
+
+If you are looking for things to do, the best place to find out is to jump into
+the #xiphos channel of irc.freenode.net
+
+If you make changes to C or C++ files, please make sure they are cleaned up to
+follow our style of coding. The best way to make sure of it is to run this:
+
+ $ clang-format -i -style=file /path/to/edited.c
+
+Where /path/to/edited.c, the C or C++ file you edited. The option '-style=file'
+uses a predefined style file called .clang-format in the source tree.
+
+
+## Thank you!
+
+
+We hope that your Bible study will be enhanced by Xiphos!
+
+The Xiphos Development Team