From a7851bb2a8583773fed590b34191715b7ec2d713 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 10 Dec 2019 16:52:14 +0100 Subject: Initial code dump of Rust and templates --- templates/#index.html# | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ templates/logo.png | Bin 0 -> 56915 bytes templates/repo.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 templates/#index.html# create mode 100644 templates/logo.png create mode 100644 templates/repo.html (limited to 'templates') diff --git a/templates/#index.html# b/templates/#index.html# new file mode 100644 index 0000000..54da102 --- /dev/null +++ b/templates/#index.html# @@ -0,0 +1,48 @@ + + + + + webgit | /spacekookie/webgit + + + +
+
+ + +
+

/ spacekookie / webgit

+ +

+ A lightweight web frontend for git repositories +

+
+ +
+ RSS Clone Star + +
+
+
+ +

+ webgit was created on 2019-11-29 at 21:20 + with commit acab00. Since then, 125 + commits have been authered by + 3 contributers. +

+
+ +
+
+ + diff --git a/templates/logo.png b/templates/logo.png new file mode 100644 index 0000000..a706d7c Binary files /dev/null and b/templates/logo.png differ diff --git a/templates/repo.html b/templates/repo.html new file mode 100644 index 0000000..aefa962 --- /dev/null +++ b/templates/repo.html @@ -0,0 +1,47 @@ + + + + + {{ project_name }} | /{{ project_name }} + + + +
+
+ + +
+

/ spacekookie / {{ project_name }}

+ +

+ A lightweight web frontend for git repositories +

+
+ +
+ RSS Clone Star + +
+
+
+ +

+ webgit was created on 2019-11-29 at 21:20 + with commit {{ first_commit }}. Since then, {{ num_commits }} + commits have been authered by + {{ num_contributors }} contributers. +

+
+
+
+ + -- cgit v1.2.3