This commit is contained in:
astaxie
2013-03-12 12:27:24 +08:00
parent 002f79173a
commit f8a4bd8b76

View File

@@ -16,7 +16,7 @@ for i in *.md;do
sed -i '/[#]\{2,\} links/,/[ ]\{0,\}Id\$.*/d' $i #删除页面链接 sed -i '/[#]\{2,\} links/,/[ ]\{0,\}Id\$.*/d' $i #删除页面链接
done done
../build-web-application-with-golang >/dev/null ../build-web-application-with-golang >/dev/null
list="README.html `ls [1-9]*.html |sort -h` LICENSE.html" list="README.html `ls [0-9]*.html |sort -h` LICENSE.html"
cat > metadata.txt <<EOF cat > metadata.txt <<EOF
<dc:creator>Astaxie</dc:creator> <dc:creator>Astaxie</dc:creator>
<dc:description>一本开源的Go Web编程书籍</dc:description> <dc:description>一本开源的Go Web编程书籍</dc:description>