@@ 83,22 83,13 @@
<div class="grid">
<div>
<div>
- <!--
- <h3>Flatpak</h3>
- <p><a href="net.kirgroup.confy.flatpakref"><img height="50" alt="Install Flatpak" src="flatpak-badge-en.svg"></a></p>
- -->
<h3>Flatpak</h3>
<p><a href="https://flathub.org/apps/details/net.kirgroup.confy"><img width="240" alt="Download on Flathub" src="flathub-badge-en.svg"></a></p>
<h3>Distribution packages</h3>
- <ul>
- <!-- <li>Arch Linux: <a href="https://www.archlinux.org/packages/community/x86_64/foliate/"><code>foliate</code></a></li>-->
- <li>Arch Linux (AUR): <a href="https://aur.archlinux.org/packages/confy-git/"><code>confy-git</code></a></li>
- <!-- <li>Fedora: <code>sudo dnf install foliate</code></li> -->
- <!-- <li>Void Linux: <code>xbps-install -S foliate</code></li> -->
- </ul>
- <!--<p>Debian/Ubuntu packages can be downloaded from the <a href="https://github.com/johnfactotum/foliate/releases">releases</a> page.</p>
- <p><strong>Note</strong>: to enable auto-hyphenation, you will need to install the hyphenation rules, e.g., <code>hyphen-en</code> for English, <code>hyphen-fr</code> for French, etc.; to use offline dictionaries, install <code>dictd</code>. For text-to-speech support, install <code>espeak-ng</code>, or <code>festival</code>.</p>-->
+ <a href="https://repology.org/project/confy/versions">
+ <img src="https://repology.org/badge/vertical-allrepos/confy.svg" alt="Packaging status">
+ </a>
</div>
</div>
<div>
@@ 139,36 130,6 @@ ninja -C _build install
</div> -->
</div>
</section>
-<!--
- <hr>
- <section>
- <div class="mono"><h2>Questions and Answers</h2></div>
- <div class="grid">
- <div>
- <div>
- <h3>Reading progress slider not showing up?</h3>
- <p>In order to display the slider, Epub.js must generate locations for the entire book. For books with lots of pages, this could take a while. In the meantime, you can still read the book and use all other functionalities normally.</p>
- <p>Once the locations are generated, the info is cached and should load instantly next time you open the book.</p>
- </div>
- </div>
- <div>
- <div>
- <h3>How are notes and bookmarks stored?</h3>
- <p>Your reading progress, bookmarks, and annotations are saved in <pre>~/.local/share/com.github.johnfactotum.Foliate</pre>
- If you're using the flatpak version, they should be in <pre>~/.var/app/com.github.johnfactotum.Foliate/data/com.github.johnfactotum.Foliate</pre></p>
- <p>The data for each book is stored in a JSON file named after the book's identifier. If you'd like to sync or backup your progress and notes, simply copy these files and everything should just work™.</p>
- </div>
- </div>
- <div>
- <div>
- <h3>More questions and answers?</h3>
- <p><a href="https://github.com/johnfactotum/foliate/wiki">Visit the wiki</a> for more detailed docmentation.</p>
- <p><a href="https://github.com/johnfactotum/foliate/issues">Visit the issue tracker</a> for discussions.</p>
- </div>
- </div>
- </div>
- </section>
--->
</main>
<footer>
<p>Coded with 🐍 by <a href="https://social.gl-como.it/profile/fabrixxm">Fabio</a></p>