Skip to content

hobo71/Sigil

 
 

Repository files navigation

About

Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format (both ePub 2 and ePub 3).

Links

Issue Tracker

Please do not use the issue tracker to ask questions. Both of the main developers of Sigil monitor the Sigil Forum at https://www.mobileread.com/forums. All questions should be directed there.

Issue tracking is intended for discussion around issues with the code. It is also intended for actual bug tracking and for tracking feature requests.

At one point in time issue tracking was disabled because it had become unhelpful. The majority of issues where requests or abusive comments related to Sigil not running on older OS's whose own manufacturer had declared end of life.

Feature requests opened on the issue tracker will be closed if there isn't anyone willing to implement the requested feature. Only items being worked will be left open.

Linux Build and Install

The BuildingOnLinux.md file in the docs directory contains information on building Sigil from source code (and installing it on Linux machines).

For Building on Mac OS X

Building using purely XCode is no longer supported on Mac OS X. The easiest way to build Sigil on Mac OS X is to use cmake 3.0 and the command line.

Also because Sigil now embeds Python 3.4.X, see

 docs/Building_A_Relocatable_Python_Framework_on_MacOSX.txt

for detailed instructions on how to build a fully relocatable Python 3.4.X framework before building Sigil.

To build Sigil with your newly built relocateable Python 3.4.X framework see:

docs/Bundling_Python3_With_Sigil_on_MacOSX.txt

License

Sigil is licensed under the GPLv3. The complete license is located in COPYING.txt.

Note that libraries and components Sigil used and bundles may use a different license (that is compatible with the GPLv3) from Sigil. See the specific component for their respective license. The source code from these projects can be found under Sigil/3rdparty unless otherwise indicated.
Please see their respective folders for complete license information.

Currently these projects include: * Hunspell - http://hunspell.sourceforge.net * MiniZip version 1.1 * Perl-compatible Regular Expression Library (pcre) * ZLib Data Compression Library (zlib 1.2.8) * jQuery-1.6.2 (src/Resource_Files/javascript/jquery-1.6.2.min.js) * MathJax.js single file version: (src/Resource_Files/polyfills)

In addtion, Sigil uses the following other packages that have been specifically modified for use inside Sigil. * Beautiful Soup 4 (src/Resource_Files/plugin_launchers/sigil_bs4) * Google's Gumbo Parser (internal/gumbo)

About

Sigil is a multi-platform EPUB ebook editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.6%
  • C 24.3%
  • Python 9.4%
  • Other 2.7%
  • CMake 2.1%
  • JavaScript 0.7%
  • Other 0.2%