cl-digg

Description

cl-digg is a Common Lisp wrapper around the Digg API .

It is developed on Debian GNU/Linux . and licensed under a license Lisp Lesser GNU Public License

Installation
cl-digg could be installed like this :
  • Load libraries :
    CL-USER> (require 'asdf)
    CL-USER> (require 'asdf-install)
    
  • Install cl-digg :
    CL-USER> (asdf-install:install :cl-digg)
    
  • Usage :
    • Get informations about users
    • Get informations about topics
    • Get informations about stories
    • Get informations about events

News
  • Version 0.1 [2007-05-15] : Initialization of the project.
  • Version 0.2 [2007-05-27] : Add Unit Tests, and update APIs.
  • Links
    Team
    List of developers :
    Nicolas Lamirault - nicolas.lamirault@gmail.com
    Mailing Lists
    Mailing lists that have been established for this project :
    Repository
    NIL NIL
    Releases
    API
    API Reference documentation for cl-digg project.
    XREF
    Source Reference for cl-digg project.
    Lisp Critic
    Check aspects of cl-digg project's source code.