Xiphos The Xiphos Development Team
winget install --id=crosswire.xiphos -e
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.
Xiphos is a Bible study application designed for Linux, UNIX, and Windows operating systems. It leverages the Sword library to display Bibles, commentaries, dictionaries, and other religious texts and images, providing users with a comprehensive tool for in-depth biblical research.
Key Features:
- Search Functionality: Quickly find verses, words, or phrases across multiple resources.
- BibleSync: Simultaneously view related passages across different translations.
- Bookmarks: Save important verses or sections for easy reference.
- Parallel Study: Compare multiple Bible translations side by side.
- Original Language Study: Access tools for studying biblical languages, such as Hebrew and Greek.
Audience & Benefit:
Ideal for serious Bible students, pastors, scholars, and anyone seeking a robust tool for religious study, Xiphos enables users to efficiently research, analyze, and explore biblical texts with precision. Its features support both casual exploration and advanced theological inquiry.
Xiphos can be installed on Windows via winget or through package managers on Linux distributions.
README
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:
Building Xiphos
Please see the INSTALL.md
file.
Translating Xiphos
Please see files in the doc
directory.
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