Rubric - a notes and bookmarks manager with tagging


Rubric documentation Contained in the Rubric distribution.

Index


Code Index:

NAME

Top

Rubric - a notes and bookmarks manager with tagging

VERSION

Top

version 0.147

DESCRIPTION

Top

This module is currently just a placeholder and a container for documentation. You don't want to actually use Rubric, even if you want to use Rubric.

Rubric is a note-keeping system that also serves as a bookmark manager. Users store entries, which are small (or large) notes with a set of categorizing "tags." Entries may also refer to URIs.

Rubric was inspired by the excellent http://del.icio.us/ service and the Notational Velocity note-taking software for Mac OS.

WARNING

Top

This is young software, likely to have bugs and likely to change in strange ways. I will try to keep the documented API stable, but not if it makes writing Rubric too inconvenient.

Basically, just take note that this software works, but it's still very much under construction.

INSTALLING AND UPGRADING

Top

Consult the README file in this distribution for instructions on installation and upgrades.

TODO

Top

For now, consult the todo.html template for future milestones, or check http://rjbs.manxome.org/rubric/docs/todo.

AUTHOR

Top

Ricardo SIGNES, <rjbs@cpan.org>

THANKS

Top

...to a lot of people whom I will try to name, in time. Among these helpful people are Ian Langworth, Shawn Sorichetti, John Cappiello, and Dave O'Neill.

BUGS

Top

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.

You can also find some useful people on the #rubric channel on Freenode IRC or on the mailing list: http://www.listbox.com/subscribe/?listname=rubric

SEE ALSO

Top

* http://del.icio.us/

one of my original inspirations

* http://pubweb.northwestern.edu/~zps869/nv.html

Notational Velocity, another of my inspirations

* http://unalog.com/

a social bookmarks system, written in Python

* http://www.tecknik.net/scuttle/

a social bookmarks system, written in PHP

COPYRIGHT

Top


Rubric documentation Contained in the Rubric distribution.
use strict;
use warnings;
package Rubric;

our $VERSION = '0.147';

1;