這是一個很有趣的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.
相關網站:
- NanoBlogger
- NanoBlogger User Manual
- Users' Weblogs
- bugs
- Yahoo! Groups-nanoblogger
- nanoblogger GUI
- zonble’s promptbook | NanoBlogger!
使用 NanoBlogger 的網站:
- Abner's Postgraduate Days
- 阿宏的地盤
- Singow's Blog
- Wesly is dreaming.
發表新回應