Commit Graph

128 Commits

Author SHA1 Message Date
Michael Sweet
b79d3e0f07 Add support for SOURCE_DATE_EPOCH environment variable (Issue #193) 2017-04-23 12:49:40 -04:00
Michael Sweet
f1f1703050 Update Markdown support. 2017-04-21 20:37:27 -04:00
Michael Sweet
b06830dc0d Finalize Markdown support - man pages (Issue #194) 2017-04-11 23:02:21 -04:00
Michael Sweet
c6bda8e144 Add markdown support for HTML/EPUB/DOCSET output (Issue #194) 2017-04-11 15:37:38 -04:00
Michael Sweet
4e6310962b Change how we embed the cover image so that more applications show it. 2017-04-08 18:42:30 -04:00
Michael Sweet
1fba7887b7 Add cover image for manual.
Fix iTunesArtwork file in EPUB.
2017-04-08 13:07:30 -04:00
Michael Sweet
64d4526ee0 Add initial support for cover images.
Update ZIPC functions.
2017-04-07 16:46:56 -04:00
Michael Sweet
8d99d72e4b Split out the docset generation code, like was done for epub, to simplify the
logic.
2017-04-07 12:18:50 -04:00
Michael Sweet
0381fdaf3c Normalize on passing "mode" instead of "xhtml" flag.
Update generated documentation.
2017-04-07 12:01:21 -04:00
Michael Sweet
ece51b6223 Include author and copyright in "standard" header. 2017-04-06 15:50:28 -04:00
Michael Sweet
003eea7429 Clean up mxmldoc and refactor a bunch of the code. 2017-04-06 14:25:19 -04:00
Michael Sweet
8b32ac7556 Finalize and document EPUB support (Issue #189)
Update footer for mxml(3) man page.

Update header for mxmldoc.xsd file.
2017-04-06 09:15:35 -04:00
Michael Sweet
e6146472e6 Make EPUB generation conditional on the presence of ZLIB (again). 2017-04-05 09:47:24 -04:00
Michael Sweet
4d322880f4 Update ZIP container code, now things are working... 2017-04-04 23:32:11 -04:00
Michael Sweet
7c2551e996 Switch to using hand-rolled ZIP container "library" for EPUB files. 2017-04-04 16:16:17 -04:00
Michael Sweet
7f1beff016 Fix conditional handling of EPUB support. 2017-04-01 21:23:26 -04:00
Michael Sweet
d035af36e8 Fix extra > in table-of-contents. 2017-04-01 21:20:45 -04:00
Michael Sweet
e824dc0f56 Fix validation issues (but still not opening in iBooks...) 2017-04-01 20:49:18 -04:00
Michael Sweet
2f1e57787d Save work - some more validation fixes. 2017-03-31 22:46:05 -04:00
Michael Sweet
8abc6bbebf Save work - building real EPUB container, most of the validation issues are now
fixed.
2017-03-31 17:41:32 -04:00
Michael Sweet
36193beec1 Add first part of EPUB output code - XHTML content. 2017-03-31 13:38:20 -04:00
Michael Sweet
6ac1fb23f4 Use vasprintf when available.
Use strlcpy when available.

Add xcode project.
2017-03-29 19:04:41 -04:00
Michael Sweet
89a9742c0e Bump version to 2.11.
Update copyrights and web site addresses.

New logo image following msweet.org template.
2017-03-22 14:51:16 -04:00
Michael R Sweet
4351cf060c Prep for 2.8 release... 2014-01-04 21:50:06 +00:00
Michael R Sweet
6338dccaac Escape HTML special characters inside @code foo@.
Use xcrun to run the docsetutil program.
2013-07-03 14:16:22 +00:00
Michael R Sweet
6bd5e6e022 Don't include spawn or other process headers unless we are building on Mac OS X/Darwin. 2011-08-11 18:51:26 +00:00
Michael R Sweet
f5b0b9270d Clean share libraries, and fix SAX unit test to look for the right number of data nodes.
Add --version option to mxmldoc.
2011-04-13 15:43:32 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00
Michael R Sweet
159e54f5d2 Add mxmlFindValue API (STR #110) 2010-11-08 16:07:05 +00:00
Michael R Sweet
97ca6dc424 Updated the source headers to reference the Mini-XML license and its exceptions
to the LGPL2 (STR #108)
2010-09-19 05:26:46 +00:00
Michael R Sweet
a2beacb1b7 Include CFBundleShortVersionString key in Info.plist. 2009-07-01 17:44:13 +00:00
Michael R Sweet
8d1ff5128d Update --tokens to support a file path and always add a newline at the end of
each token.
2009-05-05 13:38:00 +00:00
Michael R Sweet
58712ee6fc Add --tokens option. 2009-05-05 05:08:43 +00:00
Michael R Sweet
ec99705731 Fix typedef documentation (STR #72) 2009-05-05 04:43:18 +00:00
Michael R Sweet
fcdfa5a09d Fix two potential NULL dereferences caught by Clang. 2009-03-17 05:51:59 +00:00
Michael R Sweet
9643c13183 Fix VC++ compile failures 2009-02-05 06:06:11 +00:00
Michael R Sweet
1646671128 Fix DOCTYPE link for HTML 4.01 loose. 2009-02-03 18:15:17 +00:00
Michael R Sweet
0dbf99da69 Update to HTML 4.01 doctype. 2009-02-02 19:24:26 +00:00
Michael R Sweet
16c5e31280 Don't embed links or other markup in title attributes.
Update copyright/license stuff.
2009-01-13 08:13:46 +00:00
Michael R Sweet
5946d5637e Fix TOC generation. 2008-12-10 00:28:35 +00:00
Michael R Sweet
4e75d3579f Fix Nodes.xml generation. 2008-12-08 17:51:44 +00:00
Michael R Sweet
fd57e148c5 Fix docset generation. 2008-12-06 04:20:38 +00:00
Michael R Sweet
59e1bbbb7a Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00
Michael R Sweet
e01c4d0a47 Add noframes section. 2008-07-17 16:43:18 +00:00
Michael R Sweet
62b697c229 Fix framed output. 2008-07-17 16:36:21 +00:00
Michael R Sweet
a38251bc9b Wrapping was not disabled when mxmlSetWrapMargin(0) was called, and
"<?xml ... ?>" was always followed by a newline (STR #76)
2008-03-21 04:59:01 +00:00
Michael R Sweet
a57b72a556 Fixes for enum typedefs (still working on comments...) 2008-03-19 21:09:21 +00:00
Michael R Sweet
b04207f224 Use larger TOC frame. 2008-02-01 01:13:56 +00:00
Michael R Sweet
6304a1b69b Allow frames to be resized. 2008-01-31 23:50:58 +00:00
Michael R Sweet
8aff906d87 Fix man page output.
Prep for 2.5 release.
2008-01-29 05:28:31 +00:00