Mork: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(moving dead links to a separate list)
(Add Perl module Mozilla::Mork)
 
Line 12: Line 12:
Hacks to parse Mork format:
Hacks to parse Mork format:
* http://www.jwz.org/hacks/mork.pl (Perl)
* http://www.jwz.org/hacks/mork.pl (Perl)
* https://metacpan.org/pod/Mozilla::Mork (Perl)
* https://bugzilla.mozilla.org/attachment.cgi?id=175024&action=view (Python)
* https://bugzilla.mozilla.org/attachment.cgi?id=175024&action=view (Python)
* http://github.com/KevinGoodsell/mork-converter (Python — supports multiple output formats and a plugin-like system for defining filters)
* http://github.com/KevinGoodsell/mork-converter (Python — supports multiple output formats and a plugin-like system for defining filters)

Latest revision as of 10:59, 12 January 2019

Old newsgroup documentation:

On MDC:

All of the format documentation above is inaccurate and/or outdated to some degree. An attempt at an updated format description based on existing documentation, source code, and reading Mork files can be found here.

Hacks to parse Mork format:

Dead links as of June 2014:

bug 241438 is a bug report to replace Mork format that has some useful pointers, including the above Python attachment.

Mozilla2:Unified_Storage is planned to replace Mork.

See also