Why not adopt me?
NAME
Rubric::WebApp::URI - URIs for Rubric web requests
VERSION
version 0.149
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
logout
URI to log out
login
URI to form for log in
reset_password
URI to reset user password
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
by_date
URI for by_date
tag_cloud
URI for all tags / tag cloud
preferences
URI for preferences form
verify_user
URI for new entry form
doc($doc_page)
URI for documentation page.
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.