Link to the fork

This commit is contained in:
blankie 2023-05-27 22:11:59 +07:00
parent 5acb710739
commit daef1d569b
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
4 changed files with 35 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<img alt="" src="https://codeberg.org/rimgo/rimgo/raw/branch/main/static/img/rimgo.svg" width="96" height="96" />
# rimgo
An alternative frontend for Imgur. Originally based on [rimgu](https://codeberg.org/3np/rimgu).
A fork of [rimgo](https://codeberg.org/video-prize-ranch/rimgo), an alternative frontend for Imgur which was originally based on [rimgu](https://codeberg.org/3np/rimgu).
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
<img alt="License: AGPLv3" src="https://shields.io/badge/License-AGPL%20v3-blue.svg" height="20px">
@ -12,6 +12,7 @@ An alternative frontend for Imgur. Originally based on [rimgu](https://codeberg.
## Table of Contents
- [Features](#features)
- [Differences from rimgo](#differences-from-rimgo)
- [Comparison](#comparison)
- [Speed](#speed)
- [Privacy](#privacy)
@ -38,6 +39,12 @@ Our new documentation is now available at [https://rimgo.codeberg.page/docs/](ht
- No sign up or app install prompts
- Bandwidth efficient - automatically uses newer image formats (if enabled)
## Differences from rimgo
- No post metadata, tags, or comments
- No logo
- Pitch-black background
- Does not proxy content from i.imgur.com
## Comparison
Comparing rimgo to Imgur.

View File

@ -13,7 +13,13 @@
<main class="my-8">
<p>An alternative frontend for Imgur. Originally based on <a href="https://codeberg.org/3np/rimgu" rel="noreferrer">rimgu</a>.</p>
<p>
A fork of <a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">rimgo</a>,
an alternative frontend for Imgur which was originally based on
<a href="https://codeberg.org/3np/rimgu" rel="noreferrer">rimgu</a>.
It's a way to access Imgur without the ads, tracking, and other garbage.
rimgo is not affiliated with Imgur, all content is proxied from Imgur.
</p>
<h2 class="font-bold text-2xl my-2">Features</h2>
<ul class="list-disc ml-4">
@ -24,6 +30,14 @@
<li>Bandwidth efficient - automatically uses newer image formats (if enabled)</li>
</ul>
<h2 class="font-bold text-2xl my-2">Differences from rimgo</h2>
<ul class="list-disc ml-4">
<li>No post metadata, tags, or comments</li>
<li>No logo</li>
<li>Pitch-black background</li>
<li>Does not proxy content from i.imgur.com</li>
</ul>
<h2 class="font-bold text-2xl my-2">Comparison</h2>
<p>Comparing rimgo to Imgur.</p>
@ -104,4 +118,4 @@
{{> partials/footer }}
</body>
</html>
</html>

View File

@ -9,18 +9,18 @@
<body class="font-sans text-lg bg-black text-white">
{{> partials/nav }}
<header class="my-8 p-8 rounded-xl flex flex-col gap-4 items-center justify-center bg-gradient-to-r from-blue-400 to-emerald-400">
<h2 class="font-bold text-white text-2xl">The fast, private image viewer for Imgur.</h2>
{{> partials/searchBar }}
<a class="flex gap-1 items-center" href="/trending">Or see what's trending <img class="invert" src="/static/icons/PhArrowUpRight.svg" alt="" height="18" width="18" /></a>
</header>
<main class="my-8">
<h2 class="font-bold text-2xl">What is rimgo?</h2>
<p>
rimgo is an alternative frontend for Imgur.
Originally based on <a href="https://codeberg.org/3np/rimgu" rel="noreferrer">rimgu</a>.
A fork of <a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">rimgo</a>,
an alternative frontend for Imgur which was originally based on
<a href="https://codeberg.org/3np/rimgu" rel="noreferrer">rimgu</a>.
It's a way to access Imgur without the ads, tracking, and other garbage.
rimgo is not affiliated with Imgur, all content is proxied from Imgur.
</p>
@ -51,4 +51,4 @@
{{> partials/footer }}
</body>
</html>
</html>

View File

@ -1,14 +1,11 @@
<footer class="mt-24 mb-12">
<div class="mb-1 flex gap-4 font-bold">
<a href="/">
<div class="flex">
<img src="/static/img/rimgo.svg" class="invert hue-rotate-180" width="32" height="32" />
<h1 class="text-md font-extrabold">rimgo</h1>
</div>
</a>
<a href="https://codeberg.org/rimgo/rimgo">Source Code</a>
<div>
<a href="https://gitlab.com/blankX/rimgo">Source Code</a>
(<a href="https://git.nixnet.services/blankie/rimgo">Mirror</a>)
</div>
<a href="/about">About</a>
<a href="/privacy">Privacy</a>
</div>
<p class="text-md text-slate-200">rimgo does not allow uploads or host any content. Issues with content should be reported to Imgur.</p>
</footer>
</footer>