Changeset 461

Show
Ignore:
Timestamp:
10/19/08 12:16:16 (3 years ago)
Author:
dom
Message:

remove some cruft

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-json/trunk/lib/Wiki/Toolkit/Plugin/JSON.pm

    r456 r461  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.09'; 
     6$VERSION = '0.01'; 
    77 
    88use POSIX 'strftime'; 
     
    148148 
    149149This is an alternative access to the recent changes of a Wiki::Toolkit 
    150 wiki. It outputs JSON as described by the ModWiki proposal at 
    151 L<http://www.usemod.com/cgi-bin/mb.pl?ModWiki> 
     150wiki. It outputs JSON. 
    152151 
    153152=head1 SYNOPSIS 
     
    204203                              return 'http://example.com/?hist=' . uri_escape($node_name) 
    205204                            }, 
    206     software_name        => $your_software_name,     # e.g. "Wiki::Toolkit" 
    207     software_version     => $your_software_version,  # e.g. "0.73" 
    208     software_homepage    => $your_software_homepage, # e.g. "http://search.cpan.org/dist/CGI-Wiki/" 
    209205  ); 
    210206 
     
    227223 
    228224=back 
    229  
    230 The three optional arguments 
    231  
    232 =over 4 
    233  
    234 =item * software_name 
    235  
    236 =item * software_version 
    237  
    238 =item * software_homepage 
    239  
    240 =back 
    241  
    242 are used to generate DOAP (Description Of A Project - see L<http://usefulinc.com/doap>) metadata 
    243 for the feed to show what generated it. 
    244225 
    245226=head2 C<recent_changes()>