Why not adopt me?
NAME
Rubric::WebApp::URI - URIs for Rubric web requests
VERSION
version 0.157
DESCRIPTION
This module provides methods for generating the URIs for Rubric requests.
PERL VERSION
This code is effectively abandonware. Although releases will sometimes be made to update contact info or to fix packaging flaws, bug reports will mostly be ignored. Feature requests are even more likely to be ignored. (If someone takes up maintenance of this code, they will presumably remove this notice.) This means that whatever version of perl is currently required is unlikely to change -- but also that it might change at any new maintainer's whim.
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@semiotic.systems>
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.