14th November 2006, 11:29 pm
I just released version 0.10 of epilicious. Go fetch it from GnomeFiles.
I decided to toss out all the translations from earlier versions (this is purely a reaction to my own inability to deal properly with contributed translations). So, please, download the POT and localise epilicious!
1st November 2006, 12:40 am
It seems my Debian packages for Epilicious have worked in Ubuntu (Dapper Drake I suppose). This is purely accidental. It’s however a very nice accident
This lucky coincidence doesn’t hold for Edgy Eft.
If you are lucky then you can get my Epilicious packages to work on Edgy Eft by copying (or linking) the files to /usr/lib/epiphany/2.16/extension. No guarantees, and YMMV, of course.
Related news: I’ve just updated the package of the development edge version of Epilicious.
7th August 2006, 10:34 pm
After taking some advice I got on #epiphany I’ve finally managed to get both epiphany and epiphany-extensions out of CVS to compile. In this case jhbuild buildone was my friend. I installed gnome-devel and python-gnome2-desktop-dev and set to work.
I used jhbuild to build glib and gtk+ (setting PKG_CONFIG_PATH in between). Then I tackled epiphany from CVS. It gave me no grief at all, though I did forget to enable Python support at first. epiphany-extensions was equally simple.
Finally I can get serious about getting epilicious into GNOME
28th July 2006, 10:35 am
This fixes the problem I mentioned before.
[Edit Sat Jul 29 10:27:39 BST 2006]
I’ve just uploaded a Debian package of 0.9.2. Enjoy!
27th July 2006, 01:11 pm
I noticed yesterday that synching was failing due to some bug in pydelicious. That was the last straw and now pydelicious is being chucked out of epilicious. It is a module written by Frank Timmerman, and it can be found here (when it isn’t totally infested with Wiki spam anyway). I was happy to be able to use it for as long as I have since it allowed me to concentrate on other parts of epilicious. Now however epilicious is working fine but pydelicious isn’t. I am not interested in fixing pydelicious since I think it’s a bit of mess and it’d be difficult for me not to do a clean-up at the same time
That would most likely take more time than writing something custom made for epilicious.
I’ve written a minimal Python module that offers exactly as much of the del.icio.us API as epilicious needs. If someone’s interested in extending it into a more full-fledged del.icio.us module—be my guest. You can find it in the development BZR repo (libepilicious/delicious.py).
I’ll be making another release of epilicious ASAP.
24th July 2006, 11:20 pm
Some kind soul sent me a Russian translation for epilicious… which I quickly lost. I guess I really should move mails to a rubbish bin rather than delete them completely.
Oh, I’d love to receive another email with that translation
Please!
5th July 2006, 10:24 pm
I’ve just released version 0.9 of epilicious. A package for Debian has of course also been uploaded to my personal APT repo. Have fun!
Oh yeah! Almost forgot. Translate it, please!
5th July 2006, 07:35 am
Since it’s been some time since the 0.8 release of epilicious and I’ve been doing some work on it lately I thought it’s time for a release soon. I should be able to get around to it in a day or two.
I went over the translations and realised that they’re all going to be out of date when I make the release. Reading through the document on L10N Guidelines for Developers I considered sending a POT file to the Translation Project. I didn’t send an email for two reasons:
- Epilicious contains 18 translatable strings. It just feels like it doesn’t belong with apps like xchat.
- I’m still hoping I’ll be able to get it into GNOME CVS at some point as an official plugin for epiphany. Then the GNOME Translation Team would get involved but unfortunately they won’t touch it until it’s in GNOME CVS.
For now I’ve uploaded the POT file. Please, please, send me a translation!
27th June 2006, 11:24 pm
I just noticed that epilicious doesn’t work for me
It seems the recent work done by the Python group in Debian Sid has resulted in the following line throwing an exception:
from elementtree.ElementTree import parse
Yes, I’ve double checked that python-elementtree is installed (python-celementtree is also installed). At the moment I’m too lazy to look into it myself and I’ve sent off an email to the Debian user list.
21st June 2006, 07:31 am
I’ve just checked in a small fix for a rather irritating bug in epilicious. I’m surprised no-one noticed the bug earlier. A local modification to the keywords of a bookmark wasn’t propagated to del.icio.us, and a second sync would revert the local change.
I’ve checked in a fix and built a new package of course.