Description: This is a protocol to access Konqueror's browsing history. It is mostly experimental in nature.
Known bugs: -Cannot delete entries / clear history. -Does not receive real-time updates, must be refreshed. -Folder URLS (e.g. svn://anonsvn.kde.org/home/kde) do not open correctly.
Ideas for the future? -All of the above bugs could be fixed by modifying KonqHistoryManager. -Display favicons. -Store previews of all history entries?
Hi
I like this one the most!
So here is the ebuild:
kde-misc/kio-history-0.1.ebuild# -------------------------------
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit kde
KLV=48274
NAME=${PN/-/_}
S=${WORKDIR}/${NAME}-${PV}
DESCRIPTION="KIO-Slave for browsing konqueror's history"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${NAME}-${PV}.tar.bz2"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
need-kde 3.5
# -------------------------------
Greez
Franz
Ratings & Comments
3 Comments
Hi I like this one the most! So here is the ebuild: kde-misc/kio-history-0.1.ebuild # ------------------------------- # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit kde KLV=48274 NAME=${PN/-/_} S=${WORKDIR}/${NAME}-${PV} DESCRIPTION="KIO-Slave for browsing konqueror's history" HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" SRC_URI="http://www.kde-look.org/content/files/${KLV}-${NAME}-${PV}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" need-kde 3.5 # ------------------------------- Greez Franz
All your additional KIO slaves are great and useful. Thank's a lot!
Thanks! I'm actually surprised nobody else has thought of/implemented these.