bamboo-plugin-photo: A photo album middleware

[ bsd3, library, web ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2009.7.5
Change log changelog.md
Dependencies base (>=4 && <5), bytestring, data-default, directory, filepath, hack (>=2009.5.19), hack-contrib (>=2009.7.3), haskell98, hxt, mps (>2009.5), utf8-string, xhtml [details]
License BSD-3-Clause
Author Wang, Jinjing
Maintainer Wang, Jinjing <nfjinjing@gmail.com>
Category Web
Home page http://github.com/nfjinjing/hack/tree/master
Uploaded by JinjingWang at 2009-07-05T01:33:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1137 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bamboo-plugin-photo-2009.7.5

[back to package description]

Example

< plugin 
  type="photo"
  name="09-07-05 Project K on"
  show_description="no"
/>

Args

data AlbumData = 
    Prefix
  | Name
  | Pictures
  | ShowDescription
  | Type
  | Width
  deriving (Show)

use snake case