[TYPO3-dev] Need a special extension/help

Jean-Baptiste Rio triphot69 at hotmail.com
Fri Jan 20 13:27:12 CET 2006


May i suggest a different way to solve your problem ? You can use a 
converter between Word and HTML.

The steps are :
- Create the word document
- Offer people a simple screen to upload the word document on the web 
server. For that, create a FE plugin.
- On the submit action, convert the doc file with wvWare ( 
http://wvware.sourceforge.net/ ) into HTML by using the vwHTML utility.
- Create a new page/content and plug it in the typo3 page tree using the 
Typo3 API.

It seems to me simplier than create a complete interface with Typo3 
database. Remember too that's it is possible to activate the Typo3 BE 
with a PHP shell script ( see 
http://typo3.org/documentation/document-library/doc_core_inside/Initialize_TYPO3_bac/ 
)

Regards,

JB




More information about the TYPO3-dev mailing list