Skip to content

Commit

Permalink
git subrepo pull website
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "website"
  merged:   "e6d0dcd0bf"
upstream:
  origin:   "[email protected]:daisy/pipeline.git"
  branch:   "website"
  commit:   "1d39e5bdc1"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed May 22, 2023
1 parent 97d42f1 commit 9a16e6b
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 21 deletions.
2 changes: 1 addition & 1 deletion website/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/pipeline.git
branch = website
commit = 1d39e5bdc1707ba58eb67eb2beff34bfca920f9f
parent = 275978d8b58dd4d2162801e57cb061fbf339dbea
parent = 4af20c1d73b61ed69e550adabfdd250851cba386
cmdver = 0.3.1
89 changes: 73 additions & 16 deletions website/src/_data/downloads.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,73 @@
## Generate with:
## curl -u bertfrees:*** https://api.github.com/repos/daisy/pipeline-assembly/releases | jq --arg version 1.14.10 '.[] | select(.tag_name == ("v"+$version))|{group:"main",version:$version,sort:$version,state:"stable",github_tab:("v"+$version),github_url:.html_url,description:"FIXME",files:.assets|map({platform:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|(if .=="exe" then "windows" elif.=="dmg" then "macosx" elif .=="zip" then "linux" elif .=="deb" then "debian" else "?" end),package:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|sub("exe";"installer"),content:(if .browser_download_url|endswith(".deb") then ["gui","server"] else ["gui","server","cli"] end),url:.browser_download_url,size:.size})}' | ruby -ryaml -rjson -e 'puts YAML.dump(JSON.load(ARGF))'
## curl -u bertfrees:*** https://api.github.com/repos/daisy/pipeline-assembly/releases | jq --arg version 1.14.12 '.[] | select(.tag_name == ("v"+$version))|{group:"main",version:$version,sort:$version,state:"stable",github_tag:("v"+$version),github_url:.html_url,description:"FIXME",files:.assets|map({platform:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|(if .=="zip" then "linux" elif .=="deb" then "debian" else "?" end),package:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|sub("exe";"installer"),content:(if .browser_download_url|endswith(".zip") then ["gui","server", "cli"] else ["gui","server"] end),url:.browser_download_url,size:.size})}' | ruby -ryaml -rjson -e 'puts YAML.dump(JSON.load(ARGF))'
## curl -u bertfrees:*** https://api.github.com/repos/daisy/pipeline-ui/releases | jq --arg version 1.0.0 '.[] | select(.tag_name == $version)|{gui_github_tag:$version,gui_github_url:.html_url,files:.assets|map({platform:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|(if .=="exe" then "windows" elif.=="dmg" then "macosx" else "?" end),package:.browser_download_url|capture("^.+\\.(?<ext>[^\\.]+)$")["ext"]|sub("exe";"installer"),content:["gui","server"],url:.browser_download_url,size:.size})}' | ruby -ryaml -rjson -e 'puts YAML.dump(JSON.load(ARGF))'

- group: main
version: "1.14.12"
sort: "1.14.12"
state: stable
github_tag: "v1.14.12"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.11"
gui_github_tag: "1.0.0"
gui_github_url: "https://github.com/daisy/pipeline-ui/releases/tag/1.0.0"
description: >
Includes the standalone desktop application and the server. Versions available for
Windows (an installer EXE) and Mac OS (a DMG disk image containing a standard Mac OS
application).
#description: >
# Includes the standalone desktop application and the web server. Versions available for
# Windows (an installer EXE) and Mac OS (a DMG disk image containing a standard Mac OS
# application). The Linux packages (ZIP and DEB files) include only the web server. The
# ZIP package also includes the command line interface.
files:
- platform: macosx
package: dmg
content: [gui, server]
url: "https://github.com/daisy/pipeline-ui/releases/download/1.0.0/DAISY.Pipeline.2023.-Setup-1.0.0.dmg"
size: 175752251
- platform: windows
package: installer
content: [gui, server]
url: "https://github.com/daisy/pipeline-ui/releases/download/1.0.0/DAISY.Pipeline.2023.Setup.1.0.0.exe"
size: 130266592

- group: main
version: "1.14.11"
sort: "1.14.11"
state: stable
github_tag: "v1.14.11"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.11"
description: >
Includes the standalone desktop application, the server, and the command line
interface. Versions available for Windows (an installer EXE) and Linux (ZIP and
DEB files). The DEB does not include the command line interface.
files:
- platform: debian
package: deb
content: [gui, server]
url: "https://github.com/daisy/pipeline-assembly/releases/download/v1.14.11/pipeline2-1.14.11_debian.deb"
size: 128400128
- platform: linux
package: zip
content: [gui, server, cli]
url: 'https://github.com/daisy/pipeline-assembly/releases/download/v1.14.11/pipeline2-1.14.11_linux.zip'
size: 105160702
- platform: windows
package: installer
content: [gui, server, cli]
url: "https://github.com/daisy/pipeline-assembly/releases/download/v1.14.11/pipeline2-1.14.11_windows.exe"
size: 129564247

- group: main
version: "1.14.10"
sort: "1.14.10"
state: stable
github_tab: "v1.14.10"
github_tag: "v1.14.10"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.10"
description: >
Includes the standalone desktop application, the server, and the command line
interface. Versions available for Windows (an installer EXE) and Linux (ZIP and
DEB files). The DEB does not include the command line interface.
interface. Versions available for Windows (an installer EXE) and Linux (ZIP and
DEB files). The DEB does not include the command line interface.
files:
- platform: debian
package: deb
Expand All @@ -32,7 +89,7 @@
version: "1.14.9"
sort: "1.14.09"
state: stable
github_tab: "v1.14.9"
github_tag: "v1.14.9"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.9"
description: >
Includes the standalone desktop application, the server, and the command line
Expand All @@ -59,7 +116,7 @@
version: "1.14.8"
sort: "1.14.08"
state: stable
github_tab: "v1.14.8"
github_tag: "v1.14.8"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.8"
description: >
Includes the standalone desktop application, the server, and the command line
Expand All @@ -86,7 +143,7 @@
version: "1.14.7"
sort: "1.14.07"
state: stable
github_tab: "v1.14.7"
github_tag: "v1.14.7"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.7"
description: >
Includes the standalone desktop application, the server, and the command line
Expand All @@ -113,7 +170,7 @@
version: "1.14.6"
sort: "1.14.06"
state: stable
github_tab: "v1.14.6"
github_tag: "v1.14.6"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.6"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -147,7 +204,7 @@
version: "1.14.5"
sort: "1.14.05"
state: stable
github_tab: "v1.14.5"
github_tag: "v1.14.5"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.5"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -203,7 +260,7 @@
version: "1.14.4"
sort: "1.14.04"
state: stable
github_tab: "v1.14.4"
github_tag: "v1.14.4"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.4"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -237,7 +294,7 @@
version: "1.14.3"
sort: "1.14.03"
state: stable
github_tab: "v1.14.3"
github_tag: "v1.14.3"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.3"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -271,7 +328,7 @@
version: "1.14.2"
sort: "1.14.02"
state: stable
github_tab: "v1.14.2"
github_tag: "v1.14.2"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.2"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -305,7 +362,7 @@
version: "1.14.1"
sort: "1.14.01"
state: stable
github_tab: "v1.14.1"
github_tag: "v1.14.1"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.14.1"

- group: main
Expand Down Expand Up @@ -354,7 +411,7 @@
version: "1.13.0"
sort: "1.13.0"
state: stable
github_tab: "v1.13.0"
github_tag: "v1.13.0"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.13.0"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -387,7 +444,7 @@
version: "1.12.1"
sort: "1.12.1"
state: stable
github_tab: "v1.12.1"
github_tag: "v1.12.1"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.12.1"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down Expand Up @@ -442,7 +499,7 @@
version: "1.12.0"
sort: "1.12.0"
state: stable
github_tab: "v1.12.0"
github_tag: "v1.12.0"
github_url: "https://github.com/daisy/pipeline-assembly/releases/tag/v1.12.0"
description: >
Includes the standalone desktop application, the server, and the command line
Expand Down
2 changes: 1 addition & 1 deletion website/src/_data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
assembly: 1.14.10
assembly: 1.14.12
css-spec: 20210129
2 changes: 1 addition & 1 deletion website/src/_wiki/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/pipeline.wiki.git
branch = wiki
commit = 62c679fcc53b3639d40bf05fc1204244a3fa6e78
parent = 082c4a97cd4a438dc446e12ed04500f9db452de4
parent = 22a8c95b3a3a3188121a4b348be23cd1c1565871
cmdver = 0.3.1
2 changes: 1 addition & 1 deletion website/src/_wiki/Get-Help/User-Guide/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ The server and the desktop application require a Java runtime
environment. Windows and Mac users do not have to worry about Java
because it is included in the DAISY Pipeline installation. Linux users
however are on their own. The minimum required version of Java
is 11. We recommend installing Java from https://adoptopenjdk.net.
is 11. We recommend installing Java from https://adoptium.net/.
31 changes: 31 additions & 0 deletions website/src/_wiki/Modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
This page is being worked on at the moment. Please check back on this page later when it is finished.

---

what can a module contain / API of a module
- "resources API": catalog.xml maps public URIs to file paths within the module
- library.xpl
- library.xsl
- other
- public Java packages (should be unique: no two modules should expose same package)
- Java services (implementation of a public Java interface, should be in a *.impl.* package)
- generated
- Pipeline module: service that provides a catalog.xml
- Pipeline script: service that points to a XProc file and adds metadata around it (name, description)
- data type
- ...
- other

pom.xml
- modules-parent
- dependencies (compile/provided/runtime/test)
- properties
- expose-services

catalog.xml
- based on XML Catalogs: https://www.oasis-open.org/committees/download.php/14810/xml-catalogs.pdf
- with extensions (for compile time processing)

Pipeline script definition file: see [XProcExtensions](XProcExtensions)

XProcSpec: see [Testing](Testing)
1 change: 1 addition & 0 deletions website/src/_wiki/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
* [[Developer Guide|Developer-Guide]]
* [[Source Code|Sources]]
* [[Build System|Building]]
* [[Writing Modules|Modules]]
* [[XProc|XProc]]
* [[XProc Extensions|XProcExtensions]]
* [[Testing|Testing]]
Expand Down
2 changes: 1 addition & 1 deletion website/target/maven/pom.xml

Large diffs are not rendered by default.

0 comments on commit 9a16e6b

Please sign in to comment.