Difference between revisions of "Mediawiki.el"

From WikEmacs
Jump to navigation Jump to search
Line 31: Line 31:
 
: Choose a site for the current session.
 
: Choose a site for the current session.
  
; {{CommandKeys|mediawiki-open}}
+
; {{Command|mediawiki-open}}
 
: Open a page. To edit the main page, type "Main Page". Make your edits.
 
: Open a page. To edit the main page, type "Main Page". Make your edits.
  
; {{CommandKeysC-x C-s|mediawiki-save}}
+
; {{CommandKeys|C-x C-s|mediawiki-save}}
 
: Submit your modifications.
 
: Submit your modifications.
  

Revision as of 05:02, 29 March 2012

Mediawiki.el is a package to help add content to any mediawiki site. You can use this library to browse and submit content to WikEmacs. It comes with a Major Mode to support editing Mediawiki markup.

Mediawiki.el is a package to help add content to any mediawiki site. You can use this library to browse and submit content to 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. This can be skipped if you have have

SnippetTemplate:(require 'mediawiki) to your Template:InitFile.

M-x customize-variable RET mediawiki-site-alist
Configure as follows and save your settings
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 for the current session.
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.

Helpful Keybindings

[C-c] (or M-x mediawiki-save-and-bury)
Submit modifications and bury the buffer.
[C-return] (or M-x mediawiki-open-page-at-point)
Submit modifications and bury the buffer.
[M-g] (or M-x mediawiki-reload)
Reload a page

Project Page

Make submissions

M-x mediawiki-site
Choose a site for the current session.
[mediawiki-open] (or M-x {{{2}}})
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.

Helpful Keybindings

CommandKeysTemplate:C-c
Submit modifications and bury the buffer.
CommandKeysTemplate:C-return
Submit modifications and bury the buffer.
CommandKeysTemplate:M-g
Reload a page

Project Page