This is some brief information on how to use the command line admin tools for Booktype. Using these tools you can export and import books and change the URLS and titles of books.
You can do a lot of damage with this, so be careful.
django-admin.py help brokenlinks
django-admin.py help bookimport
django-admin.py help bookexport
django-admin.py help bookrename
brokenlinks - check links inside of book(s).
django-admin.py brokenlinks command-line my-book
django-admin.py brokenlinks --no-remote command_line
django-admin.py brokenlinks --ignore-url http://www.wikipedia.org/ command_line
bookexport - exports book into booki-zip file. this is not real export, and it does not export historic data.
django-admin.py bookexport command-line
django-admin.py bookexport --output my-export.zip --book-version 2.2 command-line
bookimport - imports new book from booki-zip file. you can import it
under new name also.
django-admin.py bookimport book.zip
django-admin.py bookimport --owner aerkalov book.zip
django-admin.py bookimport --new-book-title "New title for Command
line" book.zip
django-admin.py bookimport --new-book-title "New title for Command
line" --new-book-url commandline book.zip
bookrename - renames existing book.
django-admin.py bookrename --new-book-title "New title" command-line
django-admin.py bookrename --new-book-title "New title" --new-book-url commandline command-line
django-admin.py bookrename --owner aerkalov command-line
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.