Difference between revisions of "Mediawiki.el"

From WikEmacs
Jump to navigation Jump to search
(Add package template)
Line 1: Line 1:
 +
{{Package
 +
|name=mediawiki.el
 +
|description=Mediawiki interface and markup mode
 +
|maintainer=Mark A. Hershberger
 +
|source=https://code.launchpad.net/~hexmode/mediawiki-el/trunk
 +
}}
 +
 
'''Mediawiki.el''' is a package to help add content to any mediawiki
 
'''Mediawiki.el''' is a package to help add content to any mediawiki
 
site including ''WikEmacs''. It comes with a [[Major Mode]] to support editing
 
site including ''WikEmacs''. It comes with a [[Major Mode]] to support editing

Revision as of 09:10, 29 March 2012

mediawiki.el
Description Mediawiki interface and markup mode
Author name of author
Maintainer Mark A. Hershberger
Source https://code.launchpad.net/~hexmode/mediawiki-el/trunk

Mediawiki.el is a package to help add content to any mediawiki site including WikEmacs. It comes with a Major Mode to support editing Mediawiki markup.

Basic setup

Install mediawiki.el from el-get or ELPA.

Customization

M-x load-library RET mediawiki RET
Load the library
M-x customize-variable RET mediawiki-site-alist
Configure as follows and save your settings
Site Name: WikEmacs
URL: http://wikemacs.org/w/
Username: InCognito
Password: s!cr!t
First Page: Main Page
You can provide "Username" and "Password" in your .authinfo file. home directory.

Make submissions

M-x mediawiki-site
Choose a site (say "WikEmacs") for the current session.
[C-c C-o] (or M-x mediawiki-open)
Open a page. To edit the main page, type "Main Page". Make your edits.
[C-x C-s] (or M-x mediawiki-save)
Submit your modifications.
[C-c] (or M-x mediawiki-save-and-bury)
Submit modifications and bury the buffer.

Helpful Keybindings

[C-return] (or M-x mediawiki-open-page-at-point)
Follow or browse to a WikiLink.
[M-g] (or M-x mediawiki-reload)
Reload a page

Project Page