Hacker News new | ask | show | jobs
by nolliesnom 5449 days ago
yes, you can actually design a site for your project and host it on google code. directing your users to the gc-provided default is your choice.

the contents of your repositories are hosted available at projectname.googlecode.com, and you can serve HTML just like you can code. example: http://json-template.googlecode.com/svn/trunk/doc/On-Design-...

the urls are not as nice but github's aren't great either.

1 comments

Thanks, I didn't know that. They should publicize that feature so that more projects use it.

I still find Github's detached gh-pages branches to be really clever and convenient.