forked from codereddit/codereddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.html
More file actions
45 lines (43 loc) · 2.04 KB
/
readme.html
File metadata and controls
45 lines (43 loc) · 2.04 KB
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
<html>
<head>
<title>ReadMe</title>
</head>
<body>
<h1>About CodeReddit.com</h1>
Thanks for your interest in CodeReddit! We are the original site that brought you a safe way to lurk reddit while at your white collar IT job.<br />
We're back using the work of <a href="http://www.kpetrovich.com">Kyle Petrovich</a>, creator of <a href="http://www.codereddit.net">CodeReddit.net</a>,
as a framework to rebuild ourselves.<br /><br />
Are you lost? Did you want <a href="https://github.com/reddit/">actual reddit code</a> or perhaps you're a dev looking for the <a href="http://www.reddit.com/dev/api">reddit api</a>?
<br /><br />
<a style="font-weight:bold" href="/">Return to Browsing CodeReddit.com</a>
<p><strong>Tips for new users:</strong></p>
Clickable links will underline on hovering. These include,
<ul>
<li>Function names (posts)</li>
<li>Subreddit names in function parameter list</li>
<li>For loop (to show comments inline)</li>
<li>LoadComments (to view comments as a page)</li>
<li>NextPage (to advance to the next 25 posts)</li>
</ul>
Clicking on the "edit mode" include at the top will make the page editable, because why not. Note: you'll need to refresh to make it uneditable.
<br/ >
You can change the displayed language by clicking on the language defined in the header. It currently cycles between php, csharp, xml, python.
<br/ >
You can support our site by turning off adblock.
<br/ ><br />
Comments/Questions/Suggestions? Send me a PM, DunningKruger_Effect, on reddit.
<br /><br />
Share the site with your friends, co-workers, and family!
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_reddit"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_email"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=undefined"></script>
<!-- AddThis Button END -->
</body>
</html>