Blog Project Updates and Random Thoughts

mmd v1.1 October 30, 2017

This release of mmd fixes a number of bugs, adds C++ support, and adds a mmdLoadFile function that loads Markdown content from the FILE pointer.

Enjoy!

Download mmd 1.1 Home Page

More
 

HTMLDOC 1.9.1 October 29, 2017

HTMLDOC 1.9.1 is primarily a bug fix release that also adds limited support for UTF-8.

Enjoy!

Download HTMLDOC 1.9.1 Home Page

More
 

Mini-XML 2.11 October 28, 2017

Mini-XML 2.11 fixes a number of bugs, adds support for reproducible builds, cross-compilation, and enumeration of element attributes, and adds support for generating EPUB documentation using mxmldoc.

Enjoy!

Download Mini-XML 2.11 Home Page

More
 

zipc v1.2 October 26, 2017

zipc v1.2 adds ZIP read support using the zipcOpenFile, zipcFileGets, zipcFileRead, zipcFileXMLGets, and zipcXMLGetAttribute functions. It also fixes use from C++ code, fixes Visual C++ support, and adds support for the %f format in the zipcFileXMLPrintf function.

Enjoy!

Download zipc v1.2 Home Page

 

EPM 4.4 October 11, 2017

EPM 4.4 is a maintenance release that fixes RPM packaging and several build issues.

More
 

HTMLDOC 1.9 July 04, 2017

HTMLDOC 1.9 is a limited feature release that adds support for Markdown input and EPUB output.

More
 

zipc v1.1 April 23, 2017

zipc v1.1 adds a zipcCopyFile function to efficiently copy files into ZIP containers and fixes an issue with some EPUB and OPC applications.

Download zipc v1.1 Home Page

 

mmd v1.0 April 23, 2017

mmd v1.0 is a miniature markdown parsing “library” consisting of a single C source file and accompanying header file. mmd v1.0 mostly conforms to the CommonMark version of markdown syntax and supports a couple (otherwise undocumented) CommonMark extensions.

Download mmd v1.0 Home Page

 

zipc v1.0 April 05, 2017

zipc is a simple ZIP container “library” consisting of a C source file and accompanying header file. Version 1.0 implements writing of ZIP containers with files smaller than 4GB. Files can be stored as-is or compressed with deflate (gzip) compression.

Download zipc v1.0 Home Page

 

HTMLDOC 1.8.30 March 24, 2017

HTMLDOC 1.8.30 fixes some known build and formatting issues. Changes include:

  • Updated documentation to reflect new project page on Github.
  • Dropped old CDE and IRIX desktop integration files.
  • Cleaned up the GUI and adopted new default text editors for Linux and macOS.
  • PAGE BREAK comments at the end of a file in web page mode would lose the first page (Issue #251)
  • Fixed the scaling of header/footer images to limit them to the height of the header or footer (Issue #273)
  • Fixed an issue with the top-level makefile not exiting with an error as needed (Issue #282)
  • Fixed a URL referencing bug when the same hostname but a different port was used (Issue #290)
  • Fixed build issue on macOS (Issue #291)
  • Fixed handling of indexed+alpha PNG images (Issue #295)

Download HTMLDOC 1.8.30 Home Page

 

RasterView 1.5 March 22, 2017

RasterView 1.5 adds support for Apple raster files.

Download RasterView 1.5 Home Page

 

Bug Migration Complete March 03, 2017

All of the bug reports from the old server have been migrated to the Github issue tracker.

 

Moved the Site to Github February 27, 2017

I have moved the main msweet.org web site and projects to Github in order to spend less time maintaining servers and more time programming. All of the recent releases are already available in the corresponding Github projects, and I will be migrating the bug reports to the Github issue tracker over the next couple days.

In lieu of mailing lists, please use the Github issue tracker to ask questions or report problems with the new web site.