|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>Aegis Code Forge</title> |
| 5 | + <title>Gitus Code Forge</title> |
6 | 6 | <link rel="stylesheet" href="./style.css"> |
7 | 7 | </head> |
8 | 8 | <body> |
9 | 9 | <header> |
10 | 10 | <div class="header-nav"> |
11 | 11 | <div class="header-nav-left"> |
12 | 12 | <a href="./index.html">HOME</a> |
13 | | - <a href="https://github.com/AegisCodeDepot/aegis">CODE_REPOSITORY</a> |
| 13 | + <a href="https://github.com/GitusCodeDepot/Gitus">CODE_REPOSITORY</a> |
14 | 14 | <a href="./news.html">NEWS</a> |
15 | 15 | </div> |
16 | 16 | </div> |
17 | 17 |
|
18 | | - <div> |
19 | | - <img style="vertical-align: bottom" width="96" src="./logo.png" alt="Aegis Logo" /> |
20 | | - <h1 class="header-name">Aegis Code Forge</h1> |
| 18 | + <div style="margin-top:1em"> |
| 19 | + <img style="vertical-align: bottom" height="32" src="./logo.png" alt="Gitus Logo" /><br /> |
| 20 | + <h1 class="header-name">Gitus Code Forge</h1> |
21 | 21 | </div> |
22 | 22 | </header> |
23 | 23 |
|
24 | 24 | <hr /> |
25 | 25 |
|
26 | 26 | <div> |
27 | 27 |
|
28 | | - <p>Aegis is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p> |
| 28 | + <p>Gitus is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p> |
29 | 29 |
|
30 | | - <p><b>Latest Release: <a href="https://github.com/AegisCodeForge/aegis/releases/tag/v0.1.5">v0.1.5 (2025-11-30)</a></b><br /> |
31 | | - <b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/6204d5b95de97755e1f2b0d60cf8c73741b9018e">v0.1.5.build_0 (2025-11-30)</a></b></p> |
| 30 | + <p><b>Latest Release: <a href="https://github.com/GitusCodeForge/Gitus/releases/tag/v0.1.5">v0.1.5 (2025-11-30)</a></b><br /> |
| 31 | + <b>Latest Nightly: <a href="https://github.com/GitusCodeForge/Gitus/tree/6204d5b95de97755e1f2b0d60cf8c73741b9018e">v0.1.5.build_0 (2025-11-30)</a></b></p> |
32 | 32 |
|
33 | 33 | <ul> |
34 | 34 | <li>Simple, functional UI;</li> |
@@ -57,17 +57,14 @@ <h1 class="header-name">Aegis Code Forge</h1> |
57 | 57 | </ul> |
58 | 58 |
|
59 | 59 | <p>While we don't have a demo yet, <a href="./screenshot.html">here are a few screenshot from the latest nightly (v0.1.3-b1)</a>.</p> |
60 | | - <p>The code repository can currently be found on <a href="https://github.com/AegisCodeForge/aegis">GitHub</a>.</p> |
61 | | - |
62 | | - <blockquote><i>NOTE: This project has no relations with <a href="https://aegis.sourceforge.net">the original Aegis</a>.</i></blockquote> |
63 | | - |
| 60 | + <p>The code repository can currently be found on <a href="https://github.com/GitusCodeForge/Gitus">GitHub</a>.</p> |
64 | 61 |
|
65 | 62 | </div> |
66 | 63 |
|
67 | 64 | <hr /> |
68 | 65 |
|
69 | 66 | <footer> |
70 | | - © 2025 <a href="https://sebastian.graphics">Zetian Lin</a> |
| 67 | + © 2025-2026 <a href="https://sebastian.graphics">Zetian Lin</a> |
71 | 68 | </footer> |
72 | 69 | </body> |
73 | 70 | </html> |
0 commit comments