Bug 69729 - [NEW PORT] textproc/rtfx: An RTF to XML converter
Summary: [NEW PORT] textproc/rtfx: An RTF to XML converter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 02:20 UTC by Cheng-Lung Sung
Modified: 2004-07-29 11:12 UTC (History)
0 users

See Also:


Attachments
rtfx-0.9.3.shar (3.52 KB, text/plain)
2004-07-29 02:20 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2004-07-29 02:20:21 UTC
- gcc version < 3.00 must apply a patch which
  complied and tested (works well)
- remove \r in xmlcomposer.cpp 
- take maintainership
rtfx converts RTF files into a generic XML format. It majors on keeping 
meta data like style names, etc... rather than every bit of formatting. 
This makes it handy for converting RTF documents into a custom XML 
format (using XSL or an additional processing step).

RTF features supported: page breaks, section breaks, style names, 
lists (various types), tables, footnotes, info block, bold, italic, 
underline, super/sub script, hidden text, strike out, text color, fonts.

Author:	Nielsen <nielsen at memberwebs.com>
WWW:	http://memberwebs.com/nielsen/software/rtfx/

Generated with FreeBSD Port Tools 0.50
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-07-29 11:12:18 UTC
State Changed
From-To: open->closed

Committed, thanks.