Remove whitespace from "NewPipe e. V." -> "NewPipe e.V." #4

Merged
TheAssassin merged 4 commits from spelling into main 2024-05-20 00:38:38 +02:00
Owner

According to the statue it should be "NewPipe e.V.". (Der Name des Vereins lautet "NewPipe e.V.")

Before:
grafik
After:
grafik

PS: Shared elements should be generated by a static site generator.

Cmd run:

sed -i 's/e. V./e.V./' ./*.html
According to the statue it should be "NewPipe e.V.". (_Der Name des Vereins lautet "NewPipe e.V."_) Before: ![grafik](/attachments/4b04ea6e-7695-4237-9a2d-1416aadd76ed) After: ![grafik](/attachments/fea664a9-d2b4-4474-9936-5a94adc410d9) PS: Shared elements should be generated by a static site generator. Cmd run: ``` sh sed -i 's/e. V./e.V./' ./*.html ```
tobigr added 1 commit 2024-05-19 19:00:27 +02:00
Build and publish Docker image / build (push) Successful in 17s Details
8aa2d97e26
Remove whitespace from "NewPIpe e. V." -> "NewPipe e.V."
tobigr added 1 commit 2024-05-19 19:29:24 +02:00
Build and publish Docker image / build (push) Successful in 15s Details
e3f2a3f539
Replace more e. V.
sed -i 's/e. V./e.V./' ./*.html
TheAssassin requested changes 2024-05-19 20:52:57 +02:00
Dismissed
about.html Outdated
@ -6,7 +6,7 @@
-->
<html>
<head>
<title>NewPipe e.&nbsp;V.</title>
Owner

How about using some nobr or span style="white-space: nowrap;" around the text? I think it should never be separated.

I could imagine we could utilize a static site generator to template this.

How about using some `nobr` or `span style="white-space: nowrap;"` around the text? I think it should _never_ be separated. I could imagine we could utilize a static site generator to template this.
Author
Owner

I added non breaking spaces for "NewPipe e.V."

I added non breaking spaces for "NewPipe e.V."
Owner

Works for me, albeit this approach reduces the readability a little.

Works for me, albeit this approach reduces the readability a little.
tobigr force-pushed spelling from e3f2a3f539 to 4622b7fd4b 2024-05-19 21:37:14 +02:00 Compare
tobigr force-pushed spelling from 4622b7fd4b to 1eaf92ca7d 2024-05-19 22:07:05 +02:00 Compare
tobigr requested review from TheAssassin 2024-05-19 22:08:07 +02:00
TheAssassin approved these changes 2024-05-20 00:24:37 +02:00
TheAssassin changed title from Remove whitespace from "NewPIpe e. V." -> "NewPipe e.V." to Remove whitespace from "NewPipe e. V." -> "NewPipe e.V." 2024-05-20 00:24:53 +02:00
TheAssassin merged commit 549e5b951e into main 2024-05-20 00:38:38 +02:00
TheAssassin deleted branch spelling 2024-05-20 00:38:38 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NewPipe-eV/website#4
No description provided.