Attention: code migrated to github:
https://github.com/ngeor/w3c-nant
NAnt task library written in C#.
Validates HTML and CSS against the online W3C validation services.
FTP NAnt tasks to upload and delete files on an FTP server.
Separate NAnt-independent assembly to reuse in .NET projects.
Features
- NAnt task for validating HTML and CSS against W3C online validation services
- NAnt task for uploading filesets to an FTP server
- NAnt task for deleting a file on an FTP server
License
GNU General Public License version 3.0 (GPLv3)Follow W3C Nant Validation Tasks
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Works perfectly.
-
Works good. I had to change the FTP upload task. There was no way to set the overwrite condition in the build script. The default is DifferentSizeOrMoreRecentLocalFile so if the files you are uploading don't already exist on the server or if you are uploading to dropbox server, there will be a warning for each file. Beyond that I didn't have to make any changes to get it work.