From 9db6bc0a2605d18ab5f83605641af6fbc1b9d4ec Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 21 Jun 2022 12:33:19 -0700 Subject: [PATCH] gitweb/indextext_readonly.html: include sample readonly file When the system has been placed in read-only mode, an alternate home page text file will be used if one has been created. Go ahead and provide an example alternate home page text file to make it easier to discover and modify. --- gitweb/indextext_readonly.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 gitweb/indextext_readonly.html diff --git a/gitweb/indextext_readonly.html b/gitweb/indextext_readonly.html new file mode 100644 index 0000000..9fe0730 --- /dev/null +++ b/gitweb/indextext_readonly.html @@ -0,0 +1,35 @@ +

Congratulations! Welcome in your fresh Girocco instance. +Edit gitweb/indextext.html in the source tree and re-run make install to +modify this text. (Never modify anything in the final destination directories, +it will get overwritten!) You can tweak gitweb/gitweb_config.perl to define +whether to show project list on the front page, or e.g. to turn content tags off. +You may want to have a look at the rorcz branch of +girocco.git to see how this hosting +site (repo.or.cz) is configured. +Enjoy setting up your Girocco! (read more, terms&conditions)

+ +

Have you told Petr Baudis +about your Girocco usage? Of course you don't have to, but then you may +find out that upgrading to newer Girocco version in the future is not as +smooth as you would like...

+ +

If your cgidir is not in site root, you will have to adjust the three +links below manually:

+ +

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.

+
-- 2.11.4.GIT