自己動手架設wiki(11) - Gitit在Linux的'man git'

  1. 自己動手架設wiki(11) - Gitit在Linux的"man git"
  2. 前言
  3. 內容
    1. NAME
    2. 指令結構
    3. 指令說明
    4. 參數使用 (原文用options在此翻譯成參數)
    5. 作者
    6. 版權所有

自己動手架設wiki(11) - Gitit在Linux的"man git"

原文連結: https://darkblack01.blogspot.com/2014/10/wiki11.html
移植時的最後更新日期: 2014-10-28T20:31:03.023+08:00

前言

此文件是由Gitit使用者手冊中的語法得到
~/wiki/$ man gitit > manual_gitit.txt

內容

Gitit 的 Linux指令操作手冊

NAME

gitit - 一種以分散式版本控制(git或darcs)為檔案管理系統的 wiki 引擎

指令結構

gitit [{-h | --help}] [{-v | --version}] [{-p port | --port=port}]
[{-l interface | --listen=interface}]
[{-f configfile | --config-file=configfile}] [--debug]
[--print-default-config]

指令說明

gitit是一種以git(也可以用darcs)為檔案管理系統的 wiki 引擎。在第一次執行時,Gitit會建立wiki的基本架構所需要的檔案和目錄,然後等待http訊息傳入。When run in a directory that already contains a gitit wiki, it uses the information already present.
wikidata這個目錄包含hosts的repository(受git版本控制的目錄範圍),用來存放所有的wiki頁面。你可以透過Web界面也可以直接下git指令控制 (像是commit/record或者push/pull)。

參數使用 (原文用options在此翻譯成參數)

這個程式遵循一般的GNU指令格式,完整參數用兩個dashes(`-’)開頭。
-h, --help
純粹顯示參數的相關說明,就醬。
-v, --version
純粹顯示已安裝的Gitit版本,就醬。
-p port, --port=port
指定gitit等待的port
-l interface, --listen=interface
指定gitit等待的界面
-f configfile, --config-file=configfile
使用自訂的設定檔,查看這個檔案可以設定的範圍和設定格式(使用預設的設定值和設定說明)使用--print-default-config
--debug
啟動debug模式:gitit將會顯示關於網路訊息的請求和處理紀錄。
--print-default-config
印出預設設定值,along with some documentation.

作者

Giovanni Mascellani gio@debian.org Wrote this manpage for the Debian system.

版權所有

Copyright © 2011 Giovanni Mascellani
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
08/04/2013