]> git.za3k.com Git - za3k.git/commitdiff
Add github page to za3k.com
authorZachary Vance <za3k@za3k.com>
Fri, 20 Nov 2015 06:12:52 +0000 (22:12 -0800)
committerZachary Vance <za3k@za3k.com>
Fri, 20 Nov 2015 06:12:52 +0000 (22:12 -0800)
github.html [new file with mode: 0644]

diff --git a/github.html b/github.html
new file mode 100644 (file)
index 0000000..433b349
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+<head><title>Github Archive</title></head>
+<body>
+Currently no one has archived github.com.
+
+I host the metadata for the repositories. Metadata for gists is currently unavailable from github, but I'm working with them to make it public.
+<ul>
+       <li>Full repository metadata is available in batches of 10,000 at <pre>http://za3k.com/github/repos-&lt;X>0000-&lt;X+1>0000.json
+>http://za3k.com/github/repos-&lt;X>0000-&lt;X+1>0000.json.gz</pre>.</li>
+       <li>You can grab greatly abbreviated metadata (recommended) as <a href="https://za3k.com/github/repos.json">JSON</a>.</li>
+       <li>Finally, you can get a txt file of just the repo names: <a href="https://za3k.com/github/repos.txt">txt</a>.</li>
+<ul>
+
+Additional information:
+<ul>
+       <li>I got data on github repositories using a <a href="https://github.com/za3k/github-backup">custom tool</a> I wrote which uses the github API.</li>
+       <li><a href="https://www.githubarchive.org">githubarchive.org</a> archives the public timeline of github.</li>
+       <li><a href="http://archiveteam.org/index.php?title=Github">Archive Team</a> has some information about github, and you probably should talk to them if you want to archive github. We basically just don't have anyone with space.</li>
+</ul>
+</body>
+</html>