googlecode2github icon indicating copy to clipboard operation
googlecode2github copied to clipboard

Helper scripts and docs for moving a project from Google Code project hosting to Github

Results 6 googlecode2github issues
Sort by recently updated
recently updated
newest added

I would like to have my old google code wiki in creole markup. So i add this to your project. Don't know if someone else would like to use it...

On Google Code, a PascalCased word could be escaped like !FooBar to prevent it from being treated as a wiki link. This removes those extra exclamation points.

Add wikiconvert_creole.py created by @tfmorris and fix a few parsing issues in wikiconvert.py

Source extracted from http://trentm.com/2012/03/google-code-to-github.html. I think it really helps if your blog post is available inside the repository for future reference :-)

Currently, wiki lines like this aren't migrated correctly: ``` {{{some example code}}} ``` This PR fixes this problem, migrating the above example to: ``` `some example code` ```

Below is what I did, and in return got error messages in your script, did I do something wrong? python shadowissues.py mutability-detector mutability-detector # Gathering code.google.com/p/mutability-detector issues. # Gathering any...