Mohamed,
I assume you're asking for a list of contributors to be put beside
each link on the wiki. Since the list of contributors to open source
projects can change over time, it seems the best policy is to link to
the project site and have that site be the authority on who the
project contributors/maintainers are. Most hosted project sites have
a general wiki or specific way of tracking project members. Hopefully
once your project is approved on
java.net this will work for you.
On Feb 9, 11:50 am, SANAULLAH <
sanaulla...@gmail.com> wrote:
> The JKiva <
https://jkiva.dev.java.net/> project is still under pending
> approval (
https://jkiva.dev.java.net/) so ppl accessing it are asked to
> login. Hopefully it gets approved at the earliest. Meanwhile i have been
> working on the Java wrapper and will be ready with it in a week.
>
> Can we have contributed by put up along with the link?
>
> Regards,
>
> Mohamed Sanaullahttp://
www.letmeknow.in/http://osum.sun.com/
>
> 2009/2/9 Skylar Woodward <
sky...@kiva.org>
>
> > Excellent - I added all the new wrapper projects to the Wiki.
>
> > On Feb 8, 2009, at 1:25 PM, SANAULLAH wrote:
>
> > I have started a project on
java.net for creating a Java wrapper for Kiva
> > APIs. Find the project here:
https://jkiva.dev.java.net/
>
> > I have started working on parsing Loans and providing Loan related data.
> > What i have thought is to implement different Loan related operations as
> > different methods, in that way i will be having getNewestLoans(),
> > getLoanDetail(), getLoanDetail(Array of IDs), getLenders(loanID),
> > getJournalEntries(loanID), serachLoan(). All these methods are defined in
> > the class LoanParser. I will be using SAX Parser for parsing the XML
> > response because the XML response size would be more and using a DOM parser
> > means lot of memory wastage.
>
> > Regards,
>
> > Mohamed Sanaulla
> >
http://www.letmeknow.in/
> >
http://osum.sun.com/
>
> > 2009/2/5 Mark McSpadden <
markmcspad...@gmail.com>