@@ -496,14 +496,14 @@ When it is shared it can be displayed in another tenant, but not edited.
496
496
497
497
Feed sources are the link between external data source and slides. An example is the RSS feed.
498
498
When creating a slide with the RSS template a feed source ("datakilde") needs to be selected.
499
- After the feed source has been selected it is possible to input the url to the rss feed to show data from.
499
+ After the feed source has been selected it is possible to input the url to the RSS feed to show data from.
500
500
The feed source contains the code that calls the external source and converts data to a format the RSS template
501
501
understands.
502
502
503
503
Feed sources are connected to a tenant. New feed sources can be connected to a tenant in through the
504
504
"Datakilde" link in the navigation.
505
505
506
- The following guide describes how add a "calendar api" feed source to a tenant.
506
+ The following guide describes how to add a "calendar api" feed source to a tenant.
507
507
508
508
NB! The calendar api feed source has some installation requirements that are assumed to have been set up.
509
509
See the [ documentation] ( https://github.com/os2display/display-api-service/blob/develop/docs/calender-api-feed.md ) for
@@ -517,8 +517,8 @@ to deliver data to the slide.
517
517
518
518
* Go to ` /admin/feed-sources/list ` .
519
519
* Click "Opret ny datakilde" (` /admin/feed-sources/create ` ).
520
- * Select a name (e.g. "My calendar feed") and description for the feed source.
521
- * Selected "Kalender feed" for "Type".
520
+ * Select a name (e.g. "My calendar feed") and add a description of the feed source.
521
+ * Select "Kalender feed" for "Type".
522
522
* It will display "Bemærk! Datakilden skal gemmes før der kan tilkobles lokationer. Gem og åbn datakilden igen.".
523
523
* Save with "Gem datakilde".
524
524
* Reopen the feed source from the list.
0 commit comments