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.
WARNING
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
Things you'll have to do to use it:
install the modules with the usual "make install"
put rubric.cgi and rubric.yml somewhere together in your docroot (start with the rubric.yml in etc/)
create a location in which to put rubric.db
update rubric.yml (if you require verification, set email_from)
in the dir with rubric.yml, run "rubric db --setup" to generate rubric.db
set rubric.db +rw by the httpd user; set its location +rwx
create a user object for yourself (via the web or with adduser.pl)
(optional) set up .htaccess to prevent access to db, yml, and templates
go?
UPGRADING
Things you'll have to do:
install the new templates (and probably the css)
install the modules
run rubric db --update (from the location of rubric.cgi/.yml)
update your config
OTHER INFORMATION
To import your bookmarks from del.icio.us:
get my delicious-backup script (on the CPAN)
dump your bookmarks to YAML (delbackup -y)
run: load_yml USERNAME < bookmarks.yml
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)