Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text/html/Makefile cleanups #117

Merged
merged 1 commit into from
Jun 24, 2021
Merged

text/html/Makefile cleanups #117

merged 1 commit into from
Jun 24, 2021

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jun 21, 2021

  • 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$ markers

  • few 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 ones

  • fix 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 town

  • list 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 sources

  • libcurl/using/_apps.html: fix indentation, reflow and shorten lines, dedupe product names, upgrade URLs to HTTPS and fix all abandoned URLs by pointing to archive.org or the new native locations if there was one.

- 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$ markers
- few 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 ones
- fix 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 town
- list 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 sources
- libcurl/using/_apps.html: fix indentation, reflow and shorten lines, dedupe
  product names, upgrade URLs to HTTPS and fix all abandoned URLs by pointing to
  archive.org or the new native locations if there was one.
@vszakats vszakats merged commit b6d9359 into curl:master Jun 24, 2021
@vszakats vszakats deleted the cleanups2 branch June 24, 2021 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant