Difference between revisions of "Free Software Directory:Participate/MediaWiki"

From Free Software Directory
Jump to: navigation, search
(Created page with "==maintenance/edit.php== To be able to create new pages with the maintenance/edit.php you need to do the following: * The "Maintenance script" doesn't exist by default. You c...")
 
m
Line 2: Line 2:
 
To be able to create new pages with the maintenance/edit.php you need to do the following:
 
To be able to create new pages with the maintenance/edit.php you need to do the following:
  
* The "Maintenance script" doesn't exist by default. You can generate it by running something like: echo "Hello" > test.wiki && php /var/www/w/[maintenance/edit.php][http://www.example.com link title] "A dummy editing just to generate the user account: Maintenance script" Sandbox < test.wiki
+
* The "Maintenance script" doesn't exist by default. You can generate it by running something like:
 +
<pre>
 +
echo "Hello" > test.wiki && php /var/www/w/maintenance/edit.php "A dummy editing just to generate the user account: Maintenance script" Sandbox < test.wiki
 +
</pre>
 +
 
 
* Add "administrator" group right to the "Maintenance script" user: http://directory-dev.fsf.org/wiki?title=Special:UserRights/Maintenance_script
 
* Add "administrator" group right to the "Maintenance script" user: http://directory-dev.fsf.org/wiki?title=Special:UserRights/Maintenance_script

Revision as of 17:24, 2 July 2018

maintenance/edit.php

To be able to create new pages with the maintenance/edit.php you need to do the following:

  • The "Maintenance script" doesn't exist by default. You can generate it by running something like:
echo "Hello" > test.wiki && php /var/www/w/maintenance/edit.php "A dummy editing just to generate the user account: Maintenance script" Sandbox < test.wiki


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.