Skip to content

Commit

Permalink
Merge pull request #150 from jason-fox/releases
Browse files Browse the repository at this point in the history
Plugin Release Updates
  • Loading branch information
jelovirt authored Feb 6, 2024
2 parents 96a9574 + 11edfe5 commit 68a6ea2
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 1 deletion.
19 changes: 19 additions & 0 deletions fox.jason.extend.css.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.extend.css/archive/v1.2.2.zip",
"cksum": "af1af7e73ec3f24e3c77e17f432c9037abe4183900f9ad6b6e004b91e5957b25"
},
{
"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.3.0",
"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.3.0.zip",
"cksum": "7a70b73fd3b8aaa03e9fd03cb525946c68be56afae155895ed03e21cf4ba450c"
}
]
19 changes: 19 additions & 0 deletions fox.jason.favicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.favicon/archive/v1.0.1.zip",
"cksum": "4ae086ce039f18df392601f27cd6dc8b379544dc1d6e882a9c56d983c836bd4d"
},
{
"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.1.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.1.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.favicon/archive/v1.1.0.zip",
"cksum": "0a08147da40110c9addaec9a4d596f37c72d7df3d4b5e1121ea4200bd688657e"
}
]
22 changes: 21 additions & 1 deletion fox.jason.open-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,25 @@
],
"url": "https://github.com/jason-fox/fox.jason.open-graph/archive/v1.0.0.zip",
"cksum": "66ab41ade08594dc593940b7b2989962f5e973204085a7d79ba293a42739f04c"
},
{
"name": "fox.jason.open-graph",
"description": "Adds Open-Graph social media metadata to DITA HTML output.",
"keywords": [
"twitter",
"facebook",
"open-graph"
],
"homepage": "https://jason-fox.github.io/fox.jason.open-graph",
"vers": "1.1.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.1.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.open-graph/archive/v1.1.0.zip",
"cksum": "9ce9a46848b6a1e3a60b988adddd785939f9eabe1265d79957a291f03002a829"
}
]
]
19 changes: 19 additions & 0 deletions fox.jason.translate.xliff.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.translate.xliff/archive/v4.0.0.zip",
"cksum": "262077e610642ebbf42309af4b067ad8de47e3054220a501a5077c9caf399ee2"
},
{
"name": "fox.jason.translate.xliff",
"description": "Creates XLIFF from DITA, auto-translates and re-merges XLIFF files, generating translated documentation in a targeted foreign language.",
"keywords": [
"xliff",
"language-translation"
],
"homepage": "https://jason-fox.github.io/fox.jason.translate.xliff",
"vers": "4.1.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.0.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.translate.xliff/archive/v4.1.0.zip",
"cksum": "838397d46bac59efdcdf62a36054672979112e14cce248013bc70e0841b44e92"
}
]
19 changes: 19 additions & 0 deletions fox.jason.watermark.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,24 @@
],
"url": "https://github.com/jason-fox/fox.jason.watermark/archive/v1.0.1.zip",
"cksum": "5bf6819d20a67c376b620b3767a0ce094e5727c222282cb2a410e3aae84c7dd6"
},
{
"name": "fox.jason.watermark",
"description": "Defaces draft PDFs with a watermark image",
"keywords": [
"watermark",
"pdf"
],
"homepage": "https://jason-fox.github.io/fox.jason.watermark",
"vers": "2.0.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.0.0"
}
],
"url": "https://github.com/jason-fox/fox.jason.watermark/archive/v2.0.0.zip",
"cksum": "26d94e17eb57ae68d6dfb953df92d770f6c57f8c9db32ac5c4a68d46019a0950"
}
]

0 comments on commit 68a6ea2

Please sign in to comment.