Mork: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Shamelessly promoting my new mork converter) |
||
| Line 8: | Line 8: | ||
* https://bugzilla.mozilla.org/attachment.cgi?id=175024&action=view (python) | * https://bugzilla.mozilla.org/attachment.cgi?id=175024&action=view (python) | ||
* http://www.scalingweb.com/mork_parser.php (Open Source C++ Mork Parser) | * http://www.scalingweb.com/mork_parser.php (Open Source C++ Mork Parser) | ||
* http://github.com/KevinGoodsell/mork-converter (python, supports multiple output formats and a plugin-like system for defining filters) | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=241438 bug 241438] is a bug to replace Mork format that has some useful pointers, including the above python attachment | [https://bugzilla.mozilla.org/show_bug.cgi?id=241438 bug 241438] is a bug to replace Mork format that has some useful pointers, including the above python attachment | ||
[[Mozilla2:Unified_Storage]] is planning to replace Mork. | [[Mozilla2:Unified_Storage]] is planning to replace Mork. | ||
Revision as of 20:17, 4 March 2009
http://www.mozilla.org/mailnews/arch/mork/primer.txt describes the format
On MDC: Category:Mork
Hacks to parse mork format:
- http://www.jwz.org/hacks/mork.pl (perl)
- http://www.probo.com/timr/parsemsf.py (python) (doesn't always work)
- https://bugzilla.mozilla.org/attachment.cgi?id=175024&action=view (python)
- http://www.scalingweb.com/mork_parser.php (Open Source C++ Mork Parser)
- http://github.com/KevinGoodsell/mork-converter (python, supports multiple output formats and a plugin-like system for defining filters)
bug 241438 is a bug to replace Mork format that has some useful pointers, including the above python attachment
Mozilla2:Unified_Storage is planning to replace Mork.