Create gh-pages branch via GitHub

This commit is contained in:
Timothee "TTimo" Besset
2014-01-05 08:11:26 -08:00
parent 5bef67d16b
commit c6f29f7223
3 changed files with 30 additions and 33 deletions

View File

@@ -16,24 +16,29 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/TTimo/doom3.gpl">Fork Me on GitHub</a>
<a id="forkme_banner" href="https://github.com/TTimo/doom3.gpl">View on GitHub</a>
<h1 id="project_title">Doom3.gpl</h1>
<h2 id="project_tagline">Doom 3 GPL source release</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/TTimo/doom3.gpl/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/TTimo/doom3.gpl/tarball/master">Download this project as a tar.gz file</a>
</section>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/TTimo/doom3.gpl/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/TTimo/doom3.gpl/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Doom 3 GPL source release</h3>
<h3>
<a name="doom-3-gpl-source-release" class="anchor" href="#doom-3-gpl-source-release"><span class="octicon octicon-link"></span></a>Doom 3 GPL source release</h3>
<p>This is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was at id, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it at this time. If you are looking for an active Doom 3 GPL source tree, have a look at <a href="https://github.com/dhewg" class="user-mention">@dhewg</a>'s fork <a href="https://github.com/dhewg/doom3.gpl">https://github.com/dhewg/doom3.gpl</a>, or at <a href="http://www.iodoom3.org/">http://www.iodoom3.org/</a></p>
<p>This is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was an id employee, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it.</p>
<p>If you are looking for an updated and active Doom 3 GPL source tree, have a look at <a href="https://github.com/dhewm/dhewm3">https://github.com/dhewm/dhewm3</a></p>
<p>Also note that the source code for Doom3 BFG edition was also released under GPL, and is significantly different from this codebase. You can get the original source release for Doom3 BFG here: <a href="https://github.com/id-Software/DOOM-3-BFG">https://github.com/id-Software/DOOM-3-BFG</a>, and an active port tree here: <a href="https://github.com/RobertBeckebans/RBDOOM-3-BFG">https://github.com/RobertBeckebans/RBDOOM-3-BFG</a></p>
</section>
</div>

View File

@@ -1 +1 @@
{"name":"Doom3.gpl","body":"### Doom 3 GPL source release\r\n\r\nThis is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was at id, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it at this time. If you are looking for an active Doom 3 GPL source tree, have a look at @dhewg's fork https://github.com/dhewg/doom3.gpl, or at http://www.iodoom3.org/\r\n\r\n","tagline":"Doom 3 GPL source release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"Doom3.gpl","tagline":"Doom 3 GPL source release","body":"### Doom 3 GPL source release\r\n\r\nThis is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was an id employee, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it.\r\n\r\nIf you are looking for an updated and active Doom 3 GPL source tree, have a look at https://github.com/dhewm/dhewm3\r\n\r\nAlso note that the source code for Doom3 BFG edition was also released under GPL, and is significantly different from this codebase. You can get the original source release for Doom3 BFG here: https://github.com/id-Software/DOOM-3-BFG, and an active port tree here: https://github.com/RobertBeckebans/RBDOOM-3-BFG","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

View File

@@ -1,5 +1,5 @@
/*******************************************************************************
Slate Theme for Github Pages
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/
@@ -39,18 +39,11 @@ ol, ul {
list-style: none;
}
blockquote, q {
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a:focus {
outline: none;
}
/*******************************************************************************
Theme Styles
*******************************************************************************/
@@ -125,14 +118,11 @@ a {
-ms-transition: text-shadow 0.5s ease;
}
#main_content a:hover {
color: #0069ba;
text-shadow: #0090ff 0px 0px 2px;
}
a:hover, a:focus {text-decoration: underline;}
footer a:hover {
color: #43adff;
text-shadow: #0090ff 0px 0px 2px;
footer a {
color: #F2F2F2;
text-decoration: underline;
}
em {
@@ -158,6 +148,15 @@ img {
-ms-box-shadow: 0 0 5px #ebebeb;
}
p img {
display: inline;
margin: 0;
padding: 0;
vertical-align: middle;
text-align: center;
border: none;
}
pre, code {
width: 100%;
color: #222;
@@ -169,9 +168,6 @@ pre, code {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
pre {
@@ -199,16 +195,17 @@ blockquote {
border-left: 3px solid #bbb;
}
ul, ol, dl {
margin-bottom: 15px
}
ul li {
ul {
list-style: inside;
padding-left: 20px;
}
ol li {
ol {
list-style: decimal inside;
padding-left: 20px;
}
@@ -257,11 +254,6 @@ form {
padding: 20px;
}
img {
width: 100%;
max-width: 100%;
}
/*******************************************************************************
Full-Width Styles
*******************************************************************************/