Skip to content

Commit

Permalink
2008/08/23 v1.1 Added delicious2fluiddb.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
njr0 committed Aug 23, 2009
1 parent 3a82cd5 commit fa0e1ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
@@ -1,2 +1,4 @@
Nicholas J. Radcliffe (http://StochasticSolutions.com/about.html)
njr@fluiddb.com


2 changes: 2 additions & 0 deletions README-DELICIOUS
Expand Up @@ -10,6 +10,8 @@ There are four files:
1. delicious2fluiddb.py
This imports data from del.icio.us to FluidDB.
It uses library code from delicious.py (below).
The PDF file delicious2FluidDB.pdf describes what
it does with words and pictures.

2. delicious.py
This uses the delicious API to extract bookmarks and tags from
Expand Down
Binary file added delicous2FluidDB.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion fdb.py
Expand Up @@ -97,6 +97,8 @@
# Hit v1.0 by virtue of adding 0.1 to 0.9 :-)
#
#
# 2008/08/23 v1.1 Added delicious2fluiddb.pdf
#
# Notes:
#
# Credentials (username and password) are normally read from
Expand All @@ -123,7 +125,7 @@
# rating --- the short tag name
#

__version__ = '1.0'
__version__ = '1.1'

import unittest, os, types, sys, httplib2, urllib, re
if sys.version_info < (2, 6):
Expand Down

0 comments on commit fa0e1ca

Please sign in to comment.