Help:Contents: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 11: Line 11:
     [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML::WikiConverter]
     [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML::WikiConverter]
     [http://en.wikipedia.org/wiki/Wikipedia:Tools/Editing_Tools Tools/Editing tools]
     [http://en.wikipedia.org/wiki/Wikipedia:Tools/Editing_Tools Tools/Editing tools]
RegEx for Vim to preserve source code samples
  <nowiki>%s/^\(.*\)/  <nowiki>\1<\/nowiki>/</nowiki>


[[Category:Help]]
[[Category:Help]]

Revision as of 10:08, 23 September 2007

Media Wiki

   Help:Wiki_Help_Resources : Contains a list of links to MediaWiki, the Help Guide.

Menus and Format

   MediaWiki:Sidebar : For editing the sidebar
   MediaWiki:Toolbox : The tool box

Miscellaneous

   Converts for MediaWiki
   paste cells from excel and click submit
   HTML::WikiConverter
   Tools/Editing tools

RegEx for Vim to preserve source code samples

 %s/^\(.*\)/  <nowiki>\1<\/nowiki>/