htlfc


Namehtlfc JSON
Version 0.5.1 PyPI version JSON
download
home_page
SummaryHypertext Legacy File Converter
upload_time2023-05-21 07:14:46
maintainer
docs_urlNone
author
requires_python>=3.7
licenseAGPLv3+
keywords hypertext html mht mhtml maff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Hypertext Legacy File Converter

`htlfc` converts the following file types into a single `.html` file:

* `.maff` - Mozilla Archive File Format, as produced by the Firefox extension of the same name.
* `.mht|.mhtml` - MIME Hypertext.
* `.war` - Web ARchive as produced by the KDE Konqueror web browser.
* `file+dir` - web page having been saved as *filename*.html plus *filename_files/* (the native "Save As" format provided by Firefox and Chrome).

### Usage
`$ htlfc infile [outfile]`
— convert *infile* from the command line.

`$ htlfc --browser infile`
— unpack *infile* and open browser.

>Hint: associate extensions *.maff* *.mht* etc with `htlfc-b` so that your file manager will launch `htlfc` which in turn opens the browser.

`$ htlfc --gui`
— launch the assisted workflow.

> From a specified starting directory, workflow searches for candidate files which the user may examine and/or convert permanently to `.html`

Detailed instructions appear in the `README.md` file at the GitHub repository (NOT included in this package).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "htlfc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "hypertext,html,mht,mhtml,maff",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/95/44/565014c371bbfa16bb2f591186e1c6b9ec8f8ddd2d168a13bd5d74bc86e5/htlfc-0.5.1.tar.gz",
    "platform": null,
    "description": "## Hypertext Legacy File Converter\n\n`htlfc` converts the following file types into a single `.html` file:\n\n* `.maff` - Mozilla Archive File Format, as produced by the Firefox extension of the same name.\n* `.mht|.mhtml` - MIME Hypertext.\n* `.war` - Web ARchive as produced by the KDE Konqueror web browser.\n* `file+dir` - web page having been saved as *filename*.html plus *filename_files/* (the native \"Save As\" format provided by Firefox and Chrome).\n\n### Usage\n`$ htlfc infile [outfile]`\n— convert *infile* from the command line.\n\n`$ htlfc --browser infile`\n— unpack *infile* and open browser.\n\n>Hint: associate extensions *.maff* *.mht* etc with `htlfc-b` so that your file manager will launch `htlfc` which in turn opens the browser.\n\n`$ htlfc --gui`\n— launch the assisted workflow.\n\n> From a specified starting directory, workflow searches for candidate files which the user may examine and/or convert permanently to `.html`\n\nDetailed instructions appear in the `README.md` file at the GitHub repository (NOT included in this package).\n",
    "bugtrack_url": null,
    "license": "AGPLv3+",
    "summary": "Hypertext Legacy File Converter",
    "version": "0.5.1",
    "project_urls": null,
    "split_keywords": [
        "hypertext",
        "html",
        "mht",
        "mhtml",
        "maff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88065666c91fdae6014fda54f071ce9f6933bbe25d76c92c322a9961472badee",
                "md5": "613970d1f1551cf68210794c51971625",
                "sha256": "43f045142959a3355038e2707a006805ceb94d733e6d7a360e3ba4efbd4af52f"
            },
            "downloads": -1,
            "filename": "htlfc-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "613970d1f1551cf68210794c51971625",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 34515,
            "upload_time": "2023-05-21T07:14:44",
            "upload_time_iso_8601": "2023-05-21T07:14:44.826684Z",
            "url": "https://files.pythonhosted.org/packages/88/06/5666c91fdae6014fda54f071ce9f6933bbe25d76c92c322a9961472badee/htlfc-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9544565014c371bbfa16bb2f591186e1c6b9ec8f8ddd2d168a13bd5d74bc86e5",
                "md5": "29cd64d51c053b7303f0d6be0077cb63",
                "sha256": "14f10d74499d082a6fb4ca2ed7766683e2d67f0c3c37c99c6d2bbd607ca0f0ed"
            },
            "downloads": -1,
            "filename": "htlfc-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "29cd64d51c053b7303f0d6be0077cb63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 28077,
            "upload_time": "2023-05-21T07:14:46",
            "upload_time_iso_8601": "2023-05-21T07:14:46.499663Z",
            "url": "https://files.pythonhosted.org/packages/95/44/565014c371bbfa16bb2f591186e1c6b9ec8f8ddd2d168a13bd5d74bc86e5/htlfc-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 07:14:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "htlfc"
}
        
Elapsed time: 0.06729s