Skip to content

Commit ad3fe84

Browse files
author
snissn
committed
Merge branch 'GOOD' into test
2 parents 8e93f4e + dfa2de0 commit ad3fe84

30 files changed

+867
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.*.swp
2+
.*.swo

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "build/marked"]
2+
path = build/marked
3+
url = git://github.com/chjj/marked.git

404.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
10+
11+
<title>R-webdev by r-webdev</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1><a href="./index.html">R-webdev</a></h1>
19+
<h2></h2>
20+
21+
<section id="downloads">
22+
<a href="./FAQ.html" class="btn">FAQ</a>
23+
<a href="./How_to_contribute_changes.html" class="btn">Contribute</a>
24+
<a href="https://github.com/r-webdev/r-webdev" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
25+
</section>
26+
</div>
27+
</header>
28+
29+
<div class="container">
30+
<section id="main_content">
31+
<h1>404</h1>
32+
<p>This is the 404 page.
33+
34+
</p>
35+
<p>It means that you tried to visit a page that hasn&#39;t been created!
36+
37+
</p>
38+
<p>You may clone the repository <a href="https://github.com/r-webdev/r-webdev">here</a>. and create this page by sending a pull request. Please see <a class="" href="./How_to_contribute_changes.html">How to contribute changes</a> for more details.
39+
</p>
40+
41+
</section>
42+
</div>
43+
44+
45+
</body>
46+
</html>
47+

404.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is the 404 page.
2+
3+
It means that you tried to visit a page that hasn't been created!
4+
5+
You may clone the repository <a href="https://github.com/r-webdev/r-webdev">here</a>. and create this page by sending a pull request. Please see [[How to contribute changes]] for more details.

FAQ.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
10+
11+
<title>R-webdev by r-webdev</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1><a href="./index.html">R-webdev</a></h1>
19+
<h2></h2>
20+
21+
<section id="downloads">
22+
<a href="./FAQ.html" class="btn">FAQ</a>
23+
<a href="./How_to_contribute_changes.html" class="btn">Contribute</a>
24+
<a href="https://github.com/r-webdev/r-webdev" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
25+
</section>
26+
</div>
27+
</header>
28+
29+
<div class="container">
30+
<section id="main_content">
31+
<h1>FAQ</h1>
32+
<h1>What programming languages do you use?</h1>
33+
<ul>
34+
<li><a class="" href="./php.html">php</a></li>
35+
<li><a class="error404" href="./404.html#pythonmd">python</a></li>
36+
<li><a class="error404" href="./404.html#aspmd">asp</a></li>
37+
<li><a class="error404" href="./404.html#rubymd">ruby</a></li>
38+
</ul>
39+
<h1>can anyone recommend a web host?</h1>
40+
<ul>
41+
<li><a class="error404" href="./404.html#linodemd">linode</a> (linode.com)</li>
42+
<li><a class="error404" href="./404.html#AWSmd">AWS</a> (aws.amazon.com)</li>
43+
<li><a class="error404" href="./404.html#slicehostmd">slicehost</a> (slicehost.com)</li>
44+
</ul>
45+
<h1>What Text Editor should I use?</h1>
46+
<ul>
47+
<li>Sublime Text 2</li>
48+
<li>Coda 2</li>
49+
<li><a class="error404" href="./404.html#Vimmd">Vim</a></li>
50+
<li><a class="error404" href="./404.html#Emacsmd">Emacs</a></li>
51+
</ul>
52+
<h1>What operating system do you use?</h1>
53+
<ul>
54+
<li>Ubuntu 12.04</li>
55+
<li>Ubuntu 11.10</li>
56+
</ul>
57+
58+
</section>
59+
</div>
60+
61+
62+
</body>
63+
</html>
64+

FAQ.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# What programming languages do you use?
2+
* [[php]]
3+
* [[python]]
4+
* [[asp]]
5+
* [[ruby]]
6+
7+
# can anyone recommend a web host?
8+
* [[linode]] (linode.com)
9+
* [[AWS]] (aws.amazon.com)
10+
* [[slicehost]] (slicehost.com)
11+
12+
13+
# What Text Editor should I use?
14+
* Sublime Text 2
15+
* Coda 2
16+
* [[Vim]]
17+
* [[Emacs]]
18+
19+
# What operating system do you use?
20+
* Ubuntu 12.04
21+
* Ubuntu 11.10
22+

Home.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
10+
11+
<title>R-webdev by r-webdev</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1><a href="./index.html">R-webdev</a></h1>
19+
<h2></h2>
20+
21+
<section id="downloads">
22+
<a href="./FAQ.html" class="btn">FAQ</a>
23+
<a href="./How_to_contribute_changes.html" class="btn">Contribute</a>
24+
<a href="https://github.com/r-webdev/r-webdev" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
25+
</section>
26+
</div>
27+
</header>
28+
29+
<div class="container">
30+
<section id="main_content">
31+
<h1>Home</h1>
32+
<p>Welcome to the r-webdev wiki!
33+
34+
</p>
35+
<h1><a class="" href="./FAQ.html">FAQ</a></h1>
36+
37+
</section>
38+
</div>
39+
40+
41+
</body>
42+
</html>
43+

Home.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Welcome to the r-webdev wiki!
2+
3+
# [[FAQ]]

How_to_contribute_changes.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
10+
11+
<title>R-webdev by r-webdev</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1><a href="./index.html">R-webdev</a></h1>
19+
<h2></h2>
20+
21+
<section id="downloads">
22+
<a href="./FAQ.html" class="btn">FAQ</a>
23+
<a href="./How_to_contribute_changes.html" class="btn">Contribute</a>
24+
<a href="https://github.com/r-webdev/r-webdev" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
25+
</section>
26+
</div>
27+
</header>
28+
29+
<div class="container">
30+
<section id="main_content">
31+
<h1>How to contribute changes</h1>
32+
<h3>In order to contribute a change to this site:</h3>
33+
<ul>
34+
<li>Make a github account</li>
35+
<li>set up a <a href="https://github.com/r-webdev/r-webdev/fork_select">fork</a> of <a href="https://github.com/r-webdev/r-webdev/">this repository</a></li>
36+
<li>Create and modify .md files in order to edit the templates that are compiled to this site.</li>
37+
<li>build the site (see below) and commit the compiled .html files</li>
38+
<li>set up your forked repo as a website</li>
39+
<li>send a pull request using the github GUI along with the website URL</li>
40+
</ul>
41+
<h4>Tech details in order to build the site on your own</h4>
42+
<ul>
43+
<li>Please clone this repo into your home folder</li>
44+
<li>cd into the repo </li>
45+
<li>run $ make init</li>
46+
<li>run $ make </li>
47+
<li>commit all modified files</li>
48+
</ul>
49+
50+
</section>
51+
</div>
52+
53+
54+
</body>
55+
</html>
56+

How_to_contribute_changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
###In order to contribute a change to this site:
2+
* Make a github account
3+
* set up a <a href="https://github.com/r-webdev/r-webdev/fork_select">fork</a> of <a href="https://github.com/r-webdev/r-webdev/">this repository</a>
4+
* Create and modify .md files in order to edit the templates that are compiled to this site.
5+
* build the site (see below) and commit the compiled .html files
6+
* set up your forked repo as a website
7+
* send a pull request using the github GUI along with the website URL
8+
9+
#### Tech details in order to build the site on your own
10+
11+
* Please clone this repo into your home folder
12+
* cd into the repo
13+
* run $ make init
14+
* run $ make
15+
* commit all modified files

0 commit comments

Comments
 (0)