Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidyzoidzoid committed Apr 15, 2015
0 parents commit de307f6
Show file tree
Hide file tree
Showing 5 changed files with 943 additions and 0 deletions.
158 changes: 158 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Counter-Strike: Global Offensive map overviews by zoidbergwill</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Counter-Strike: Global Offensive map overviews</h1>
<h2 class="project-tagline">Unlabelled overviews for competitive CS: GO maps, useful for planning strategies and positioning.</h2>
<a href="https://github.com/zoidbergwill/csgo-overviews" class="btn">View on GitHub</a>
<a href="https://github.com/zoidbergwill/csgo-overviews/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/zoidbergwill/csgo-overviews/tarball/master" class="btn">Download .tar.gz</a>
</section>

<section class="main-content">
<h1>
<a id="counter-strike-global-offensive-map-overviews" class="anchor" href="#counter-strike-global-offensive-map-overviews" aria-hidden="true"><span class="octicon octicon-link"></span></a>Counter-Strike: Global Offensive map overviews</h1>

<p>This is a collection of radar overviews, and eventually thumbnails,
in more usable formats, with scripts for easily updating them.
The scripts use <a href="https://warehouse.python.org/project/pyglet/">pyglet</a> to convert
the raw DDS files to PNG files, and then <a href="https://warehouse.python.org/project/Pillow/">Pillow</a> to resize
the PNG files.</p>

<p>The converting stuff should work for any DDS files to PNG.</p>

<p>If you're just looking for image versions of the maps, go to the <a href="https://github.com/zoidbergwill/csgo-overviews/releases">Releases</a>
and get the latest <a href="https://github.com/zoidbergwill/csgo-overviews/releases/download/0.0.1/overviews.zip"><code>overviews.zip</code></a></p>

<h2>
<a id="updating-the-overviews" class="anchor" href="#updating-the-overviews" aria-hidden="true"><span class="octicon octicon-link"></span></a>Updating the overviews</h2>

<ul>
<li>Prepare the virtualenv:</li>
</ul>

<div class="highlight highlight-bash"><pre> virtualenv virtualenv
<span class="pl-c1">.</span> virtualenv/bin/activate
pip install -r requirements.txt</pre></div>

<ul>
<li><p>Drop the <code>.dds</code> files from <code>common/Counter-Strike Global Offensive/csgo/resource/overviews</code> in
<code>csgo-overviews/overviews/raw</code>.</p></li>
<li><p>Run the script:</p></li>
</ul>

<div class="highlight highlight-bash"><pre> scripts/update_overviews.py</pre></div>

<h2>
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing</h2>

<p>Contributions are welcome, and they are greatly appreciated! Every
little bit helps, and credit will always be given.</p>

<h3>
<a id="report-bugs" class="anchor" href="#report-bugs" aria-hidden="true"><span class="octicon octicon-link"></span></a>Report Bugs</h3>

<p>Report bugs using the <a href="https://github.com/zoidbergwill/csgo-overviews/issues?state=open">issue tracker</a>.</p>

<p>If you are reporting a bug, please include:</p>

<ul>
<li>Your operating system name and version.</li>
<li>Any details about your local setup that might be helpful in troubleshooting.</li>
<li>Detailed steps to reproduce the bug.</li>
</ul>

<h3>
<a id="fix-bugs" class="anchor" href="#fix-bugs" aria-hidden="true"><span class="octicon octicon-link"></span></a>Fix Bugs</h3>

<p>Look through the GitHub issues for bugs. Anything tagged with "bug"
is open to whoever wants to implement it.</p>

<h3>
<a id="implement-features" class="anchor" href="#implement-features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Implement Features</h3>

<p>Look through the GitHub issues for features. Anything tagged with "feature"
is open to whoever wants to implement it.</p>

<h3>
<a id="submit-feedback" class="anchor" href="#submit-feedback" aria-hidden="true"><span class="octicon octicon-link"></span></a>Submit Feedback</h3>

<p>The best way to send feedback is using the <a href="https://github.com/zoidbergwill/csgo-overviews/issues?state=open">issue tracker</a></p>

<p>If you are proposing a feature:</p>

<ul>
<li>Explain in detail how it would work.</li>
<li>Keep the scope as narrow as possible, to make it easier to implement.</li>
<li>Remember that this is a volunteer-driven project, and that contributions
are welcome :)</li>
</ul>

<h2>
<a id="obvious-licensing-stuff" class="anchor" href="#obvious-licensing-stuff" aria-hidden="true"><span class="octicon octicon-link"></span></a>Obvious licensing stuff</h2>

<p>All images belong to Valve.</p>

<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>

<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>

<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>

<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>

<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>

<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>

<h3>
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>

<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>

<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>

<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>

<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>

<p>Having trouble with Pages? Check out the documentation at <a href="https://help.github.com/pages">https://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>

<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/zoidbergwill/csgo-overviews">Counter-Strike: Global Offensive map overviews</a> is maintained by <a href="https://github.com/zoidbergwill">zoidbergwill</a>.</span>

<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>

</section>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-61944346-1");
pageTracker._trackPageview();
} catch(err) {}
</script>

</body>
</html>

1 change: 1 addition & 0 deletions params.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Counter-Strike: Global Offensive map overviews","tagline":"Unlabelled overviews for competitive CS: GO maps, useful for planning strategies and positioning.","body":"# Counter-Strike: Global Offensive map overviews\r\n\r\nThis is a collection of radar overviews, and eventually thumbnails,\r\nin more usable formats, with scripts for easily updating them.\r\nThe scripts use [pyglet](https://warehouse.python.org/project/pyglet/) to convert \r\nthe raw DDS files to PNG files, and then [Pillow](https://warehouse.python.org/project/Pillow/) to resize\r\nthe PNG files.\r\n\r\nThe converting stuff should work for any DDS files to PNG.\r\n\r\nIf you're just looking for image versions of the maps, go to the [Releases](https://github.com/zoidbergwill/csgo-overviews/releases)\r\nand get the latest [`overviews.zip`](https://github.com/zoidbergwill/csgo-overviews/releases/download/0.0.1/overviews.zip)\r\n\r\n## Updating the overviews\r\n\r\n* Prepare the virtualenv:\r\n\r\n```bash\r\n virtualenv virtualenv\r\n . virtualenv/bin/activate\r\n pip install -r requirements.txt\r\n```\r\n\r\n* Drop the `.dds` files from `common/Counter-Strike Global Offensive/csgo/resource/overviews` in\r\n`csgo-overviews/overviews/raw`.\r\n\r\n* Run the script:\r\n\r\n```bash\r\n scripts/update_overviews.py\r\n```\r\n\r\n## Contributing\r\n\r\nContributions are welcome, and they are greatly appreciated! Every\r\nlittle bit helps, and credit will always be given.\r\n\r\n### Report Bugs\r\n\r\nReport bugs using the [issue tracker](https://github.com/zoidbergwill/csgo-overviews/issues?state=open).\r\n\r\nIf you are reporting a bug, please include:\r\n\r\n* Your operating system name and version.\r\n* Any details about your local setup that might be helpful in troubleshooting.\r\n* Detailed steps to reproduce the bug.\r\n\r\n### Fix Bugs\r\n\r\nLook through the GitHub issues for bugs. Anything tagged with \"bug\"\r\nis open to whoever wants to implement it.\r\n\r\n### Implement Features\r\n\r\nLook through the GitHub issues for features. Anything tagged with \"feature\"\r\nis open to whoever wants to implement it.\r\n\r\n### Submit Feedback\r\n\r\nThe best way to send feedback is using the [issue tracker](https://github.com/zoidbergwill/csgo-overviews/issues?state=open)\r\n\r\nIf you are proposing a feature:\r\n\r\n* Explain in detail how it would work.\r\n* Keep the scope as narrow as possible, to make it easier to implement.\r\n* Remember that this is a volunteer-driven project, and that contributions\r\n are welcome :)\r\n\r\n\r\n## Obvious licensing stuff\r\n\r\nAll images belong to Valve.\r\n\r\n### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at https://help.github.com/pages or contact [email protected] and we’ll help you sort it out.\r\n","google":"UA-61944346-1","note":"Don't delete this file! It's used internally to help with page regeneration."}
115 changes: 115 additions & 0 deletions stylesheets/github-light.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
/*
Copyright 2014 GitHub Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.pl-c /* comment */ {
color: #969896;
}

.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-s .pl-v /* string variable */ {
color: #0086b3;
}

.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #795da3;
}

.pl-s .pl-s1 /* string source */,
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
color: #333;
}

.pl-ent /* entity.name.tag */ {
color: #63a35c;
}

.pl-k /* keyword, storage, storage.type */ {
color: #a71d5d;
}

.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
color: #183691;
}

.pl-v /* variable */ {
color: #ed6a43;
}

.pl-id /* invalid.deprecated */ {
color: #b52a1d;
}

.pl-ii /* invalid.illegal */ {
background-color: #b52a1d;
color: #f8f8f8;
}

.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
color: #63a35c;
font-weight: bold;
}

.pl-ml /* markup.list */ {
color: #693a17;
}

.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
color: #1d3e81;
font-weight: bold;
}

.pl-mq /* markup.quote */ {
color: #008080;
}

.pl-mi /* markup.italic */ {
color: #333;
font-style: italic;
}

.pl-mb /* markup.bold */ {
color: #333;
font-weight: bold;
}

.pl-md /* markup.deleted, meta.diff.header.from-file */ {
background-color: #ffecec;
color: #bd2c00;
}

.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
background-color: #eaffea;
color: #55a532;
}

.pl-mdr /* meta.diff.range */ {
color: #795da3;
font-weight: bold;
}

.pl-mo /* meta.output */ {
color: #1d3e81;
}
Loading

0 comments on commit de307f6

Please sign in to comment.