| 1 |
NAME
|
| 2 |
slash2drupal.pl
|
| 3 |
|
| 4 |
SYNOPSIS
|
| 5 |
slash2drupal [OPTIONS]
|
| 6 |
|
| 7 |
DESCRIPTION
|
| 8 |
slash2drupal exports slash 2.2 users, stories, comments, and journals into a drupal 4.5 database.
|
| 9 |
|
| 10 |
NOTE! THIS SCRIPT WILL REMOVE ALL USERS, NODES, AND COMMENTS FROM THE TARGET DRUPAL DATABASE!
|
| 11 |
|
| 12 |
OPTIONS
|
| 13 |
-h Show usage
|
| 14 |
-td temporary directory used during conversion
|
| 15 |
-sh slash hostname
|
| 16 |
-dh drupal hostname
|
| 17 |
-su slash username
|
| 18 |
-du drupal username
|
| 19 |
-sp slash database password
|
| 20 |
-dp drupal database password
|
| 21 |
-sd slash database
|
| 22 |
-dd drupal database
|
| 23 |
-v verbose (optional)
|
| 24 |
|
| 25 |
Options that are not specified (aside from -h and -v) on the command line will result in the user being prompted for the correct information.
|
| 26 |
|
| 27 |
EXAMPLE
|
| 28 |
slash2drupal -sh localhost -dh localhost -su slash -du drupal -sp passwd -dp passw0rd -sd slash -dd drupal
|
| 29 |
|
| 30 |
NOTES
|
| 31 |
Only stories, journals, comments and users are currently imported. Comment nesting is only handled correctly to 2 tiers.
|
| 32 |
|
| 33 |
AUTHOR
|
| 34 |
Rob Israel (otter@scylla.org)
|
| 35 |
|
| 36 |
COPYRIGHT
|
| 37 |
Initial creation 11/5/2004 Rob Israel
|
| 38 |
|
| 39 |
This program is free software; you can redistribute it and/or modify
|
| 40 |
it under the terms of the GNU General Public License as published by
|
| 41 |
the Free Software Foundation; either version 2 of the License, or
|
| 42 |
(at your option) any later version.
|
| 43 |
|
| 44 |
This program is distributed in the hope that it will be useful,
|
| 45 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 46 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 47 |
GNU General Public License for more details.
|
| 48 |
|
| 49 |
You should have received a copy of the GNU General Public License
|
| 50 |
along with this program; if not, write to the Free Software
|
| 51 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
| 52 |
|
| 53 |
slash2drupal version 0.1, Copyright (C) 2004 Rob Israel
|
| 54 |
slash2drupal comes with ABSOLUTELY NO WARRANTY
|
| 55 |
This is free software, and you are welcome to redistribute it
|
| 56 |
under certain conditions;
|