Skip to content

Commit 9309539

Browse files
author
Tim Watson
committed
Set up a new website
1 parent 2347d90 commit 9309539

File tree

127 files changed

+14713
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+14713
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*.swo
2+
.*.swp
3+
_site
4+
.DS_Store

Makefile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
NAME ?= ''
3+
FNAME = $(shell echo $(NAME) | tr A-Z a-z)
4+
ROOT_DIRECTORY=.
5+
TEMPLATE_DIR=${ROOT_DIRECTORY}/static/templates
6+
TEMPLATE_FILES=$(wildcard ${TEMPLATE_DIR}/*)
7+
TEMPLATES=$(basename $(notdir ${TEMPLATE_FILES}))
8+
9+
all:
10+
$(info select a target)
11+
$(info ${TEMPLATES})
12+
13+
ifneq ($(NAME), '')
14+
$(TEMPLATES):
15+
cat ${TEMPLATE_DIR}/$@.md | sed s/@PAGE@/${NAME}/g >> ${ROOT_DIRECTORY}/wiki/${FNAME}.md
16+
else
17+
$(TEMPLATES):
18+
$(error you need to specify NAME=<name> to run this target)
19+
endif

_config.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
2+
auto: true
3+
lsi: false
4+
pygments: true
5+
safe: true
6+
7+
title: Cloud Haskell
8+
tagline: Erlang-style concurrency for Haskell
9+
10+
author:
11+
name: Tim Watson
12+
13+
github: hyperthunk
14+
twitter: hyperthunk
15+
16+
production_url: http://haskell-distributed.github.com/distributed-process-platform

_includes/footer.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<footer class="footer">
2+
<div class="container">
3+
<p class="pull-right" style="clear: right"><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=haskell-distributed&repo=distributed-process&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></p>
4+
<p>&copy; 2012 - 2013 <a href="http://twitter.com/welltyped">Well-Typed</a>
5+
- <a href="http://twitter.com/CloudHaskell" target="_blank">CloudHaskell</a>
6+
- <a href="https://github.com/hyperthunk" target="_blank">Tim Watson</a>
7+
</p>
8+
<p class="pull-right" style="clear: right"><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=haskell-distributed&repo=distributed-process-platform&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe></p>
9+
<p><a href="http://github.com/haskell-distributed">Code</a> licensed under <a href="https://github.com/haskell-distributed/distributed-process/blob/master/LICENSE" target="_blank">BSD-3</a>,
10+
</p>
11+
<p>
12+
Website design shamelessly derived from <a href="https://twitter.com/kmett">Edward Kmett's'</a>
13+
<a href="http://lens.github.com/">lens library github pages</a> under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
14+
</p>
15+
<p class="pull-right" style="clear: right; margin-right: -2px">
16+
<a href="https://twitter.com/CloudHaskell" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @CloudHaskell</a>
17+
</p>
18+
<p><a href="http://glyphicons.com">Glyphicons</a> and <a href="http://www.vectorportal.com/">Vectorportal</a> images reproduced with permission.</p>
19+
<p class="pull-right" style="clear: right"><!-- TODO: build status
20+
--></p>
21+
22+
<ul class="footer-links">
23+
<li><a href="http://github.com/haskell-distributed/">Source</a></li>
24+
<li class="muted">&middot;</li>
25+
<li><a href="https://github.com/haskell-distributed/distributed-process/issues?state=open">Issues</a></li>
26+
<li class="muted">&middot;</li>
27+
<li><a href="/wiki.html">Wiki</a></li>
28+
<li class="muted">&middot;</li>
29+
<li><a href="http://hackage.haskell.org/package/distributed-process/">Haddocks</a></li>
30+
</ul>
31+
</div>
32+
</footer>

_includes/head.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<meta charset="utf-8">
2+
<title>{{ page.title }}</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
5+
<meta name="author" content="{{ site.author.name }}">
6+
<!-- Le styles -->
7+
<link rel="alternate" type="application/rss+xml" href="/rss.xml" title="RSS feed for this page">
8+
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom feed for this page"/>
9+
<link href="/css/bootstrap.css" rel="stylesheet">
10+
<link href="/css/bootstrap-responsive.css" rel="stylesheet">
11+
<link href="/css/pygments.css" rel="stylesheet">
12+
<link href="/css/nav.css" rel="stylesheet">
13+
<link href="/css/page.css" rel="stylesheet">
14+
<link href="/css/footer.css" rel="stylesheet">
15+
<link href="/css/social.css" rel="stylesheet">
16+
17+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
18+
<!--[if lt IE 9]>
19+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
20+
<![endif]-->
21+
22+
<!-- Fav and touch icons -->
23+
<link rel="shortcut icon" href="/ico/favicon.ico">
24+
<!--
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/ico/apple-touch-icon-144-precomposed.png">
26+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/ico/apple-touch-icon-114-precomposed.png">
27+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/ico/apple-touch-icon-72-precomposed.png">
28+
<link rel="apple-touch-icon-precomposed" href="/ico/apple-touch-icon-57-precomposed.png">
29+
-->

_includes/js.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script src="/js/jquery.js"></script>
2+
<script src="/js/bootstrap.js"></script>
3+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

_includes/nav.html

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<div class="navbar navbar-inverse navbar-fixed-top">
2+
<div class="navbar-inner">
3+
<div class="container">
4+
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
5+
<span class="icon-bar"></span>
6+
<span class="icon-bar"></span>
7+
<span class="icon-bar"></span>
8+
</a>
9+
<a class="brand" href="/">{{ site.title }}</a>
10+
<div class="nav-collapse collapse">
11+
<ul class="nav">
12+
<li {% if page.url == "/" %}class="active"{% endif %}><a href="/">Home</a></li>
13+
<li {% if page.url == "/documentation.html" %}class="active"{% endif %}><a href="/documentation.html">Documentation</a></li>
14+
<li class="dropdown">
15+
<a class="dropdown-toggle" data-toggle="dropdown">Tutorials <b class="caret"></b></a>
16+
<ul class="dropdown-menu">
17+
{% for page in site.pages %}
18+
{% if page.categories contains 'tutorial' %}
19+
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
20+
{% endif %}
21+
{% endfor %}
22+
</ul>
23+
</li>
24+
<!-- <li {% if page.url == "/faq.html" %}class="active"{% endif %}><a href="/faq.html">FAQ</a></li> -->
25+
<li {% if page.url == "/contact.html" %}class="active"{%endif %}><a href="/contact.html">Contact</a></li>
26+
<li class="dropdown">
27+
<a href="http://www.haskell.org/haskellwiki/Cloud_Haskell" class="dropdown-toggle" data-toggle="dropdown">
28+
Resources
29+
<b class="caret"></b>
30+
</a>
31+
<ul class="dropdown-menu">
32+
<li><a href="/wiki.html">Wiki</a></li>
33+
<li><a href="http://www.haskell.org/haskellwiki/Cloud_Haskell">CH on haskell.org</a></li>
34+
<li><a href="https://github.com/haskell-distributed">Github Repositories</a></li>
35+
<li><a href="https://cloud-haskell.atlassian.net/secure/BrowseProjects.jspa#all">Issue Tracker</a></li>
36+
<li><a href="/static/semantics.pdf">Formal Semantics</a></li>
37+
<li><a href="http://www.well-typed.com/blog/">Well-Typed Blog</a></li>
38+
</ul>
39+
</li>
40+
</ul>
41+
</div>
42+
</div>
43+
</div>
44+
</div>

_layouts/default.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
{% include head.html %}
5+
<style>
6+
body {
7+
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
8+
}
9+
</style>
10+
</head>
11+
<body>
12+
{% include nav.html %}
13+
{{ content }}
14+
{% include footer.html %}
15+
{% include js.html %}
16+
</body>
17+
</html>
18+

_layouts/documentation.html

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
{% include head.html %}
5+
<style>
6+
body { padding-top: 0px; }
7+
.navbar-fixed-top { position: relative !important; }
8+
</style>
9+
<link href="/css/sidenav.css" rel="stylesheet">
10+
</head>
11+
<body data-spy="scroll" data-target=".sidebar"> <!-- data-offset-top="10">-->
12+
{% include nav.html %}
13+
<div class="container">
14+
<ul class="breadcrumb">
15+
<li><a href="/">Home</a> <span class="divider">/</span></li>
16+
<li><a href="#">Documentation</a> <span class="divider">/</span></li>
17+
</ul>
18+
</div>
19+
<div class="container">
20+
<div class="row">
21+
<div class="span3 sidebar">
22+
<div data-spy="affix" data-offset-bottom="290">
23+
<ul class="nav nav-list sidenav">
24+
<li><a href="#cloud_haskell_platform"><i class="icon-chevron-right"></i> Cloud Haskell Platform</a></li>
25+
<li><a href="#architecture"><i class="icon-chevron-right"></i> Architecture</a></li>
26+
<li><a href="#network_abstraction_layer"><i class="icon-chevron-right"></i> Network Abstraction Layer</a></li>
27+
<li><a href="#concurrency_and_distribution"><i class="icon-chevron-right"></i> Concurrency and Distribution</a></li>
28+
<li><a href="#rethinking_the_task_layer"><i class="icon-chevron-right"></i> Rethinking the Task Layer</a></li>
29+
</ul>
30+
</div>
31+
</div>
32+
<div class="span9">
33+
{{ content }}
34+
</div>
35+
</div>
36+
</div>
37+
{% include footer.html %}
38+
{% include js.html %}
39+
</body>
40+
</html>
41+

_layouts/marketing.html

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
{% include head.html %}
5+
<style>
6+
body {
7+
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
8+
}
9+
10+
/* GLOBAL STYLES
11+
-------------------------------------------------- */
12+
/* Padding below the footer and lighter body text */
13+
14+
body {
15+
padding-bottom: 40px;
16+
color: #5a5a5a;
17+
}
18+
19+
/* MARKETING CONTENT
20+
-------------------------------------------------- */
21+
22+
/* Center align the text within the three columns below the carousel */
23+
.marketing .span4 {
24+
text-align: center;
25+
}
26+
.marketing h2 {
27+
font-weight: normal;
28+
}
29+
.marketing .span4 p {
30+
margin-left: 10px;
31+
margin-right: 10px;
32+
}
33+
34+
35+
/* RESPONSIVE CSS
36+
-------------------------------------------------- */
37+
38+
@media (max-width: 767px) {
39+
40+
.marketing .span4 + .span4 {
41+
margin-top: 40px;
42+
}
43+
}
44+
</style>
45+
</style>
46+
</head>
47+
<body>
48+
49+
{% include nav.html %}
50+
{{ content }}
51+
{% include footer.html %}
52+
{% include js.html %}
53+
</body>
54+
</html>
55+

_layouts/nt_tutorial.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
{% include head.html %}
5+
<style>
6+
body { padding-top: 0px; }
7+
.navbar-fixed-top { position: relative !important; }
8+
</style>
9+
<link href="/css/sidenav.css" rel="stylesheet">
10+
</head>
11+
<body data-spy="scroll" data-target=".sidebar"> <!-- data-offset-top="10">-->
12+
{% include nav.html %}
13+
<div class="container">
14+
<ul class="breadcrumb">
15+
<li><a href="/">Home</a> <span class="divider">/</span></li>
16+
<li><a href="#">Tutorial</a> <span class="divider">/</span></li>
17+
</ul>
18+
</div>
19+
<div class="container">
20+
<div class="row">
21+
<div class="span3 sidebar">
22+
<div data-spy="affix" data-offset-bottom="290">
23+
<ul class="nav nav-list sidenav">
24+
<li><a href="#introduction"><i class="icon-chevron-right"></i> Introduction</a></li>
25+
<li><a href="#the_network_transport_api"><i class="icon-chevron-right"></i> The network-transport API</a></li>
26+
<li><a href="#writing_the_client"><i class="icon-chevron-right"></i> Writing the client</a></li>
27+
<li><a href="#writing_the_server"><i class="icon-chevron-right"></i> Writing the server</a></li>
28+
<li><a href="#conclusion"><i class="icon-chevron-right"></i> Conclusion</a></li>
29+
</ul>
30+
</div>
31+
</div>
32+
<div class="span9">
33+
{{ content }}
34+
</div>
35+
</div>
36+
</div>
37+
{% include footer.html %}
38+
{% include js.html %}
39+
</body>
40+
</html>

_layouts/page.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
---
4+
<div class="container">
5+
<ul class="breadcrumb">
6+
<li><a href="/">Home</a> <span class="divider">/</span></li>
7+
<li class="active">{{ page.title }}</li>
8+
</ul>
9+
</div>
10+
<div class="container">
11+
{{ content }}
12+
</div> <!-- /container -->

_layouts/post.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
---
4+
<div class="container">
5+
<ul class="breadcrumb">
6+
<li><a href="/">Home</a> <span class="divider">/</span></li>
7+
<li><a href="/posts.html">Posts</a> <span class="divider">/</span></li>
8+
<li>{{ page.date | date: "%B %d, %Y" }} <span class="divider">/</span></li>
9+
<li class="active">{{ page.title }}</li>
10+
</ul>
11+
</div>
12+
<div class="container">
13+
{{ content }}
14+
</div> <!-- /container -->

0 commit comments

Comments
 (0)