[ Prev ] [ Index ] [ Next ]

Commandline Options

Output from "zim --help":
usage: ./zim.py [OPTIONS] [NOTEBOOK [PAGE]]
   or: ./zim.py --server [OPTIONS] [NOTEBOOK]
   or: ./zim.py --export [OPTIONS] NOTEBOOK [PAGE]
   or: ./zim.py --search NOTEBOOK QUERY
   or: ./zim.py --index  [OPTIONS] NOTEBOOK
   or: ./zim.py --plugin PLUGIN [ARGUMENTS]
   or: ./zim.py --manual [OPTIONS] [PAGE]
   or: ./zim.py --help

General Options:
  --gui           run the editor (this is the default)
  --server        run the web server
  --export        export to a different format
  --search        run a search query on a notebook
  --index         build an index for a notebook
  --plugin        call a specific plugin function
  --manual        open the user manual
  -V, --verbose   print information to terminal
  -D, --debug     print debug messages
  -v, --version   print version and exit
  -h, --help      print this text

GUI Options:
  --list          show the list with notebooks instead of
                  opening the default notebook
  --geometry      window size and position as WxH+X+Y
  --fullscreen    start in fullscreen mode
  --standalone     start a single instance, no background process

Server Options:
  --port          port to use (defaults to 8080)
  --template      name of the template to use
  --gui           run the gui wrapper for the server

Export Options:
  --format        format to use (defaults to 'html')
  --template      name of the template to use
  -o, --output    output directory
  --root-url      url to use for the document root
  --index-page    index page name

  You can use the export option to print a single page to stdout.
  When exporting a whole notebook you need to provide a directory.

Search Options:
  None

Index Options:
  -o, --output    output file




Параметры командной строки
===================

Вывод из "zim --help":

использование: ./zim.py [ОПЦИИ] [NOTEBOOK [PAGE]]
   или: ./zim.py --server [ОПЦИИ] [NOTEBOOK]
   или: ./zim.py --export [OPTIONS] NOTEBOOK [PAGE]
   или: ./zim.py --search ЗАПИСКА ДЛЯ ЗАПИСИ
   или: ./zim.py --index [ОПЦИИ] NOTEBOOK
   или: ./zim.py --plugin PLUGIN [АРГУМЕНТЫ]
   или: ./zim.py --manual [ВАРИАНТЫ] [СТРАНИЦА]
   или: ./zim.py --help

Общие настройки:
  --gui запустить редактор (по умолчанию)
  --server запустить веб-сервер
  экспорт экспорта в другой формат
  --search запустить поисковый запрос на ноутбуке
  --index построить индекс для ноутбука
  --plugin вызвать определенную функцию плагина
  - открыть руководство пользователя
  -V, --verbose выводить информацию на терминал
  -D, --debug печатать отладочные сообщения
  -v, - версия для печати и выход
  -h, - помогите распечатать этот текст

Параметры графического интерфейса:
  --list показать список с блокнотами вместо
                  открытие записной книжки по умолчанию
  - размер окна геометрии и положение как WxH + X + Y
  - полный экран запуска в полноэкранном режиме
  --standalone запустить один экземпляр, без фонового процесса

Параметры сервера:
  - порт для использования (по умолчанию 8080)
  - имя шаблона для использования
  --gui запустить оболочку графического интерфейса для сервера

Параметры экспорта:
  - Формат формат для использования (по умолчанию "HTML")
  - имя шаблона для использования
  -o, --output выходной каталог
  --root-url URL для использования в корне документа
  --index-page index имя страницы

  Вы можете использовать опцию экспорта, чтобы распечатать одну страницу на стандартный вывод.
  При экспорте всей записной книжки вам необходимо предоставить каталог.

Параметры поиска:
  Никто

Параметры индекса:
  выходной файл

Backlinks: Help