Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.86 KB

File metadata and controls

64 lines (43 loc) · 1.86 KB

Tutorial : Slurping form Old GoogleCode to New Opensoemce

Concepts:

There are two repos

The BIG one is already populated.

You are just adding "readme-ish" files to the BABY one in some "*.md" file in some /topic/subtopic/_posts/*md file.

Before you begin

You will need:

Step 1

  • copy wiki file to appropriate _posts directory
  • change filename to yyyy-mm-dd-filename.md
  • add YAML header, where "summary" is the summary listed in the file:
---
title: filename
excerpt: summary
layout: repo
---

Step 2

  • delete #summary ..., #labels ..., and <wiki:toc max_depth="2" /> lines
  • replace "= text =" with "# text" everywhere there is a line with "= text ="
  • Under "URL" and "Reference": change links from the format "[url linkname]" to the format "linkname"
  • Under "URL", change all url's to the new url given, with the filename added to the end.
  • remove all square brackets (ie []) that are not links to the data
  • change the change log format from:
|| When || What ||
|| date || change description ||

to:

When | What
---- | ----
date | change description

Then save and issue a pull request.

See the sample for any questions.