NanoBlogger

alan's 的頭像

這是一個很有趣的blog engine,使用cat、grep、sed等來創建靜態頁面,不需要資料庫、CGI、PHP,使用純文字格式來儲存資料。用vi(或任何你習慣的編輯器),就可以開始blog:)

加上 [haloscan] ,提供的服務。nanoblogger 就可以留言跟Trackback。再加上 [Custom Search Engine on the fly] ,就可以搜尋。

安裝:

$ sudo aptitude install nanoblogger nanoblogger-extra tidy tidy-doc

How to ...

The basic syntax is: nb [-b blog_dir] [options]

  • create new weblog (directory) = nb -b [blog_dir] -a
  • create new entry = nb -a
  • create new category = nb -c new -a
  • create new entry with category = nb -c [cat_id] -a
  • list entries = nb -l [all|DATE|max]
  • list categories = nb -l cat
  • list entries by category = nb -c [cat_id] -l [all|DATE|max]
  • edit entry = nb -e [entry_id]
  • move entry to category = nb -c [cat_id] -m [entry_id]
  • delete entry = nb -d [entry_id]
  • delete category = nb -c [cat_id] -d cat
  • delete entry from category = nb -c [cat_id] -d [entry_id]
  • draft entry = nb -E [draft_file]
  • import draft as entry = nb -f [draft_file] -a
  • force update of weblog files = nb -u [all|DATE|main]

Settings and Configuration

To edit the weblog's configuration invoke:

nb --blogdir [myblog_dir] --configure -u all

This opens blog.conf from the weblog directory for editing and updates the entire weblog.

相關網站:

  1. NanoBlogger
  2. NanoBlogger User Manual
  3. Users' Weblogs
  4. bugs
  5. Yahoo! Groups-nanoblogger
  6. nanoblogger GUI
  7. zonble’s promptbook | NanoBlogger!

使用 NanoBlogger 的網站:

  1. Abner's Postgraduate Days
  2. 阿宏的地盤
  3. Singow's Blog
  4. Wesly is dreaming.

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 可使用的 HTML 標籤:<a> <em> <pre><strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img><h1><h2><h3>
  • 自動斷行和分段。

更多關於格式選項的資訊