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)
Tue, Apr 30, 1:45 AM
Unknown Object (File)
Fri, Apr 26, 3:06 AM
Unknown Object (File)
Sun, Apr 14, 5:36 PM
Unknown Object (File)
Sun, Apr 14, 12:53 PM
Unknown Object (File)
Mon, Apr 8, 10:31 PM
Unknown Object (File)
Mar 8 2024, 2:22 PM
Unknown Object (File)
Feb 3 2024, 6:54 AM
Unknown Object (File)
Jan 23 2024, 3:36 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 55584
Build 52473: arc lint + arc unit

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 ↗(On Diff #133202)

I think these two are misfire.

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

699 ↗(On Diff #133202)

Misfire.

documentation/content/en/articles/committers-guide/_index.adoc
1260 ↗(On Diff #133202)

Misfire.

1299 ↗(On Diff #133202)

Misfire.

1303 ↗(On Diff #133202)

Misfire.

documentation/content/en/articles/committers-guide/_index.po
2763 ↗(On Diff #133202)

Misfire.

2831 ↗(On Diff #133202)

Misfire.

2839 ↗(On Diff #133202)

Misfire.

documentation/content/es/articles/committers-guide/_index.adoc
1046 ↗(On Diff #133202)

Misfire.

1078 ↗(On Diff #133202)

Misfire.

1081 ↗(On Diff #133202)

Misfire.

documentation/content/es/articles/committers-guide/_index.po
3499 ↗(On Diff #133202)

Misfire.

3502 ↗(On Diff #133202)

Misfire.

3574 ↗(On Diff #133202)

Misfire.

3577 ↗(On Diff #133202)

Misfire.

3584 ↗(On Diff #133202)

Misfire.

3588 ↗(On Diff #133202)

Misfire.

documentation/content/fr/books/handbook/mirrors/_index.adoc
743 ↗(On Diff #133202)

Misfire.

documentation/content/it/books/handbook/mirrors/_index.adoc
704 ↗(On Diff #133202)

Misfire.

documentation/content/mn/books/handbook/mirrors/_index.adoc
481 ↗(On Diff #133202)

Misfire.

Also this is about CTM.

524 ↗(On Diff #133202)

Misfire.

documentation/content/nl/books/handbook/mirrors/_index.adoc
703 ↗(On Diff #133202)

Misfire.

CTM.

746 ↗(On Diff #133202)

Misfire.

documentation/content/zh-cn/books/handbook/mirrors/_index.adoc
688 ↗(On Diff #133202)

Misfire.

CTM.

731 ↗(On Diff #133202)

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.