{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Zope2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "xmldirector.dita\n================\n\nDITA conversion support for XML Director\n\nThis module packages the \n\n- DITA Open Toolkit\n- XMLMind DITA Converter\n\nas Python module.\n\nAPI\n---\n\nThe module provides the following API::\n\n result = xmldirector.dita.converter.dita2html(ditamap, output_dir_or_file, converter)\n\n\n- ``ditamap`` - path to DITA map file\n- ``output_dir_or_file`` - output directory (DITA) or output filename (DITAC)\n- ``converter`` - name of the converter to be used (``dita`` for DITA OT or ``ditac`` for \n XMLMind Dita converter)\n\n\n output_filename = xmldirector.dita.html2dita.html2dita(html_filename, infotype, output_filename)\n\n- ``html_filename`` - name of HTML input file\n- ``output_filename`` - name of generated DITA file (a temporary file will be generated if omitted)\n- ``infotype`` - DITA content type (topic, task, reference, concept)\n\nCommandline usage\n-----------------\n\nYou can start a DITA conversion from the commandline::\n\n > bin/dita2html -d some.ditamap -o output_directory -c dita|ditac\n\n- ``-d`` - path to DITA map file\n- ``-o`` - name of output directory (for DITA-OT) or the HTML output file\n (XMLMind DITAC)\n- ``-c`` - name of the converter to be used (``dita`` for DITA OT or ``ditac`` for \n XMLMind Dita converter)\n\n\nYou can convert a HTML file to DITA through the commandline::\n\n bin/html2dita -h\n usage: html2dita [-h] [-i HTML_FILENAME] [-f topic] [-o None]\n\n optional arguments:\n -h, --help show this help message and exit\n -i HTML_FILENAME, --html-filename HTML_FILENAME\n Input HTML filename\n -f topic, --infotype topic\n DITA type (topic, concept, reference, task)\n -o None, --output-filename None\n Output DITA filename\n \n\n\nLicense\n-------\nThis package is published under the GNU Public License V2 (GPL 2)\n\nSource code\n-----------\nSee https://github.com/xml-director/xmldirector.dita\n\nBugtracker\n----------\nSee https://github.com/xml-director/xmldirector.dita/issues\n\n\nAuthor\n------\n| Andreas Jung/ZOPYX\n| Hundskapfklinge 33\n| D-72074 Tuebingen, Germany\n| info@zopyx.com\n| www.zopyx.com\n\n\nChangelog\n=========\n\n0.1.0 (2016/06/22)\n-------------------\n- HTML -> DITA conversion using Saxon or LXML\n\n0.0.12 (2016/06/21)\n-------------------\n- tidy HTML document internally\n\n0.0.11 (2016/06/21)\n-------------------\n- added html2dita()\n\n0.0.10 (2016/06/21)\n-------------------\n- updated to DITA OT 2.3.1\n- updated to DITAC 2.6.1\n\n0.0.1 (03/01/2016)\n------------------\n\n- initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/xmldirector.dita", "keywords": "xml-director DOCX XML C-Rex Plone Python DITA", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "xmldirector.dita", "package_url": "https://pypi.org/project/xmldirector.dita/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xmldirector.dita/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/xmldirector.dita" }, "release_url": "https://pypi.org/project/xmldirector.dita/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "XML-Director DITA conversion", "version": "0.1.0" }, "last_serial": 2180552, "releases": { "0.0.1": [], "0.0.10": [ { "comment_text": "", "digests": { "md5": "f22088aeafcc8312af425f076d75a2e8", "sha256": "fcd8c48cffbfa34ed860b957a0ebe69c9305b83c01501c382a7fdef7bfe16649" }, "downloads": -1, "filename": "xmldirector.dita-0.0.10.zip", "has_sig": false, "md5_digest": "f22088aeafcc8312af425f076d75a2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10596, "upload_time": "2016-06-21T10:51:15", "url": "https://files.pythonhosted.org/packages/9b/b8/a91a36c70ebb62bf7880130bce41bc8e02b7bc3c5169abff2722a9dd439d/xmldirector.dita-0.0.10.zip" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "ecc3d856e9b0780503a4ba351bf6166d", "sha256": "d9d0b9f5ded76609dbdc86bdd6f0b28b07a7d2d39f8ec16d323e26d19fddb364" }, "downloads": -1, "filename": "xmldirector.dita-0.0.11.zip", "has_sig": false, "md5_digest": "ecc3d856e9b0780503a4ba351bf6166d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29052, "upload_time": "2016-06-21T11:28:58", "url": "https://files.pythonhosted.org/packages/88/79/f3b59c2882b78f8cb8cc98d8459998850968fa3c8600b7f901fa21a63767/xmldirector.dita-0.0.11.zip" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "ff6e1f83abf5663d75d8450057e9e3a8", "sha256": "ee0ccc8f8f1033e2114e7cf95912fd11e786bd1ce1de4872b5a52a2a58f70b8b" }, "downloads": -1, "filename": "xmldirector.dita-0.0.12.zip", "has_sig": false, "md5_digest": "ff6e1f83abf5663d75d8450057e9e3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29205, "upload_time": "2016-06-21T11:38:22", "url": "https://files.pythonhosted.org/packages/48/5d/60c12242245521149db777b9d026b14e20d353cb7e2500c1f54c5d2ba4a2/xmldirector.dita-0.0.12.zip" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "c1e267d8221a2712bf69e81c9bb598c9", "sha256": "b688c7678019916d29d9581f0c0942c596ce44b6879469a92b87c9d2f875c2ad" }, "downloads": -1, "filename": "xmldirector.dita-0.0.13.zip", "has_sig": false, "md5_digest": "c1e267d8221a2712bf69e81c9bb598c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29415, "upload_time": "2016-06-21T12:12:49", "url": "https://files.pythonhosted.org/packages/4c/c1/0d1e2ad8985ee35348dae480e8a6633f3deeb4342f6046ef7a16249ae3b5/xmldirector.dita-0.0.13.zip" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "f8e75fba58ff1a0984a679183a440004", "sha256": "02d26898cfb5e000c33c2dce1342cabfcca5a9a0cd687836ebbddcf4f9152c65" }, "downloads": -1, "filename": "xmldirector.dita-0.0.14.zip", "has_sig": false, "md5_digest": "f8e75fba58ff1a0984a679183a440004", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30296, "upload_time": "2016-06-21T12:20:57", "url": "https://files.pythonhosted.org/packages/59/64/da4d0d1fe420b0a890e91b57ff6b1155a5f79b9eaae90bfe6b6f03fe086e/xmldirector.dita-0.0.14.zip" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "921ffa7459d24382866929965aaba2f0", "sha256": "53c5458f3095ad394c8749020c6d5b0e50f970f48b937fb6805779ea52bcd0cd" }, "downloads": -1, "filename": "xmldirector.dita-0.0.15.zip", "has_sig": false, "md5_digest": "921ffa7459d24382866929965aaba2f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30293, "upload_time": "2016-06-21T12:23:18", "url": "https://files.pythonhosted.org/packages/10/e4/1e28b17fe7c2c7bbb3fb3c05d1b6666895b14ec9484d2e3a797414c444ec/xmldirector.dita-0.0.15.zip" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "1457ef86e1e0df8d29daf9dc518e777e", "sha256": "847ab9d7ce383d4890e41e1918437d2d0f0577c69692921b162fb513098b4595" }, "downloads": -1, "filename": "xmldirector.dita-0.0.16.zip", "has_sig": false, "md5_digest": "1457ef86e1e0df8d29daf9dc518e777e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30341, "upload_time": "2016-06-21T12:47:28", "url": "https://files.pythonhosted.org/packages/1f/0b/079c9e97dd9291a41990a3d27dda5a9fbc3288f87bd136a76e6681ee0d40/xmldirector.dita-0.0.16.zip" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "495eae727becc57dd2d7e427dff99001", "sha256": "87fe14d69c124c59747f0982bb4a1a8c3071c0048bc8989fe301ee456a6b814d" }, "downloads": -1, "filename": "xmldirector.dita-0.0.17.zip", "has_sig": false, "md5_digest": "495eae727becc57dd2d7e427dff99001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30635, "upload_time": "2016-06-21T16:54:26", "url": "https://files.pythonhosted.org/packages/37/e2/fb780a567d216b53a8dc4e95f3fce333d67bbd316724b112010524eb0244/xmldirector.dita-0.0.17.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "819510a32afcebb9cea1067f97674c1d", "sha256": "c6cef645b0c0e63cdd10e62812f01ffd66c0bc49b864bb82252b4446e70adfa1" }, "downloads": -1, "filename": "xmldirector.dita-0.0.2.zip", "has_sig": false, "md5_digest": "819510a32afcebb9cea1067f97674c1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9682, "upload_time": "2016-03-01T11:29:10", "url": "https://files.pythonhosted.org/packages/e8/30/5a3a85c026fe26000ce7545e144c895438f1ed14543e464ac609381f52ab/xmldirector.dita-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c442b30e0d8fb321c44a3cef761254d1", "sha256": "926ed9b0816131665224a42a776da068662c8db2ceab0b4cd5af9b63f0cc74fd" }, "downloads": -1, "filename": "xmldirector.dita-0.0.3.zip", "has_sig": false, "md5_digest": "c442b30e0d8fb321c44a3cef761254d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9692, "upload_time": "2016-03-01T11:57:25", "url": "https://files.pythonhosted.org/packages/9a/51/b22c6e35b6551900e199d17cf25b6d73ed815046501933114f008444fae4/xmldirector.dita-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b2fe48b75e5484429b1a4372036a68b9", "sha256": "3790314ec96c5a353f4261c65f31954cd49708c38bf00b66faebe14f0832df9b" }, "downloads": -1, "filename": "xmldirector.dita-0.0.4.zip", "has_sig": false, "md5_digest": "b2fe48b75e5484429b1a4372036a68b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9787, "upload_time": "2016-03-02T09:48:18", "url": "https://files.pythonhosted.org/packages/1e/d6/1e329a969f3a560ce75d8d664faee1afca2242e67fd965c98f92b4b8f597/xmldirector.dita-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "7c86b7774e873daed8cc77abcff91718", "sha256": "17826d72e329e540f72f9372957679c194f807752d93ab47ad8a773a45e0e01e" }, "downloads": -1, "filename": "xmldirector.dita-0.0.5.zip", "has_sig": false, "md5_digest": "7c86b7774e873daed8cc77abcff91718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9824, "upload_time": "2016-03-02T09:52:27", "url": "https://files.pythonhosted.org/packages/84/71/56b4e60245a58899e28143f28c835452c229a22ecd5745a99c09387c64b7/xmldirector.dita-0.0.5.zip" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "e40c408317aecf12457ee545a0119cb4", "sha256": "119d4f800c87b8813f93b60e35e171406a88ab25009356037d4d4e69f915fc09" }, "downloads": -1, "filename": "xmldirector.dita-0.0.6.zip", "has_sig": false, "md5_digest": "e40c408317aecf12457ee545a0119cb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9958, "upload_time": "2016-03-02T17:58:22", "url": "https://files.pythonhosted.org/packages/8a/42/e90e097aca6cdc63fd7e5341f9eea42f554680cdfa2868787900000addcd/xmldirector.dita-0.0.6.zip" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "f542e11fa34865d44df807eff6f9b94a", "sha256": "4cbdbf45854b73e1070c55d1044e74654a41645896dc217bde6ee34b4f617665" }, "downloads": -1, "filename": "xmldirector.dita-0.0.7.zip", "has_sig": false, "md5_digest": "f542e11fa34865d44df807eff6f9b94a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9981, "upload_time": "2016-03-02T18:21:48", "url": "https://files.pythonhosted.org/packages/e8/37/4d4486d5f3e43e3c38aec09f97267bbf4494da8b1a74ccf2a8811b13a389/xmldirector.dita-0.0.7.zip" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "854677538ca3616fca9c0fe9b31620aa", "sha256": "8af9ffc491187cfb299d9af607f5a50e2cb143c031b495d267b9dde48cb29851" }, "downloads": -1, "filename": "xmldirector.dita-0.0.8.zip", "has_sig": false, "md5_digest": "854677538ca3616fca9c0fe9b31620aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9980, "upload_time": "2016-03-02T18:24:43", "url": "https://files.pythonhosted.org/packages/be/b9/3b3fb3a6b9e5f88faed0a59e2d4d974fabc83f9f3561b6a5450d9b19e890/xmldirector.dita-0.0.8.zip" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "f81ee493df2092db55fa7019ee6d8630", "sha256": "fd9792d7eb34a44480c4b5d25380a5b6e3682e1d5f823344a329130e0401fe2f" }, "downloads": -1, "filename": "xmldirector.dita-0.0.9.zip", "has_sig": false, "md5_digest": "f81ee493df2092db55fa7019ee6d8630", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10437, "upload_time": "2016-03-03T08:27:19", "url": "https://files.pythonhosted.org/packages/9b/a8/f86bcb579f9dbab5420745b67d42b0edb42c87da316533b255c0409914b1/xmldirector.dita-0.0.9.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "71a3f3a588558931761a181522053ce5", "sha256": "7b008e00ea4dce157108f8e2a34870ff77e3a334f492a9a60c119cc6f2d96181" }, "downloads": -1, "filename": "xmldirector.dita-0.1.0.zip", "has_sig": false, "md5_digest": "71a3f3a588558931761a181522053ce5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30942, "upload_time": "2016-06-22T06:31:16", "url": "https://files.pythonhosted.org/packages/b6/1a/b62bb2ca63bfdf6d1423a488404b759988cce1ab79541baa010585a1ec4e/xmldirector.dita-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71a3f3a588558931761a181522053ce5", "sha256": "7b008e00ea4dce157108f8e2a34870ff77e3a334f492a9a60c119cc6f2d96181" }, "downloads": -1, "filename": "xmldirector.dita-0.1.0.zip", "has_sig": false, "md5_digest": "71a3f3a588558931761a181522053ce5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30942, "upload_time": "2016-06-22T06:31:16", "url": "https://files.pythonhosted.org/packages/b6/1a/b62bb2ca63bfdf6d1423a488404b759988cce1ab79541baa010585a1ec4e/xmldirector.dita-0.1.0.zip" } ] }