xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
<root> / root / themes / default / index.html (1adb26ab9f7fb3936665ad6765de759e88a83960) (2,693B) (mode 100644) [raw]
<!DOCTYPE html>
<html lang="en">
<head>
	<title>RocketGit</title>
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	@@if(@@rg_redirect_html@@ == 1){{<meta http-equiv="refresh" content="@@rg_redirect_html_seconds@@; url=@@rg_redirect_html_url@@">}}{{}}
	<link rel="stylesheet" type="text/css" href="@@rg_theme_url@@/main.css" />
</head>

<body>

<div id="container">

<div id="header">
	<div class="logo">
		<a href="/">RocketGit</a>
	</div>

	<div class="main_menu">
		@@if(@@login_ui::uid@@ != 0){{
		<a href="@@login_ui::homepage@@">Me</a>
		}}
		<a href="/op/features">Features</a>
		<a href="/op/discover">Discover</a>
		<a href="/op/download">Download</a>
		<a href="/op/pricing">Pricing</a>
		<a href="/op/tos">ToS</a>
		<a href="/op/donate">Donate</a>
		@@if(@@login_ui::uid@@ != 0){{
		@@if(@@login_ui::is_admin@@ == 0){{<a href="/op/suggestion">Suggestion</a>}}
		@@if(@@login_ui::is_admin@@ == 0){{<a href="/op/repo">My repositories</a>}}
		<a href="/op/settings">Settings</a>
		@@if(@@login_ui::is_admin@@ == 1){{<a href="/op/admin">Admin</a>}}
		<a href="/op/logout?token=@@logout_token@@">Logout</a>
		}}{{
		<a href="/op/create_account">Create account</a>
		<a href="/op/login">Login</a>
		}}
	</div>
</div>

<div id="main">
@@rg_body@@
</div>

<div id="footer">
	<div id="footer_logo">
		<div class="logo_image">
			<img src="@@IMG:logo/rg6.png@@" alt="RocketGit logo" width="84" height="78" />
		</div>
		<div class="logo">
			<a href="/">RocketGit</a>
			<br />
			Rocket your launch!
		</div>
	</div>

	<div class="footer_info">
		<a href="/op/stats">Statistics</a><br />
		<a href="/op/doc/demo">Tutorials</a><br />
		<a href="/op/doc/api">API</a><br />
		<a href="/op/doc/compare">Comparison</a><br />
		<a href="/op/doc/thanks">Thanks</a>
	</div>

	<div class="footer_info">
		For any information, please contact us at
		<a href="mailto:in@rocketgit.com">in@rocketgit.com</a>.<br />
		Copyright: <a href="http://kernel.embedromix.ro/" target="_blank">Catalin(ux) M. BOIE</a><br />
		Software version: @@rg_version@@<br />
		Running since: @@first_install_text@@<br />
		<i>Git® was created by Linus Torvalds.</i><br />
		Git and the Git logo are either registered trademarks or trademarks<br />
		of Software Freedom Conservancy, Inc., corporate home of the Git Project,<br />
		in the United States and/or other countries.<br />
		rocketgit.com site is operated by Embedromix SRL,<br />
		CIF 13505234, J08/979/2000, Brasov, Romania.<br />
		All data is stored in Germany and Romania only (AFAIK).<br />
		We are not selling your data.
	</div>
</div>

</div>

</body>
</html>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master