packages feed

bamboo-plugin-photo-2009.7.5: bamboo-plugin-photo.cabal

Name:                 bamboo-plugin-photo
Version:              2009.7.5
Build-type:           Simple
Synopsis:             A photo album middleware
Description:
        
    It checks for a plugin tag in html and generate a photo album with thumbnails in place, by some internal IO options. The current version makes some assumptions on where the photo should be stored, so it's mostly useful for bamboo. A download of appropriate javascript is required, e.g. innerfade.js.

License:              BSD3
License-file:         LICENSE
Author:               Wang, Jinjing
Maintainer:           Wang, Jinjing <nfjinjing@gmail.com>
Build-Depends:        base
Cabal-version:        >= 1.2
category:             Web
homepage:             http://github.com/nfjinjing/hack/tree/master
data-files:           readme.md, changelog.md, known-issues.md, Nemesis

library
  ghc-options: -Wall
  build-depends: base >= 4 && < 5, mps > 2009.5, hack >= 2009.5.19, hack-contrib >= 2009.7.3, data-default, utf8-string, bytestring, haskell98, filepath, directory, xhtml, hxt
  hs-source-dirs: src/
  exposed-modules:  
                      Bamboo.Plugin.Photo
                      Bamboo.Plugin.Photo.Config
                      Bamboo.Plugin.Photo.Model
                      Bamboo.Plugin.Photo.Util
                      Bamboo.Plugin.Photo.View