httpbuilder
httpbuilder copied to clipboard
Codehaus link no more works
Yes, need new docs on http://groovy-lang.org/ - don't think it's just moved as google search of the site doesn't turn anything up.
Codehaus is shutting down. The documentation for Groovy itself has moved to groovy-lang.org, but third party modules like HTTPBuilder should move theirs too.
Would it be a good idea to keep these docs hosted somewhere until they are moved?
You can see them on http://docs.codehaus.org/display/GROOVY/Http+Builder, but be aware that Codehaus is often down, and there's nothing we can do about it, so the project maintainers should probably move the documentation to GitHub pages, for example, asap.
This is just the summary page, the link to the project site/full documentation is 404: http://groovy.codehaus.org/modules/http-builder/
What about generating them?
git clone [email protected]:jgritman/httpbuilder.git
cd httpbuilder
mvn -DskipTests site
then take a look at target/site
Thank you, that looks good. I have mirrored the site here if anyone else is looking: http://nourishedcloud.com:81/httpbuild/
Thanks all for the links.
Would it make sense to have a CI publish docs back to the repo on the gh-pages branch?
A lot of grails plugins seem to be doing that.
I copied them to the project wiki... Seemed a good place for them