怎麼也沒有想到用 console mode 在 command-line 下命令來閱讀文章。開啟這個blog:http://blog.elinc.ca/rodcli/index.php 。不要以為這是一個Unix/Linux命令列介面,如果你有用過 UNIX /Linux的 console mode,看到這樣的介面大概都會下意識地輸入 ls 命令(在 UNIX/Linux 中這個命令通常是列出目前的目錄下的所有檔案),沒錯!這樣就會列出blog的所有的文章 ,還可以用 cls 命令清除螢幕。支援那些命令可以輸入help。輸入 help 之後列出下列的命令:
WordPress GUI Theme (c) 2006 Rod McFarland
command, alias required [optional]: description
help, h, ?: Help (this)
gui, startx: Return to GUI (graphical interface) blog
ls, list: List all posts (ordered by ID/date)
search, find [search terms]: Search posts
read, cat, show [post_id]: Read post # (no post_id: read current)
comments: Read comments for current post
current, cursor [post_id]: Show current post_id (set if post_id
given, nearest higher if no post
matches)
latest, last, l: Move to and show latest post
next, n: Move to and show next post
prev, p: Move to and show previous post
first, f: Move to and show first post
random, rand, r: Show random post
comment, c: Leave comment on current post
categories: List categories
category cat_id | cat_slug: List posts in category
cloud: Display tag cloud
date: Current date/time
cls: Clear screen
gpl, license: Show GNU General Public License
[post_id] | [post_slug]: Read post
login: Login (to admin)
是不是有一種在使用shell的感覺,是不是很酷。這些外國人怎麼就這麼有創意?
文章來源:http://www.hesicong.net/pjblog/default.asp?id=137