
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
konqil.icio.us is a KDE service menu for delicious.com.
To install:
1) Either:
- For per user installs, copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus (KDE 3.x) or $HOME/.kde4/share/kde4/services/ServiceMenus/ (KDE 4.x)
- For global all users installs, copy del.icio.us to somewhere in your $PATH (for example /usr/bin) and del.icio.us.desktop to the global servicemenus directory /usr/share/apps/konqueror/servicemenus (KDE 3.x) or /usr/share/services/ServiceMenus/ (KDE 4.x) and remove the explicit path references from del.icio.us.desktop ($HOME/.kde/share/apps/konqueror/del.icio.us)
2) Make sure del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us in the case of a per user install)
del.icio.us only makes use of a config file in $HOME/.kde/share/config/del.icio.usrc to store your username and password if you haven't enabled KWalletD. Either way, it will prompt you for your username and password the first time you use it from the context sensitive Actions menu.
Note, konqil.icio.us makes use of the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian).
The latest version of konqil.icio.us can always be found at
.
11 years ago
3.0 - 3.1
* Fixed cookie handling after delicious.com changed the cookie name
2.6 - 3.0
* Now works with delicious.com (*puke*)
2.5 - 2.6
* Completed KDE 4.0 support?
2.4 - 2.5
* Fixed minor bug to improve encoding support
2.3 - 2.4
* Further refactoring of del.icio.us
* Now supports storing credentials in using KWalletD if enabled. Usernames and passwords are stored in the main wallet in the Passwords area (DCOP does not expose from Data credentials via its shell interface :()
2.2 - 2.3
* Now authenticates and stores the resultant cookie in KCookieJar
2.1 - 2.2
* Now calls external commands in a safe manner to prevent theoretical command injection
* Refactored del.icio.us
* Fixed minor bug to uri_escape curtesy of David Roberts
2.0 - 2.1
* Updated Italian translations curtesy of Giacomo Lacava
* Now closes Konqueror tab after URL has been bookmarked
* Modified HTTP agent string
* Now uses KDE proxy settings if set, else attempt to use standard environment variables
1.9 - 2.0
* Refactoring of configuration code, now prompts for username on first execution and allows reconfiguration, thanks to Robert Gr�nning for the .no translations
1.8 - 1.9
* Fixed minor bug to del.icio.us.desktop, whilst testing on KDE 4.0
1.7 - 1.8
* Fixed minor bug to bookmark method, brought about by changes to del.icio.us API
1.6 - 1.7
* Added rudimentary translations into Spanish, German, French and Italian
* Included Norwegian translations of text strings curtesy of Robert Gr�nning
1.5 - 1.6
* Now uses proxy environment variables if set
* Modified HTTP agent string
* Modified error handling code
* Added trailing exit call
1.4 - 1.5
* Updated text strings in action menu
* Menu option to display personal network
1.3 - 1.4
* Integrated patch from Robert Cunningham which causes previously used tags to be displayed
* Fixed minor bug to agent version
1.2 - 1.3
* Fixed minor bug to documentation
* Fixed minor bug to uri_escape patch
1.1 - 1.2
* Fixed minor bugs to documentation
* Rewritten install notes are more clear
* Fixed minor bug to allow perl to be run in strict mode
* Integrated uri_escape patch from Pat Cito
0.5 - 1.1
* Integrated patches from Jakob Flierl and Narcis Tesa
* Service menu items now use KDE bookmark icons
* Service menu items now uses the current Konqueror window
* Install note above is corrected to reference del.icio.us.desktop
* Password setting has been removed, since it was identified as being unnecessary assuming a valid del.icio.us cookie
0.4 - 0.5
* Security patch based on report from Simon Morgan , 0.4 and previous authenticate with del.icio.us via GET requests, which can lead to URLs containing username and password combinations being sent in the Referer HTTP header when users click on links from the bookmarks page
0.3 - 0.4
* Based on a patch/suggestion from Pete Jewell , the extended description is now populated based on the description within the web page headers
0.2 - 0.3
* Menu options to display personal bookmarks, popular bookmarks, and personal inbox
0.1 - 0.2
* Opens new Konqueror tab if possible
* Automatically authenticates with del.icio.us
11 years ago
3.0 - 3.1
* Fixed cookie handling after delicious.com changed the cookie name
2.6 - 3.0
* Now works with delicious.com (*puke*)
2.5 - 2.6
* Completed KDE 4.0 support?
2.4 - 2.5
* Fixed minor bug to improve encoding support
2.3 - 2.4
* Further refactoring of del.icio.us
* Now supports storing credentials in using KWalletD if enabled. Usernames and passwords are stored in the main wallet in the Passwords area (DCOP does not expose from Data credentials via its shell interface :()
2.2 - 2.3
* Now authenticates and stores the resultant cookie in KCookieJar
2.1 - 2.2
* Now calls external commands in a safe manner to prevent theoretical command injection
* Refactored del.icio.us
* Fixed minor bug to uri_escape curtesy of David Roberts
2.0 - 2.1
* Updated Italian translations curtesy of Giacomo Lacava
* Now closes Konqueror tab after URL has been bookmarked
* Modified HTTP agent string
* Now uses KDE proxy settings if set, else attempt to use standard environment variables
1.9 - 2.0
* Refactoring of configuration code, now prompts for username on first execution and allows reconfiguration, thanks to Robert Gr�nning for the .no translations
1.8 - 1.9
* Fixed minor bug to del.icio.us.desktop, whilst testing on KDE 4.0
1.7 - 1.8
* Fixed minor bug to bookmark method, brought about by changes to del.icio.us API
1.6 - 1.7
* Added rudimentary translations into Spanish, German, French and Italian
* Included Norwegian translations of text strings curtesy of Robert Gr�nning
1.5 - 1.6
* Now uses proxy environment variables if set
* Modified HTTP agent string
* Modified error handling code
* Added trailing exit call
1.4 - 1.5
* Updated text strings in action menu
* Menu option to display personal network
1.3 - 1.4
* Integrated patch from Robert Cunningham which causes previously used tags to be displayed
* Fixed minor bug to agent version
1.2 - 1.3
* Fixed minor bug to documentation
* Fixed minor bug to uri_escape patch
1.1 - 1.2
* Fixed minor bugs to documentation
* Rewritten install notes are more clear
* Fixed minor bug to allow perl to be run in strict mode
* Integrated uri_escape patch from Pat Cito
0.5 - 1.1
* Integrated patches from Jakob Flierl and Narcis Tesa
* Service menu items now use KDE bookmark icons
* Service menu items now uses the current Konqueror window
* Install note above is corrected to reference del.icio.us.desktop
* Password setting has been removed, since it was identified as being unnecessary assuming a valid del.icio.us cookie
0.4 - 0.5
* Security patch based on report from Simon Morgan , 0.4 and previous authenticate with del.icio.us via GET requests, which can lead to URLs containing username and password combinations being sent in the Referer HTTP header when users click on links from the bookmarks page
0.3 - 0.4
* Based on a patch/suggestion from Pete Jewell , the extended description is now populated based on the description within the web page headers
0.2 - 0.3
* Menu options to display personal bookmarks, popular bookmarks, and personal inbox
0.1 - 0.2
* Opens new Konqueror tab if possible
* Automatically authenticates with del.icio.us
rodgerSan
11 years ago
Regards,
Report
timb
11 years ago
Report
slarrain
12 years ago
I can't use it... it gives me the "konqueror not available" error...
i'm kind of new, but i've tried a lot of different configurations... no use...
is there any thing i could do? (kubuntu 8.10)
thank's
Report
noskule
12 years ago
did someone try this with kubuntu 8.1 / kde4.1?
I installed it localy but don't get anything in the kontext menu.
The actions option dosn't apear at all.
Any idea?
grz nos
Report
nemti
13 years ago
exec("dcop konqueror-" . getppid() . " konqueror-mainwindow#1 newTab \"http://del.icio.us/" . $username . "?url=" . uri_escape($bookmarkurl) . "&title=" . uri_escape($pagecontent->title) . "¬es=" . uri_escape(HTML::HeadParser->new($pagecontent)->header("x-meta-description")) . "&jump=close\"");
Otherwise, this is a great utility - thankyou.
Report
timb
13 years ago
Report
toyg
13 years ago
This also gave me the idea for lots of other improvements I could add in this way. Thanks for your great work.
Report
timb
13 years ago
Report
rowanrook
13 years ago
Report
timb
13 years ago
Report
Rudd-O
13 years ago
object not accessible
what is going on?
Report
timb
13 years ago
Report
timelady
13 years ago
kde 3.5.7, ubuntu gutsy. kde 4 installed as an option (its fun to play), but only logging into kde 3.5.
suggestions?
Report
timb
13 years ago
Report
timelady
13 years ago
Report
timb
13 years ago
Report
m4v3r1ck
13 years ago
anyway nice stuff.
Report
angrykeyboarder
13 years ago
Unknown host www.nth-dimension.org.uk
Report
timb
13 years ago
Report
angrykeyboarder
13 years ago
Report
MichaelSD
13 years ago
Thanks again.
Report
MichaelSD
13 years ago
$methodname = shift;
# set the username
$username = "michaelsd";
if ($methodname eq "bookmark") {
If I use the add bookmark from the del.icio.us menu nothing happens.
Any ideas?
Report
timb
13 years ago
Report
MichaelSD
13 years ago
Report
MichaelSD
13 years ago
$methodname = shift;
# set the username
$username = "michaelsd";
if ($methodname eq "bookmark") {
If I use the add bookmark from the del.icio.us menu nothing happens.
Any ideas?
Report