Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.24 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <plugin>
  3.     <config>
  4.         <name>MediaWiki Washer</name>
  5.         <description>Neaten the appearance of your MediaWiki site and add style.<br />Includes the latest Twitter Bootstrap.</description>
  6.         <deploy_folder>washed_mediawiki_site</deploy_folder>
  7.         <first_page>introduction_page</first_page>
  8.         <!--
  9.        <script_file>mediawiki.js</script_file>
  10.        <init_function>init()</init_function>
  11.         -->
  12.         <debug>true</debug>
  13.     </config>
  14.    
  15.     <files>
  16.         <add name="rules.xml" />
  17.     </files>
  18.    
  19.     <ui>
  20.         <page name="introduction_page">
  21.             <title>MediaWiki Washer</title>
  22.             <header>So you want to liven up your MediaWiki site? Let's go!</header>
  23.             <fields>
  24.                 <button action="next" prompt="Next >" />
  25.             </fields>
  26.             <footer>(disco will never die</footer>
  27.         </page>
  28.        
  29.         <page name="mediawiki_washing_complete">
  30.             <title>MediaWiki washing completed</title>
  31.             <header>You're all done. Geewizz, that was fast!</header>
  32.             <fields>
  33.                 <button prompt="Visit your new MediaWiki site" />
  34.             </fields>
  35.         </page>
  36.     </ui>
  37. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement