AbiWord
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|abw}}, {{ext|zabw}}, {{ext|abw.gz}} | |extensions={{ext|abw}}, {{ext|zabw}}, {{ext|abw.gz}} | ||
}} | }} | ||
− | |||
'''ABW''' is the format used by AbiWord a Free multi-platform word processor. | '''ABW''' is the format used by AbiWord a Free multi-platform word processor. | ||
− | It is | + | It is an [[XML]] based format. The .zabw and .abw.gz versions are compressed using [[GZIP]]. |
+ | == Links == | ||
* [http://abisource.com/ AbiWord website] | * [http://abisource.com/ AbiWord website] | ||
* [http://www.abisource.com/wiki/File_format info about the file format] | * [http://www.abisource.com/wiki/File_format info about the file format] | ||
* [http://www.abisource.com/wiki/AbiWord page has a sample file] | * [http://www.abisource.com/wiki/AbiWord page has a sample file] | ||
* [http://www.abisource.com/wiki/FaqAbiWordNativeFormatToText to convert to plain text] | * [http://www.abisource.com/wiki/FaqAbiWordNativeFormatToText to convert to plain text] | ||
+ | * [http://www.freedesktop.org/wiki/Software/libabw/ libabw: Library for importing AbiWord documents] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] |
Revision as of 03:33, 3 April 2014
ABW is the format used by AbiWord a Free multi-platform word processor. It is an XML based format. The .zabw and .abw.gz versions are compressed using GZIP.