Extension Key: hr_kde_vfs
Copyright 2000-2008, herbert.roider@utanet.at, <herbert.roider@utanet.at>
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.org
It provides a xml-rpc interface for editing the setup and the constants fields of templates.It does the same like the extension jeditvfs but it is not compatible. This interface is used by the kio_typo3 io-slave. Whith the konqueror you can access the TYPO3 templates by input the url to the TYPO3 prepend with typo3:// instead of http:// following by the username of a backend user e.g.: typo3://admin@eagle.lan/dummy-4.0.1/
The extension extend the class: SC_index. This class build the login form for backend users. But the html-code is not usable for automatic parsers. Therfore the data to login are formatted as xml. This could make troubles, if another extension extends this class. I didn't found another way to authenticate backend user.
Templates and files cannot be renamed or created, but only edited.
The webpages appears as folders. The files are the Database fields setup and constants and resource files. The filenames appears generic, but this is necessary for TYPO3 to identify a file. The first 3 digits are numbers for sorting, because konqueror sort the files in alpabetical order, but this is not useable, so I went the way to prepend numbers in the same order as in the TYPO3 backend.