diff --git a/content/blog/2015-03-09-keep-plain-text-password.md b/content/blog/2015-03-09-keep-plain-text-password.md index 1152435..320af29 100644 --- a/content/blog/2015-03-09-keep-plain-text-password.md +++ b/content/blog/2015-03-09-keep-plain-text-password.md @@ -7,7 +7,7 @@ icon: briefcase slug: sipa-or-th-store-password-in-plaintext -ด้วยความที่อึ้งกับเพราะปกติไม่ค่อยได้เข้าไปใน [web SIPA - สำนักงานส่งเสริมอุตสาหกรรมซอฟต์แวร์แห่งชาติ](http://register.sipa.or.th/) เท่าไหร่ ก็เลยจำ password ไม่ได้ แต่พอเข้าได้กลับได้พบสิ่งที่น่าสะพรึงกลัว สำหรับองค์กร __ซอฟต์แวร์__ ของประเทศที่ไม่ควรจะทำอะไรให้มันขี้เกียจนัก +ด้วยความที่ปกติไม่ค่อยได้เข้าไปใน [web SIPA - สำนักงานส่งเสริมอุตสาหกรรมซอฟต์แวร์แห่งชาติ](http://register.sipa.or.th/) เท่าไหร่ ก็เลยจำ password ไม่ได้ สุดท้ายกลับได้พบสิ่งที่น่าสะพรึงกลัว สำหรับองค์กร __ซอฟต์แวร์__ ของประเทศที่ไม่ควรจะทำอะไรให้มันขี้เกียจนัก ปัญหามันก็มีอยู่ที่ว่า พอ forget password แล้วนั่น mail ที่เค้าส่งกลับมาเป็นด้านล่างนี้! diff --git a/pelicanconf.py b/pelicanconf.py index e8c0821..741f5d8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = u'sipp11' SITENAME = u'everyday' -SITEURL = '' +SITEURL = 'http://localhost:8000' PATH = 'content' @@ -63,7 +63,7 @@ AUTHORS = { DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -RELATIVE_URLS = True +RELATIVE_URLS = False THEME = 'themes/notmyideaever' # THEME = 'themes/chameleon' diff --git a/publishconf.py b/publishconf.py index cf85ad9..becd3bd 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * SITEURL = 'http://everyday.in.th' -RELATIVE_URLS = True +RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'