Вот краткая информация о том, как использовать административный инструмент командной строки для Booktype. Используя эти инструменты, вы можете осуществлять импорт и экспорт книг и изменять url и названия книг
Будьте осторожны, потому что ваши действия могут нанести ущерб
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 exports 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.