Skip to content

Commit

Permalink
Merge pull request #141 from jason-fox/releases
Browse files Browse the repository at this point in the history
Releases
  • Loading branch information
jelovirt authored Oct 2, 2023
2 parents 93e8a2a + a5464a7 commit 7daeaf9
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 1 deletion.
19 changes: 19 additions & 0 deletions com.here.validate.svrl.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,24 @@
],
"url": "https://github.com/jason-fox/com.here.validate.svrl/archive/v5.0.0.zip",
"cksum": "b54d0fa018760af474ee32d5e9473a1907da6ea6b58141918c966ac7e44bc97c"
},
{
"name": "com.here.validate.svrl",
"description": "A structure, style and content linter for DITA, MDITA and Markdown documents.",
"keywords": [
"validation",
"lint"
],
"homepage": "https://jason-fox.github.io/com.here.validate.svrl",
"vers": "5.1.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.0.0"
}
],
"url": "https://github.com/jason-fox/com.here.validate.svrl/archive/v5.1.0.zip",
"cksum": "54eb03af2501548d915614a4cbd9860fe71e55d78aa1dbb5c74176ba8d4ecac9"
}
]
19 changes: 19 additions & 0 deletions fox.jason.extend.css.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.extend.css/archive/v1.2.1.zip",
"cksum": "34b2b255c27d429a669b35aa8cf1f05fd5c61d0ad191da98ca8cec1caa6a4c90"
},
{
"name": "fox.jason.extend.css",
"description": "Extension to allow additional plug-ins to add an extra CSS stylesheet to HTML pages.",
"keywords": [
"html",
"css"
],
"homepage": "https://jason-fox.github.io/fox.jason.extend.css",
"vers": "1.2.2",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.1.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.extend.css/archive/v1.2.2.zip",
"cksum": "af1af7e73ec3f24e3c77e17f432c9037abe4183900f9ad6b6e004b91e5957b25"
}
]
21 changes: 20 additions & 1 deletion fox.jason.favicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.favicon/archive/v1.0.0.zip",
"cksum": "494cf0d2d4efb4d254873bec4360e67c7fc1c816e95baee4bd350b3ec5b77867"
},
{
"name": "fox.jason.favicon",
"description": "Adds a favicon to DITA HTML output.",
"keywords": [
"html",
"css"
],
"homepage": "https://jason-fox.github.io/fox.jason.favicon",
"vers": "1.0.1",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.1.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.favicon/archive/v1.0.1.zip",
"cksum": "4ae086ce039f18df392601f27cd6dc8b379544dc1d6e882a9c56d983c836bd4d"
}
]
]
24 changes: 24 additions & 0 deletions fox.jason.prismjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,29 @@
],
"url": "https://github.com/jason-fox/fox.jason.prismjs/archive/v4.0.0.zip",
"cksum": "6ef34d276d05656c0373a69e33d724d0b0494d2f49c2a23b4be9f4ed762cc855"
},
{
"name": "fox.jason.prismjs",
"description": "An integration of Prism-JS into the DITA Open Toolkit engine, enabling static HTML and PDF syntax highlighting.",
"keywords": [
"prismjs",
"code-highlighter",
"syntax-highlighting"
],
"homepage": "https://jason-fox.github.io/fox.jason.prismjs",
"vers": "4.1.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=4.0.0"
},
{
"name": "fox.jason.extend.css",
"req": ">=1.2.1"
}
],
"url": "https://github.com/jason-fox/fox.jason.prismjs/archive/v4.1.0.zip",
"cksum": "9a3b4bd005928e7f38a5bfa2dfd1683aee2442cbb5b375c54270ee3af19e0e37"
}
]
20 changes: 20 additions & 0 deletions fox.jason.unit-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,25 @@
],
"url": "https://github.com/jason-fox/fox.jason.unit-test/archive/v2.2.0.zip",
"cksum": "8addda2f20e61e4d0ef90f0f225048a5bdd5170e0575550c58c0b23b96ec6966"
},
{
"name": "fox.jason.unit-test",
"description": "Unit Testing and Code Coverage Framework for DITA-OT.",
"keywords": [
"unit-testing",
"code-coverage",
"profiling"
],
"homepage": "https://jason-fox.github.io/fox.jason.unit-test",
"vers": "2.2.1",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.0.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.unit-test/archive/v2.2.1.zip",
"cksum": "8eed95e6bb89400af9eca233ea73df0a427af1fa5046c59e8512945986d7792f"
}
]

0 comments on commit 7daeaf9

Please sign in to comment.