From: Benno Schulenberg Date: Tue, 29 Jun 2021 15:25:22 +0000 (+0200) Subject: add a page that shows badges from Repology for fourteen distros X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=98ba3ec96fda827996f3b624b5705697c5376647;ds=sidebyside add a page that shows badges from Repology for fourteen distros --- diff --git a/git.php b/git.php index 26306bb..b9ccbf9 100644 --- a/git.php +++ b/git.php @@ -18,9 +18,16 @@ read the instructions located in the git repository itself.

+

edited with nano
+ +
+
+Current versions in distros. +
+ diff --git a/state.php b/state.php new file mode 100644 index 0000000..1ae607c --- /dev/null +++ b/state.php @@ -0,0 +1,62 @@ + + + + +
+ +
+
Latest version in various distros
+
+
+ +
+ +
+Arch package +
+
+Debian Testing package +
+
+Fedora Rawhide package +
+
+FreeBSD port +
+
+Gentoo package +
+
+GNU Guix package +
+
+Homebrew package +
+ +
+MacPorts package +
+
+Mageia Cauldron package +
+
+NetBSD port +
+
+OpenBSD port +
+
+openSUSE Tumbleweed package +
+
+Slackware current package +
+
+Termux package +
+ +
+ +
+ + diff --git a/style-dark.css b/style-dark.css index fe37b06..6e621b5 100644 --- a/style-dark.css +++ b/style-dark.css @@ -24,3 +24,13 @@ a:active { .inverted a { color: white; } + +* { + box-sizing: border-box; +} + +.onecolumn { + float: left; + width: 45%; + padding: 5%; +} diff --git a/style-light.css b/style-light.css index 3a93df5..7af7eb2 100644 --- a/style-light.css +++ b/style-light.css @@ -24,3 +24,13 @@ a:active { .inverted a { color: white; } + +* { + box-sizing: border-box; +} + +.onecolumn { + float: left; + width: 45%; + padding: 5%; +}