Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Many projects have download pages. We have standardized most of these pages. All downloads are attached to the Downloads page. Project specific download pages list a subset of the downloads related to there project using the Attachment -table macroTable Macro

Details

Because of different filtering required that is unique for the project, it was not possible to totally automate the process. However, it was relatively easy to consistently implement the download pages using the following action. Only the space and attachmentRegex needed to be adjusted for each project:

No Format
titleDownloads page template action
--action storePage --title Downloads --parent @home --content "{section} {column:width=50%} \n {attachment-table:page=INFO:Downloads|attachmentRegex=wiki-plugin-.*|columns=File,Modified|dateFormat=yyyy-MM-dd HH:mm|sortColumn=Modified|sortDescending=true} \n {column} {column} \n {include:info:download-info_DownloadInfo} \n {column} {section}" --space CWP

...