> Is there any way to link the README file in a project to its front
> page on Google Code, in the way that GitHub does? I realise you can
> copy and paste the README file, but then you need to do that every
> time the file is changed and the front page of projects don't seem to
> be exported if you clone or checkout a project wiki. So, I'm confused
> as to whether or not this is possible?
>
> Any ideas?!
>

hi you could try with a wiki gadget

http://code.google.com/p/support/wiki/WorkingWithGoogleGadgets#Embedding_a_remote_URL

create an xml file on your repository
----
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="remote content example" />
  <Content type="url" href="http://google-code-project-hosting-
gadgets.googlecode.com/svn/trunk/readme.txt" />
</Module>
----

and then try to embed it like described here
http://code.google.com/p/support/wiki/WorkingWithGoogleGadgets#Publishing_your_gadgets

<wiki:gadget url="http://google-code-project-hosting-
gadgets.googlecode.com/svn/trunk/examples/issueupdates_example.xml" />


cheers,
zwetan

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to