public
Description: Conversion script from Typo to WordPress
Homepage:
Clone URL: git://github.com/kballard/typo-wordpress.git
typo-wordpress / README
100644 25 lines (15 sloc) 0.729 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
convert.rb is a conversion script for Typo 4.11 -> WordPress 2.3
 
Written by Kevin Ballard <kevin@sb.org>
 
Requirements:
 
- RubyGems
- Sequel
 
Usage: convert.rb [options] from-db [to-db]
 
    -p, --prefix PREFIX Set the WordPress table prefix
                                     Default: wp_
 
        --[no-]overwrite Overwrite existing entries
        --ask-overwrite Ask before overwriting existing entries
                                     [This is the default]
 
    -h, --help Show this message
 
from-db and to-db are URLs identifying a database.
Such a URL might look like mysql://username:password@host/blog
 
See the Sequel documentation for more information