r13897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13896‎ | r13897 | r13898 >
Date:16:19, 28 April 2006
Author:hashar
Status:old
Tags:
Comment:
* line feed at column 80
* use \ {4} instead of \t for the ascii tree
Modified paths:
  • /trunk/wiki2xml/php/README (modified) (history)

Diff [purge]

Index: trunk/wiki2xml/php/README
@@ -1,5 +1,7 @@
22 =pod
33
 4+=head1 INTRODUCTION
 5+
46 You can read this document better with:
57
68 perldoc README
@@ -24,10 +26,10 @@
2527 directory as a subdirectory named C<< w2x >>:
2628
2729 htdocs
28 - \- wiki
29 - \- w2x <-- here
30 - \- w2x.php
31 - \- wiki2xml.php etc
 30+ \- wiki
 31+ \- w2x <-- here
 32+ \- w2x.php
 33+ \- wiki2xml.php etc
3234
3335 =head2 Configuration
3436
@@ -38,12 +40,18 @@
3941
4042 On a Unix/Linux server the following can be used as a starting point:
4143
42 - $xmlg["temp_dir"] = "/tmp"; # Directory for temporary files
 44+ # Directory for temporary files:
 45+ $xmlg["temp_dir"] = "/tmp";
4346
44 - #$xmlg["zip_odt_path"] = ""; # Path to the zip/unzip programs; can be omitted
45 - # if in default execuatable path
46 - $xmlg["zip_odt"] = 'zip -r9 $1 $2'; # Command to zip directory $1 to file $2
47 - $xmlg["unzip_odt"] = 'unzip -x $1 -d $2'; # Command to unzip file $1 to directory $2
 47+ # Path to the zip/unzip programs; can be omitted if in default
 48+ # executable path:
 49+ #$xmlg["zip_odt_path"] = "";
 50+
 51+ # Command to zip directory $1 to file $2:
 52+ $xmlg["zip_odt"] = 'zip -r9 $1 $2';
 53+
 54+ # Command to unzip file $1 to directory $2:
 55+ $xmlg["unzip_odt"] = 'unzip -x $1 -d $2';
4856
4957 =head1 USAGE
5058

Status & tagging log