summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-06-06 17:47:43 -0700
committerCameron McEfee <cameron@github.com>2011-06-06 17:47:43 -0700
commit26c245eb3e584966bc8061c42704d5f35718ad49 (patch)
tree8abe0d92828deca78928506a1a552048f592c483
parent340786c8645a2e7049136dadf6c731d44402e1ae (diff)
add redirects for old pages
-rw-r--r--_posts/2008-01-01-set-up-git-redirect.markdown (renamed from _posts/2009-01-01-set-up-git-redirect.markdown)0
-rw-r--r--_posts/2008-03-01-deploy-with-capistrano.textile (renamed from _posts/2008-03-01-deploy-capistrano.textile)0
-rw-r--r--_posts/2008-03-04-split-a-subpath-into-a-new-repo.md (renamed from _posts/2008-03-04-split-a-subpath-to-a-new-repo.md)0
-rw-r--r--_posts/2009-06-24-creating-a-repo.markdown18
-rw-r--r--_posts/2010-01-01-capistrano.textile5
-rw-r--r--_posts/2010-01-01-changing-author-info.markdown5
-rw-r--r--_posts/2010-01-01-dealing-with-lineendings.textile5
-rw-r--r--_posts/2010-01-01-deleting-a-repo.markdown5
-rw-r--r--_posts/2010-01-01-dmca.md5
-rw-r--r--_posts/2010-01-01-egit-bad-tree.markdown5
-rw-r--r--_posts/2010-01-01-egit-corruption.markdown5
-rw-r--r--_posts/2010-01-01-git-email-settings.markdown5
-rw-r--r--_posts/2010-01-01-git-html-help.markdown5
-rw-r--r--_posts/2010-01-01-git-ignore.markdown5
-rw-r--r--_posts/2010-01-01-leave-a-repo.markdown5
-rw-r--r--_posts/2010-01-01-managing-clients.markdown5
-rw-r--r--_posts/2010-01-01-moving-a-repo.markdown5
-rw-r--r--_posts/2010-01-01-multiple-keys.markdown5
-rw-r--r--_posts/2010-01-01-privacy.markdown5
-rw-r--r--_posts/2010-01-01-pull-requests.md5
-rw-r--r--_posts/2010-01-01-removing-sensitive-data.markdown5
-rw-r--r--_posts/2010-01-01-splitting-a-subpath-to-a-new-repo.md5
-rw-r--r--_posts/2010-01-01-svn-importing.markdown5
-rw-r--r--_posts/2010-01-01-terms.markdown5
-rw-r--r--_posts/2010-01-01-testing-webhooks.textile5
-rw-r--r--_posts/2010-01-01-troubleshooting-common-issues.md5
-rw-r--r--_posts/2010-01-01-troubleshooting-ssh.textile5
-rw-r--r--_posts/2010-01-01-working-with-key-passphrases.textile5
28 files changed, 122 insertions, 16 deletions
diff --git a/_posts/2009-01-01-set-up-git-redirect.markdown b/_posts/2008-01-01-set-up-git-redirect.markdown
index afecf45..afecf45 100644
--- a/_posts/2009-01-01-set-up-git-redirect.markdown
+++ b/_posts/2008-01-01-set-up-git-redirect.markdown
diff --git a/_posts/2008-03-01-deploy-capistrano.textile b/_posts/2008-03-01-deploy-with-capistrano.textile
index 8d54682..8d54682 100644
--- a/_posts/2008-03-01-deploy-capistrano.textile
+++ b/_posts/2008-03-01-deploy-with-capistrano.textile
diff --git a/_posts/2008-03-04-split-a-subpath-to-a-new-repo.md b/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md
index 608c994..608c994 100644
--- a/_posts/2008-03-04-split-a-subpath-to-a-new-repo.md
+++ b/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md
diff --git a/_posts/2009-06-24-creating-a-repo.markdown b/_posts/2009-06-24-creating-a-repo.markdown
index 98e3d64..0c87474 100644
--- a/_posts/2009-06-24-creating-a-repo.markdown
+++ b/_posts/2009-06-24-creating-a-repo.markdown
@@ -1,20 +1,6 @@
---
-layout: default
+layout: redirect
title: Creating a repo
description: How to create a new repo on GitHub
redirect_to: /create-a-repo
----
-
-Creating a new repo is a simple process. Log in and go to the [dashboard](https://github.com/).
-
-Click "New Repository" on the right side of the page:
-
-![](http://img.skitch.com/20100527-nbjhrwesgdjye6nieddmqfigbt.png)
-
-Fill in the form (only the name is required):
-
-![](http://img.skitch.com/20100527-dih5dmamhfqhwr65hsa3eek6aj.png)
-
-After the repo is created, you'll be presented with the empty repo page. This page provides instructions on how to create a new local repo, push an existing repo, or import from an SVN repo.
-
-![](http://img.skitch.com/20100527-r6h2yp7m8tuxdfhppepjdsetfb.png) \ No newline at end of file
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-capistrano.textile b/_posts/2010-01-01-capistrano.textile
new file mode 100644
index 0000000..f2b3aea
--- /dev/null
+++ b/_posts/2010-01-01-capistrano.textile
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Capistrano
+redirect_to: /deploy-with-capistrano
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-changing-author-info.markdown b/_posts/2010-01-01-changing-author-info.markdown
new file mode 100644
index 0000000..37ed782
--- /dev/null
+++ b/_posts/2010-01-01-changing-author-info.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Changing author info
+redirect_to: /change-author-info
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-dealing-with-lineendings.textile b/_posts/2010-01-01-dealing-with-lineendings.textile
new file mode 100644
index 0000000..8b695e3
--- /dev/null
+++ b/_posts/2010-01-01-dealing-with-lineendings.textile
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Dealing with line endings
+redirect_to: /line-endings
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-deleting-a-repo.markdown b/_posts/2010-01-01-deleting-a-repo.markdown
new file mode 100644
index 0000000..65d27de
--- /dev/null
+++ b/_posts/2010-01-01-deleting-a-repo.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Deleting a repo
+redirect_to: /delete-a-repo
+---
diff --git a/_posts/2010-01-01-dmca.md b/_posts/2010-01-01-dmca.md
new file mode 100644
index 0000000..9a950e6
--- /dev/null
+++ b/_posts/2010-01-01-dmca.md
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: DMCA Takedown
+redirect_to: /dmca-takedown
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-egit-bad-tree.markdown b/_posts/2010-01-01-egit-bad-tree.markdown
new file mode 100644
index 0000000..256537e
--- /dev/null
+++ b/_posts/2010-01-01-egit-bad-tree.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Fixing bad tree
+redirect_to: /fix-a-bad-tree
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-egit-corruption.markdown b/_posts/2010-01-01-egit-corruption.markdown
new file mode 100644
index 0000000..5839252
--- /dev/null
+++ b/_posts/2010-01-01-egit-corruption.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Fixing egit corruption
+redirect_to: /fix-egit-corruption
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-git-email-settings.markdown b/_posts/2010-01-01-git-email-settings.markdown
new file mode 100644
index 0000000..cd85a2b
--- /dev/null
+++ b/_posts/2010-01-01-git-email-settings.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Setting user name, email and GitHub token
+redirect_to: /set-your-user-name-email-and-github-token
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-git-html-help.markdown b/_posts/2010-01-01-git-html-help.markdown
new file mode 100644
index 0000000..c54f035
--- /dev/null
+++ b/_posts/2010-01-01-git-html-help.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Installing Git HTML help
+redirect_to: /install-git-html-help
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-git-ignore.markdown b/_posts/2010-01-01-git-ignore.markdown
new file mode 100644
index 0000000..69f9847
--- /dev/null
+++ b/_posts/2010-01-01-git-ignore.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Ignoring files
+redirect_to: /ignore-files
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-leave-a-repo.markdown b/_posts/2010-01-01-leave-a-repo.markdown
new file mode 100644
index 0000000..14c5484
--- /dev/null
+++ b/_posts/2010-01-01-leave-a-repo.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Leave a repo
+redirect_to: /leave-a-collaborative-repo
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-managing-clients.markdown b/_posts/2010-01-01-managing-clients.markdown
new file mode 100644
index 0000000..31d8198
--- /dev/null
+++ b/_posts/2010-01-01-managing-clients.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Managing multiple clients
+redirect_to: /manage-multiple-clients
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-moving-a-repo.markdown b/_posts/2010-01-01-moving-a-repo.markdown
new file mode 100644
index 0000000..c3d238a
--- /dev/null
+++ b/_posts/2010-01-01-moving-a-repo.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Moving a repo
+redirect_to: /move-a-repo
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-multiple-keys.markdown b/_posts/2010-01-01-multiple-keys.markdown
new file mode 100644
index 0000000..80c8651
--- /dev/null
+++ b/_posts/2010-01-01-multiple-keys.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Multiple SSH keys
+redirect_to: /multiple-ssh-keys
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-privacy.markdown b/_posts/2010-01-01-privacy.markdown
new file mode 100644
index 0000000..9a9e0bd
--- /dev/null
+++ b/_posts/2010-01-01-privacy.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: GitHub Privacy Policy
+redirect_to: /privacy-policy
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-pull-requests.md b/_posts/2010-01-01-pull-requests.md
new file mode 100644
index 0000000..ddaedac
--- /dev/null
+++ b/_posts/2010-01-01-pull-requests.md
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Sending pull requests
+redirect_to: /send-pull-requests
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-removing-sensitive-data.markdown b/_posts/2010-01-01-removing-sensitive-data.markdown
new file mode 100644
index 0000000..ea4a467
--- /dev/null
+++ b/_posts/2010-01-01-removing-sensitive-data.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Removing sensitive data
+redirect_to: /remove-sensitive-data
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-splitting-a-subpath-to-a-new-repo.md b/_posts/2010-01-01-splitting-a-subpath-to-a-new-repo.md
new file mode 100644
index 0000000..4b77996
--- /dev/null
+++ b/_posts/2010-01-01-splitting-a-subpath-to-a-new-repo.md
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Splitting a subpath out into a new repo
+redirect_to: /split-a-subpath-into-a-new-repo
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-svn-importing.markdown b/_posts/2010-01-01-svn-importing.markdown
new file mode 100644
index 0000000..e12c5ca
--- /dev/null
+++ b/_posts/2010-01-01-svn-importing.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Importing from Subversion
+redirect_to: /import-from-subversion
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-terms.markdown b/_posts/2010-01-01-terms.markdown
new file mode 100644
index 0000000..9cad0fa
--- /dev/null
+++ b/_posts/2010-01-01-terms.markdown
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: GitHub Terms of Service
+redirect_to: /terms-of-service
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-testing-webhooks.textile b/_posts/2010-01-01-testing-webhooks.textile
new file mode 100644
index 0000000..bfb7892
--- /dev/null
+++ b/_posts/2010-01-01-testing-webhooks.textile
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Testing webhooks
+redirect_to: /test-webhooks
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-troubleshooting-common-issues.md b/_posts/2010-01-01-troubleshooting-common-issues.md
new file mode 100644
index 0000000..3a6a9f3
--- /dev/null
+++ b/_posts/2010-01-01-troubleshooting-common-issues.md
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Troubleshooting Common Issues
+redirect_to: /common-issues-and-questions
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-troubleshooting-ssh.textile b/_posts/2010-01-01-troubleshooting-ssh.textile
new file mode 100644
index 0000000..0a28143
--- /dev/null
+++ b/_posts/2010-01-01-troubleshooting-ssh.textile
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Troubleshooting SSH issues
+redirect_to: /ssh-issues
+--- \ No newline at end of file
diff --git a/_posts/2010-01-01-working-with-key-passphrases.textile b/_posts/2010-01-01-working-with-key-passphrases.textile
new file mode 100644
index 0000000..52f2685
--- /dev/null
+++ b/_posts/2010-01-01-working-with-key-passphrases.textile
@@ -0,0 +1,5 @@
+---
+layout: redirect
+title: Working with SSH key passphrases
+redirect_to: /ssh-key-passphrases
+--- \ No newline at end of file