[BACK]Return to dudelicious.pl CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / bin

Diff for /todotxt/Text-Todo/bin/dudelicious.pl between version 1.13 and 1.15

version 1.13, 2010/05/01 22:11:58 version 1.15, 2010/05/05 02:43:03
Line 146 
Line 146 
   
 @@ tags.txt.ep  @@ tags.txt.ep
 % foreach my $tag (keys %{ $tags }) {  % foreach my $tag (keys %{ $tags }) {
 <%= $tag %>, <%= $tags->{$tag} %>  <%= $tag %>: <%= $tags->{$tag} %>
 % }  % }
   
 @@ tag.txt.ep  @@ tag.txt.ep
 # <%= $tag %>  # <%== $tag %>
 % foreach my $item (@{ $items}) {  % foreach my $item (@{ $items}) {
 <%= $item %>  <%= $item %>
 % }  % }
Line 160 
Line 160 
   
 @@ index.html.ep  @@ index.html.ep
 % foreach my $file (@{ $files }) {  % foreach my $file (@{ $files }) {
 <%== $file %> <br />  % my ($basename) = $file =~ /^(.*?)(?:\.[^\.]+)?$/xms;
   <a href="<%= url_for 'list' %>/<%= $basename %>"><%= $file %></a><br />
 % }  % }
   
 @@ list.html.ep  @@ list.html.ep
Line 178 
Line 179 
   
 @@ tags.html.ep  @@ tags.html.ep
 % foreach my $tag (keys%{ $tags }) {  % foreach my $tag (keys%{ $tags }) {
 <%= $tag %> == <%= $tags->{$tag} %><br />  <a href="<%= url_for 'tag', format => '' %>/<%= $tag %>"><%= $tag %> == <%= $tags->{$tag} %></a><br />
 % }  % }
   
 @@ tag.html.ep  @@ tag.html.ep

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>