-
-
17 Dec 2015 02:49:35 UTC
- Distribution: Rubric
- Module version: 0.156
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (397 / 12 / 0)
- Kwalitee
Bus factor: 1- 77.46% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (75.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd
- App::Cmd::Command
- App::Cmd::Command::commands
- CGI::Application
- CGI::Carp
- CGI::Cookie
- Carp
- Class::Accessor
- Class::DBI
- Class::DBI::AbstractSearch
- Class::DBI::utf8
- Crypt::CBC
- Crypt::Rijndael
- DBI
- Date::Span
- DateTime
- Digest::MD5
- Email::Address
- Email::Sender::Simple
- Encode
- File::ShareDir
- File::Spec
- HTML::CalendarMonth
- HTML::TagCloud
- HTML::Widget::Factory
- JSON
- LWP::Simple
- MIME::Base64
- Scalar::Util
- String::TagString
- String::Truncate
- Sub::Exporter
- Template
- Template::Filters
- Template::Plugin::Class
- Time::Piece
- YAML::XS
- base
- parent
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- DESCRIPTION
- WARNING
- INSTALLING AND UPGRADING
- TODO
- THANKS
- SEE ALSO
- AUTHOR
- CONTRIBUTORS
- COPYRIGHT AND LICENSE
NAME
Rubric - a notes and bookmarks manager with tagging
VERSION
version 0.156
DESCRIPTION
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
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
Consult the README file in this distribution for instructions on installation and upgrades.
TODO
For now, consult the
todo.html
template for future milestones, or check http://rjbs.manxome.org/rubric/docs/todo.THANKS
...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.
SEE ALSO
-
one of my original inspirations
-
Notational Velocity, another of my inspirations
-
a social bookmarks system, written in Python
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
CONTRIBUTORS
Brian Cassidy <bricas@cpan.org>
jcap@codesimply.com <jcap@virgo.codesimply.com>
John Cappiello <jcap@codesimply.com>
John SJ Anderson <genehack@genehack.org>
Ricardo SIGNES <rjbs@codesimply.com>
Shawn Sorichetti <ssoriche@coloredblocks.net>
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.
Module Install Instructions
To install Rubric, copy and paste the appropriate command in to your terminal.
cpanm Rubric
perl -MCPAN -e shell install Rubric
For more information on module installation, please visit the detailed CPAN module installation guide.