Go to the source code of this file.
Variables | |
| $optionsWithArgs = array( 'o', 'd', 'e', 'server' ) | |
| global | $smwgIP |
| global | $wgServer |
..]
Note: if SMW is not installed in its standard path under ./extensions then the MW_INSTALL_PATH environment variable must be set. See README in the maintenance directory.
-o <filename> output file, stdout is used if omitted; file output is generally better and strongly recommended for large wikis --categories do only categories --concepts do only concepts --classes do only concepts and categories --properties do only properties --types do only types --individuals do only pages that are no categories, properties, or types -d <delay> slows down the export in order to stress the server less, sleeping for <delay> milliseconds every now and then -e <each> after how many exported entities should the process take a nap? --server=<server> The protocol and server name to as base URLs, e.g. http://en.wikipedia.org. This is sometimes necessary because server name detection may fail in command line scripts.
Definition in file SMW_dumpRDF.php.
| $optionsWithArgs = array( 'o', 'd', 'e', 'server' ) |
Definition at line 30 of file SMW_dumpRDF.php.
| global $smwgIP |
Definition at line 34 of file SMW_dumpRDF.php.
| global $wgServer |
Definition at line 34 of file SMW_dumpRDF.php.
Referenced by SMWAdmin::execute(), SMWRSSResultPrinter::getResultText(), SMWJSONResultPrinter::getResultText(), SMWExporter::initBaseURIs(), and SMWRSSItem::text().
1.5.6