Commit Graph

706 Commits

Author SHA1 Message Date
Martin A. Brown 9b5d6674f9 add a TODO item for improving CLI error reporting 2016-03-27 09:53:32 -07:00
Martin A. Brown 62de5354fb comment out the "False" verbose for now 2016-03-27 02:56:23 -07:00
Martin A. Brown 4afdb1bd81 bumping version to 0.6.7 2016-03-27 02:27:03 -07:00
Martin A. Brown 9c3ed36bc2 fix publish function so it propagates return code 2016-03-27 02:26:42 -07:00
Martin A. Brown 74544227b8 toss in the sample broken docbook4xml file 2016-03-27 02:26:15 -07:00
Martin A. Brown 7c98b13db6 add an example to prove that publish() exits non-zero 2016-03-27 02:25:46 -07:00
Martin A. Brown 6d2040c671 add a broken example docbook4xml file 2016-03-27 02:25:23 -07:00
Martin A. Brown 30594d5e4e using unicode everywhere else 2016-03-27 02:14:10 -07:00
Martin A. Brown 2ce65990c4 correcting and moving test because it runs long 2016-03-27 02:11:52 -07:00
Martin A. Brown 8be3395f5f using unicode everywhere else 2016-03-27 02:11:30 -07:00
Martin A. Brown 4960f2a2a2 bumping version to 0.6.6 2016-03-27 01:03:06 -07:00
Martin A. Brown c0233a73b2 deal with 2/3 naming for stringy things 2016-03-27 01:02:44 -07:00
Martin A. Brown b68a1c3ae4 bumping version to 0.6.5 2016-03-27 00:51:49 -07:00
Martin A. Brown deaee034fc make an end run around the XSL/fop problem
teach the DocBook4 XML utility itself to set fop.extensions = 0 and
fop1.extensions = 1 until such time as the upstream ldp-docbook-xsl packages
can be repaired and/or adjusted
2016-03-27 00:44:00 -07:00
Martin A. Brown a4d5c5a4c6 bumping version to 0.6.4 2016-03-26 09:57:47 -07:00
Martin A. Brown 0808a14f14 adding a section on minimal configuration 2016-03-26 09:57:23 -07:00
Martin A. Brown 199db5d91d bumping version to 0.6.3 2016-03-25 15:23:28 -07:00
Martin A. Brown 8e2b480a7b bumping version to 0.6.2 2016-03-24 09:52:44 -07:00
Martin A. Brown 8d7bb3ef84 add link to travis-ci.org build status 2016-03-24 09:45:59 -07:00
Martin A. Brown a2534197f5 long_driver.py not long_tests.py 2016-03-24 09:42:23 -07:00
Martin A. Brown 7844af3576 and run the full test suite (why not?) 2016-03-24 09:37:39 -07:00
Martin A. Brown 9b95c0a071 add html2text to required install set 2016-03-24 09:32:00 -07:00
Martin A. Brown b4c0afc873 add --assume-yes for unattended install 2016-03-24 09:25:43 -07:00
Martin A. Brown 571f25feb5 try to get the 14.04 Ubuntu release 2016-03-24 09:14:58 -07:00
Martin A. Brown 0419849ebf adjust requirements 2016-03-24 09:14:25 -07:00
Martin A. Brown d4a667ce77 set up build environment in travis 2016-03-24 09:01:15 -07:00
Martin A. Brown f2ef7d2184 support --script mode anywhere and don't chdir() 2016-03-24 09:00:20 -07:00
Martin A. Brown 4499cd6181 adding a requirements.txt for travis-ci.org 2016-03-24 07:51:11 -07:00
Martin A. Brown 741d3c448f see if this thing builds on travis-ci.org 2016-03-24 07:39:06 -07:00
Martin A. Brown 9b12e6a9ea correction to --list example 2016-03-18 20:07:23 -07:00
Martin A. Brown 295bb5f147 may as well specify explicitly 2016-03-18 20:07:08 -07:00
Martin A. Brown 746197d954 match up the detail method on the OutputDirectory with the SourceDocument 2016-03-18 20:06:52 -07:00
Martin A. Brown 45ee1cf4c8 and add the README.rst explicitly to the MANIFEST.in 2016-03-18 20:06:05 -07:00
Martin A. Brown d094e9365a specify the footer to use 2016-03-16 16:12:25 -07:00
Martin A. Brown 402bda5fb7 bumping version to 0.6.1 2016-03-15 20:15:11 -07:00
Martin A. Brown 1c7af7b634 fixing a dumb spelling error 2016-03-15 15:49:01 -07:00
Martin A. Brown 0461c27d7a bumping version to 0.6.0 2016-03-15 13:26:19 -07:00
Martin A. Brown e4b5c5d8bb need to fall back to iso-8859-1 for SGML docs 2016-03-15 13:26:03 -07:00
Martin A. Brown 912cda9328 adding a few comments about supported Pythons 2016-03-15 13:04:02 -07:00
Martin A. Brown e98f0db3da more adjustments to README 2016-03-15 12:52:36 -07:00
Martin A. Brown 36a5b6f324 refer to canonical source location; improve flow 2016-03-15 12:38:06 -07:00
Martin A. Brown 6c9f86a364 adjust requirements so tox will run 2016-03-14 22:28:41 -07:00
Martin A. Brown c7b463f21c initial commit of configuration file for testing against Python3 (as well) 2016-03-14 22:27:57 -07:00
Martin A. Brown dfd65b43f3 use an empty (unicode_literal) string to trick future print() [function] to producing unicode strings rather than Py2 byte strings 2016-03-14 22:27:15 -07:00
Martin A. Brown 1eec325d9e Exception.message deprecated; just make sure which returns not None 2016-03-14 22:26:15 -07:00
Martin A. Brown ec472d8e37 Exception.message deprecated 2016-03-14 22:25:43 -07:00
Martin A. Brown 23aab88e95 Exception.message deprecated; use io.StringIO() 2016-03-14 22:25:27 -07:00
Martin A. Brown 3f92a7a95c everybody gets unicode_literals 2016-03-14 22:18:09 -07:00
Martin A. Brown 7c17c0dc5b switch to codecs.open and expect UTF-8 data 2016-03-14 21:51:14 -07:00
Martin A. Brown 0d93e6fca1 switch to codecs.open and expect UTF-8 data 2016-03-14 21:48:01 -07:00