public
Description: my own written blog software
Homepage: http://blog.digitalcodes.org
Clone URL: git://github.com/anildigital/anil-blog.git
Replaced doctype
anildigital (author)
Sun Mar 23 11:01:29 -0700 2008
commit  c6c54219c2ab238a2285b98d2fb1e973f44a0795
tree    0c28360f15cd644bee223f40790d9c3aa3ff34b5
parent  fec6ce9928d21733039598de85c2d5e424fb5287
...
11
12
13
 
14
15
16
17
 
18
19
20
21
 
22
...
11
12
13
14
15
 
16
 
17
18
19
20
 
21
22
0
@@ -11,12 +11,12 @@
0
     <li><a href="http://del.icio.us/anildigital">del.icio.us</a></li>
0
     <li><a href="#" onclick="alert('coming soon'); return false;">feeds</a></li>
0
   </ul>
0
+ <% if @all_articles -%>
0
   <h3>articles</h3>
0
- <% if @all_articles -%>
0
     <ul>
0
- <% for article in @all_articles -%>
0
+ <% for article in @all_articles -%>
0
       <li><a href="/articles/show/<%= article.permalink %>"> <%= article.post_title%></a><br /></li>
0
     <% end -%>
0
     </ul>
0
- <% end -%>
0
+ <% end -%>
0
 </div>
...
1
 
2
3
 
4
 
5
6
7
...
 
1
2
3
4
5
6
7
8
9
0
@@ -1,7 +1,9 @@
0
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
0
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0
 <html xmlns="http://www.w3.org/1999/xhtml">
0
 <head>
0
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
0
   <title>DigitalCodes blog</title>
0
+ <meta name="keywords" content="ruby, java, rails, music, hacking" />
0
   <link href="/stylesheets/main.css" media="screen" rel="stylesheet" type="text/css" />
0
 </head>
0
 <body>

Comments

    No one has commented yet.