
kio_typo3
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A IO modul for the KDE. Provides access to the TYPO3 templates like a file tree. The fields setup and constants can be edited with a texteditor. It uses the TYPO3 extension hr_kde_vfs which provides a xml rpc interface for a file system.
skipjack
10 years ago
When I enter the Uri for connecting I can't see any working output. It takes a long time and after a while I see an error Message. It seams like that the Protocol "typo3://" is registered and that he does something but he gets an error.
I have also the Typo3 Plugin which is needed for this filesystem plugin installed.
Knows someone about an alternative? The idea is realy great! I would hope someone will further the develop...
friendly greets
tobi
Report
bertl
10 years ago
/usr/share/kde4/services/kio_typo3.protocol
and
/usr/lib64/kde4/kio_kio_typo3.so
Try to input the following url in the addressfield:
typo3://my.server.com
Do you get an error message?
Thank you for trying
Herbert
Report
bugmenot1234
10 years ago
-> Load & tar xfz file
-> makdir build && cd build
-> cmake .. && make -j 9 && make install
Dolphin say unsupported protocol
typo3://user-admin@www.doamin/typo3
The idea is great!!!
Report
bertl
10 years ago
It is necessary to set the install path, otherwise it will be installed into /usr/local, which is wrong.
Please run this commands to compile and install:
cmake -D CMAKE_INSTALL_PREFIX=/usr .
make
as root:
make install
regards
Herbert
Report
netcelli
10 years ago
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
Report
bertl
10 years ago
Thank you
Herbert
Report