Commit Graph

138 Commits

Author SHA1 Message Date
Michael Sweet
d848f8278b Fix some more parsing issues with static functions. 2017-05-31 22:18:49 -04:00
Michael Sweet
6689e9f805 Exclude @exclude from description text.
Use decimal entities.
2017-05-31 10:41:34 -04:00
Michael Sweet
dc87d4ad50 Add @exclude format@ directive. 2017-05-31 10:10:58 -04:00
Alberto Costa
b26a4d35f1 endif wrong position
was giving an error on some architectures
2017-05-03 14:32:21 +02:00
Michael Sweet
8bdacd119d Update markdown anchors to use "title-of-heading" format. 2017-05-02 09:06:55 -04:00
Michael Sweet
3bb60cc92b Add some more style information. 2017-05-01 08:45:04 -04:00
Michael Sweet
5771dbbaf3 Add documentation/usage for --coverimage. 2017-04-30 09:23:09 -04:00
Michael Sweet
fa1336ddee Fix write_description to always write close tag. 2017-04-30 01:27:37 -04:00
Michael Sweet
0d0850fffd Fix bug where comments/descriptions were text fragments instead of opaque
strings.
2017-04-24 10:56:19 -04:00
Michael Sweet
bcfa6ef518 Update/fix documentation.
Add mxmlNewOpaquef and mxmlSetOpaquef functions.

Fix discussion writing code to look for opaque strings.

Fix dependencies for documentation generation.
2017-04-24 10:42:03 -04:00
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