-
-
07 Apr 2008 19:09:49 UTC
- Distribution: delicious-backup
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (411 / 0 / 1)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Config::Auto
- Net::Delicious
- Netscape::Bookmarks
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
delbackup - back up your del.icio.us posts
VERSION
$Id$
SYNOPSIS
plumcake!rjbs% delbackup -y > delicious.yml
DESCRIPTION
delbackup
is a simple utility to back up your del.icio.us posts. It can produce YAML output (using the-y
option) or Netscape-style bookmarks (using the-ns
option).It loads its configuration via Config::Auto, looking for a file named ".delicious" One simple format for this file would be as follows:
user: plki pswd: secret
Module Install Instructions
To install Net::Delicious::Simple, copy and paste the appropriate command in to your terminal.
cpanm Net::Delicious::Simple
perl -MCPAN -e shell install Net::Delicious::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.