Mork (file format)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Mork
Filename extension .mdb
Developed by Mozilla Foundation
Type of format Database
Standard(s) None (reference implementation)
Website Mozilla Developer Center

Mork is a computer file format used by several email clients and web browsers produced by Netscape, and later, Mozilla Foundation. It was developed by David McCusker[1] with the aim of creating a minimal database replacement that would be reliable, flexible, and efficient, and use a file format close to plain text.[2]

Contents

[edit] Usage

The Mork format was used in most Mozilla-based projects, including the Mozilla browser suite, SeaMonkey, Firefox, and Thunderbird. In Firefox, it was used for browsing history data and form history data. In Thunderbird, it is still used for many things, such as address book data (.mab files) and the mail folder summaries (.msf files).

[edit] Criticisms

The conflicting requirements gave Mork several suboptimal qualities. For example, despite the aim of efficiency, storing Unicode text takes three or six bytes per character.

The file format has been severely criticized by Jamie Zawinski, a former Netscape engineer. He has lambasted the ostensibly "textual" format on the grounds that it is "not human-readable",[3] bemoaned the impossibility of writing a correct parser for the format,[4] and referred to it as "...the single most braindamaged file format that I have ever seen in my nineteen year career".[4]

In response, McCusker has argued that he "inherited" bad code, and merely fixed its scalability issues.[5]

[edit] Obsolescence

The upcoming replacement system, used for storing all user configuration data, is called MozStorage. MozStorage is based on the SQLite database. Beginning with Firefox 3.0, Firefox uses it for its history, form history and bookmark data. The storage engine was also included in Firefox 2.0, but only for use with extensions.[6]

Plans existed for Mork to be replaced with MozStorage in the upcoming Thunderbird 3.0.[7], but the first release still uses the Mork file format.

[edit] See also

[edit] References

  1. ^ "Mork What Is It — MDC". Developer.mozilla.org. 2007-09-16. https://developer.mozilla.org/en/Mork_What_Is_It. Retrieved 2009-08-19. 
  2. ^ "Mork Why — MDC". Developer.mozilla.org. 2007-09-16. https://developer.mozilla.org/en/Mork_Why. Retrieved 2009-08-19. 
  3. ^ Zawinski publisher= jwz.org, Jamie. "mork.pl: Perl program to extract metadata from a Mork database". http://www.jwz.org/hacks/mork.pl. Retrieved 2009-08-19. 
  4. ^ a b "Bug 241438 – please make history.dat easier to parse (i.e., not Mork)". Bugzilla.mozilla.org. https://bugzilla.mozilla.org/show_bug.cgi?id=241438#c0. Retrieved 2009-08-19. 
  5. ^ "erys: resume: netscape: mork: jwz". Web.archive.org. 2005-05-25. http://web.archive.org/web/20050525080139/www.erys.org/resume/netscape/mork/jwz.html. Retrieved 2009-08-19. 
  6. ^ Paul, Ryan (2006-04-30). "Features cut from Firefox 2". Arstechnica.com. http://arstechnica.com/news.ars/post/20060430-6701.html. Retrieved 2009-08-19. 
  7. ^ "Thunderbird 3 Planning". Wiki.mozilla.org. 2009-08-10. https://wiki.mozilla.org/Thunderbird:Thunderbird3. Retrieved 2009-08-19. 

[edit] External links

Languages