Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: sigil | Distribution: openSUSE Tumbleweed |
Version: 2.3.1 | Vendor: openSUSE |
Release: 3.2 | Build date: Thu Dec 26 12:54:38 2024 |
Group: Productivity/Other | Build host: reproducible |
Size: 44449251 | Source RPM: sigil-2.3.1-3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://sigil-ebook.com/ | |
Summary: WYSIWYG Ebook Editor |
Sigil is an editor for the EPUB format. It is designed for WYSIWYG editing of EPUB files and for converting other formats to EPUB. It also provides support for direct XHTML, CSS and XPGT editing. You can use it to add any of the metadata entries supported by the EPUB specification and create a hierarchical Table of Contents.
GPL-3.0-only
* Thu Dec 26 2024 Max Lin <mlin@suse.com> - Use the same condition of gcc version for CC and CXX flags as same as the BuildRequires defined * Sun Nov 17 2024 ecsos <ecsos@opensuse.org> - Add sigil-gt6.8-qchar-778.patch to fix build error under Tumbleweed with Qt 6.8. * Sat Sep 07 2024 ecsos <ecsos@opensuse.org> - Update to 2.3.1 * Bug Fixes - fix to prevent double epub load warnings - fix to prevent load warnings without details from causing a crash - fix to prevent rename templates from using characters forbidden in file names and paths - fix to better restoreState when MainWindow is Maximized of FullScreen - fix lost External Editor Preference when browse cancelled (BeckyEbook) - fix for crashes related to serious epub load exceptions - better handle epubs with missing NCX files * Sun Sep 01 2024 ecsos <ecsos@opensuse.org> - Update to 2.3.0 * New Features - removed support for building Sigil with Qt5 as our code had become a rats nest of qt version ifdefs. See our git branch "qt5final" for the very last buildable version of Sigil under Qt5 - our new minium version to build Qt is Qt 6.4.0 or later - removed the need and usage for Qt6Compat5 as its contents were deprecated and will go away eventually - added support for using the ICU library to help replace the range of encodings supported by the old QTextCodec - we are now using NFC unicode normalization form for all content, links, urls, and file paths. - made Sigil's Well-Formed Check (Sanity Check) more robust to whitespace parsing rules and allowed it to detect and report missing XML Headers - we have upgraded to use Qt 6.7.2 and Python 3.11.9 for the base of our Windows and MacOS releases - added a Bookmark Location toolbar icon right beside the Back button for easier use - Opening EditTOC, SpeckcheckEditor or MetaDataEditor will now highlight the first line entry - Add new Tool: Rebase OPF Manifest IDs on Current Filenames - Update to 3rdparty PCRE2 version 10.44 for bug fixes - General code cleanup to remove unneeded hacks and workarounds for old Qt bugs now fixed * Bug Fixes - reverted all Qt Buttons and CheckBoxes to default TabFocus to speed up focus changes and reduce clicks - fixed SelectFiles (AddCover, Insert Image) to again use the arrows keys to walk the list - fixed some lost or stolen focus issues - fix overwriting of existing nav document and cover-image manifest properties - fix for Reports column sorting that use thousands group separators - fix for Reports file size column that did not properly use QLocale for decimal points and separators - fix crashing due to PCRE2 bugs in Qt 6.7.2 with their internal PCRE2 - Update documentation to 2024.08.15 * Sun Jun 23 2024 ecsos <ecsos@opensuse.org> - Update to 2.2.1 - update base.ts for late Preferences translation change missed in the last release - update Translations from Transifex - fix incorrect std button icon under Fusion for Sigil Preferences Open Preference Folder - set default button in the fix doctype/headers dialog on epub load to Yes to match earlier behaviour * Sat Jun 15 2024 ecsos <ecsos@opensuse.org> - Update to 2.2.0 * New Features - add support for Windows live switching from dark to light and light to dark modes - add support for Linux kde and gtk3 live switching from dark to light and light to dark modes - add new environment variable: SIGIL_PREVIEW_TIMEOUT (in milliseconds) to allow user control of the Preview updating intervals, valid range 100 - 10000. default value: 1000. Set only once at Sigil startup. - add new Find and Replace targets: Selected SVG files, Selected Javascript Files, and Selected Misc XML - add new Find and Replace Regular Expression menu option: Unicode Property (*UCP) - add ability to rename files when new name is just a case variant on case insensitive filesystems - extended the number of clips that can be assigned to toolbars (total now of 60 clips supported) - Accessibility improvements: - add abiity to highlight the widget with current focus (Thanks BeckyEbook) - add ability to double text insertion point width throughout Sigil - Extend Python Plugin Interface with info on preferred font mangling information - replacement strings in F&R can now use \x{hhhh} hex escape codes to represent unicode characters numerically * Other Changes - There will be no more built-in HighDPI settings in Sigil's prefs. If you have special needs in that regard, you can still set your own Qt highdpi environment variables. * Bug Fixes - reformating css with multiline now adds space after selector comma - add in bulk resource move and use bulk delete to handle epubs with thousands of files - add in bulk resource rename to handle epubs with thousands of files - if Replace has focus and Find done, CodeView should get focus (Thanks BeckyEbook) - fix dark mode Toolbar continuation symbols for Windows (Thank you BeckyEbook) - fixed bug in Save-As context menu action in ImageTabs - fix dark mode live switching on macOS issues qith QTreeView and QStandardItemModels - fix bug in missing CharToEntity in the Create TOC process - fix TabManager tab close symbol on macOS to match that used in dockwidgets - use Unciode NormalizationForm C inside Sigil and for io - fix macOS stuck at Maximized size issue * Tue Apr 02 2024 ecsos <ecsos@opensuse.org> - Update to 2.1.0 * New Features - assign menu accelerators P - &Plugins, and K - Chec&kpoints (thank you BeckyEbook) - add ability to change keyboard focus using keyboard shortcuts or menus to BookBrowser, Preview, CodeView, ClipsWindow, and TableOfContents Windows - preserve Media Overlay Active Classes when deleting unused classes - Goto Link Or Style (or Ctrl-Clicking on a class will now search selectors with combinators if nothing found in normal css classes - update to a newer Spanish hunspell dictionary - overhaul of Building on Linux documentation - update 3rdparty zlib to version 1.3.1 for security and other bug fixes - update 3rdparty pcre2 to version 10.43 for security and other bug fixes - update to Qt 6.6.2 for security fixes, accessibility improvements - allow cancelling of Save if mend on save set and not well formed - Windows users can now set the SIGIL_USE_FREETYPE_FONTENGINE environment variable to more fully support woff and woff2 fonts * Bug Fixes - multiple bug fixes from Qt 6.6.2 such as the transient child window resize bug on Windows, etc - fix QuickParser bug when parsing attribute names not properly ignoring all legal whitespace - make OPF parsing robust to alternative whitespace usage as well - fix creation of thumbnails of svg images in SelectFiles and Image Report for macOS - fix svg rendering in QtSvg by filtering out desc and title tags inside text tags pre-rendering - fix Python plugin quickparser.py to better handle svg mixed case tag names - better handle cancelling out of plugins prior to their completion - better handle Guide/Landmark title translations (thank you BeckyEbook) - clean up cmake and build warnings - fix crash on Windows when using woff/woff2 fonts - Drop 12701c.patch because now in upstream. * Tue Feb 27 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Make use of Qt6 cmake build macros - Backport upstream patch to fix build on aarch64: * 12701c.patch * Mon Feb 26 2024 ecsos <ecsos@opensuse.org> - Adjustments patch macro for rpm 4.20. * Wed Jan 17 2024 ecsos <ecsos@opensuse.org> - Switch to Qt6. - Clean up Qt BuildRequires. * Tue Jan 16 2024 ecsos <ecsos@opensuse.org> - Update to 2.0.2 - fix incorrect clip tool button insertion point due to null activeWindow value - fix Windows multiple screen issues when not properly identified (Qt6.5.2 patch fix) - fix Mac Accessibility related crashes when using non-native QFileDialog (Qt 6.5.2 patch fix) - workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms - fix pretty print mend not formatting mathml - fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix) - prevent crashing if user mistakenly tries to delete entire ncx in CodeView - harden delete unused styles to trailing whitespace in class names - fix unrecognized media-types application/xml and text/xml - fix cursor just before end tag bug in align justify, centre, right - fix crash when all metadata removed by user in MetaEditor - fix macOS min in Info.plist to be the actual 11.0 - update Windows and macOS installers to use Qt6.5.3 * Wed Aug 23 2023 ecsos <ecsos@opensuse.org> - Update to 2.0.1 * Bug Fixes - fix crash when right click on Misc folder in BookBrowser - Allow user to revert CodeView drag_and_drop change via environment variable: SIGIL_ALLOW_CODEVIEW_DROP=1 Note: Using DragnDrop in CodeView is still NOT officially supported. - add inadvertantly missed updated Serbian translation (ts) file * Sat Aug 19 2023 ecsos <ecsos@opensuse.org> - Update to 2.0.0 * Bug Fixes - fix incorrect assert in sigil-gumbo - recognize application/pdf mediatype on epub import - remove compiler build warnings to clean up the build output - recognize source tag attribute srcset for xhtml source updates - fix Preview disconnect bug after split at cursor - fixed sigil-gumbo interface for plugins - added workaround for ADE epub3 bug with scaled cover images - fix encoding for named entities in opf metadata - fix drag/drop crash by disabling drop inside CodeViewEditor - fix CodeView to Preview syncing on text after an inline xhtml comment * New Features - updated to Qt 6.5.2 which is now used for official releases - updated to Python 3.11.3 and uses the latest EmbededPython interface - updated to the latest jquery version 3.6.4 - supports use of embedded pdfs ala ADE - added dark window titlebars for Windows platforms - add support for a user's cover-template2.xhtml and cover-template3.xhtml - add user preference to control printing dpi and add busy indicator icon - We'll stick with qt5 for now, which is also still the default in the Makefile, due to Leap and plugins. * Thu Mar 16 2023 ecsos <ecsos@opensuse.org> - Update to 1.9.30 * Bug Fixes - fix Checkpointing to work with dulwich version 0.20.46+ - EmbeddedPython fixes to work with Python 3.11 and later (thank you sharkcz) - leave cursor position unchanged if nothing found when search groups of files - make all Numeric items in Reports align right - add support for thousands separator to Reports - allow blank dc:language values to prevent crashing (as Sigil-1.9.10 did) - allow unknown language codes to pass through MetaEditor - MetaEditor under epub2, allow custom opf scheme values - prevent duplicate spaces when reformatting CSS in import, charset and namespace - better prevent random OPF attribute order changes to simplify Checkpoint diffs - fixed file menu Print Preview for xhtml and image tabs - prevent plugins from crashing Sigil by deleting last xhtml file in epub - fix issue where images/css could not be properly added in an epub3 with no css files * New Features - allow user to edit Checkpoint descriptions for clarity via Checkpoint menu - add ability to show the Checkpoint Change Log via Checkpoint menu - update to Hunspell 1.7.2 (released in December 2022) for spellchecking - update to latest zlib-1.2.13 for latest security fixes - move completely away from ever using OS system tmp folder for storing Sigil wip files. Instead create a new workspace folder inside Sigil Preferences folder - added ability to Print Preview and Print contents of Sigil's Preview window * Sat Sep 03 2022 ecsos <ecsos@opensuse.org> - Update to 1.9.20 * Bug Fixes - double width of new Find Replace icons to make them easier to access - improve new Find Replace icon tooltips to be include short name on top - fix bug that caused file rename changes to fail when updating smil - Metadata Editor will now strip out unneeded xmlns:dc attributes on dc tags - Metadata Editor is now more robust to language codes that have incorrect case in the metadata - clarify Create HTML ToC menu entry works from existing ToC - prevent indavertent "" chars be treated like escapes when updating metadata - fix MetaEditor nit of not auto adding "aut" role to Author metadata for epub2 - make Spellcheck Editor count align column numerically (right) * New Features - add ability for a user-template*.xhtml and user-template*.css be read from Sigil Prefs to create new empty xhtml and css files - updated to very latest MathJax version 3.2.2 for mathml support in Preview - add ability to cycle through 2 different custom stylesheets (and none at all) for use with Preview - Drop sigil-lto.patch, becuse now in upstream. * Wed Jun 15 2022 ecsos <ecsos@opensuse.org> - Add sigil-lto.patch to fix boo#1199981 (Sigil EBUP editor terminates with SIGSEGV on startup.) This can be removed again in version > 1.9.10 https://github.com/Sigil-Ebook/Sigil/commit/3fd17410c31aca2000134ee28af9d42779fc88ea * Mon May 23 2022 ecsos <ecsos@opensuse.org> - Update to 1.9.10 * Bug Fixes - Fix insertion of id and links when cursor immediately before a closing tag - Make sure bundled PySide6 can find QtWebEngine resources on Windows (Qt6) - Properly recreate or remove encryption.xml depending on font obfuscating or not - Make Qt6 versions of Sigil use their own ini files to prevent corruption - treat figcaption as an "other text holder" when prettifying * New Features - Redesign the FindReplace dialog user interface to minimize size while adding features - Add a FindReplace "Text" only checkbox and support to exclude tags from search - Add a Toggle Line Wrap Mode and its support added to CodeView via pop-up menu - Add a Dry Run Replace dialog to act as "Replace All" what if. (Shift + Count All) - Add a Replacement filter dialog to allow users to delete unwanted replacements before applying Replace All (Shift + Replace All) - Add a Counts Report to Saved Searches to show Saved Search Group counts by search - Update Sigil_User_Guide to 2022.05.17 * Sat Mar 12 2022 ecsos <ecsos@opensuse.org> - Update to 1.9.2 * Bug Fixes: - fix loss of highlight on match when searching - fix incorrect search counts - fix incomplete replace all - fix useability issues in Saved Searches - fix handling or subcapture replacements when no search capture groups are provided - fix crash on Windows from too fast/repeated Find Net and Find Previous launched via keyboard shortcuts * Sat Mar 05 2022 ecsos <ecsos@opensuse.org> - Update to 1.9.1 - Allow creation of a Windows 7 Legacy Installer to return Sigil to Windows 7 (for now) - Completely revamped Find and Replace (yet again) to return most of its earlier behaviour for finding next - Prevent Find and Replace Count from changing current location - Extend spellcheck suggestions to properly handle end of sentence vs abbreviations - Center Image Report File Sizes vertically within their row. - Go To Link Or Style will now properly skip leading comments on selectors in CSS stylesheets - ecmascript is considered a core media type for javascript files - make URLInterceptor robust when the Book pointer is NULL (has been cleared) * Thu Feb 24 2022 ecsos <ecsos@opensuse.org> - Update to 1.9.0 * Bug Fixes: - Update gumbo to follow WhatWG changes for closing br and p tags in foreign content - Fix Saved Search Controls code typo for Tabbed Html Files - Plug long existent memory leaks related to Saved Searches that stop after a match is found - More file position of 0 fixes and handle toInt() result failures from N/A in ValidationResults - Fix incorrect copied permissions with AddContentFileToFolder after QFile::copy - Fix broken page up / down by key sequence in Repo Log and Automate Log. - Fix broken PluginRunner error signal * New Features: - Make Validation Results sortable by clicking on column header - Add Export All to Validation Results for text or csv output - Completely redesign Find Replace and Saved Searches to not overload wrap when searching multiple targets and add Restart Search button to make skipping replacements in Saved Searches possible - Update to use the PCRE2 library for regular expression searching - Add a new Sigil Preferences settings to disable GPU acceleration for QtWebEngine/Preview to make it easier for Sigil to keep working even with older graphics drivers - Add indicator to MainWindow titlebar that indicates if epub in old Sigil Standard form - Support building from source on macOS M1 (arm64) machines - Update Windows and Mac embedded python to Python 3.9.9 - Allow building Sigil with Qt6.2.2+ or Qt5.10+ from the same codebase - Speed up Add Blank HTML in epubs with huge numbers of files - Store and set Epub Zip modification dates where possible - Support PySide6 to replace PyQt5 in plugins when building Sigil under Qt6 - Handle deprecated embedded Python PyEvalInitThreads properly during build - Support QUiTool in PySide6 under Qt6 for plugins using .ui files - MacOS Python 3.9.9 now now includes TclTK 8.6.12 (no external TclTk package needed anymore) - Added Select All Checkbox in Delete Unused Media and CSS (PRs from @luisparravicini) - Add ability to rename classes when editing stylesheet in CV, will rename in all html as needed - SpellcheckEditor now uses LocaleAware sorting vs Case-Insensitive which did not handle diacritics well - Speed up loading of epubs with large numbers of xhtml files by using concurrency - New Hunspell spelling dictionaries based on scowl size 70 for en_GB and en_US - Support ending . in spellchecker wordbreaks for better abbreviations if dictionary aff supports it - Faster CSS stylesheet reformating that can handle minor errors and still function - Change source location for Sigil_User_Guide.
/usr/bin/sigil /usr/lib64/sigil /usr/lib64/sigil/libhunspell.so /usr/lib64/sigil/libsigilgumbo.so /usr/lib64/sigil/sigil /usr/share/applications/sigil.desktop /usr/share/doc/packages/sigil /usr/share/doc/packages/sigil/ChangeLog.txt /usr/share/doc/packages/sigil/README.md /usr/share/doc/packages/sigil/Sigil_User_Guide_2024.08.15.epub /usr/share/icons/hicolor /usr/share/icons/hicolor/128x128 /usr/share/icons/hicolor/128x128/apps /usr/share/icons/hicolor/128x128/apps/sigil.png /usr/share/icons/hicolor/16x16 /usr/share/icons/hicolor/16x16/apps /usr/share/icons/hicolor/16x16/apps/sigil.png /usr/share/icons/hicolor/256x256 /usr/share/icons/hicolor/256x256/apps /usr/share/icons/hicolor/256x256/apps/sigil.png /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/32x32/apps /usr/share/icons/hicolor/32x32/apps/sigil.png /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/48x48/apps /usr/share/icons/hicolor/48x48/apps/sigil.png /usr/share/licenses/sigil /usr/share/licenses/sigil/COPYING.txt /usr/share/pixmaps/sigil.png /usr/share/sigil /usr/share/sigil/examples /usr/share/sigil/examples/clip_entries.ini /usr/share/sigil/examples/search_entries.ini /usr/share/sigil/hunspell_dictionaries /usr/share/sigil/hunspell_dictionaries/About.txt /usr/share/sigil/hunspell_dictionaries/COPYING_GPLv2.txt /usr/share/sigil/hunspell_dictionaries/COPYING_GPLv3.txt /usr/share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.0.txt /usr/share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.1.txt /usr/share/sigil/hunspell_dictionaries/License_es.md /usr/share/sigil/hunspell_dictionaries/README.txt /usr/share/sigil/hunspell_dictionaries/README_de_DE_frami.txt /usr/share/sigil/hunspell_dictionaries/README_en_GB.txt /usr/share/sigil/hunspell_dictionaries/README_en_US.txt /usr/share/sigil/hunspell_dictionaries/README_es_ANY.txt /usr/share/sigil/hunspell_dictionaries/README_extension_owner.txt /usr/share/sigil/hunspell_dictionaries/README_fr.txt /usr/share/sigil/hunspell_dictionaries/README_hyph_de.txt /usr/share/sigil/hunspell_dictionaries/README_hyph_en_GB.txt /usr/share/sigil/hunspell_dictionaries/README_hyph_en_US.txt /usr/share/sigil/hunspell_dictionaries/README_hyph_es.txt /usr/share/sigil/hunspell_dictionaries/README_hyph_fr.txt /usr/share/sigil/hunspell_dictionaries/de_DE.aff /usr/share/sigil/hunspell_dictionaries/de_DE.dic /usr/share/sigil/hunspell_dictionaries/en_GB.aff /usr/share/sigil/hunspell_dictionaries/en_GB.dic /usr/share/sigil/hunspell_dictionaries/en_US.aff /usr/share/sigil/hunspell_dictionaries/en_US.dic /usr/share/sigil/hunspell_dictionaries/es.aff /usr/share/sigil/hunspell_dictionaries/es.dic /usr/share/sigil/hunspell_dictionaries/fr.aff /usr/share/sigil/hunspell_dictionaries/fr.dic /usr/share/sigil/hunspell_dictionaries/hyph_de_DE.dic /usr/share/sigil/hunspell_dictionaries/hyph_en_GB.dic /usr/share/sigil/hunspell_dictionaries/hyph_en_US.dic /usr/share/sigil/hunspell_dictionaries/hyph_es.dic /usr/share/sigil/hunspell_dictionaries/hyph_fr.dic /usr/share/sigil/hunspell_dictionaries/license.txt /usr/share/sigil/iconthemes /usr/share/sigil/iconthemes/fluent.rcc /usr/share/sigil/iconthemes/main.rcc /usr/share/sigil/iconthemes/material.rcc /usr/share/sigil/plugin_launchers /usr/share/sigil/plugin_launchers/python /usr/share/sigil/plugin_launchers/python/bookcontainer.py /usr/share/sigil/plugin_launchers/python/compatibility_utils.py /usr/share/sigil/plugin_launchers/python/epub_utils.py /usr/share/sigil/plugin_launchers/python/hrefutils.py /usr/share/sigil/plugin_launchers/python/inputcontainer.py /usr/share/sigil/plugin_launchers/python/launcher.py /usr/share/sigil/plugin_launchers/python/navprocessor.py /usr/share/sigil/plugin_launchers/python/opf_parser.py /usr/share/sigil/plugin_launchers/python/outputcontainer.py /usr/share/sigil/plugin_launchers/python/pluginhunspell.py /usr/share/sigil/plugin_launchers/python/pluginhunspellml.py /usr/share/sigil/plugin_launchers/python/preferences.py /usr/share/sigil/plugin_launchers/python/quickparser.py /usr/share/sigil/plugin_launchers/python/sigil_bs4 /usr/share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt /usr/share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt /usr/share/sigil/plugin_launchers/python/sigil_bs4/__init__.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/builder /usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/dammit.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/element.py /usr/share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt /usr/share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py /usr/share/sigil/plugin_launchers/python/sigil_gumboc.py /usr/share/sigil/plugin_launchers/python/sigil_gumboc_tags.py /usr/share/sigil/plugin_launchers/python/unipath.py /usr/share/sigil/plugin_launchers/python/validationcontainer.py /usr/share/sigil/plugin_launchers/python/validationresult.py /usr/share/sigil/plugin_launchers/python/wrapper.py /usr/share/sigil/polyfills /usr/share/sigil/polyfills/custom-mathjax.min.js /usr/share/sigil/python3lib /usr/share/sigil/python3lib/cssreformatter.py /usr/share/sigil/python3lib/diffstat.py /usr/share/sigil/python3lib/fix_opf_ids.py /usr/share/sigil/python3lib/gencheck.py /usr/share/sigil/python3lib/metadata_utils.py /usr/share/sigil/python3lib/metaproc2.py /usr/share/sigil/python3lib/metaproc3.py /usr/share/sigil/python3lib/ncxdata.py /usr/share/sigil/python3lib/ncxgenerator.py /usr/share/sigil/python3lib/opf2data.py /usr/share/sigil/python3lib/opf3data.py /usr/share/sigil/python3lib/opf_id_parser.py /usr/share/sigil/python3lib/opf_newparser.py /usr/share/sigil/python3lib/repomanager.py /usr/share/sigil/python3lib/sanitycheck.py /usr/share/sigil/python3lib/sdifflibparser.py /usr/share/sigil/python3lib/unidecode /usr/share/sigil/python3lib/unidecode/LICENSE /usr/share/sigil/python3lib/unidecode/README.rst /usr/share/sigil/python3lib/unidecode/__init__.py /usr/share/sigil/python3lib/unidecode/__main__.py /usr/share/sigil/python3lib/unidecode/py.typed /usr/share/sigil/python3lib/unidecode/util.py /usr/share/sigil/python3lib/unidecode/x000.py /usr/share/sigil/python3lib/unidecode/x001.py /usr/share/sigil/python3lib/unidecode/x002.py /usr/share/sigil/python3lib/unidecode/x003.py /usr/share/sigil/python3lib/unidecode/x004.py /usr/share/sigil/python3lib/unidecode/x005.py /usr/share/sigil/python3lib/unidecode/x006.py /usr/share/sigil/python3lib/unidecode/x007.py /usr/share/sigil/python3lib/unidecode/x009.py /usr/share/sigil/python3lib/unidecode/x00a.py /usr/share/sigil/python3lib/unidecode/x00b.py /usr/share/sigil/python3lib/unidecode/x00c.py /usr/share/sigil/python3lib/unidecode/x00d.py /usr/share/sigil/python3lib/unidecode/x00e.py /usr/share/sigil/python3lib/unidecode/x00f.py /usr/share/sigil/python3lib/unidecode/x010.py /usr/share/sigil/python3lib/unidecode/x011.py /usr/share/sigil/python3lib/unidecode/x012.py /usr/share/sigil/python3lib/unidecode/x013.py /usr/share/sigil/python3lib/unidecode/x014.py /usr/share/sigil/python3lib/unidecode/x015.py /usr/share/sigil/python3lib/unidecode/x016.py /usr/share/sigil/python3lib/unidecode/x017.py /usr/share/sigil/python3lib/unidecode/x018.py /usr/share/sigil/python3lib/unidecode/x01d.py /usr/share/sigil/python3lib/unidecode/x01e.py /usr/share/sigil/python3lib/unidecode/x01f.py /usr/share/sigil/python3lib/unidecode/x020.py /usr/share/sigil/python3lib/unidecode/x021.py /usr/share/sigil/python3lib/unidecode/x022.py /usr/share/sigil/python3lib/unidecode/x023.py /usr/share/sigil/python3lib/unidecode/x024.py /usr/share/sigil/python3lib/unidecode/x025.py /usr/share/sigil/python3lib/unidecode/x026.py /usr/share/sigil/python3lib/unidecode/x027.py /usr/share/sigil/python3lib/unidecode/x028.py /usr/share/sigil/python3lib/unidecode/x029.py /usr/share/sigil/python3lib/unidecode/x02a.py /usr/share/sigil/python3lib/unidecode/x02c.py /usr/share/sigil/python3lib/unidecode/x02e.py /usr/share/sigil/python3lib/unidecode/x02f.py /usr/share/sigil/python3lib/unidecode/x030.py /usr/share/sigil/python3lib/unidecode/x031.py /usr/share/sigil/python3lib/unidecode/x032.py /usr/share/sigil/python3lib/unidecode/x033.py /usr/share/sigil/python3lib/unidecode/x04d.py /usr/share/sigil/python3lib/unidecode/x04e.py /usr/share/sigil/python3lib/unidecode/x04f.py /usr/share/sigil/python3lib/unidecode/x050.py /usr/share/sigil/python3lib/unidecode/x051.py /usr/share/sigil/python3lib/unidecode/x052.py /usr/share/sigil/python3lib/unidecode/x053.py /usr/share/sigil/python3lib/unidecode/x054.py /usr/share/sigil/python3lib/unidecode/x055.py /usr/share/sigil/python3lib/unidecode/x056.py /usr/share/sigil/python3lib/unidecode/x057.py /usr/share/sigil/python3lib/unidecode/x058.py /usr/share/sigil/python3lib/unidecode/x059.py /usr/share/sigil/python3lib/unidecode/x05a.py /usr/share/sigil/python3lib/unidecode/x05b.py /usr/share/sigil/python3lib/unidecode/x05c.py /usr/share/sigil/python3lib/unidecode/x05d.py /usr/share/sigil/python3lib/unidecode/x05e.py /usr/share/sigil/python3lib/unidecode/x05f.py /usr/share/sigil/python3lib/unidecode/x060.py /usr/share/sigil/python3lib/unidecode/x061.py /usr/share/sigil/python3lib/unidecode/x062.py /usr/share/sigil/python3lib/unidecode/x063.py /usr/share/sigil/python3lib/unidecode/x064.py /usr/share/sigil/python3lib/unidecode/x065.py /usr/share/sigil/python3lib/unidecode/x066.py /usr/share/sigil/python3lib/unidecode/x067.py /usr/share/sigil/python3lib/unidecode/x068.py /usr/share/sigil/python3lib/unidecode/x069.py /usr/share/sigil/python3lib/unidecode/x06a.py /usr/share/sigil/python3lib/unidecode/x06b.py /usr/share/sigil/python3lib/unidecode/x06c.py /usr/share/sigil/python3lib/unidecode/x06d.py /usr/share/sigil/python3lib/unidecode/x06e.py /usr/share/sigil/python3lib/unidecode/x06f.py /usr/share/sigil/python3lib/unidecode/x070.py /usr/share/sigil/python3lib/unidecode/x071.py /usr/share/sigil/python3lib/unidecode/x072.py /usr/share/sigil/python3lib/unidecode/x073.py /usr/share/sigil/python3lib/unidecode/x074.py /usr/share/sigil/python3lib/unidecode/x075.py /usr/share/sigil/python3lib/unidecode/x076.py /usr/share/sigil/python3lib/unidecode/x077.py /usr/share/sigil/python3lib/unidecode/x078.py /usr/share/sigil/python3lib/unidecode/x079.py /usr/share/sigil/python3lib/unidecode/x07a.py /usr/share/sigil/python3lib/unidecode/x07b.py /usr/share/sigil/python3lib/unidecode/x07c.py /usr/share/sigil/python3lib/unidecode/x07d.py /usr/share/sigil/python3lib/unidecode/x07e.py /usr/share/sigil/python3lib/unidecode/x07f.py /usr/share/sigil/python3lib/unidecode/x080.py /usr/share/sigil/python3lib/unidecode/x081.py /usr/share/sigil/python3lib/unidecode/x082.py /usr/share/sigil/python3lib/unidecode/x083.py /usr/share/sigil/python3lib/unidecode/x084.py /usr/share/sigil/python3lib/unidecode/x085.py /usr/share/sigil/python3lib/unidecode/x086.py /usr/share/sigil/python3lib/unidecode/x087.py /usr/share/sigil/python3lib/unidecode/x088.py /usr/share/sigil/python3lib/unidecode/x089.py /usr/share/sigil/python3lib/unidecode/x08a.py /usr/share/sigil/python3lib/unidecode/x08b.py /usr/share/sigil/python3lib/unidecode/x08c.py /usr/share/sigil/python3lib/unidecode/x08d.py /usr/share/sigil/python3lib/unidecode/x08e.py /usr/share/sigil/python3lib/unidecode/x08f.py /usr/share/sigil/python3lib/unidecode/x090.py /usr/share/sigil/python3lib/unidecode/x091.py /usr/share/sigil/python3lib/unidecode/x092.py /usr/share/sigil/python3lib/unidecode/x093.py /usr/share/sigil/python3lib/unidecode/x094.py /usr/share/sigil/python3lib/unidecode/x095.py /usr/share/sigil/python3lib/unidecode/x096.py /usr/share/sigil/python3lib/unidecode/x097.py /usr/share/sigil/python3lib/unidecode/x098.py /usr/share/sigil/python3lib/unidecode/x099.py /usr/share/sigil/python3lib/unidecode/x09a.py /usr/share/sigil/python3lib/unidecode/x09b.py /usr/share/sigil/python3lib/unidecode/x09c.py /usr/share/sigil/python3lib/unidecode/x09d.py /usr/share/sigil/python3lib/unidecode/x09e.py /usr/share/sigil/python3lib/unidecode/x09f.py /usr/share/sigil/python3lib/unidecode/x0a0.py /usr/share/sigil/python3lib/unidecode/x0a1.py /usr/share/sigil/python3lib/unidecode/x0a2.py /usr/share/sigil/python3lib/unidecode/x0a3.py /usr/share/sigil/python3lib/unidecode/x0a4.py /usr/share/sigil/python3lib/unidecode/x0ac.py /usr/share/sigil/python3lib/unidecode/x0ad.py /usr/share/sigil/python3lib/unidecode/x0ae.py /usr/share/sigil/python3lib/unidecode/x0af.py /usr/share/sigil/python3lib/unidecode/x0b0.py /usr/share/sigil/python3lib/unidecode/x0b1.py /usr/share/sigil/python3lib/unidecode/x0b2.py /usr/share/sigil/python3lib/unidecode/x0b3.py /usr/share/sigil/python3lib/unidecode/x0b4.py /usr/share/sigil/python3lib/unidecode/x0b5.py /usr/share/sigil/python3lib/unidecode/x0b6.py /usr/share/sigil/python3lib/unidecode/x0b7.py /usr/share/sigil/python3lib/unidecode/x0b8.py /usr/share/sigil/python3lib/unidecode/x0b9.py /usr/share/sigil/python3lib/unidecode/x0ba.py /usr/share/sigil/python3lib/unidecode/x0bb.py /usr/share/sigil/python3lib/unidecode/x0bc.py /usr/share/sigil/python3lib/unidecode/x0bd.py /usr/share/sigil/python3lib/unidecode/x0be.py /usr/share/sigil/python3lib/unidecode/x0bf.py /usr/share/sigil/python3lib/unidecode/x0c0.py /usr/share/sigil/python3lib/unidecode/x0c1.py /usr/share/sigil/python3lib/unidecode/x0c2.py /usr/share/sigil/python3lib/unidecode/x0c3.py /usr/share/sigil/python3lib/unidecode/x0c4.py /usr/share/sigil/python3lib/unidecode/x0c5.py /usr/share/sigil/python3lib/unidecode/x0c6.py /usr/share/sigil/python3lib/unidecode/x0c7.py /usr/share/sigil/python3lib/unidecode/x0c8.py /usr/share/sigil/python3lib/unidecode/x0c9.py /usr/share/sigil/python3lib/unidecode/x0ca.py /usr/share/sigil/python3lib/unidecode/x0cb.py /usr/share/sigil/python3lib/unidecode/x0cc.py /usr/share/sigil/python3lib/unidecode/x0cd.py /usr/share/sigil/python3lib/unidecode/x0ce.py /usr/share/sigil/python3lib/unidecode/x0cf.py /usr/share/sigil/python3lib/unidecode/x0d0.py /usr/share/sigil/python3lib/unidecode/x0d1.py /usr/share/sigil/python3lib/unidecode/x0d2.py /usr/share/sigil/python3lib/unidecode/x0d3.py /usr/share/sigil/python3lib/unidecode/x0d4.py /usr/share/sigil/python3lib/unidecode/x0d5.py /usr/share/sigil/python3lib/unidecode/x0d6.py /usr/share/sigil/python3lib/unidecode/x0d7.py /usr/share/sigil/python3lib/unidecode/x0f9.py /usr/share/sigil/python3lib/unidecode/x0fa.py /usr/share/sigil/python3lib/unidecode/x0fb.py /usr/share/sigil/python3lib/unidecode/x0fc.py /usr/share/sigil/python3lib/unidecode/x0fd.py /usr/share/sigil/python3lib/unidecode/x0fe.py /usr/share/sigil/python3lib/unidecode/x0ff.py /usr/share/sigil/python3lib/unidecode/x1d4.py /usr/share/sigil/python3lib/unidecode/x1d5.py /usr/share/sigil/python3lib/unidecode/x1d6.py /usr/share/sigil/python3lib/unidecode/x1d7.py /usr/share/sigil/python3lib/unidecode/x1f1.py /usr/share/sigil/python3lib/unidecode/x1f6.py /usr/share/sigil/python3lib/updatechecker.py /usr/share/sigil/python3lib/xmlprocessor.py /usr/share/sigil/python3lib/xmlsanitycheck.py /usr/share/sigil/translations /usr/share/sigil/translations/sigil_de.qm /usr/share/sigil/translations/sigil_en.qm /usr/share/sigil/translations/sigil_es.qm /usr/share/sigil/translations/sigil_fi.qm /usr/share/sigil/translations/sigil_fr.qm /usr/share/sigil/translations/sigil_it.qm /usr/share/sigil/translations/sigil_ja.qm /usr/share/sigil/translations/sigil_ko.qm /usr/share/sigil/translations/sigil_nl.qm /usr/share/sigil/translations/sigil_pl.qm /usr/share/sigil/translations/sigil_pt_BR.qm /usr/share/sigil/translations/sigil_ru.qm /usr/share/sigil/translations/sigil_sr.qm /usr/share/sigil/translations/sigil_tr.qm /usr/share/sigil/translations/sigil_uk.qm /usr/share/sigil/translations/sigil_zh_CN.qm /usr/share/sigil/translations/sigil_zh_TW.qm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Mar 11 23:41:18 2025