public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
adjusting some stuff.. trying to fix ShortURL compatibilities

git-svn-id: https://svn.roundhaus.com/planetargon/rubyurl_2-0/trunk@66 
f0bc2f90-cf15-dc11-b192-0016e6374d05
robbyrussell (author)
Tue Aug 07 21:13:35 -0700 2007
commit  0f36cfec41a32eea2a381c5968f9637fbc4a0089
tree    a5b6b97cf53eac12acd0e7bfb04a956cd819f053
parent  79ad083ff00fa6fb48827b8e2f4c47448bce726b
...
1
2
3
4
 
5
6
 
7
8
9
...
1
2
3
 
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
 <div id="info_content">
0
 <h1>What is RubyURL?</h1>
0
 
0
-<p>In a nutshell, RubyURL is an online tool for converting really long website addresses into... short ones.</p>
0
+<p>In a nutshell, RubyURL is an online tool for converting really long website addresses into short ones.</p>
0
 
0
-<p>Beyond that, RubyURL was the first project that Robby Russell (<%= link_to 'robbyonrails', 'http://www.robbyonrails.com/' -%>) built and deployed with the Ruby on Rails framework way back in early 2005. It's been running strong since then and until recently, was still running off of that original code base.</p>
0
+<p>Beyond that, RubyURL was the first project that Robby Russell (<%= link_to 'robbyonrails', 'http://www.robbyonrails.com/' -%>) built and deployed with the Ruby on Rails framework in early 2005. It's been running strong since then and until recently, was still running off of that original code base.</p>
0
 
0
 <p>During the summer of 2007, Robby teamed up with <a href="http://chriszgriffin.com/">Chris Griffin</a>, User Interface Designer at <a href="http://planetargon.com">PLANET ARGON</a>, for a complete rewrite and design of RubyURL.</p>
0
 
...
17
18
19
20
21
 
 
 
 
 
22
...
17
18
19
 
20
21
22
23
24
25
26
0
@@ -17,4 +17,8 @@
0
   <div id="action">
0
     <%= link_to 'Create another rubyurl', '/' -%> &#8617;
0
   </div>
0
-</div><!-- end app_content -->
0
\ No newline at end of file
0
+</div><!-- end app_content -->
0
+
0
+<% content_for :rubyurl_link %>
0
+ <%= link_to @link.permalink, @link.permalink -%>
0
+<% end %>
0
\ No newline at end of file
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+<div style="display:none;"><%= (rubyurl_link = yield :rubyurl_link) ? rubyurl_link : "" %></div>
0
 <a id="logo" href="/">RubyURL</a>
0
 <ul id="main_nav">
0
   <li><%= link_to 'What is rubyURL?', '/about' -%></li>

Comments

    No one has commented yet.