Document upload
From TYPO3Wiki
<< Back to About the Documentation page (edit)
[edit] Uploading your SXW file to typo3.org
- First read TYPO3.org - manual for developers
- Extension which hold the SXW template T3Ext:doc_template
- Create an extension folder to wrap your document
[edit] Making a TYPO3 extension for a document
The short story:
mkdir doc_your_document_extension_name cd doc_your_document_extension_name wget -O ext_icon.gif http://typo3.org/t3lib/gfx/fileicons/sxw.gif mkdir doc/ cd doc/ wget -O manual.sxw http://typo3.org/extensions/repository/search/doc_template/details/?tx_extrepmgm_pi1%5BDATA%5D%5BdlFile%5D=doc%2Fmanual.sxw
Then you should have:
doc_your_document_extension_name/ |-- doc/ | `-- manual.sxw `-- ext_icon.gif
Now edit the manual.sxw with OpenOffice Writer.
