summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 09:31:54 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 09:31:54 +0200
commitff2deccfdf4aba25f04eed2bba442d28e6dba2df (patch)
tree4c087c8bf4b95cbb3a22f14e74fffb6988760f2c
parent296631c2c3283420c9ae8ad73a30405f0a020660 (diff)
Updated Help and release notes
-rw-r--r--res/about/help.gmi11
-rw-r--r--res/about/version.gmi2
2 files changed, 10 insertions, 3 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 90ffc8b1..6a99a8ed 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -153,11 +153,18 @@ In addition to a title, bookmarks can have tags. Some tags have a special meanin
153 153
154## Feeds 154## Feeds
155 155
156A Gemini feed is simply a regular 'text/gemini' page that contains one or more links whose labels are formatted in a particular way. 156You may be familiar with RSS and Atom XML feeds from the web. Lagrange does _not_ support RSS/Atom, only Gemini feeds. A Gemini feed is simply a regular 'text/gemini' page that contains one or more links whose labels are formatted in a particular way.
157 157
158=> gemini://gemini.circumlunar.space/docs/companion/subscription.gmi See "Subscribing to Gemini pages" for more information. 158=> gemini://gemini.circumlunar.space/docs/companion/subscription.gmi See "Subscribing to Gemini pages" for more information.
159 159
160Subscriptions are managed via bookmarks. When you subscribe to a feed page, a bookmark is created and the special "subscribed" tag is applied on it. In the Bookmarks list, this is indicated by a ★ icon. There is no other difference between normal bookmarks and feed subscriptions — you may tag any bookmark as "subscribed" and Lagrange will look through it for feed-style links. 160Subscriptions are managed via bookmarks. When you subscribe to a feed page, a bookmark is created and the special "subscribed" tag is applied on it. In the Bookmarks list, this is indicated by a ★ icon. There is no other difference between normal bookmarks and feed subscriptions — you may tag any bookmark as "subscribed" and Lagrange will look through it for feed-style links. The bookmark title is used as the feed title. This defaults to the top heading of the feed index page, but you can edit it to suit your needs.
161
162Feeds are refreshed periodically while Lagrange is running, and after launching if it has been a while since the previous refresh. You may also manually refresh all feeds via the menus or by pressing ${SHIFT+}${CTRL+}R.
163
164The Feeds sidebar tab displays recent feed entries. From there you can open entries and mark them as read/unread.
165
166To see all entries from all feeds, open the "Feed entries" page. It also shows how long has it been since the previous feed refresh.
167=> about:feeds
161 168
162## Identities (client certificates) 169## Identities (client certificates)
163 170
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 9ef77c03..a0950846 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,7 +7,7 @@
7# Release notes 7# Release notes
8 8
9## 0.11 9## 0.11
10* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscriptions are refreshed in the background every two hours while Lagrange is running. 10* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscriptions are refreshed in the background while Lagrange is running.
11* Added a new sidebar tab for feeds. 11* Added a new sidebar tab for feeds.
12* Added "about:feeds" to show entries from all subscriptions on one page. 12* Added "about:feeds" to show entries from all subscriptions on one page.
13* Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed". 13* Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed".