Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
Tobias Fella f0e32a526a Fix minor issues in the desktop file
Drop the mimetype for now since it's not implemented anyways
Add 'Network' as a category
2020-09-11 23:49:10 +02:00
LICENSES Convert license headers to SPDX 2020-08-14 20:57:40 +02:00
android Whitespace fix 2020-05-21 20:06:11 +02:00
src Implement feed export to opml 2020-09-04 16:53:07 +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 Change file names 2020-06-06 18:23:04 +02:00
COPYING add files 2020-03-26 18:45:16 +01:00
README.md Update url to new location 2020-05-18 14:36:48 +02: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 GIT_SILENT made messages (after extraction) 2020-09-01 02:31:46 +02:00
org.kde.alligator.desktop Fix minor issues in the desktop file 2020-09-11 23:49:10 +02: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

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.