Link to the fork
This commit is contained in:
parent
5acb710739
commit
daef1d569b
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
</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>
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue