]> git.phdru.name Git - m_librarian.git/commitdiff
Update docs: describe command-line scripts
authorOleg Broytman <phd@phdru.name>
Sat, 9 Apr 2016 19:34:59 +0000 (22:34 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 9 Apr 2016 19:34:59 +0000 (22:34 +0300)
Describe ml-initdb.py and ml-import.py.

docs-ru/command_line.rst [new file with mode: 0644]
docs-ru/index.rst
docs/command_line.rst [new file with mode: 0644]
docs/index.rst

diff --git a/docs-ru/command_line.rst b/docs-ru/command_line.rst
new file mode 100644 (file)
index 0000000..5f5081a
--- /dev/null
@@ -0,0 +1,25 @@
+
+Скрипты командной строки
+========================
+
+
+.. contents::
+   :local:
+
+
+ml-initdb.py
+------------
+
+Инициализирует базу данных и импортирует список жанров. Этот скрипт не
+очень-то нужен, так как следующий скрипт делает всё указанное.
+
+
+ml-import.py
+------------
+
+Инициализирует базу данных, импортирует список жанров и список файлов
+INPX, перечисленных в командной строке. При повторных запусках не
+переинициализирует БД и не переимпортирует жанры; так же не
+переимпортирует уже проимпортированные книги, но импортирует в БД новые.
+
+.. vim: set tw=72 :
index 1e0d038c80ae9492ba2ae93460bd43e580223bc0..af0727e800be072eed6181b494008ffd090441bb 100644 (file)
@@ -18,6 +18,7 @@ Contents:
    :maxdepth: 2
 
    before_begin
+   command_line
 
 
 Indices and tables
diff --git a/docs/command_line.rst b/docs/command_line.rst
new file mode 100644 (file)
index 0000000..03bb75a
--- /dev/null
@@ -0,0 +1,24 @@
+
+Command-line scripts
+====================
+
+
+.. contents::
+   :local:
+
+
+ml-initdb.py
+------------
+
+Initialize database and import genres list. Doesn't really needed as
+the next script does all that too.
+
+
+ml-import.py
+------------
+
+Initialize database, import genres list and import a list of INPX files
+listed in the command line. On subsequent runs doesn't destroy DB or
+reimport genres; it also skips already import books but import new ones.
+
+.. vim: set tw=72 :
index ecf263375787481da60319402f9699f5ea6c36f9..f404b715a595a45702cdb91f1f2c0b5052ac48ae 100644 (file)
@@ -17,6 +17,7 @@ Contents:
    :maxdepth: 2
 
    before_begin
+   command_line
 
 
 Indices and tables