KDelicious
Source (link to git-repo or to original if based on someone elses unmodified work):
The last two releases (3.2.1 and 3.2.2) were broken and probably uninstallable. I reverted to 3.2.0 for now, please install this version if you had trouble with 3.2.1 or 3.2.2.
Check back in a few days for the 3.3 release with brand new features and full translations!
Translations wanted for the new dialogs! Download the .pot file at http://kdelicious.svn.sourceforge.net/viewvc/*checkout*/kdelicious/tags/release-3.3/po/kdelicious.pot.
English, Italian and Polish are complete as of today. German, Spanish, Dutch and French need updating (files are here: http://kdelicious.svn.sourceforge.net/viewvc/kdelicious/tags/release-3.3/po/)
---------
KDELICIOUS 3.2
KDelicious adds several options to the Konqueror (right-click) Action menu, allowing to
- bookmark the current page on del.icio.us
- add your del.icio.us posts to Konqueror's bookmarks
- access other del.icio.us features (your posts, subscriptions, inbox, popular, network)
- manage preferences
It integrates seamlessly with KDE and KWallet, which means support for proxy connections and secure password storage.
---------
REQUIREMENTS:
- python 2.3.5 and above (2.4 recommended)
- matching PyKDE bindings (3.16 recommended).
This is usually called "python-kde3", "python-kde" or "Python KDE bindings" in distribution repositories.
---------
TO INSTALL:
Use the package for your distribution.
If it's not available, KDelicious supports the standard distutils installation procedure (with a small tweak).
To install it for all users (easiest option):
$> sudo python setup.py install
or
$> su -c 'python setup.py install'
To install it for a single user only (the --useronly option is nonstandard but required):
$> python setup.py install --home=~ --useronly
Note: this presumes that ~/bin/ will be on your execution path ($PATH) and ~/lib/ will be on your PYTHONPATH.
If this is not the case, add the option --install-scripts=/your/dir to specify a directory in your PATH,
and --install-lib=/your/lib to specify a directory on your PYTHONPATH.
Google the python documentation ("Installing Python Modules") for more details.
---------
TO UNINSTALL:
locate and remove the following files (usually in /usr/lib/python/site-packages):
kdelicious.py
DeliBookmarkManager.py
DeliRetriever.py
kdelicious_ui/*
kdelicious.desktop
kdelicious_bookmark.desktop
kdeliciousrc
---------
NOTES:
For any info/complaints, contact Giacomo "toyg" Lacava -- g(dot)lacava on gmail -- or open a bug at http://kdelicious.sf.net
---
3.2
fixed issue with duplicates when ordering by Bundle only
added German translation, revised German items in menus (thanks to Oliver Bock)
Packaged for Debian (thanks to Jason Riedy)
---
3.1
Fixed issue with duplicated tags due to different capitalization.
Replaced all calls to kdialog with custom dialogs
Fixed spanish translation in .desktop files (thanks to Juan Sebastián Echeverry)
Prepared for full i18n
---
3.0.3
Now caching file in proper place when synchronizing bookmarks.
---
3.0.2
Fixed bug with "Tag this page" caching in the wrong place, thanks to patch from Robert Müller
---
3.0.1
Fixed bug with "Tag this page" not working
---
3.0 (KDelicious)
Moved "Tag this page" out of delicious submenu
Integrated with KDE (supports proxy, kwallet)
Added Settings GUI
Added options to group and sort local bookmarks
Renamed to KDelicious
---
2.0 (pykeylicious)
Added support for local download of your bookmarks
Auto-closing tab after bookmarking
Added "--upgrade" option to installer
---
1.0 (pykeylicious)
Initial release
Ratings & Comments
5 Comments
I would like to be able to put the bookmarks directly into the bookmarks folder instead of into the "del.icio.us bookmarks" folder if that is possible to add as an option. And other than that I think it looks pretty great!
hi, i installed the deb package it doesn't seem to be working after installation.
If you open a console and type "kdelicious.py --preferences 1", what error message do you get?
Well, its a good attempt, but needs, working in the syncing department, even thou, I can delete bookmarks via konqueror, they don't get deleted from delicious website, when syncing happens, it just puts them back.
To be honest, I always thought of the "synch" feature as one way (del.icio.us -> konqui), so you're perfectly correct. I guess this is a feature request then :) I'll work on it, might be in the next version (probably with a disabled-by-default option, to make sure that I don't "eat your babies"). Please feel free to suggest other features (either here or on the sourceforge bugtracker).