<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Confy - Conferences schedule viewer</title>
<link rel="icon" type="image/png" href="symbolic.png">
<link rel="stylesheet" media="all" href="style.css" />
<meta property="og:title" content="Confy - Conferences schedule viewer ">
<meta property="og:site_name" content="kirgroup.net">
<meta property="og:url" content="https://confy.kirgroup.net">
<meta property="og:description" content="Navigate conference schedules, mark favourite talks, get reminded when talks are coming up. Works offline, ready for mobile">
<meta property="og:type" content="website">
<meta property="og:image" content="https://confy.kirgroup.net/logo.svg">
<meta property="og:image" content="https://confy.kirgroup.net/confy2.png">
<header>
<div class="col1">
<div class="title">
<img src="logo.svg" width="96" alt="Confy icon">
<h1>Confy</h1>
<p class="tagline">Conferences schedule viewer </p>
</div>
<div class="links">
<a href="https://flathub.org/apps/details/net.kirgroup.confy"><img width="240" alt="Download on Flathub" src="flathub-badge-en.svg"></a>
<p>
<a href="https://sr.ht/~fabrixxm/Confy/">project</a>
· <a href="https://todo.sr.ht/~fabrixxm/confy">tickets</a>
· <a href="https://lists.sr.ht/~fabrixxm/confy-dev">mailing list</a>
</p>
</div>
</div>
<img class="col2" src="confy0.png" alt="Confy on desktop and mobile">
</header>
<main>
<section>
<div class="mono"><h2>Features</h2></div>
<div class="grid">
<div>
<p><strong>Organize your visit.</strong> Navigate conference schedules, mark favourite talks, get reminded when talks are coming up</p>
</div>
<div>
<p><strong>Where is needed.</strong> Works offline, ready for mobile</p>
</div>
</div>
<div class="mono"><img class="screenshot screenshot-main" src="confy2.png" alt="Screenshot"></div>
<div class="grid">
<div>
<a href="confy1.png"><img class="screenshot" src="confy1.png" alt="Screenshot"></a>
<p><strong>Conferences list.</strong> Find conferences in a simple list. Thanks to <a href="https://wilmer.gaa.st/main.php/giggity.html">Giggity</a>, the schedule browser for Android.</p>
</div>
<div>
<a href=confy3"><img class="screenshot" src="confy3.png" alt="Screenshot"></a>
<p><strong>Conflict free.</strong> Confy shows overlapping favourited talks.</p>
</div>
</div>
<hr>
<div class="mono">
<h3>More Screenshots</h3>
</div>
<div class="screenshots">
<div>
<a href="confy2.png"><img src="confy2.png" alt="Main"></a>
<p>Main conference view</p>
</div>
<div>
<a href="confy5.png"><img src="confy5.png" alt="Map"></a>
<p>Venue map</p>
</div>
<div>
<a href="confy4.png"><img src="confy4.png" alt="Talk details"></a>
<p>Talk list by traks, mobile screen size</p>
</div>
<div>
<a href="confy6.png"><img src="confy6.png" alt="Main mobile"></a>
<p>Main conference view, mobile screen size</p>
</div>
</div>
</section>
<hr>
<section>
<div class="mono"><h2>Installation</h2></div>
<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>-->
</div>
</div>
<div>
<div>
<h3>Manual Installation from Source</h3>
<h4>Requirements</h4>
<ul>
<li>Gtk3</li>
<li>libhandy 1</li>
<li>Python3</li>
<li>python-gobjects</li>
<li>meson and ninja</li>
</ul>
<h4>Build with Gnome Builder</h4>
<ol>
<li>Use "Clone repository..." from Open window</li>
<li>clone <tt>https://git.sr.ht/~fabrixxm/confy</tt></li>
<li>press "Run"</li>
</ol>
<h4>Build from command line</h4>
<pre>
git clone https://git.sr.ht/~fabrixxm/confy
cd confy
meson . _build
ninja -C _build
ninja -C _build install
</pre>
</div>
</div>
<!-- <div>
<div>
<h3>Other Methods</h3>
<p><a href="https://github.com/johnfactotum/foliate#installation">See the readme</a> for more installation options.</p>
</div>
</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>
<p>Thanks to <a href="https://wilmer.gaa.st/main.php/giggity.html">Giggity</a> for idea and data, website idea from <a href="https://johnfactotum.github.io/foliate/">Foliate</a>. Original header photo (cc) by-nc-sa <a href="https://www.flickr.com/photos/cubicgarden/4339132062/">Ian Forrester</a>.</p>
</footer>