diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-25 22:09:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-25 22:09:31 +0900 |
commit | 1fea9ad19418595646770b7179972b682a074683 (patch) | |
tree | 6186b9203cf48985a651bc6c61a7498552b76587 /README | |
download | tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.tar.gz tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.zip |
Initial import of kio-gopher 0.1.4 source code.
Copyright (C) 2003-2008 by Albert Astals Cid (aacid@kde.org).
The code is licenced under GPL version 2 as indicated in the source code
comments and in the COPYING file.
The code does not compile under TDE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +Gopher kioslave Readme + +This adds support for the gopher protocol to konqueror. + +It is still in development. + +It has been tested to work with KDE 3.1 and up. +It has not been tested on other KDE versions. + +Currently it supports most (if not all) of the gopher protocol. + +Support for gopher+ protocol is planned. + +Protocol Documentation: + Gopher: + http://www.faqs.org/rfcs/rfc1436.html + + Gopher+: + http://iubio.bio.indiana.edu/soft/util/gopher/Gopher+-spec.text + + Gopher URL: + http://www.cotse.com/CIE/RFC/1738/16.htm + +Albert Astals Cid tsdgeos DOT terra AT es |