This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.nemesis | ||
| |
LICENSE | ||
| |
Nemesis | ||
| |
Setup.lhs | ||
| |
bamboo-plugin-photo.cabal | ||
| |
changelog.md | ||
| |
known-issues.md | ||
| |
readme.md | ||
| |
src/ |
readme.md
Require
- imagemagick in path, i.e. the
convertcommand
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
What's happening
The engine will look for a folder inside public/images/album named "09-07-05 Project K on". For each image inside that folder, a thumbnail is generated automatically inside public/images/album/"09-07-05 Project K on"/thumb if there isn't one already. The result will be an album showed in thumbnails with pointers to the original photos.








