Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jun 20, 2024
1 parent f6a208e commit f29dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uploadconfig = {
version = "v"..packageversion.." "..packagedate,
author = mydata.name,
license = "lppl1.3c",
summary = "Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX",
summary = "Code for PDF tagging using pdfLaTeX and LuaLaTeX",
ctanPath = "/macros/latex/contrib/tagpdf",
repository = mydata.github .. "tagpdf",
bugtracker = mydata.github .. "tagpdf/issues",
Expand All @@ -27,7 +27,7 @@ uploadconfig = {
update = true ,
topic= "tagged-pdf",
note = [[Uploaded automatically by l3build...]],
description=[[The package offers tools to experiment with tagging and accessibility using pdfLATEX and LuaTEX. It isn't meant for production but allows the user to try out how difficult it is to tag some structures; to try out how much tagging is really needed; to test what else is needed so that a pdf works e.g. with a screen reader. Its goal is to get a feeling for what has to be done, which kernel changes are needed, how packages should be adapted.]],
description=[[The package contains the core code for tagging and accessibility used by the LaTeX kernel in the Tagged PDF project. See https://github.com/latex3/tagging-project for more information.]],
announcement_file="ctan.ann"
}
-- tests are mostly with dev-format always
Expand Down

0 comments on commit f29dad1

Please sign in to comment.