Results 40 - 50 of 54.

2606 VIEWS

I've finished the first cut of my ohloh->RDF xsl stylesheet[1], it's still very basic and only maps data with direct mappings in DOAP/FOAF. This means that it throws away everything that makes ohloh ... [More] special, but I thought I'd get the interoperable basics out of the way first. I have two quick questions: (a) I was expecting to see license in the project information. I can't see any mapping between licenses and projects in the API at all. Am I missing something? (b) Is there a reason that ContributorFact and ContributorLanguageFact don't reference the project_id of their subject project? I know the project is in the URL, but in XSLT 1.0 this is completely inaccessible. cheers stuart [1] http://lists.usefulinc.com/pipermail/doap-interest/2008-May/000320.html / http://lists.usefulinc.com/pipermail/doap-interest/attachments/20080510/96570445/ohloh.bin [Less]

0 VIEWS

Excellent to see ohloh rolling out new features. Also explains some of the features of the XML in the API.

2606 VIEWS

It seems that this application error may be related to the fact that I'm being redirected from http://www.ohloh.net/projects/7712/... to http://www.ohloh.net/projects/simal/... which is then ... [More] failing. I'm thinking the redirection should only occur if there's no api_key in the url. [Less]

2606 VIEWS

I'm also seeing an application error with: http://www.ohloh.net/projects/simal/contributors/165705.xml&api_key=...&v=1 Confusingly the content-type is application/xml but the contents of the ... [More] error page are HTML. Maybe the Errror handling pages could reset the content-type? [Less]

2606 VIEWS

There seems to be an oddity / bug in http://www.ohloh.net/projects/1.xml?api_key=...&v=1 There's some escaped HTML in the XML for the logos: <medium_logo_url> <img alt="Svn_med" ... [More] src="http://bits.ohloh.net/attachments/1/svn_med.png" /></medium_logo_url> Which should be: <medium_logo_url>http://bits.ohloh.net/attachments/1/svn_med.png</medium_logo_url> cheers stuart [Less]

262 VIEWS

Looks like SPAM to me, no connection to ohloh and only vague ones to open source.

332 VIEWS

See also the discussion on the DOAP mailing list. DOAP (Description Of A Project) is the RDF vocabulary most extensively used by RDFohloh. http://lists.usefulinc.com/pipermail/doap-interest/2008-May/thread.html

1166 VIEWS

Thanks Jason, my fault entirely. cheers stuart

1166 VIEWS

At the bottom of http://www.ohloh.net/api/reference/activity_fact and http://www.ohloh.net/api/reference/analysis are "shortcuts" which both fail for me with the error: "A version number is ... [More] required." They fail with this error message even on the example subversion project, project 1. I've successfully used my API both before and after to get the project information for this project, so my API key is working. [Less]

519 VIEWS

This now seems to be happening. Thanks to whoever did that work.