aboutsummaryrefslogtreecommitdiff
path: root/wiki.el
diff options
context:
space:
mode:
Diffstat (limited to 'wiki.el')
-rw-r--r--wiki.el19
1 files changed, 18 insertions, 1 deletions
diff --git a/wiki.el b/wiki.el
index 8ee78d1..64a6b9c 100644
--- a/wiki.el
+++ b/wiki.el
@@ -3,7 +3,13 @@
;; Copyright (C) 2023 Free Software Foundation, Inc.
;; Author: Yuchen Pei <id@ypei.org>
+;; Maintainer: Yuchen Pei <id@ypei.org>
+;; Created: 2023
+;; Version: 0
+;; Keywords: wiki, markup
;; Package-Requires: ((emacs "28"))
+;; Package-Type: multi
+;; Homepage: https://g.ypei.me/wiki.el.git
;; This file is part of wiki.el.
@@ -22,7 +28,18 @@
;;; Commentary:
-;; emacs wiki mode.
+;; emacs wiki mode, a mode for wiki browsing and editing. The emphasis
+;; is on reading and editing raw wiki files, while making it as
+;; human-readable as possible.
+;;
+;; On the markup side, it supports basic font-locking in mediawiki
+;; markup, with variant markup features like MixedCase wikilinks and
+;; other markup languages like creole to be added. It has integration
+;; with outline-mode, imenu, and a similar link handling to org mode.
+;; It supports browsing remote and local sites.
+;;
+;; On the browsing side, it supports browsing and fetching titles from
+;; wiki engines including mediawiki, oddmuse and moinmoin.
;;; Code: