Du ser en gammel version af denne side. Se den nuværende version.

Sammenlign med nuværende Vis sidehistorik

« Forrige Version 7 Næste »

This is my Gallery Site - I have created my own gallery scripts and Macro's - as no Confluence Plugins supports images in a filestructure.

Requirements

Software

Atlassian CLI (Notice the 3.X versions are not free, last free download versions at Atlassian CLI

Imagick and ffmpegthumbnailer installed, this can typically be done with a package manager for the OS.

Scripts

Gallery Configurations (config.txt)

Script for making thumbnail images (makethumbs.sh)

Script for importing images into a Confluence page (updateGallery.sh)

User Macros

User Macro: make-top

User Macro: go-top

User Macro: me-video - Linking to a Video file 

One of these:

User Macro: me-image - Image lightbox with Slimbox2 

User Macro: me-image - Image lightbox with OrangeBox

User Macro: me-image - Image lightbox with fancybox

User Macro: me-image - Image lightbox with Confluence style

The setup

Install the Software and packages needed

Config Tomcat to support symbolic links

Create a Script directory and place the 3 scripts and the config.txt files into them

Edit the config.txt to fit Your installation

Edit the makesymlinks.sh to fit Your installation

Start adding pictures to Your installation

 

The workings

All content (Pictures and Video) are place on the servers filesystem in a Tree Structure, from a Basic root (called ContentRoot in the config.txt file)

All the top directories under the ContentRoot are linked into the Confluence installation by the makesymlinks.sh script)

For each top directory, a subdirectory or one or more phrases, a collection of content can be placed on a Confluence Page with the updategallery.sh script

When the script runs, it travels an entire directory-structure and :

  • Adds a macro onto the specified Confluence page to show (render) the content (image or video)
  • Created a short link to the image - this link is md5 sum based, so even if the file changes name, the link will still work
  • Finally, saves the page into Confluence

 

  • Ingen etiketter