Skip to content

Commit ad7834d

Browse files
committed
Moving MacRuby website into its own repo
1 parent 114d93e commit ad7834d

Some content is hidden

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

48 files changed

+4369
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto: true

_layouts/default.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>{{ page.title }}</title>
7+
<link rel="stylesheet" href="stylesheets/styles.css">
8+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
9+
<link rel="stylesheet" href="stylesheets/960.css">
10+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
11+
<script src="javascripts/respond.js"></script>
12+
<!--[if lt IE 9]>
13+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14+
<![endif]-->
15+
<!--[if lt IE 8]>
16+
<link rel="stylesheet" href="stylesheets/ie.css">
17+
<![endif]-->
18+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
19+
20+
</head>
21+
22+
<body>
23+
24+
<div id="header">
25+
<nav>
26+
<li class="fork"><a href="https://github.com/MacRuby/MacRuby">Fork On GitHub</a></li>
27+
<li class="downloads"><a href="https://github.com/downloads/MacRuby/MacRuby/MacRuby%200.11.zip">ZIP</a></li>
28+
<li class="title">DOWNLOAD THE 0.11 RELEASE</li>
29+
</nav>
30+
</div><!-- end header -->
31+
32+
<div class="wrapper container_12">
33+
34+
<section>
35+
<div id="title">
36+
<img src="images/macruby_logo.png" style="display:block;margin:auto" alt="MacRuby" />
37+
<!-- <h1>{{ page.title }}</h1> -->
38+
<p>{{ page.subtitle }}</p>
39+
<hr>
40+
<span class="credits left">Project maintained by <a href="https://github.com/MacRuby">The MacRuby Team</a></span>
41+
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
42+
</div>
43+
44+
{{ content }}
45+
46+
</section>
47+
48+
</div>
49+
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
50+
</body>
51+
</html>

fonts/OpenSans-Bold-webfont.eot

20.7 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.svg

+146
Loading

fonts/OpenSans-Bold-webfont.ttf

20.5 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.eot

23 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.svg

+146
Loading

fonts/OpenSans-BoldItalic-webfont.ttf

22.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.eot

23.3 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.svg

+146
Loading

fonts/OpenSans-Italic-webfont.ttf

23.1 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.woff

15.5 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.svg

+146
Loading

fonts/OpenSans-Light-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.woff

13.6 KB
Binary file not shown.
23.5 KB
Binary file not shown.

fonts/OpenSans-LightItalic-webfont.svg

+146
Loading
23.3 KB
Binary file not shown.
15.6 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.svg

+146
Loading

fonts/OpenSans-Regular-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.eot

20.6 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.svg

+146
Loading

fonts/OpenSans-Semibold-webfont.ttf

20.4 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.woff

13.7 KB
Binary file not shown.
23.3 KB
Binary file not shown.

fonts/OpenSans-SemiboldItalic-webfont.svg

+146
Loading
23.1 KB
Binary file not shown.
15.4 KB
Binary file not shown.

images/bullet.png

1.02 KB
Loading

images/hr.gif

1.09 KB
Loading

images/macruby_logo.png

7.29 KB
Loading

images/nav-bg.gif

1.21 KB
Loading

index.textile

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
title: MacRuby
4+
subtitle: Ruby for the Objective-C Runtime
5+
---
6+
7+
h2(grid_8 prefix_2 suffix_2). What Is MacRuby?
8+
9+
p(grid_8 prefix_2 suffix_2). MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastructure and the Foundation and ICU frameworks. It is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby.
10+
11+
<hr class="grid_12">
12+
13+
h2(grid_4 alpha). Get It
14+
15+
h2(grid_4). Build It
16+
17+
h2(grid_4 omega). Use It
18+
19+
p(grid_4 alpha). You can install the "latest stable release":https://github.com/downloads/MacRuby/MacRuby/MacRuby%200.11.zip or, if you are feeling adventurous, you can install one of the "nightly builds":https://www.macruby.org/files/nightlies. See the wiki for "more detailed instructions":https://github.com/MacRuby/MacRuby/wiki/Setting-up-MacRuby.
20+
21+
p(grid_4). If you'd rather build your own MacRuby, simply clone the MacRuby repository from Github and follow the instructions from the "README":https://github.com/MacRuby/MacRuby/blob/master/README.rdoc.
22+
23+
p(grid_4 omega). After installing, MacRuby is available from the command-line as @macruby@. It also comes with project templates for use with Xcode. "Create your first application today!":https://github.com/MacRuby/MacRuby/wiki/Creating-a-simple-application
24+
25+
26+
h2(grid_8 alpha). Get Involved
27+
28+
h2(grid_4 omega). Get In Touch
29+
30+
p(grid_8 alpha). The best way to contribute to MacRuby is by using it to build great things! If you happen to stumble across a bug along the way, be sure to file a "bug report":https://github.com/MacRuby/MacRuby/issues. Find out "how else":https://github.com/MacRuby/MacRuby/wiki/Contributing-to-MacRuby you can contribute.
31+
32+
<div class="grid_4 omega">
33+
* Mailing List: "macruby-devel":http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
34+
* Twitter: "@macruby":https://twitter.com/#!/macruby
35+
* Freenode IRC: "#macruby":http://webchat.freenode.net?channels=macruby
36+
</div>

0 commit comments

Comments
 (0)