Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
delete whitespace at EOL
delete double/triple EOLs at EOF
delete EOL at BOF (in a few Makefiles)
delete superfluous tabs (or convert them to spaces) (in Makefiles mostly)
whitespace/indentation cleanups in source and make files
split dependency lists to have a single input per line
convert uppercase HTML tags and attributes to lowercase
delete
$Id$
markersfew whitepace adjustments in Makefiles (space after colon, spaces around assignment operators)
fold some long lines
bump copyright year in
LICENSE
convert CRLF EOLs to LF in
nicedate.pm
fix shellcheck warnings in
bootstrap.sh
use the same URL style for YouTube videos in
docs/videos/videolist.txt
upgrade URLs to HTTPS where possible
add URL ending slash where missing in companies/apps listings
replace broken or abandoned HTTP URLs with
archive.org
onesfix indentation in
libcurl/using/_apps.html
lowercase attribute names in
curl.css
fix to actually rebuild
/libcurl/using
pages:Even though the apps page have been updated, the version rendered online does
not reflect any of that. The reasons are that the whole 'using' subdir has
been excluded from website builds by modifying the upper-level Makefile,
second, even if had been rebuilt, the apps page had been converted to a short
stub without any of the component info.
This modification re-enables the build of these, making the online version
change into the short stub. So, the updated content will only be seen in the
website source code.
delete
/README
and leave the up-to-date/README.md
as the only README in townlist required perl packages, add URL for
fcpp
, document two required GNU tools and create a required directory in/README.md
and/bootstrap.sh
delete unused
<body>
color attributes from all_menu.html
sourceslibcurl/using/_apps.html
: fix indentation, reflow and shorten lines, dedupe product names, upgrade URLs to HTTPS and fix all abandoned URLs by pointing toarchive.org
or the new native locations if there was one.