httpbuilder icon indicating copy to clipboard operation
httpbuilder copied to clipboard

Codehaus link no more works

Open rahulsom opened this issue 10 years ago • 9 comments

rahulsom avatar Mar 28 '15 21:03 rahulsom

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.

debuos512 avatar Mar 30 '15 08:03 debuos512

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.

melix avatar Mar 31 '15 09:03 melix

Would it be a good idea to keep these docs hosted somewhere until they are moved?

debuos512 avatar Mar 31 '15 09:03 debuos512

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.

melix avatar Mar 31 '15 09:03 melix

This is just the summary page, the link to the project site/full documentation is 404: http://groovy.codehaus.org/modules/http-builder/

debuos512 avatar Mar 31 '15 09:03 debuos512

What about generating them?

git clone [email protected]:jgritman/httpbuilder.git
cd httpbuilder
mvn -DskipTests site

then take a look at target/site

melix avatar Mar 31 '15 09:03 melix

Thank you, that looks good. I have mirrored the site here if anyone else is looking: http://nourishedcloud.com:81/httpbuild/

debuos512 avatar Mar 31 '15 10:03 debuos512

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.

rahulsom avatar Mar 31 '15 22:03 rahulsom

I copied them to the project wiki... Seemed a good place for them

timyates avatar Apr 09 '15 16:04 timyates