Skip to content

alexclare/bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmarks

Generates a static HTML view of tagged bookmarks. Like a social, synchronized bookmark storage service (e.g. delicious) except you provide the synchronization and storage and it isn’t social.

Utilizes the super-cool Enlive HTML templating library.

Usage

  1. Make an HTML template to format your bookmarks in the desired fashion (see example/template.html)

  2. Keep track of your bookmarks in a Clojure map structure (see example/marks.clj)

    1. Add elements to this map structure manually or via the program itself

  3. Use the program to translate your bookmark-map into a static web page

Installation

Download the standalone jar and run directly, or

  1. Install Leiningen

  2. lein uberjar from the project directory to build the jar

License

Copyright © 2010-2012 S714726

Distributed under the Eclipse Public License, the same as Clojure.

About

HTML bookmark page generator

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors