branch: externals/kiwix
commit 377f3fae3fe6f4edf86afe5b9e53bfc5228587c0
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    add package metadata
---
 kiwix.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index 7fde947..8f173bc 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -1,9 +1,22 @@
 ;;; kiwix.el --- Kiwix interface and support for Emacs.
 ;;; -*- coding: utf-8 -*-
 
+;; Author: stardiviner <[email protected]>
+;; Maintainer: stardiviner <[email protected]>
+;; Keywords: kiwix wikipedia
+;; URL: https://github.com/stardiviner/kiwix.el
+;; Created: 23th July 2016
+;; Version: 0.1.0
+;; Package-Requires: ((emacs "24.3") (cl-lib "2"))
+
 ;;; Commentary:
 
+;;; This currently only works for Linux, not tested for Mac OS X and Windows.
 
+;;; Usage:
+;;
+;; [M-x kiwix-launch-server] to launch Kiwix server.
+;; [M-x kiwix-at-point] to search the word under point or the region selected 
string.
 
 ;;; Code:
 

Reply via email to