forked from puniverse/comsat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
190 changed files
with
8,964 additions
and
25,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,14 @@ | ||
<!-- <script src="{{site.baseurl}}/js/prettify/prettify.js"></script> --> | ||
<script src="{{site.baseurl}}/js/jquery.min.js"></script> | ||
<script src="{{site.baseurl}}/bootstrap/js/bootstrap.min.js"></script> | ||
<script src="{{site.baseurl}}/js/bootstrap-scrollspy.js"></script> | ||
<script> | ||
|
||
{% if site.ga_tracking_id %} | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', '{{site.ga_tracking_id}}']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); | ||
ga.type = 'text/javascript'; | ||
ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(ga, s); | ||
})(); | ||
{% endif %} | ||
|
||
// Change "active" style on selected left-hand navigation menu item. | ||
$(document).ready(function () { | ||
var path = location.pathname; | ||
$('ul.nav > li > a[href="' + path + '"]').parent().addClass('active'); | ||
|
||
// TODO: Use kramdown {:.prettyprint .linenums .lang-ruby} to add the | ||
// <pre class="prettyprint"> instead of doing this client-side. | ||
|
||
// $('pre:has(code:not(.language-txt))').addClass('prettyprint'); | ||
// window.prettyPrint && prettyPrint(); | ||
}); | ||
</script> | ||
<footer> | ||
<div class="container"> | ||
<div id="logo-footer"></div> | ||
<ul> | ||
<li><a href="http://paralleluniverse.co/support/support/">Support</a></li> | ||
<li><a href="http://paralleluniverse.co/support/documentation/">Documentation</a></li> | ||
<li><a href="http://paralleluniverse.co/support/about/">Company</a></li> | ||
<li><a href="http://blog.paralleluniverse.co">Blog</a></li> | ||
</ul> | ||
<a href="https://www.facebook.com/puniverseco" class="social social1">social</a> | ||
<a href="https://twitter.com/puniverseco" class="social social2">social</a> | ||
<a href="http://www.linkedin.com/company/parallel-universe?trk=company_name" class="social social3">social</a> | ||
</div><!--container--> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,35 @@ | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta itemprop="name" content="{{site.project}}"> | ||
<meta itemprop="description" content="{{site.tagline}}"> | ||
<title> | ||
{% if page.title %} | ||
{{page.title}} - | ||
{% else %} | ||
Welcome - | ||
{% endif %} {{site.project}} | ||
</title> | ||
<!--<link rel="shortcut icon" href="/images/icons/loading_icon.png">--> | ||
<link href="{{site.baseurl}}/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | ||
<link href="{{site.baseurl}}/css/pygments/jekyll-github.css" rel="stylesheet" type="text/css"> | ||
<!-- comment out the next line to disable line numbers --> | ||
<link href="{{site.baseurl}}/css/pygments/linenos.css" rel="stylesheet" type="text/css"> | ||
<!-- <link href="{{site.baseurl}}/css/prettify/sunburst.css" rel="stylesheet" type="text/css"> --> | ||
<link href="{{site.baseurl}}/css/site.css?{{'now' | date: "%Y%m%d"}}" rel="stylesheet" type="text/css"> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Parallel Universe</title> | ||
<meta name="description" content=""> | ||
<meta name="format-detection" content="telephone=no"> | ||
<meta name="viewport" content="width=1100"> | ||
<script type="text/javascript" src="//use.typekit.net/pfn0abv.js"></script> | ||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | ||
<link href='http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/screen.css"> | ||
<script src="{{site.baseurl}}/js/vendor/modernizr-2.6.2.min.js"></script> | ||
|
||
{% for item in page.stylesheets %} | ||
<link rel="stylesheet" src="{{ item }}"> | ||
{% endfor %} | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> | ||
<script src="{{site.baseurl}}/js/plugins.js"></script> | ||
<script src="{{site.baseurl}}/js/main.js"></script> | ||
|
||
<script> | ||
var _gaq=[['_setAccount','XXX'],['_trackPageview']]; | ||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; | ||
g.src='//www.google-analytics.com/ga.js'; | ||
s.parentNode.insertBefore(g,s)}(document,'script')); | ||
</script> | ||
<!--[if lt IE 9]> | ||
<script src="js/vendor/html5shiv.js"></script> | ||
<![endif]--> | ||
<!--[if lt IE 8]> | ||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> | ||
<![endif]--> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
<header> | ||
<div class="container"> | ||
<a href="{{site.baseurl}}" id="logo">Parallel Universe</a> | ||
<ul id="nav"> | ||
<li class="sub"> | ||
<a>Products</a> | ||
<ul> | ||
<li class="li1"><a href="http://paralleluniverse.co/comsat/">Comsat</a></li> | ||
<li class="li2"><a href="http://paralleluniverse.co/quasar/">Quasar</a></li> | ||
<li class="li3"><a href="http://paralleluniverse.co/spacebase/">Spacebase</a></li> | ||
<li class="li4"><a href="http://paralleluniverse.co/galaxy/">Galaxy</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="http://paralleluniverse.co/support/">Support</a></li> | ||
<li><a href="http://paralleluniverse.co/documentation/">Documentation</a></li> | ||
<li><a href="http://paralleluniverse.co/about/">Company</a></li> | ||
<li><a href="http://blog.paralleluniverse.co">Blog</a></li> | ||
</ul> | ||
</div> | ||
</header> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<div class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<div class="container-fluid"> | ||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
</a> | ||
<a class="brand" href="{{site.baseurl}}/">{{site.project}}</a> | ||
<div class="nav-collapse collapse"> | ||
<ul class="nav"> | ||
<li class="icon github"><a href="https://github.com/{{site.github}}"><img src="{{site.baseurl}}/images/icons/github.png">View on Github</a></li> | ||
<li><a href="{{site.baseurl}}/javadoc/index.html">API</a> </li> | ||
<li class="icon bug"><a href="https://github.com/{{site.github}}/issues/new"><img src="{{site.baseurl}}/images/icons/bug.png">File a bug</a></li> | ||
<!-- <li class="icon source"><a href="https://github.com/puniverse/pulsar/blob/master/CONTRIBUTING.md"><img src="/images/icons/source.png">Contribute</a> </li> --> | ||
<li class="icon talk"><a href="{{site.google_group}}"><img src="{{site.baseurl}}/images/icons/talk.png">Discuss</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- <top-nav> --> | ||
<div id="doumentation-bottom-bar"> | ||
<div class="container"> | ||
<div class="side-title"><h2>documentation</h2></div> | ||
<h3>{{site.project}}</h3> | ||
<a href="https://github.com/{{site.github}}" class="btn-1"><span>View on Github</span></a> | ||
<a href="{{site.baseurl}}/javadoc/index.html" class="btn-2"><span>API</span></a> | ||
<a href="https://github.com/{{site.github}}/issues/new" class="btn-3"><span>File a bug</span></a> | ||
<a href="{{site.google_group}}" class="btn-4"><span>Discuss</span></a> | ||
</div> | ||
</div> | ||
<!-- </top-nav> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html itemscope itemtype="http://schema.org/Organization"> | ||
<head> | ||
{% include head.html %} | ||
{% include head.html %} | ||
</head> | ||
<body> | ||
|
||
{% include top-nav.html %} | ||
|
||
<div class="container-fluid"> | ||
<div class="row-fluid"> | ||
{% include left-nav.html %} | ||
<div class="span8" id="content-container"> | ||
|
||
{% include edit_on_github.html %} | ||
|
||
{% if page.title %} | ||
<div class="page-header"> | ||
<h1>{{page.title}} | ||
{% if page.subtitle %} | ||
<small>{{page.subtitle}}</small> | ||
{% endif %} | ||
</h1> | ||
</div> | ||
{% endif %} | ||
|
||
<div id="content">{{content}}</div> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<div> | ||
<div>© {{site.copyright}}</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
{% include footer.html %} | ||
|
||
<body class="fixed-documentation"> | ||
ֿ{% include header.html %} | ||
|
||
<section id="main"> | ||
<div class="container"> | ||
<div id="docs-cont" class="clearfix"> | ||
<div class="sidebar"> | ||
{{content | toc}} | ||
</div> | ||
|
||
<div class="main"> | ||
<div class="doc-text"> | ||
{{content}} | ||
</div> | ||
</div><!--main--> | ||
</div><!--docs-cont--> | ||
</div> <!--container--> | ||
</section><!--main--> | ||
|
||
{% include top-nav.html %} | ||
|
||
{% include footer.html %} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
require 'nokogiri' | ||
|
||
module ExcludeTocFilter | ||
def exclude_toc(html) | ||
doc = Nokogiri::HTML(html) | ||
doc.css('#markdown-toc').remove | ||
doc.to_html | ||
end | ||
end | ||
Liquid::Template.register_filter(ExcludeTocFilter) |
Oops, something went wrong.