forked from scalapuzzlers/scalapuzzlers.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.html
157 lines (139 loc) · 7.25 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<title> Scala Puzzlers </title>
<link rel="shortcut icon" href="img/favicon.gif" type="image/x-icon" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/prettify.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31486114-1']);
_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);
})();
</script>
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50"">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<a target="_blank" href="https://github.com/scalapuzzlers/scalapuzzlers.github.com">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
</a>
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Scala ?uzz<img src="img/l.png" alt="l" style="padding-bottom:10px;padding-left:2px;padding-right:2px"/>ers</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li>
<a id="navbar-home" href="index.html">Home</a>
</li>
<li>
<a id="navbar-contribute" href="contribute.html">How to Contribute</a>
</li>
<li>
<a id="navbar-contact" href="contact.html">Contact</a>
</li>
<li>
<a id="navbar-about" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script type="text/javascript">
String.prototype.endsWith = function(suffix) {
return this.indexOf(suffix, this.length - suffix.length) !== -1;
};
var pathToID = {
"/" : '#navbar-home',
"index.html" : '#navbar-home',
"contribute.html" : '#navbar-contribute',
"contact.html" : '#navbar-contact',
"about.html" : '#navbar-about'
};
$(document).ready(function() {
function mapPathToID(path) {
var key;
var id = null;
for (key in pathToID) {
if (path === key) {
id = pathToID[key];
break;
}
}
return id;
};
var id = mapPathToID(window.location.pathname);
if (id != null) {
$(id).addClass("active");
}
});
</script>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Puzzlers</li>
<li><a href="/#pzzlr-001" id="pzzlr-001">Hi There!</a></li>
<li><a href="/#pzzlr-002" id="pzzlr-002">Match Me</a></li>
<li><a href="/#pzzlr-003" id="pzzlr-003">UPSTAIRS downstairs</a></li>
<li><a href="/#pzzlr-004" id="pzzlr-004">The Trouble With Traits</a></li>
<li><a href="/#pzzlr-005" id="pzzlr-005">The Trouble With Traits 2</a></li>
<li><a href="/#pzzlr-006" id="pzzlr-006">The Missing List</a></li>
<li><a href="/#pzzlr-007" id="pzzlr-007">Seeing Double</a></li>
<li><a href="/#pzzlr-008" id="pzzlr-008">Captured by Closures</a></li>
<li><a href="/#pzzlr-009" id="pzzlr-009">Map Comprehension</a></li>
<li><a href="/#pzzlr-010" id="pzzlr-010">Init You, Init Me</a></li>
<li><a href="/#pzzlr-011" id="pzzlr-011">A Case of Equality</a></li>
<li><a href="/#pzzlr-012" id="pzzlr-012">If At First You Don't Succeed...</a></li>
<li><a href="/#pzzlr-013" id="pzzlr-013">To Map, or Not to Map</a></li>
<li><a href="/#pzzlr-015" id="pzzlr-015">Private Lives</a></li>
<li><a href="/#pzzlr-016" id="pzzlr-016">Self: See 'Self'</a></li>
<li><a href="/#pzzlr-017" id="pzzlr-017">One Egg or Two..?</a></li>
<li><a href="/#pzzlr-018" id="pzzlr-018">Return to Me!</a></li>
<li><a href="/#pzzlr-019" id="pzzlr-019">Implicitly Surprising</a></li>
<li><a href="/#pzzlr-020" id="pzzlr-020">One Bound, Two to Go</a></li>
<li><a href="/#pzzlr-021" id="pzzlr-021">Views From the Top</a></li>
<li><a href="/#pzzlr-022" id="pzzlr-022">Count Me Now, Count Me Later</a></li>
<li><a href="/#pzzlr-023" id="pzzlr-023">Information Overload</a></li>
<li><a href="/#pzzlr-024" id="pzzlr-024">What's In a Name?</a></li>
<li><a href="/#pzzlr-025" id="pzzlr-025">$!.*% Iterators!</a></li>
<!-- 26 'reserved' for Scalaz - suggestion by A.P. Marki -->
<li><a href="/#pzzlr-027" id="pzzlr-027">I Can Has Padding?</a></li>
<li><a href="/#pzzlr-028" id="pzzlr-028">Cast Away</a></li>
<li class="divider"></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div id="prime-space" class="span9">
<div class="headline-unit">
<h2>How to contribute</h2>
<p>
<strong>1.</strong> Fork our <a target="_blank" href="https://github.com/scalapuzzlers/scalapuzzlers.github.com">github repo</a>.<br/><br/>
<strong>2.</strong> In <code>puzzlers</code> directory, you will find a file called <code>pzzlr-template.html</code>. Make a copy of it,
following the naming convention: <code>pzzlr-???.html</code>. The three digit puzzler number should be the next increment of the latest puzzler in the repository. You might need to check the open <a target="_blank" href="https://github.com/scalapuzzlers/scalapuzzlers.github.com/pulls">pull requests</a> to ensure the number is not already taken.<br/><br/>
<strong>3.</strong> In your newly created puzzler HTML file replace every occurence of the word <em>PLACEHOLDER</em> with your own content. This should require only a minimum knowledge of HTML. Try to keep it simple, but feel free to get creative if your puzzler warrants some more sophisticated presentation. If unsure, please use other puzzler HTML files as a reference.<br/><br/>
<strong>4.</strong> Commit and push your puzzler HTML file (not the template) to github. Then issue a pull request. That's it!
</p>
</div>
<footer class="footer">
Copyright © 2012, Andrew Phillips and Nermin Serifovic
</footer>
</div>
</div>
</div>
</body>
</html>