新聞動態: Difference between revisions
Jump to navigation
Jump to search
| Line 33: | Line 33: | ||
: keyword: Automatic Link Back -> 搜尋到A, B, C | : keyword: Automatic Link Back -> 搜尋到A, B, C | ||
: keyword: \[Automatic Link Back\] -> 搜尋到B, C | : keyword: \[Automatic Link Back\] -> 搜尋到B, C | ||
** | * 參考: | ||
** Meatball Wiki:[http://www.usemod.com/cgi-bin/mb.pl?InternalBackLink Internal Back Link] | |||
** [http://phi.sinica.edu.tw/aspac/reports/94/94019/ch2.html 組成 Regular Expression 的元素] | ** [http://phi.sinica.edu.tw/aspac/reports/94/94019/ch2.html 組成 Regular Expression 的元素] | ||
Revision as of 00:42, 8 October 2004
Wiki Journal (personal news)
2004-05
2004-09-29
- Cron Jobs
- 透過Drupal與FoF進行Feeds/News Aggregator,設定*/2(每兩小時)與*/6(半天)的Cron Job,雖然避免每小時提出要求,但是會發生有個時間點重覆要求相同feed兩次。
- Wiki <--> Blog
- Migrate WikiPages to a entry of Blog or many entries of Blogs archived to a WikiPage, the second approach means "blog就是留下不同時刻的想法, 即使過去想法粗糙, 但也要po上去, 並非要求每篇非常完美..."
2004-09-30
- LiveCD - bootable live windows CD/DVD
- Windows LiveCD
- BartPE (Bart Preinstalled Environment)
- Semson's WinPE 繁體中文版
- HotStuff's Pebuilder
- Linux: KNOPPIX中文交流網
- FreeBSD: FreeSBIE
- Windows LiveCD
Wiki 編寫的衝突處理
刚看了上面的现在对WIKI(维客)有了一定的了解,但好像没有人说他的工作原理呀?只是存数据库,每次改动生 成一个新的版本这么简单,再加上一定的权限吗?如有两个人在同一时间改了相同的数据呢,是同一时间提交 的?(作者不名,出處:100字談WIKI)
- wiki 會協助偵測編寫衝突(Edit Conflict),避免兩人同一時間編寫頁面, 而內容的衝突則須要人們自己解決。參考:Oddmuse: 編寫衝突與Tavi:EditConflictDetection
2004-10-08
- Internal Back Link:Oddmuse搜尋連結到網站頁面A(例如Automatic Link Back)的頁面B與頁面C等,要搜尋到(頁面內有前往Automatic Link Back的)連結[1]而非(包含Automatic Link Back三個字串的頁面)文字[2](搜尋結果就會不包括Automatic Link Back這個頁面),搜尋的關鍵字: \[Automatic Link Back\]
- keyword: Automatic Link Back -> 搜尋到A, B, C
- keyword: \[Automatic Link Back\] -> 搜尋到B, C
- 參考:
- Meatball Wiki:Internal Back Link
- 組成 Regular Expression 的元素