Metadata-Version: 1.2
Name: convertx
Version: 0.0.1
Summary: Convert Word documents (docx) to clean HTML and Markdown
Home-page: http://github.com/VolkerBergen/convertx
Author: Volker Bergen
Author-email: email@volkerbergen.de
License: BSD-2-Clause
Description: # Word-to-HTML/JSON (for EnduringWord commentary) 
        
        We aim bto build a converter for our german translations (see [ICF project](https://bibel-kommentar.de)) of the [Enduring Word](https://enduringword.com/) commentary from Word to HTML/JSON, in order to publish it at EnduringWord and Bibleserver. 
        
        #### Important ressources:
        - (Input) Word-files at OneDrive.
        - (Output) HTML/JSON at [/examples](https://github.com/VolkerBergen/bible_commentary/tree/main/examples). 
        
        #### Platforms:
        
        - [Enduring Word](https://enduringword.com/) & [our website](https://bibel-kommentar.de) -- HTML
        - [Bibleserver](https://bibleserver.com/) -- JSON
        
        ## ConvertX
        
        Our Python implementation `convertx` converts Docx-to-HTML (and will be extended for markdown). 
        
        Installation: `pip install git+https://github.com/VolkerBergen/convertx`
        
        For multi-language (en/de) support also `pip install pycld2`
        
        CLI (single file)
        - `convertx document.docx output.html`
        - `convertx document.docx output.md`
        
        CLI (full directory)
        - `cd` into directory and run `convertx html`.
        - `cd` into directory and run `convertx markdown`.
        
        Additional arguments:
        - `convertx html --output-dir=output`
        
        ## Project Outline
        
        ### Enduring Word
        - Point of contact: **Andrea Kölsch**
        - HTML converter `convertx` nearly done.
        - tbd: WordPress plugin (e.g. [mammoth](https://de.wordpress.org/plugins/mammoth-docx-converter/))
        - tbd: Auto-upload of files to WordPress
        
        ### Bibleserver
        - Point of contact: **Timotheus Israel**
        - tbd: JSON (using UTF-8, see [/examples](https://github.com/VolkerBergen/bible_commentary/tree/main/examples))
        - tbd: Clarify auto-upload possibilities
        - tbd: How are chapters divided into single-multiple JSON-files?
        
Keywords: docx word clean html markdown md
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires-Python: >=2.7
