Difference between revisions of "Help:Contents"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
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 12: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>/