Skip to content

Commit a4899b9

Browse files
committed
refactor: rename, part 5
1 parent 978d0c5 commit a4899b9

15 files changed

Lines changed: 61 additions & 44 deletions

templates/_footer.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{{define "_footer"}}
33
<div class="footer-message">
4-
Powered by <a href="https://github.com/GitusCodeForge/Gitus">Gitus</a>, version v0.1.6-alpha (v0.1.6-alpha.build_151)
4+
Powered by <a href="https://github.com/GitusCodeForge/Gitus">Gitus</a>, version v0.1.6-alpha (v0.1.6-alpha.build_157)
55
</div>
66
{{end}}

templates/webinstaller/_redirect.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<header>
13-
<h1 class="header-name" style="margin-bottom: 0"><a href="/">Aegis Web Installer</a></h1>
13+
<h1 class="header-name" style="margin-bottom: 0"><a href="/">Gitus Web Installer</a></h1>
1414
</header>
1515
<hr />
1616

templates/webinstaller/confirm.template.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

@@ -18,7 +18,7 @@ <h2>Confirmation</h2>
1818
<div class="field">
1919
<label class="field-label" for="operation-mode">Operation Mode</label>
2020
<p><a href="/step1">Go back and change this setting</a></p>
21-
<p class="field-description">Aegis supports 3 different operation mode.:
21+
<p class="field-description">Gitus supports 3 different operation mode.:
2222
<ul>
2323
<li>Plain Mode: A simple Git web frontend similar to git-instaweb. Repositories would be readonly (with HTTP).</li>
2424
<li>Simple Mode: User and repository managements are done by updating special repositories similar to Gitolite. Clone/push through SSH is enabled.</li>
@@ -261,7 +261,7 @@ <h2>Confirmation</h2>
261261
<div class="field">
262262
<label class="field-label" for="git-user">Git User</label>
263263
<p><a href="/step6">Go back and change this setting</a></p>
264-
<p class="field-description">The name of the user Aegis will use to carry out its actions. This user should also be the user that runs the Aegis web server.</p>
264+
<p class="field-description">The name of the user Gitus will use to carry out its actions. This user should also be the user that runs the Gitus web server.</p>
265265
<table>
266266
<thead><tr><th>Field</th><th>Value</th></tr></thead>
267267
<tbody>
@@ -336,7 +336,7 @@ <h2>Confirmation</h2>
336336
<div class="field">
337337
<label class="field-label" for="depot-name">Depot Name</label>
338338
<p><a href="/step8">Go back and change this setting</a></p>
339-
<p class="field-description">The name for this Aegis instance.</p>
339+
<p class="field-description">The name for this Gitus instance.</p>
340340
<table>
341341
<thead><tr><th>Field</th><th>Value</th></tr></thead>
342342
<tbody>
@@ -350,7 +350,7 @@ <h2>Confirmation</h2>
350350
<div class="field">
351351
<label class="field-label">Bind Address & Port</label>
352352
<p><a href="/step8">Go back and change this setting</a></p>
353-
<p class="field-description">The address and port this instance is supposed to bind to. Two common choices for bind address: <code>0.0.0.0</code> which allows all external connections, and <code>127.0.0.1</code> which only allows local connections. For security reasons it would be better to set this to 127.0.0.1 and put Aegis behind a reverse proxy.</p>
353+
<p class="field-description">The address and port this instance is supposed to bind to. Two common choices for bind address: <code>0.0.0.0</code> which allows all external connections, and <code>127.0.0.1</code> which only allows local connections. For security reasons it would be better to set this to 127.0.0.1 and put Gitus behind a reverse proxy.</p>
354354
<table>
355355
<thead><tr><th>Field</th><th>Value</th></tr></thead>
356356
<tbody>
@@ -399,7 +399,7 @@ <h2>Confirmation</h2>
399399
<div class="field">
400400
<span class="field-label">Front Page</span>
401401
<p><a href="/step8">Go back and change this setting</a></p>
402-
<p class="field-description">The default front page for this instance. This would be the first thing people see when visiting this Aegis instance.</p>
402+
<p class="field-description">The default front page for this instance. This would be the first thing people see when visiting this Gitus instance.</p>
403403
<table>
404404
<thead><tr><th>Field</th><th>Value</th></tr></thead>
405405
<tbody>

templates/webinstaller/finish.template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111

1212
</header>
1313

1414
<hr />
1515

1616
<h2>That's all!</h2>
1717

18-
<p>The configuration file has been saved to <code>{{.Config.FilePath}}</code>. You can start the Aegis web server by running the following command <b>with the Git user</b>:</p>
18+
<p>The configuration file has been saved to <code>{{.Config.FilePath}}</code>. You can start the Gitus web server by running the following command <b>with the Git user</b>:</p>
1919

20-
<pre>aegis -config {{.Config.FilePath}}</pre>
20+
<pre>gitus -config {{.Config.FilePath}}</pre>
2121

2222
<hr />
2323

templates/webinstaller/start.template.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111

1212
</header>
1313

1414
<hr />
1515

16-
<p>Welcome to the Aegis Web Installer. We'll guide you through the installation process.</p>
17-
<p>In the end this installer would set up the database and produce a configuration file. At that point, please run Aegis using that configuration file like this:</p>
18-
<pre>aegis -config {config-file-path}</pre>
16+
<p>Welcome to the Gitus Web Installer. We'll guide you through the installation process.</p>
17+
<p>In the end this installer would set up the database and produce a configuration file. At that point, please run Gitus using that configuration file like this:</p>
18+
<pre>gitus -config {config-file-path}</pre>
1919
<p><b>NOTE THAT</b> the web installer will skip some steps if they're not compatible or don't make sense with certain decisions you have made during the earlier part in the installation process (e.g. asking for database info when you've decided to have a setup that shouldn't need a database). This is normal and by design.</p>
2020
<p><a href="/step1">Take me to the next step</a></p>
2121

templates/webinstaller/step1.template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

@@ -16,7 +16,7 @@ <h2>Step 1</h2>
1616
<form action="" method="POST">
1717
<div class="field">
1818
<label class="field-label" for="operation-mode">Operation Mode</label>
19-
<p class="field-description">Aegis supports 3 different operation mode.:
19+
<p class="field-description">Gitus supports 3 different operation mode.:
2020
<ul>
2121
<li>Plain Mode: A simple Git web frontend similar to git-instaweb. Repositories would be readonly (with HTTP).</li>
2222
<li>Simple Mode: User and repository managements are done by updating special repositories similar to Gitolite. Clone/push through SSH is enabled.</li>

templates/webinstaller/step10.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

templates/webinstaller/step2.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

templates/webinstaller/step3.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

templates/webinstaller/step4.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Web Installer</title>
5+
<title>Gitus Web Installer</title>
66
{{template "webinstaller/_style"}}
77
</head>
88
<body>
99
<header>
10-
<h1><a href="/">Aegis Web Installer</a></h1>
10+
<h1><a href="/">Gitus Web Installer</a></h1>
1111
{{template "webinstaller/_nav"}}
1212
</header>
1313

0 commit comments

Comments
 (0)