Esta es una información breve sobre como usar las herramientas de administración para la línea de comandos de Booktype. Con estas herramientas, puedes exportar e importar libros y cambiar los URLs y títulos de los mismos.
Puedes causar mucho daño si lo usas incorrectamente, así que ten cuidado.
django-admin.py help brokenlinks
django-admin.py help bookimport
django-admin.py help bookexport
django-admin.py help bookrename
brokenlinks - revisa vínculos en un libro(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 - exporta un libro a un archivo booktype-zip. no es una exportación real, y no exporta datos de historial.
django-admin.py bookexport command-line
django-admin.py bookexport --output my-export.zip --book-version 2.2 command-line
bookimport - importa un libro a un archivo booktype-zip. también puedes importarlo con otro nombre.
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 - renombra un libro existente.
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.