Skip to content

Commit

Permalink
Resolve redirect with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
yllan authored Jul 9, 2016
1 parent 6e4b0c1 commit b86f5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

2. 使用 g0v 的 db2unicode.pl 將資料庫中以圖代字的 `<img src="xxxx">` 的轉換成 unicode

curl -O https://raw.github.com/g0v/moedict-epub/master/sym.txt
curl https://raw.github.com/g0v/moedict-epub/master/db2unicode.pl | perl | sqlite3 development.unicode.sqlite3
curl -LO https://raw.github.com/g0v/moedict-epub/master/sym.txt
curl -L https://raw.github.com/g0v/moedict-epub/master/db2unicode.pl | perl | sqlite3 development.unicode.sqlite3

3. 將 development.unicode.sqlite3 轉換成 moedict_template/MoeDictionary.xml

Expand All @@ -42,4 +42,4 @@

1. [Apple Dictionary Services Programming Guide](https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/DictionaryServicesProgGuide/Introduction/Introduction.html)

2. [原始資料資料處理流程](https://github.com/g0v/moedict-process/wiki)
2. [原始資料資料處理流程](https://github.com/g0v/moedict-process/wiki)

0 comments on commit b86f5f9

Please sign in to comment.