Hi all, For the last couple of days I've been working on the simpy api php version and on a drupal module to integrate drupal and simpy. I have reached today a...
Hi, Wrote the last message in a hurry and forgot something. I discovered today that the xml structure returned by GetTags is different from what is on the...
Hi Alexandru, ... That was a little search and replace bug that made its way into the XML response after some of my code and template refactorings. The...
Otis Gospodnetic
otis@...
Nov 2, 2005 7:59 am
54
Hi Alexandru, On 11/1/05, Alexandru Badiu <alex@...> wrote: [...] ... The problem with the "else" here is, that you won't catch deleted links....
Benjamin Reitzammer
breitzammer@...
Nov 2, 2005 10:19 am
55
Hi Benjamin, ... Yes, it is a one way sync. I will probably just get all the links once per day (drupal cron usually runs once per day). ... Thanks for the...
Hi, Seems it's still not generating correct xml. Now I get: <tags user="void"> <tag=".net" count="14"/> <tag="free" count="8"/> Best regards, -- Alexandru...
... The above looks correct, except for the missing </tags> at the very end. I just tried hitting http://www.simpy.com/simpy/api/rest/GetTags.do and I got...
Otis Gospodnetic
otis@...
Nov 2, 2005 5:05 pm
58
Hi, ... This is not well-formed XML. Looks like the "name"-attribute is missing. It should look like: <tag name="java" count="300" /> Or is my complete...
Benjamin Reitzammer
breitzammer@...
Nov 2, 2005 9:26 pm
59
Good eyes, Benjamin! The fix is up: http://www.simpy.com/simpy/api/rest/GetTags.do Otis...
Otis Gospodnetic
otis@...
Nov 3, 2005 5:45 am
60
Long time listener ... First time poster. But in all seriousness, I had seen a few messages back in June about various changes to the Simpy Java API. I just...
... Hi David, Thanks! If you make a new release, feel free to email us here. Everyone: David is the author of simpy-java API client and also the author of...
Otis Gospodnetic
otis@...
Dec 13, 2005 9:41 pm
62
I'm trying to write a new Simpy sidebar based on PHP/AJAX, and I'm running into some problems when searching for links. First of all, this is what works...
Hello Abe, ... Hm, sounds very interesting. Does your project have a public URL that we can see, or do you have any screenshots you can share? ... The problem...
Otis Gospodnetic
otis@...
Jan 2, 2006 6:57 pm
64
... Otis, This idea is based on Saurier Duval's code that you posted a few months ago. I started by copying it onto a page by itself, so it's simply a text...
Hi Abe, ... Yes, something like that. ... Actually, you can use Simpy for that. If you got you your Links page on Simpy, you will see a few hyperlinks under...
Otis Gospodnetic
otis@...
Jan 3, 2006 6:26 pm
66
Otis, You can see the HTML and Javascript at http://alsophome.us/simpy.html Right now, it's not much different than Saurier had on his blog, but I'm excited...
I just realized I should have warned you that this probably only works on Firefox. Anyway, I did fix a couple bugs and provide a workaround for the issues I...
Hello, Here is an idea for anyone who wants to play with visualizations of their Simpy data: http://expialidocio.us/ The source code is actually open-sourced: ...
Otis Gospodnetic
otis@...
Jan 13, 2006 6:12 pm
69
Hello, I've seen the URL: http://www.simpy.com/simpy/api/rest/GetTags.do returns: the list of your most popular tags and their counts but... is it possible to...
Hello, I'm trying to make a Simpy sidebar based on Saurier's code (http://www.socio-kybernetics.net/saurierduval/2005/10/simpy-life.html). I would like to make...
Hi, Alternative sorting is currently not possible through the API, but you probably noticed that it is now available through the regular site, so adding it to...
Otis Gospodnetic
otis@...
Jan 18, 2006 7:01 pm
72
Hello Ferran, This looks good, a little Ajax! :) As far as alert at the end of makeRequest function goes, I'm no Ajax expert, but just recently I saw...
Otis Gospodnetic
otis@...
Jan 18, 2006 7:03 pm
73
I take this back. If your preferences for tag order is set to 'Alphabetical Order', then a call to GetTags API call _will_ return tags in the alphabetical...
Otis Gospodnetic
otis@...
Jan 18, 2006 7:12 pm
74
Are we still a few months out from seeing this rework/cleanup, or are you almost ready to post something? -Abe ... return tags ... tags, ... will all ... but...
... I'd say still at least a few weeks. Otis ... -- Simpy -- http://www.simpy.com/ -- Tag. Search. Share....
Otis Gospodnetic
otis@...
Jan 18, 2006 10:08 pm
76
Hi Otis, I've seen the alpha sorting at the main page. Great update, thanks! When GetTags returns all tags it will be perfect. I've read your recommendations...
Hello, Some people requested it and I got bored to wait for my Drupal CVS account to be fixed, so I'm releasing the sources today. They are in beta and might...
Hi, ... looks good, from what I can tell. ... What license are you releasing this code under? Would you like/mind us including the project in the simpyapi...
Benjamin Reitzammer
breitzammer@...
Feb 15, 2006 11:44 am
80
Hi, ... It's gonna look better next week. :) ... Oh, I forgot about the license. :) It's GPL. It's no problem to add it to sf, I'll create an account and send...