Almond is a virtual assistant that lets you interact with your services and accounts in natural language, with flexibility and privacy.
Almond draws its power from the crowdsourced Thingpedia, an open collection of Web and Internet of Things APIs.
@@ -20,14 +21,27 @@
intense
- https://crowdie.stanford.edu/flatpak/screenshot-main.png
- https://crowdie.stanford.edu/flatpak/screenshot-xkcd.png
- https://crowdie.stanford.edu/flatpak/screenshot-nytimes.png
- https://crowdie.stanford.edu/flatpak/screenshot-my-goods.png
- https://crowdie.stanford.edu/flatpak/screenshot-my-rules.png
+
+ https://crowdie.stanford.edu/flatpak/screenshot-main.png
+
+
+ https://crowdie.stanford.edu/flatpak/screenshot-xkcd.png
+
+
+ https://crowdie.stanford.edu/flatpak/screenshot-nytimes.png
+
+
+ https://crowdie.stanford.edu/flatpak/screenshot-my-goods.png
+
+
+ https://crowdie.stanford.edu/flatpak/screenshot-my-rules.png
+
https://almond.stanford.edu
https://github.com/stanford-oval/almond-gnome/issues
+
+ https://almond.stanford.edu/thingpedia/developers/thingpedia-intro.md
+
From 951860a58c8a26079480e4d5d770cadd345c18d5 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna
Date: Tue, 23 Apr 2019 23:16:15 -0700
Subject: [PATCH 3/4] metadata: add translation info
---
data/edu.stanford.Almond.appdata.xml.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/edu.stanford.Almond.appdata.xml.in b/data/edu.stanford.Almond.appdata.xml.in
index 67723a2..8b967e1 100644
--- a/data/edu.stanford.Almond.appdata.xml.in
+++ b/data/edu.stanford.Almond.appdata.xml.in
@@ -20,6 +20,7 @@
intense
intense
+ edu.stanford.Almond
https://crowdie.stanford.edu/flatpak/screenshot-main.png
From 5f5acd480d29e7197a86b67d6ead01dd32139e7f Mon Sep 17 00:00:00 2001
From: Giovanni Campagna
Date: Tue, 23 Apr 2019 23:22:58 -0700
Subject: [PATCH 4/4] appdata: install in /usr/share/metainfo
This is the correct path in newer versions of the spec
---
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/meson.build b/data/meson.build
index ea372f3..c499f6a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -20,7 +20,7 @@ desktop = intl.merge_file(
gsettingsdir = join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
install_data(app_id + '.gschema.xml', install_dir : gsettingsdir)
-appdatadir = join_paths(get_option('datadir'), 'appdata')
+appdatadir = join_paths(get_option('datadir'), 'metainfo')
appdata = intl.merge_file(
input : app_id + '.appdata.xml.in',
output : app_id + '.appdata.xml',