diff --git a/_data/tagging-status.yml b/_data/tagging-status.yml index 562ccb85..00fb7763 100644 --- a/_data/tagging-status.yml +++ b/_data/tagging-status.yml @@ -10,7 +10,7 @@ # status required string Status of package, see list below. # ctan-pkg optional string Name for ctan.org/pkg/?? link if different to name # included-in optional string-list tlc3 arxiv10 arxiv5 arxiv1 arxiv01 arxiv001 (included in TLC or top n% of arxiv package use) -# priority optional integer Priority of work for unknown and incompatible entries (omitted from table if > 4) +# priority optional integer Priority of work for unknown and incompatible entries (omitted from table if > 10) # comments optional markdown-string Free text markdown comments # references optional integer-list List of integers referencing the bibliography in references.yml # issues optional integer-list List of integers referencing primary issues at latex3/tagging-project diff --git a/tagging-status/index.md b/tagging-status/index.md index bcf914f5..d28d60cd 100644 --- a/tagging-status/index.md +++ b/tagging-status/index.md @@ -20,10 +20,7 @@ td.date {white-space: nowrap;font-size:90%;} {% assign t-s = "" | split: "" %} {% for p in site.data.tagging-status %} -{% if p.priority < 5 -or p.status == 'compatible' -or p.status == 'no-support' -%} +{% if p.priority < 10 %} {% assign t-s = t-s | push: p %} {% endif %} {% endfor %}