From: Nikolay S. <N...@sh...> - 2007-06-04 14:42:44
|
On Mon, 4 Jun 2007 18:23:35 +0400 Victor Wagner <vi...@wa...> wrote: > On 2007.06.04 at 18:11:23 +0400, Nikolay Shaplov wrote: > > > Mr Dmitry Gribov (GribUser) kindly agreed to open his scripts from > > http://www.gribuser.ru/xml/fictionbook/2.0/software/ under BSDLike > > License... > > > > For more info see forum page > > http://www.fictionbook.org/forum/viewtopic.php?t=3586 (Sorry Russian > > only) or attached file forum_topic.html (offline copy of that forum > > page) > > ИТОГО: Это здорово, но это не все что нужно. Я например знаю > > откуда можно выдрать rtf2html который пропатчен для работы с > > русскими rtf'ами. Из него в перспективе можно сделать прямой > > конвертор в fb2 . > > Concerning rtf2html - you know, there is heavily patched version of > rtf2html in the Communiware sources. It even support image extraction > > It can be lifted up from there > and used in this project. As far as I remember, Communiware is > distributed under Artistic license. Yeah... There I've been speaking about Communiware's rtf2html. When I create fb2 book I usually use it to convert rtf to html... So it would be good to lift it up here... But there are some other issue with rtf2html. First of all it does not understand headers from openoffice... All headers transforms into plain text...This needs to be fixed once... the second issuse: It would be good to lift changes from rtf2html into cpan rtf2html module, and it have been changed since the time when the fork were made... To solve these two issues I will need more information about rtf format and some amount of spare time... :-/ It is also possible to write rtf2fb2 and doc2fb2 because as far as I know there is a perl frontend to your catdoc ;-) |