branch: externals/kiwix commit e8bfe4e09c7773c3ee7b4e0b2d05e7c460fc72e9 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
update package description --- README.org | 2 ++ kiwix.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ec09ae9..0116105 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,7 @@ * Intro +Searching offline Wikipedia through Kiwix. + This =kiwix.el= supports query =kiwix-tools='s =kiwix-serve= server through URL API. The =kiwix-serve= server can be started from command-line if you have kiwix-tools diff --git a/kiwix.el b/kiwix.el index 5d990aa..b44bb67 100644 --- a/kiwix.el +++ b/kiwix.el @@ -1,4 +1,4 @@ -;;; kiwix.el --- Kiwix interface and support. +;;; kiwix.el --- Searching offline Wikipedia through Kiwix. ;;; -*- coding: utf-8 -*- ;; Author: stardiviner <numbch...@gmail.com>