Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
Bart De Vries f2c6c3fae2 Avoid race condition when adding feed
When adding a feed and simultaneously starting a feed update, a race
condition could happen where the feed update would catch up with the
feed adding, and start adding and marking old episodes as new before
the original addFeed method would reach them.
2021-04-26 16:58:22 +02:00
LICENSES Convert license headers to SPDX 2020-08-14 20:57:40 +02:00
android Add new adaptive icon for Android 2020-09-13 14:41:33 -03:00
src Avoid race condition when adding feed 2021-04-26 16:58:22 +02:00
.editorconfig Add Editorconfig 2020-04-28 14:20:40 +00:00
.gitignore Remove .clang-format 2020-04-24 12:36:39 +02:00
.gitlab-ci.yml Use CI_PROJECT_NAME instead of hardcoding alligator 2020-05-13 12:54:42 +02:00
CMakeLists.txt Also add DBus as dependency for android 2021-04-21 14:53:02 +02:00
README.md Update README.md 2020-09-17 18:55:34 +00:00
alligator.svg add icon 2020-04-21 22:04:12 +02:00
logo.png Add logo.png for gitlab 2020-04-22 00:50:41 +02:00
org.kde.alligator.appdata.xml Add Screenshots in AppStream 2021-03-22 20:47:56 +00:00
org.kde.alligator.desktop Support podcasts 2021-03-22 23:33:44 +01:00

README.md

Alligator

Alligator is a convergent RSS/Atom feed reader.

Get it

Nightly Android APKs are available at KDE's Binary Factory.

Building

Note: When using versions of alligator built from git-master, it's possible that the database format or the name of downloaded files change from one version to another without the necessary migrations to handle it. If you notice bugs after upgrading to a git-master version, export your feeds, delete ~/.local/share/KDE/alligator and import the feeds again.

Requirements

  • KCoreAddons
  • KI18n
  • KConfig
  • Kirigami
  • Syndication

Linux

git clone https://invent.kde.org/plasma-mobile/alligator
cd alligator
mkdir build && cd  build
cmake .. -DCMAKE_PREFIX_PATH=/usr
make
sudo make install

This assumes all dependencies are installed. If your distribution does not provide them, you can use kdesrc-build to build all of them.

Android

You can build Alligator for Android using KDE's Docker-based build environment.