From e84455b95eced6015cd00a75a47594a3a1d2bc63 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 3 Feb 2024 16:27:24 +0200 Subject: migrate about pages Signed-off-by: Arthur Zamarin --- web/templates/about/feedback.tmpl | 84 --------------------------------------- web/templates/about/feeds.tmpl | 43 -------------------- web/templates/about/help.tmpl | 48 ---------------------- web/templates/about/index.tmpl | 44 -------------------- web/templates/about/status.tmpl | 47 ---------------------- 5 files changed, 266 deletions(-) delete mode 100644 web/templates/about/feedback.tmpl delete mode 100644 web/templates/about/feeds.tmpl delete mode 100644 web/templates/about/help.tmpl delete mode 100644 web/templates/about/index.tmpl delete mode 100644 web/templates/about/status.tmpl (limited to 'web') diff --git a/web/templates/about/feedback.tmpl b/web/templates/about/feedback.tmpl deleted file mode 100644 index e7d50a8..0000000 --- a/web/templates/about/feedback.tmpl +++ /dev/null @@ -1,84 +0,0 @@ - - -{{template "head" .Header}} - -{{template "header" .Header}} - - -
-
-
- - -

Feedback

- -

- Thanks for checking out the new packages.gentoo.org! -

-

- This site is currently in an MVP state and will be extended further to provide more useful features. - To help us prioritize new features and learn about your use case for the site, please share your ideas below. -

-

- -
-
-
-

- Send Feedback -

-
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
-
-
-
-

- Other ways to get in touch -

- -
-
-
- -
-
-
- - -{{template "footer" .Application }} - - - diff --git a/web/templates/about/feeds.tmpl b/web/templates/about/feeds.tmpl deleted file mode 100644 index a1560ad..0000000 --- a/web/templates/about/feeds.tmpl +++ /dev/null @@ -1,43 +0,0 @@ - - -{{template "head" .Header}} - -{{template "header" .Header}} - - -
-
-
- - -

Update Feeds

- -

- You can find Atom feeds here: -

- -
    -
  • - For all packages: Right column on the category listing. -
  • -
  • - For specific architectures: In the architectures section. -
  • -
  • - For specific packages: In the Resources box on the respective package pages. -
  • -
- -
-
-
- - -{{template "footer" .Application }} - - - diff --git a/web/templates/about/help.tmpl b/web/templates/about/help.tmpl deleted file mode 100644 index e2c1fe6..0000000 --- a/web/templates/about/help.tmpl +++ /dev/null @@ -1,48 +0,0 @@ - - -{{template "head" .Header}} - -{{template "header" .Header}} - - -
-
-
- - -

Help

- -

Keyword table legend

- -
    -
  • -  Stable -
  • -
  • -  Testing -
  • -
  • -  Explicitly unavailable -
  • -
  • -  Masked -
  • -
  • -  Unknown -
  • -
- - -
-
-
- - -{{template "footer" .Application }} - - - diff --git a/web/templates/about/index.tmpl b/web/templates/about/index.tmpl deleted file mode 100644 index af72f4f..0000000 --- a/web/templates/about/index.tmpl +++ /dev/null @@ -1,44 +0,0 @@ - - -{{template "head" .Header}} - -{{template "header" .Header}} - - -
-
-
- -

About packages.gentoo.org

- Feel free to get in touch if you have any questions that are not answered on this page.
- And welcome to the new packages.gentoo.org!
- -
- -
- - -

FAQ

- -
-
Which version is currently running?
-
- Currently {{.Application.Version}} is running{{if ne .CommitId ""}}, based on commit {{.CommitId}}{{end}}. -
-
-
How often is the site updated?
-
- Updates are scheduled every 5 minutes now. - You can find the last time an import task was started in the footer. -
-
- -
-
-
- - -{{template "footer" .Application }} - - - diff --git a/web/templates/about/status.tmpl b/web/templates/about/status.tmpl deleted file mode 100644 index 14b151f..0000000 --- a/web/templates/about/status.tmpl +++ /dev/null @@ -1,47 +0,0 @@ - - -{{template "head" .Header}} - -{{template "header" .Header}} - - -
-
-
- -

About packages.gentoo.org

- Feel free to get in touch if you have any questions that are not answered on this page.
- And welcome to the new packages.gentoo.org!
- -
- -
- - - - - - - - - - - {{range .Applications}} - - - - - - {{end}} - -
TypeLast UpdateAge
{{.Id}}{{.LastUpdate.Format "2006-01-02 15:04:05"}} UTC{{timeSince .LastUpdate}}
- -
-
-
- - -{{template "footer" .Application }} - - - -- cgit v1.2.3-65-gdbad