The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rubric::WebApp::URI - URIs for Rubric web requests

VERSION

version 0.152

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.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2004 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.