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

 $Id: URI.pm,v 1.12 2005/01/11 02:15:29 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

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.