From a2546656a33cdbc763b38e47fef9c16be6527685 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kr=C3=BCger?= Date: Wed, 22 Jun 2022 01:37:47 +0200 Subject: [PATCH] gitweb: update index text * Remove dated Let's Encrypt notice * Move read-only notice to top, add some vague timing info * Remove commented-out donation blurb * Update various external links --- gitweb/indextext.html | 99 +++++++++++++----------------------- gitweb/indextext_readonly.html | 113 ++++++++++++++++------------------------- 2 files changed, 78 insertions(+), 134 deletions(-) rewrite gitweb/indextext.html (72%) rewrite gitweb/indextext_readonly.html (69%) diff --git a/gitweb/indextext.html b/gitweb/indextext.html dissimilarity index 72% index 444831e..3bef48d 100644 --- a/gitweb/indextext.html +++ b/gitweb/indextext.html @@ -1,64 +1,35 @@ - - -
-

repo.or.cz switched to Let's Encrypt for its TLS certificates. -This means that we no longer issue the site's certificates ourselves. -If you have configured your browser or your Git client to only trust the old CA, -access to the site will be broken. -Please configure your clients to trust the Let's Encrypt CA instead. -SSH access should be unaffected by the change.

-
- -

repo.or.cz is a public Git hosting site. -Create a project in a snap, publish your development, give others push -access and let anyone have a look and contribute. -Alternatively, if you just see a random git:// URL fly by and -want to check it out, or you have limited bandwidth or want backup - just quickly -set up a mirror of any project published -elsewhere and we will provide pull and gitweb access for the project, -or send you notifications when new stuff gets committed. -(read more, terms of use) (want to help?)

- -

The service is maintained by the admin team as a public service for the Git community, -please contact admin@repo.or.cz with any requests, proposals, issues or patches - the -underlying engine is fully open-source and easy to deploy. -Or you may be also interested in -other Git hosting sites.

- - - -

Register project | -Register user | -Root certificate | -Update user email/SSH keys

- -
-How to grab a project? Simply git clone git://repo.or.cz/project.git.
-Then, repeat git pull to update to the latest version of the project.
-See the The Git Homepage -for more details about Git and its usage. -
+ + +

repo.or.cz is a public Git hosting site. +Create a project in a snap, publish your development, give others push +access and let anyone have a look and contribute. +Alternatively, if you just see a random git:// URL fly by and +want to check it out, or you have limited bandwidth or want backup - just quickly +set up a mirror of any project published +elsewhere and we will provide pull and gitweb access for the project, +or send you notifications when new stuff gets committed. +(read more, terms of use) (want to help?)

+ +

The service is maintained by the admin team as a public service for the Git community, +please contact admin@repo.or.cz with any requests, proposals, issues or patches - the +underlying engine is fully open-source and easy to deploy. +Or you may be also interested in +other Git hosting sites.

+ +

Register project | +Register user | +Root certificate | +Update user email/SSH keys

+ +
+How to grab a project? Simply git clone git://repo.or.cz/project.git.
+Then, repeat git pull to update to the latest version of the project.
+See the The Git Homepage +for more details about Git and its usage. +
diff --git a/gitweb/indextext_readonly.html b/gitweb/indextext_readonly.html dissimilarity index 69% index baf97af..f8f29ba 100644 --- a/gitweb/indextext_readonly.html +++ b/gitweb/indextext_readonly.html @@ -1,70 +1,43 @@ - - -
-

repo.or.cz switched to Let's Encrypt for its TLS certificates. -This means that we no longer issue the site's certificates ourselves. -If you have configured your browser or your Git client to only trust the old CA, -access to the site will be broken. -Please configure your clients to trust the Let's Encrypt CA instead. -SSH access should be unaffected by the change.

-
- -

repo.or.cz is a public Git hosting site. -Create a project in a snap, publish your development, give others push -access and let anyone have a look and contribute. -Alternatively, if you just see a random git:// URL fly by and -want to check it out, or you have limited bandwidth or want backup - just quickly -set up a mirror of any project published -elsewhere and we will provide pull and gitweb access for the project, -or send you notifications when new stuff gets committed. -(read more, terms of use) (want to help?)

- -

The service is maintained by the admin team as a public service for the Git community, -please contact admin@repo.or.cz with any requests, proposals, issues or patches - the -underlying engine is fully open-source and easy to deploy. -Or you may be also interested in -other Git hosting sites.

- - - -

Register project | -Register user | -Root certificate | -Update user email/SSH keys

- -
-How to grab a project? Simply git clone git://repo.or.cz/project.git.
-Then, repeat git pull to update to the latest version of the project.
-See the The Git Homepage -for more details about Git and its usage. -
- -
-

The system is currently in read-only mode!

-

Pushes and project/user modifications are not allowed, but fetch and view operations -continue to be available.

-
+ + +
+

The system is currently in read-only mode!

+

Pushes and project/user modifications are not allowed, but fetch and view operations +continue to be available.

+

Don't worry, we are just doing migration/maintenance work and we'll be back to +normal soon.

+
+ +

repo.or.cz is a public Git hosting site. +Create a project in a snap, publish your development, give others push +access and let anyone have a look and contribute. +Alternatively, if you just see a random git:// URL fly by and +want to check it out, or you have limited bandwidth or want backup - just quickly +set up a mirror of any project published +elsewhere and we will provide pull and gitweb access for the project, +or send you notifications when new stuff gets committed. +(read more, terms of use) (want to help?)

+ +

The service is maintained by the admin team as a public service for the Git community, +please contact admin@repo.or.cz with any requests, proposals, issues or patches - the +underlying engine is fully open-source and easy to deploy. +Or you may be also interested in +other Git hosting sites.

+ +

Register project | +Register user | +Root certificate | +Update user email/SSH keys

+ +
+How to grab a project? Simply git clone git://repo.or.cz/project.git.
+Then, repeat git pull to update to the latest version of the project.
+See the The Git Homepage +for more details about Git and its usage. +
-- 2.11.4.GIT