This post has already been published on code::gallery blog which now has been merged into this blog.
Found a very useful site for API reference - gotAPI (via Curt’s Comments). It is simply great to get all the searchable documentation for scripts and programming languages at one place.
The unique thing about this is that the documentation is obtained directly from the source and is not duplicated. It covers a multitude of languages, right from markup languages to scripts to high-level language frameworks, and there is more to come. Give it to the syntax seekers!
Copyright Abhijit Nadgouda.


September 22nd, 2006 at 8:30 am
[...] I hope even gotAPI follows this. [...]
July 5th, 2007 at 4:42 pm
[...] you can search for Java API documentation for various libraries. There are others out there like gotAPI and Javaref, however JDocs lets you contribute to the documentation through annotations. The site [...]