html-tidy.nuspec 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
  3. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  4. <metadata>
  5. <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
  6. <id>html-tidy</id>
  7. <title>HTML Tidy with HTML5 support</title>
  8. <version>5.1.2</version>
  9. <authors>HTACG</authors>
  10. <owners>Miodrag Milić</owners>
  11. <summary>Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more. It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards</summary>
  12. <description>
  13. Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more. It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
  14. </description>
  15. <projectUrl>http://www.html-tidy.org/</projectUrl>
  16. <tags>x-platform xml html tidy html5</tags>
  17. <copyright>HTACG</copyright>
  18. <licenseUrl>https://github.com/htacg/tidy-html5/blob/master/README/LICENSE.md</licenseUrl>
  19. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  20. <!--<dependencies>
  21. <dependency id="" version="" />
  22. </dependencies>-->
  23. <releaseNotes></releaseNotes>
  24. <docsUrl>http://www.html-tidy.org/documentation</docsUrl>
  25. <bugTrackerUrl>https://github.com/htacg/tidy-html5/issues</bugTrackerUrl>
  26. <projectSourceUrl>https://github.com/htacg/tidy-html5</projectSourceUrl>
  27. <packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/html-tidy</packageSourceUrl>
  28. </metadata>
  29. <files>
  30. <file src="tools\**" target="tools" />
  31. </files>
  32. </package>