Fix wiki links on revision view pages, and remove obsolete templates

db4
Slava Pestov 2008-06-05 02:42:36 -05:00
parent aec1363400
commit 4dfa354673
3 changed files with 1 additions and 27 deletions

View File

@ -1,10 +0,0 @@
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<p class="news">
<strong><t:view t:component="title" /></strong> <br/>
<t:a value="link" class="more">Read More...</t:a>
</p>
</t:chloe>

View File

@ -1,17 +0,0 @@
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<h2 class="posting-title">
<t:a t:value="link"><t:view t:component="title" /></t:a>
</h2>
<p class="posting-body">
<t:view t:component="description" />
</p>
<p class="posting-date">
<t:a t:value="link"><t:view t:component="pub-date" /></t:a>
</p>
</t:chloe>

View File

@ -104,6 +104,7 @@ M: revision feed-entry-url id>> revision-url ;
validate-integer-id
"id" value <revision>
select-tuple from-object
"view?title=" relative-link-prefix set
] >>init
{ wiki "view" } >>template ;