summaryrefslogtreecommitdiffstats
path: root/libraries/libgrss/README
diff options
context:
space:
mode:
author Lockywolf <for_sbo.libgrss_2023-05-30@lockywolf.net>2023-06-01 21:19:27 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:18 +0700
commit4f4933e98d9f9870dc0aaee67a26e70023591909 (patch)
tree9a7d7e472a9c6f1c3f4542ec8eaa4ae5ec6dd3be /libraries/libgrss/README
parenta6e1e2b8b8ae32b0847b1284ec0fd71719c8d359 (diff)
downloadslackbuilds-4f4933e98d9f9870dc0aaee67a26e70023591909.tar.gz
slackbuilds-4f4933e98d9f9870dc0aaee67a26e70023591909.tar.xz
libraries/libgrss: Added (rss parser for the tracker desktop search)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgrss/README')
-rw-r--r--libraries/libgrss/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libgrss/README b/libraries/libgrss/README
new file mode 100644
index 0000000000..f2584c5062
--- /dev/null
+++ b/libraries/libgrss/README
@@ -0,0 +1,10 @@
+LibGRSS is a library for easy management of RSS/Atom/Pie feeds.
+
+Includes methods to fetch, parse and handle XML documents, an
+implementation of PubSubHubBub client, an OPML parser and some more
+utility.
+
+LibGRSS is written in C.
+
+Tracker can use libgrss to parse feeds.
+