Page MenuHomeFreeBSD

Move download url to /download/
AcceptedPublic

Authored by minsoochoo0122_proton.me on Jan 22 2024, 11:00 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, May 12, 3:01 PM
Unknown Object (File)
Sat, May 11, 6:52 AM
Unknown Object (File)
Sat, May 11, 5:15 AM
Unknown Object (File)
Sat, May 11, 5:14 AM
Unknown Object (File)
Fri, May 10, 7:41 PM
Unknown Object (File)
Fri, May 10, 1:58 PM
Unknown Object (File)
Sun, May 5, 7:52 AM
Unknown Object (File)
Sat, May 4, 1:17 PM

Details

Reviewers
lwhsu
Group Reviewers
docs
Summary

Why is the download url /download?

Non UTF-8 files are marked as binary files since arcanist does not accept non UTF-8 files.

find ./ -type f -exec sed -i '' -e "s:/where:/download:g" {} \; is used . DO NOT execute command in the root directory of doc/. This will brake git index. Execute the command in website/ and documentation/ folder.

Test Plan

make run

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I feel that we don't need to modify the old release or reports, we can just have a redirection from /where to /download (actually we should do this for every URL change.)

Removed changes in release and status

Please be careful with mechanical sweeping change.

documentation/content/el/books/handbook/mirrors/_index.adoc
656

I think these two are misfire.

BTW, this looks talking about CTM, which can be removed.

699

Misfire.

documentation/content/en/articles/committers-guide/_index.adoc
1260

Misfire.

1299

Misfire.

1303

Misfire.

documentation/content/en/articles/committers-guide/_index.po
2763

Misfire.

2831

Misfire.

2839

Misfire.

documentation/content/es/articles/committers-guide/_index.adoc
1046

Misfire.

1078

Misfire.

1081

Misfire.

documentation/content/es/articles/committers-guide/_index.po
3499

Misfire.

3502

Misfire.

3574

Misfire.

3577

Misfire.

3584

Misfire.

3588

Misfire.

documentation/content/fr/books/handbook/mirrors/_index.adoc
743

Misfire.

documentation/content/it/books/handbook/mirrors/_index.adoc
704

Misfire.

documentation/content/mn/books/handbook/mirrors/_index.adoc
481

Misfire.

Also this is about CTM.

524

Misfire.

documentation/content/nl/books/handbook/mirrors/_index.adoc
703

Misfire.

CTM.

746

Misfire.

documentation/content/zh-cn/books/handbook/mirrors/_index.adoc
688

Misfire.

CTM.

731

Misfire.

CTM.

Hugo Documentation: Alias

/website/content/en/download.adoc.toml

aliases = ['where.adoc']

But this doesn't work. Did I misunderstand the documentation?

Hugo Documentation: Alias

/website/content/en/download.adoc.toml

aliases = ['where.adoc']

But this doesn't work. Did I misunderstand the documentation?

I haven't checked the Hugo doc, but we can do this in the httpd server configuration.

To committers: if you want to commit this before me find time on this, please don't forget asking clusteradm/wwwadm to create where/ -> download/ redirection first!

This revision is now accepted and ready to land.Feb 15 2024, 6:21 PM

I have removed myself from the reviewers, since I guess I was added automatically because of a misfire on status reports.