Changeset 461
- Timestamp:
- 10/19/08 12:16:16 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-json/trunk/lib/Wiki/Toolkit/Plugin/JSON.pm
r456 r461 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.0 9';6 $VERSION = '0.01'; 7 7 8 8 use POSIX 'strftime'; … … 148 148 149 149 This 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> 150 wiki. It outputs JSON. 152 151 153 152 =head1 SYNOPSIS … … 204 203 return 'http://example.com/?hist=' . uri_escape($node_name) 205 204 }, 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/"209 205 ); 210 206 … … 227 223 228 224 =back 229 230 The three optional arguments231 232 =over 4233 234 =item * software_name235 236 =item * software_version237 238 =item * software_homepage239 240 =back241 242 are used to generate DOAP (Description Of A Project - see L<http://usefulinc.com/doap>) metadata243 for the feed to show what generated it.244 225 245 226 =head2 C<recent_changes()>
