Skip to content

Commit

Permalink
Update report.json, rec-track-repos.json, hr-repos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w3c-validate-repos-bot committed Dec 31, 2024
1 parent 2ec17c3 commit 6afe023
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions report.json
Original file line number Diff line number Diff line change
Expand Up @@ -9874,7 +9874,7 @@
}
]
},
"timestamp": "2024-12-30T00:24:39.782Z",
"timestamp": "2024-12-31T00:23:37.040Z",
"repos": [
{
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
Expand Down Expand Up @@ -46639,7 +46639,7 @@
"body": "# Code of Conduct\n\nAll contributors to this project agree to follow the [W3C Code of Ethics and Professional Conduct](http://www.w3.org/Consortium/cepc/).\n\nIf you want to take action, you can contact W3C Staff as explained in [W3C Procedures](http://www.w3.org/Consortium/pwe/#Procedures)."
},
"readme": {
"text": "[![Current Release](https://img.shields.io/github/release/w3c/epubcheck.svg)](https://github.com/w3c/epubcheck/releases/latest) [![Github All Releases Downloads](https://img.shields.io/github/downloads/w3c/epubcheck/total.svg?colorB=A9A9A9)](https://github.com/w3c/epubcheck/releases/) [![CI build with Maven](https://github.com/w3c/epubcheck/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/w3c/epubcheck/actions/workflows/maven-ci.yml?query=branch%3Amain)\n\n\n\n\n\nEPUBCheck\n=========\n\nEPUBCheck is the official conformance checker for EPUB publications.\nEPUBCheck can be run as a standalone command-line tool or used as a Java library.\n\nEPUBCheck is open source software, maintained by the [DAISY Consortium](http://www.daisy.org) on behalf of [W3C](https://www.w3.org/publishing/epubcheck_fundraising).\n\n\n**We Need Your Support!!** \nFinancial support is critical to the development of EPUBCheck, the tool we all use to validate EPUB files.\nWe need to make sure that the resources are adequate to both update the tool and provide for its continued maintenance over the next two years;\nplease [help us fund and support EPUBCheck](https://www.w3.org/publishing/epubcheck_fundraising), and join the [list of donators](#donators)!\n\n\n## Downloads\n\nCheck the [releases page](https://github.com/w3c/epubcheck/releases) to get the latest distribution.\n\n[EPUBCheck v5.1.0](https://github.com/w3c/epubcheck/releases/tag/v5.1.0) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the [EPUB 3.3](https://www.w3.org/TR/epub-33/) specification.\n\n## Documentation\n\nDocumentation on how to **use** EPUBCheck, to **contribute** to the project or to **translate** messages is available on the [EPUBCheck wiki](https://github.com/w3c/epubcheck/wiki).\n\nTechnical discussions are held on our public [mailing list](https://lists.w3.org/Archives/Public/public-epubcheck/). To subscribe to the mailing list, send an email with subject `subscribe` to [[email protected]](mailto:[email protected]?subject=subscribe). To participate in the discussion, simply send an email to [[email protected]](mailto:[email protected]).\n\nHistorical archives of discussions prior to October 2017 are stored at the old [EPUBCheck Google Group](https://groups.google.com/forum/#!forum/epubcheck).\n\n## Building EPUBCheck\n\n### Build from sources\n\nTo build epubcheck from the sources you need Java Development Kit (JDK) 1.7 or above and [Apache Maven](http://maven.apache.org/) 3.0 or above installed.\n\nBuild and run tests:\n\n```\n$ mvn clean install\n```\nWill copy `*.jar` files and packages to `target/` folder...\n\n### Build using docker\n\nTo build the epubcheck using docker, use the build command below:\n\n```bash\n$ docker build . -t epubcheck\n```\n\nTo run the epubcheck image as container, use example command below:\n\n```bash\n# one directory in the host need to be mapped (using docker volume) to /data path\n# within container. the particular path will be used as a bridge to enable access\n# over the epub file or the generated output file between host and container.\n$ docker run -it --rm -v <directory>:/data epubcheck --help\n$ docker run -it --rm -v <directory>:/data epubcheck <epub-file> [OPTIONS]\n\n# example 1:\n# execute an epub check over a file located in /home/username/file.epub on the host.\n# the output will be printed to the console\n$ docker run -it --rm -v /home/username:/data epubcheck file.epub\n\n# example 2:\n# execute an epub check over a file, and then generate an output file\n# in /data/output.json within container.\n# since /data is mapped via volume, then the generated file will be accessible\n# from /home/username/output.json in the host\n$ docker run - --rm -v /home/username:/data epubcheck file.epub --json output.json\n```\n\n## Credits\n\nEPUBCheck v5.1.0 was developed by [the DAISY Consortium](https://www.daisy.org/), on behalf of W3C.\n\nInitial EPUBCheck development was largely done at [Adobe](https://www.adobe.com/).\nA significant part of EPUBCheck functionality comes from the schema validation tool [Jing](https://relaxng.org/jclark/jing.html), used with schemas from the [Nu HTML Checker](https://validator.github.io/validator/), [IDPF](https://idpf.org), and [DAISY](https://www.daisy.org/). \n\nPast and present EPUBCheck developers include:\nRomain Deltour, Matt Garrish, Tobias Fischer, Markus Gylling, Steve Antoch, Peter Sorotokin, Thomas Ledoux, Masayoshi Takahashi, Paul Norton, Piotr Kula, Arwen Pond, Liza Daly, Garth Conboy, and [several others](https://github.com/w3c/epubcheck/graphs/contributors).\n\nMany thanks to the numerous people who have contributed to the evolution of EPUBCheck through bug reports, pull requests, and translations!\n\n## Donators\n\nThe following organizations are supporting the development of EPUBCheck by their contribution to the [fundraising initiative](https://www.w3.org/publishing/epubcheck_fundraising):\n\n<p float=\"left\">\n <a href=\"https://www.macmillanlearning.com\"><img alt=\"MacMillan Learning\" src=\"https://www.w3.org/publishing/donators_logos/MacLearn_logo_cmyk.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.google.com\"><img alt=\"Google\" src=\"https://www.w3.org/publishing/donators_logos/Google.png\" width=\"400\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"http://daisy.org\"><img alt=\"DAISY\" src=\"https://www.w3.org/publishing/donators_logos/daisy_high.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://pubhub.dk\"><img alt=\"Publizon A/S\" src=\"https://www.w3.org/publishing/donators_logos/publizon-logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.wiley.com\"><img alt=\"Wiley\" src=\"https://www.w3.org/publishing/donators_logos/Wiley_Wordmark_black.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.hachette.com\"><img alt=\"Hachette Livre\" src=\"https://www.w3.org/publishing/donators_logos/Hachette%20Livre.jpg\" width=\"300\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.learningmate.com\"><img alt=\"LearningMate Solutions Inc\" src=\"https://www.w3.org/publishing/donators_logos/LearningMate%20Logo.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.voyager.co.jp\"><img alt=\"Voyager Japan, Inc.\" src=\"https://www.w3.org/publishing/donators_logos/rectangle_VJstar_logo_512.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://qainfotech.com\"><img alt=\"QA Info Tech\" src=\"https://www.w3.org/publishing/donators_logos/QA%20InfoTech%20Logo%20PNG%20Format.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://wwnorton.com\"><img alt=\"W. W. Norton\" src=\"https://www.w3.org/publishing/donators_logos/NortonLogo_notagline.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://luminadatamatics.com\"><img alt=\"Lumina Datamatics, Inc.\" src=\"https://www.w3.org/publishing/donators_logos/Datamatics_logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.harpercollins.com\"><img alt=\"Harper Collins\" src=\"https://www.w3.org/publishing/donators_logos/HarperCollins.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.vitalsource.com\"><img alt=\"Vital Source\" src=\"https://www.w3.org/publishing/donators_logos/VS_Logo_HOR_Ingram_Tag(RGB).jpg\" width=\"300\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.beck.de/\"><img alt=\"Verlag C.H. Beck oHG\" src=\"https://www.w3.org/publishing/donators_logos/Beck_LogoVektor_sw.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://info.libreka.de\"><img alt=\"Libreka\" src=\"https://www.w3.org/publishing/donators_logos/logo_libreka.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://zeilenwert.de\"><img alt=\"Zeilenwert\" src=\"https://www.w3.org/publishing/donators_logos/logo_zeilenwert.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.cenveopublisherservices.com\"><img alt=\"Cenveo Publisher Services\" src=\"https://www.w3.org/publishing/donators_logos/CVO%20Pub%20Serv_Logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.booknetcanada.ca\"><img alt=\"BookNet Canada\" src=\"https://www.w3.org/publishing/donators_logos/BNC_Logo_Horizontal_RGB_1000px.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n</p>\n\n## License\n\nEPUBCheck is made available under the terms of the [3-Clause BSD License](http://opensource.org/licenses/BSD-3-Clause)\n"
"text": "[![Current Release](https://img.shields.io/github/release/w3c/epubcheck.svg)](https://github.com/w3c/epubcheck/releases/latest) [![Github All Releases Downloads](https://img.shields.io/github/downloads/w3c/epubcheck/total.svg?colorB=A9A9A9)](https://github.com/w3c/epubcheck/releases/) [![CI build with Maven](https://github.com/w3c/epubcheck/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/w3c/epubcheck/actions/workflows/maven-ci.yml?query=branch%3Amain)\n\n\n\n\n\nEPUBCheck\n=========\n\nEPUBCheck is the official conformance checker for EPUB publications.\nEPUBCheck can be run as a standalone command-line tool or used as a Java library.\n\nEPUBCheck is open source software, maintained by the [DAISY Consortium](http://www.daisy.org) on behalf of [W3C](https://www.w3.org/publishing/epubcheck_fundraising).\n\n\n**We Need Your Support!!** \nFinancial support is critical to the development of EPUBCheck, the tool we all use to validate EPUB files.\nWe need to make sure that the resources are adequate to both update the tool and provide for its continued maintenance over the next two years;\nplease [help us fund and support EPUBCheck](https://www.w3.org/publishing/epubcheck_fundraising), and join the [list of donators](#donators)!\n\n\n## Downloads\n\nCheck the [releases page](https://github.com/w3c/epubcheck/releases) to get the latest distribution.\n\n[EPUBCheck v5.2.0](https://github.com/w3c/epubcheck/releases/tag/v5.2.0) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the [EPUB 3.3](https://www.w3.org/TR/epub-33/) specification.\n\n## Documentation\n\nDocumentation on how to **use** EPUBCheck, to **contribute** to the project or to **translate** messages is available on the [EPUBCheck wiki](https://github.com/w3c/epubcheck/wiki).\n\nTechnical discussions are held on our public [mailing list](https://lists.w3.org/Archives/Public/public-epubcheck/). To subscribe to the mailing list, send an email with subject `subscribe` to [[email protected]](mailto:[email protected]?subject=subscribe). To participate in the discussion, simply send an email to [[email protected]](mailto:[email protected]).\n\nHistorical archives of discussions prior to October 2017 are stored at the old [EPUBCheck Google Group](https://groups.google.com/forum/#!forum/epubcheck).\n\n## Building EPUBCheck\n\n### Build from sources\n\nTo build epubcheck from the sources you need Java Development Kit (JDK) 1.7 or above and [Apache Maven](http://maven.apache.org/) 3.0 or above installed.\n\nBuild and run tests:\n\n```\n$ mvn clean install\n```\nWill copy `*.jar` files and packages to `target/` folder...\n\n### Build using docker\n\nTo build the epubcheck using docker, use the build command below:\n\n```bash\n$ docker build . -t epubcheck\n```\n\nTo run the epubcheck image as container, use example command below:\n\n```bash\n# one directory in the host need to be mapped (using docker volume) to /data path\n# within container. the particular path will be used as a bridge to enable access\n# over the epub file or the generated output file between host and container.\n$ docker run -it --rm -v <directory>:/data epubcheck --help\n$ docker run -it --rm -v <directory>:/data epubcheck <epub-file> [OPTIONS]\n\n# example 1:\n# execute an epub check over a file located in /home/username/file.epub on the host.\n# the output will be printed to the console\n$ docker run -it --rm -v /home/username:/data epubcheck file.epub\n\n# example 2:\n# execute an epub check over a file, and then generate an output file\n# in /data/output.json within container.\n# since /data is mapped via volume, then the generated file will be accessible\n# from /home/username/output.json in the host\n$ docker run - --rm -v /home/username:/data epubcheck file.epub --json output.json\n```\n\n## Credits\n\nEPUBCheck is currently maintained by [the DAISY Consortium](https://www.daisy.org/), on behalf of W3C.\n\nInitial EPUBCheck development was largely done at [Adobe](https://www.adobe.com/).\nA significant part of EPUBCheck functionality comes from the schema validation tool [Jing](https://relaxng.org/jclark/jing.html), used with schemas from the [Nu HTML Checker](https://validator.github.io/validator/), [IDPF](https://idpf.org), and [DAISY](https://www.daisy.org/). \n\nPast and present EPUBCheck developers include:\nRomain Deltour, Matt Garrish, Tobias Fischer, Markus Gylling, Steve Antoch, Peter Sorotokin, Thomas Ledoux, Masayoshi Takahashi, Paul Norton, Piotr Kula, Arwen Pond, Liza Daly, Garth Conboy, and [several others](https://github.com/w3c/epubcheck/graphs/contributors).\n\nMany thanks to the numerous people who have contributed to the evolution of EPUBCheck through bug reports, pull requests, and translations!\n\n## Donators\n\nThe following organizations are supporting the development of EPUBCheck by their contribution to the [fundraising initiative](https://www.w3.org/publishing/epubcheck_fundraising):\n\n<p float=\"left\">\n <a href=\"https://www.macmillanlearning.com\"><img alt=\"MacMillan Learning\" src=\"https://www.w3.org/publishing/donators_logos/MacLearn_logo_cmyk.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.google.com\"><img alt=\"Google\" src=\"https://www.w3.org/publishing/donators_logos/Google.png\" width=\"400\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"http://daisy.org\"><img alt=\"DAISY\" src=\"https://www.w3.org/publishing/donators_logos/daisy_high.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://pubhub.dk\"><img alt=\"Publizon A/S\" src=\"https://www.w3.org/publishing/donators_logos/publizon-logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.wiley.com\"><img alt=\"Wiley\" src=\"https://www.w3.org/publishing/donators_logos/Wiley_Wordmark_black.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.hachette.com\"><img alt=\"Hachette Livre\" src=\"https://www.w3.org/publishing/donators_logos/Hachette%20Livre.jpg\" width=\"300\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.learningmate.com\"><img alt=\"LearningMate Solutions Inc\" src=\"https://www.w3.org/publishing/donators_logos/LearningMate%20Logo.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.voyager.co.jp\"><img alt=\"Voyager Japan, Inc.\" src=\"https://www.w3.org/publishing/donators_logos/rectangle_VJstar_logo_512.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://qainfotech.com\"><img alt=\"QA Info Tech\" src=\"https://www.w3.org/publishing/donators_logos/QA%20InfoTech%20Logo%20PNG%20Format.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://wwnorton.com\"><img alt=\"W. W. Norton\" src=\"https://www.w3.org/publishing/donators_logos/NortonLogo_notagline.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://luminadatamatics.com\"><img alt=\"Lumina Datamatics, Inc.\" src=\"https://www.w3.org/publishing/donators_logos/Datamatics_logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.harpercollins.com\"><img alt=\"Harper Collins\" src=\"https://www.w3.org/publishing/donators_logos/HarperCollins.png\" width=\"200\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.vitalsource.com\"><img alt=\"Vital Source\" src=\"https://www.w3.org/publishing/donators_logos/VS_Logo_HOR_Ingram_Tag(RGB).jpg\" width=\"300\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.beck.de/\"><img alt=\"Verlag C.H. Beck oHG\" src=\"https://www.w3.org/publishing/donators_logos/Beck_LogoVektor_sw.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://info.libreka.de\"><img alt=\"Libreka\" src=\"https://www.w3.org/publishing/donators_logos/logo_libreka.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://zeilenwert.de\"><img alt=\"Zeilenwert\" src=\"https://www.w3.org/publishing/donators_logos/logo_zeilenwert.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.cenveopublisherservices.com\"><img alt=\"Cenveo Publisher Services\" src=\"https://www.w3.org/publishing/donators_logos/CVO%20Pub%20Serv_Logo.jpg\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n <a href=\"https://www.booknetcanada.ca\"><img alt=\"BookNet Canada\" src=\"https://www.w3.org/publishing/donators_logos/BNC_Logo_Horizontal_RGB_1000px.png\" width=\"100\" hspace=\"20\" align=\"middle\"/></a>\n</p>\n\n## License\n\nEPUBCheck is made available under the terms of the [3-Clause BSD License](http://opensource.org/licenses/BSD-3-Clause)\n"
},
"w3c": {
"group": "96810",
Expand Down Expand Up @@ -82892,6 +82892,10 @@
"name": "agenda+next",
"color": "FBCA04"
},
{
"name": "announcements",
"color": "D93F0B"
},
{
"name": "blocked",
"color": "d73a4a"
Expand Down

0 comments on commit 6afe023

Please sign in to comment.