From af8b3acb54563fdbce85bcc9350357879a54d38e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 23 Jul 2023 18:09:19 +1000 Subject: Add readme, license file, and clean up headers --- wiki.el | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'wiki.el') 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 +;; Maintainer: Yuchen Pei +;; 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: -- cgit v1.2.3