Forum Posts

Showing page 1 of 1
Post Title Author Date Views
How difficult is to write source repository plugin for Oloh?

There is actually one API that Google uses. See http://www.google.com/support/webmasters/bin/answer.py?answer=75225. Maybe we could support this one?

audriusa  almost 3 years ago 577
How difficult is to write source repository plugin for Oloh?

Java applets are normally not big. They usually contain two to five or six classes, at most several hundreds lines of code each. There are some bigger applets with more code (20 classes or about). We ... [More] currently have 32 applets and we keep adding several every week. The biggest applet is currently "BABA" that can be launched in five different ways to demonstrate five key algorithms of the bioinformatical sequence analysis. Configured with parameters, it shows up differently if five different articles, one per algorithm. However this does not look desireable. The idea is to have many applets, covering various areas of educational visualization rather than having several very complex applets. The server already has code reviewing system that can list projects, list releases for every project, list all files in every release and retrieve the contents of any file. All this is currently converted into HTML for a browser but we could also serve XML response that would not be difficult to parse on another side. Putting all code into one single repository may be difficult for licensing reasons. They are under various licenses that while all more or less FOSS, may not be fully compatible, so different folders would contain code under different licenses. Also, it would be purely artificial aggregation as there are no dependencies nor single startup point between the applets. [Less]

audriusa  almost 3 years ago 577
Call for Java applets

Ultrastudio.org is building the Free online encyclopedia with educational Java applets as user contributed components. Collected all in one place, next to explaining articles, having server side ... [More] builds and code reviews, they may get a new life. If you think you have a good FOSS applet please let us known. We may also fix and adapt it if the general concept is good. [Less]

audriusa  almost 3 years ago 946
How difficult is to write source repository plugin for Oloh?

We would like to write and contribute a plugin for Ohloh to access our quite specific repository of Ultrastudio.org. When planning our project, we made a (maybe now questionable) decision to use ... [More] releases in the form of subsequently uploaded .zip archives. The rational was that we aim also to less experience developers that may have difficulties contributing to real content repository as CVS or SVN. Hence there is no tool like SVN on http://Ultrastudio.org and Ohloh keeps showing there is no code. However otherwise it is rather complex server with good internal access to all data that could easily serve you XML documents with structure of your choice or something the like. We can implement such plugin as we are also interested in this. From https://www.ohloh.net/api/getting_started your seem already using something similar to connect to Ohloh itself. Do you have some communication standard that you thing would be easy to support? Would it be possible to discuss about this? [Less]

audriusa  almost 3 years ago 577
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.