Why not adopt me?
NAME
Rubric::WebApp::URI - URIs for Rubric web requests
VERSION
$Id: URI.pm,v 1.9 2004/12/13 21:40:10 rjbs Exp $
DESCRIPTION
This module provides methods for generating the URIs for Rubric requests.
METHODS
root
the URI for the root of the Rubric; taken from uri_root in config
stylesheet
the URI for the stylesheet; taken from css_href in config
logout
URI to log out
login
URI to form for log in
newuser
URI to form for new user registration form; returns false if registration is closed.
entries(\%arg)
URI for entry listing; valid keys for %arg
:
user - entries for one user
tags - arrayref of tag names
entry($entry)
URI to view entry
edit_entry($entry)
URI to edit entry
delete_entry($entry)
URI to delete entry
post_entry
URI for new entry form
verify_user
URI for new entry form
TODO
AUTHOR
Ricardo SIGNES, <rjbs@cpan.org>
BUGS
Please report any bugs or feature requests to bug-rubric@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT
Copyright 2004 Ricardo SIGNES. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.