From: Benjamin G. <go...@in...> - 2006-08-09 16:07:42
|
OK, I'm making a lot of changes at the moment - give me a few days and I will send out a link to a publicly accessible repository. While I have your attention, perhaps I can trouble the list with a design pattern question. I would like to host my own website that allows people to explore Connotea (as well as other sites) using a tag cloud style interface. To make use of the web api, I need to send a user name and a password. Is there any way that I can send requests from my website that are authenticated without the need for me to process a user's information? At the moment, I can either use my own information (hopefully you won't shut down my account..) or request the info from the user - which is not ideal for privacy purposes. If I could somehow get the users info from their browser in an encrypted format, then, assuming they are logged in, perhaps I could use their info for the authentication without ever actually "seeing" it?? Simpler just to use my account and request that its not blocked if it starts to generate heavy load I guess. ? -Ben (G) On Aug 9, 2006, at 8:46 AM, Lund, Ben wrote: > Hi Ben (G), > > I would obviously love to see what you've put together. > > Ta, > B (L) > > > On 9/8/06 16:38, "Benjamin Good" <go...@in...> wrote: > >> Thanks Martin, >> >> Happy to know I wasn't misunderstanding (for once). In case anyone >> else is interested, I am working on some tag cloud generating >> software that will hopefully meet Ross Gayler's requests (http:// >> www.connotea.org/wiki/RequestUITagCloudAnywhere ) - which have >> probably been up for a while though I hadn't noticed them till now. >> >> If I was a better programmer and/or had more time to devote I would >> put it together into a proper library for sharing (for Java >> people).. but for now, if anyone wants to see what I have hacked >> together just let me know. If someone out there does meet the two >> criteria above, I would be happy to extend the library that they >> implement with whatever bits of my code that might be useful to the >> community. >> >> cheers >> -ben >> >> On Aug 9, 2006, at 8:26 AM, Martin Flack wrote: >> >>> Hi Ben, >>> >>> We are aware of this and it's moving steadily up our to-do list. >>> It's just a bug based on the SQL, and we're actually rewriting the >>> way that works. >>> >>> q does a full text index search on most of the fields in the >>> database. >>> >>> We don't have much in the way of official sorting options at the >>> moment. Usually it's by timestamp descending, but for q it actually >>> creates a score based on which field the data appeared in. >>> >>> We should have a fix for this soon. >>> >>> Cheers, >>> Martin >>> >>> Benjamin Good wrote: >>>> Hi, >>>> I would like to GET tags that are related to a search term. >>>> Trying the following results in an error (perhaps the developers >>>> have seen the auto-bug reports already). >>>> http://www.connotea.org/tags/?q=ontology&num=10 >>>> If I constrain the query to a particular user like: >>>> http://www.connotea.org/tags/user/bgood/?q=ontology&num=10 >>>> then things are peachy. >>>> What am I doing wrong? >>>> What exactly does the ?q=X search actually do ? >>>> Is there any way to return the results sorted in a particular way? >>>> How are the results currently sorted (if at all) ? >>>> Anyone else working with Java? >>>> thanks! >>>> -Ben >>>> ------------------------------------------------------------------- >>>> -- >>>> ---- >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? >>>> Get stuff done quickly with pre-integrated technology to make your >>>> job easier >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>> Geronimo >>>> http://sel.as-us.falkag.net/sel? >>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>> _______________________________________________ >>>> Connotea-code-devel mailing list >>>> Con...@li... >>>> https://lists.sourceforge.net/lists/listinfo/connotea-code-devel >>> >> >> >> --------------------------------------------------------------------- >> ---- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Connotea-code-devel mailing list >> Con...@li... >> https://lists.sourceforge.net/lists/listinfo/connotea-code-devel > > ********************************************************************** > ********** > DISCLAIMER: This e-mail is confidential and should not be used by > anyone who is > not the original intended recipient. If you have received this e- > mail in error > please inform the sender and delete it from your mailbox or any > other storage > mechanism. Neither Macmillan Publishers Limited nor any of its > agents accept > liability for any statements made which are clearly the sender's > own and not > expressly made on behalf of Macmillan Publishers Limited or one of > its agents. > Please note that neither Macmillan Publishers Limited nor any of > its agents > accept any responsibility for viruses that may be contained in this > e-mail or > its attachments and it is your responsibility to scan the e-mail and > attachments (if any). No contracts may be concluded on behalf of > Macmillan > Publishers Limited or its agents by means of e-mail communication. > Macmillan > Publishers Limited Registered in England and Wales with registered > number 785998 > Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS > ********************************************************************** > ********** |