Skip to content

Commit 13422c0

Browse files
committed
publish
1 parent 51a7709 commit 13422c0

File tree

2 files changed

+52
-66
lines changed

2 files changed

+52
-66
lines changed

pages/projects.yml

+24-30
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,53 @@ projects:
33
- name: github
44
url: http://github.com
55
description: Social coding.
6-
- name: repl
7-
url: http://github.com/defunkt/repl
8-
description: sometimes you need a repl
9-
- name: hub
10-
url: http://github.com/defunkt/hub
11-
description: hub introduces git to GitHub
6+
- name: hurl
7+
url: http://hurl.it/
8+
description: Hurl makes HTTP requests
129
- name: resque
1310
url: http://github.com/defunkt/resque
1411
description: A simple Redis-based queue.
1512
- name: mustache
16-
url: http://github.com/defunkt/mustache
17-
description: Logic-less Ruby templates.
13+
url: http://defunkt.github.com/mustache
14+
description: Logic-less templates.
1815
- name: pystache
1916
url: http://github.com/defunkt/pystache
2017
description: Mustache in Python
18+
- name: hub
19+
url: http://github.com/defunkt/hub
20+
description: hub introduces git to GitHub
21+
- name: repl
22+
url: http://github.com/defunkt/repl
23+
description: sometimes you need a repl
2124
- name: gist
2225
url: http://github.com/defunkt/gist
2326
description: Absolutely the best command line gister.
24-
- name: rip
25-
url: http://hellorip.com
26-
description: A next generation packaging system for Ruby.
27-
- name: hurl
28-
url: http://defunkt.github.com/hurl/
29-
description: Hurl makes HTTP requests
30-
- name: cijoe
31-
url: http://github.com/defunkt/cijoe
32-
description: A simple Continuous Integration server.
27+
- name: gem-man
28+
url: http://defunkt.github.com/gem-man/
29+
description: View a RubyGem's man page
30+
- name: coffee-mode
31+
url: http://github.com/defunkt/coffee-mode
32+
description: CoffeeScript major mode for Emacs.
3333
- name: textmate.el
3434
url: http://github.com/defunkt/textmate.el
3535
description: Basic emulation of awesome TextMate features for Emacs.
3636
- name: gist.el
3737
url: http://github.com/defunkt/gist.el
3838
description: Yet another Emacs paste mode, this one for Gist.
39+
- name: cijoe
40+
url: http://github.com/defunkt/cijoe
41+
description: A simple Continuous Integration server.
42+
- name: rip
43+
url: http://hellorip.com
44+
description: A next generation packaging system for Ruby.
3945
- name: github-markup
4046
url: http://github.com/defunkt/github-markup
4147
description: The code we use to render README.your_favorite_markup
42-
- name: bacondrop
43-
url: http://ozmm.org/posts/bacondrop.html
44-
description: A simple app for uploading files to Baconfile.
4548
- name: fakefs
4649
url: http://github.com/defunkt/fakefs
4750
description: A fake filesystem. Use it in your tests.
48-
- name: lyndon
49-
url: http://github.com/defunkt/lyndon
50-
description: Lyndon wraps JavaScript in a loving MacRuby embrace.
5151
- name: facebox
5252
url: http://github.com/defunkt/facebox
5353
description: Facebook-style lightbox, built in jQuery
54-
- name: ircamp
55-
url: http://github.com/defunkt/ircamp
56-
description: IRC <-> Campfire Bridge
57-
- name: jasper
58-
url: http://github.com/defunkt/jasper
59-
description: Lispy JavaScript
60-
width: 5552
54+
width: 4968
6155
---

projects.html

+28-36
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title> projects </title>
55
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
66
<link href="/css/defunkt.css" rel="stylesheet" type="text/css" />
7-
<style>.row { width: 5552px; }</style>
7+
<style>.row { width: 4968px; }</style>
88
</head>
99

1010
<body>
@@ -15,41 +15,41 @@ <h1> projects </h1>
1515
<h2> github </h2>
1616
<p> Social coding. </p>
1717
</a>
18-
<a href="http://github.com/defunkt/repl" class="block">
19-
<h2> repl </h2>
20-
<p> sometimes you need a repl </p>
21-
</a>
22-
<a href="http://github.com/defunkt/hub" class="block">
23-
<h2> hub </h2>
24-
<p> hub introduces git to GitHub </p>
18+
<a href="http://hurl.it/" class="block">
19+
<h2> hurl </h2>
20+
<p> Hurl makes HTTP requests </p>
2521
</a>
2622
<a href="http://github.com/defunkt/resque" class="block">
2723
<h2> resque </h2>
2824
<p> A simple Redis-based queue. </p>
2925
</a>
30-
<a href="http://github.com/defunkt/mustache" class="block">
26+
<a href="http://defunkt.github.com/mustache" class="block">
3127
<h2> mustache </h2>
32-
<p> Logic-less Ruby templates. </p>
28+
<p> Logic-less templates. </p>
3329
</a>
3430
<a href="http://github.com/defunkt/pystache" class="block">
3531
<h2> pystache </h2>
3632
<p> Mustache in Python </p>
3733
</a>
34+
<a href="http://github.com/defunkt/hub" class="block">
35+
<h2> hub </h2>
36+
<p> hub introduces git to GitHub </p>
37+
</a>
38+
<a href="http://github.com/defunkt/repl" class="block">
39+
<h2> repl </h2>
40+
<p> sometimes you need a repl </p>
41+
</a>
3842
<a href="http://github.com/defunkt/gist" class="block">
3943
<h2> gist </h2>
4044
<p> Absolutely the best command line gister. </p>
4145
</a>
42-
<a href="http://hellorip.com" class="block">
43-
<h2> rip </h2>
44-
<p> A next generation packaging system for Ruby. </p>
45-
</a>
46-
<a href="http://defunkt.github.com/hurl/" class="block">
47-
<h2> hurl </h2>
48-
<p> Hurl makes HTTP requests </p>
46+
<a href="http://defunkt.github.com/gem-man/" class="block">
47+
<h2> gem-man </h2>
48+
<p> View a RubyGem's man page </p>
4949
</a>
50-
<a href="http://github.com/defunkt/cijoe" class="block">
51-
<h2> cijoe </h2>
52-
<p> A simple Continuous Integration server. </p>
50+
<a href="http://github.com/defunkt/coffee-mode" class="block">
51+
<h2> coffee-mode </h2>
52+
<p> CoffeeScript major mode for Emacs. </p>
5353
</a>
5454
<a href="http://github.com/defunkt/textmate.el" class="block">
5555
<h2> textmate.el </h2>
@@ -59,34 +59,26 @@ <h2> textmate.el </h2>
5959
<h2> gist.el </h2>
6060
<p> Yet another Emacs paste mode, this one for Gist. </p>
6161
</a>
62+
<a href="http://github.com/defunkt/cijoe" class="block">
63+
<h2> cijoe </h2>
64+
<p> A simple Continuous Integration server. </p>
65+
</a>
66+
<a href="http://hellorip.com" class="block">
67+
<h2> rip </h2>
68+
<p> A next generation packaging system for Ruby. </p>
69+
</a>
6270
<a href="http://github.com/defunkt/github-markup" class="block">
6371
<h2> github-markup </h2>
6472
<p> The code we use to render README.your_favorite_markup </p>
6573
</a>
66-
<a href="http://ozmm.org/posts/bacondrop.html" class="block">
67-
<h2> bacondrop </h2>
68-
<p> A simple app for uploading files to Baconfile. </p>
69-
</a>
7074
<a href="http://github.com/defunkt/fakefs" class="block">
7175
<h2> fakefs </h2>
7276
<p> A fake filesystem. Use it in your tests. </p>
7377
</a>
74-
<a href="http://github.com/defunkt/lyndon" class="block">
75-
<h2> lyndon </h2>
76-
<p> Lyndon wraps JavaScript in a loving MacRuby embrace. </p>
77-
</a>
7878
<a href="http://github.com/defunkt/facebox" class="block">
7979
<h2> facebox </h2>
8080
<p> Facebook-style lightbox, built in jQuery </p>
8181
</a>
82-
<a href="http://github.com/defunkt/ircamp" class="block">
83-
<h2> ircamp </h2>
84-
<p> IRC &lt;-&gt; Campfire Bridge </p>
85-
</a>
86-
<a href="http://github.com/defunkt/jasper" class="block">
87-
<h2> jasper </h2>
88-
<p> Lispy JavaScript </p>
89-
</a>
9082
</div>
9183

9284
<div class="back">

0 commit comments

Comments
 (0)