public
Description: Midgard Components Framework 3rd generation
Homepage: http://www.midgard-project.org
Clone URL: git://github.com/bergie/midcom.git
Search Repo:
Some more microformatization
bergie (author)
Thu Apr 24 23:58:16 -0700 2008
commit  671be200fd89fbdae55eb1c65e8ca2b464377b1f
tree    bda0ad45c7a262bd2de15ea01afef831d5bae9d1
parent  5dac3cac6dc451660016d601732a2aa89b9724e3
...
48
49
50
51
 
52
53
54
...
56
57
58
59
 
60
61
62
...
64
65
66
67
 
 
 
68
...
48
49
50
 
51
52
53
54
...
56
57
58
 
59
60
61
62
...
64
65
66
 
67
68
69
70
0
@@ -48,7 +48,7 @@
0
 </p>
0
 
0
 <p>
0
- <a href="http://www.midgard-project.org/"">www.midgard-project.org</a>
0
+ <a href="http://www.midgard-project.org/" rel="group">www.midgard-project.org</a>
0
 </p>
0
 
0
 <h2>Credits</h2>
0
@@ -56,7 +56,7 @@
0
 <ul class="developers" tal:repeat="author midcom_core/authors">
0
     <li class="vcard">
0
         <span class="fn">
0
- <a href="http://example.net" class="homepage" tal:attributes="href author/url" tal:content="author/name">
0
+ <a href="http://example.net" rel="member" class="url" tal:attributes="href author/url" tal:content="author/name">
0
                 Alice
0
             </a>
0
         </span>
0
@@ -64,6 +64,8 @@
0
 </ul>
0
 
0
 <div class="logos">
0
- <a href="http://www.gnu.org/licenses/lgpl.html"><img src="/midcom-static/midcom_core/midgard/lgplv3.png" alt="LGPLv3" /></a>
0
+ <a href="http://www.gnu.org/licenses/lgpl.html" rel="license">
0
+ <img src="/midcom-static/midcom_core/midgard/lgplv3.png" alt="LGPLv3" />
0
+ </a>
0
 </div>

Comments

    No one has commented yet.