Skip to content

Instantly share code, notes, and snippets.

/about.html Secret

Created June 26, 2014 04:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5d72cea9da8554048e71 to your computer and use it in GitHub Desktop.
Save anonymous/5d72cea9da8554048e71 to your computer and use it in GitHub Desktop.
專案池網頁 20140626 大幅度修改 內含自寫JS(專案清單)可部分代替json 含網頁檢視教學 詳見readme
[教學] Gist檢視本網頁方式
1.請點擊右邊[Download ZIP],解壓縮。或者用Git Clone。
2.另外下載以下兩個檔案,放到和剛才解壓縮檔同個目錄(地方):
jQuery http://jquery.com/download/
AngularJs https://angularjs.org/
或者:
不下載以上兩個JS,直接在解壓縮後的index.html修改裡面的<script scr="官方網站JS的路徑">亦可
3.本網頁有引導載入以下三個圖片檔:
Production.jpg
hackfoldr.jpg
Beta.jpg
圖片來源均是從http://hackfoldr.org下載。
若網頁載入時找不到以上三個圖片檔案會顯示[X]。
如果下載圖片較麻煩,
亦可自行在ng-repeat內的img src改成 http://g.etfv.co/{{link}} ,
但要注意網頁載入時可能會送出上百個請求。
另外還有g0vLOGO圖片檔 (g0vlogoV4.png) 煩請自行下載放到和剛才解壓縮檔同個目錄(地方)
4.直接開啟index.html即可檢視本網頁
*此版本(20140626):
加入AngularJS,將所有專案寫成json後另外存成javascript,並且有註解來分類專案(維護方便),
移除網頁非常雜又難維護的HTML標籤。
加入搜尋專案功能,包含使用其他關鍵字亦可搜尋相關類似專案。
加入專案清單前置圖片,僅為了區別hackfoldr和其他分類。
滑鼠移入專案清單,提示新視窗開啟與否。
新增數個新專案。
授權:寫在about.html裡面
<meta charset="UTF-8" />
<style type="text/css">
a:link {color:#0088DD;}
a:visited {color:#0088DD;}
a:hover {color:#005580;}
a:active {color:#00DD00;}
</style>
<h1 style="text-align:center; ">關於本站</h1>
<div style="line-height:32px;">
<div>*本站修改自hackfoldr,並且設計成仿造模板,變為完全透過手動修改HTML的方式呈現本網頁,代替使用第三方驅動引擎(node.js及Apache)來產生Localhost的動態式網頁。</div>
<div>*hackfoldr的原始碼,請點擊在右上角的&quot;本站原始碼&quot;,程式碼授權依照其原本的hackfoldr授權,為<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.zh_TW" target="_blank">CC0 1.0 通用</a>。</div>
<div>*本站僅收集以下有網頁呈現(HTML Demo)專案:<br />1.網址帶有g0v字樣的專案。<br />2.有參與或貢獻g0v,自己有開發相關專案但該專案掛在自己名下的專案。<br />3.符合上述兩項,且符合g0v成立宗旨的專案。
<div>*本站不再支援Internet Explorer 8及更早以前的版本,請使用Google Chrome Firefox Opera Safari等瀏覽器瀏覽本站。</div>
<div>*本站沒有設計手機(平板電腦)版瀏覽,造成手機(平板電腦)使用者不便,敬請見諒。</div>
</div>
<!doctype html>
<html ng-app>
<head>
<meta charset="UTF-8" />
<script type="text/javascript" src="jquery.min.js"></script>
<script src="angular.min_1_2_17.js"></script>
<script src="projectlist.js"></script>
<title>g0v 零時政府 Hackfoldr專案仿造版</title>
</head>
<style type="text/css">
#bar {
background-color:#1B1B1B;
background-image:linear-gradient(to bottom,#222,#111);
border-color:#252525;
border-radius:0;
border-width:0 0 1px;
box-shadow:0 1px 10px #E5E5E5;
color:white !important;
display:inherit;
font-size:16px;
height:41px;
left:0;
line-height:41px;
margin-bottom:0;
overflow:visible;
padding-left:0;
padding-right:0;
position:fixed;
right:0;
top:0;
}
#bar a{color:white;}
#bar a:hover{background-color:#333;}
#selectA{text-decoration:none; color:black;}
#selectA div{padding-left:7px;}
#select1{line-height:36px;}
#select1:hover{color:white;background-color:#333;transition-duration:.2s;}
.popspan{
background-color:#B94A48;
border-radius:3px;
color:white !important;
font-size:11.844px;
font-weight:700;
line-height:14px;
margin: 0 0 -10px 3px;
padding:2px 4px;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
top: -2px;
vertical-align:baseline;
white-space:nowrap;
}
#Beta{background-color:#B94A48;}
#orange{background-color:#F89406;}
#hackfoldr{display:none}
#Production{display:none;}
.hackframeS{display:none;}
#select1 span[class~=_blankS]{display:none;}
#select1:hover span[class~=_blankS]{display:inline;}
</style>
<body style="overflow:hidden; margin:0; ">
<!--分割 上-->
<div id="bar">
<!--工具列 首頁 等整個條目-->
<div style="
left:17%;
list-style:none outside none;
position:absolute;
top:0%;
width:65%;
">
<!--首頁-->
<li style="margin-left:auto;margin-right:auto;float:left;">
<a href="" style="float:none;padding:10px 15px;text-decoration:none;">Hackfoldr仿造首頁
</a>
</li>
<!--本站伺服器備份區-->
<!--如果要變成本機電腦瀏覽方式,可以視情況把下行的display:none拿掉-->
<li style="margin-left:auto;margin-right:auto;float:left; display:none">
<a href="http://g0v.github.io/projectPool/" target="_blank" style="float:none;padding:10px 15px;text-decoration:none;">本站伺服器備份區
<span class="popspan" id="Beta">新視窗</span>
</a>
</li>
<!--新手上路-->
<li style="margin-left:auto;margin-right:auto;float:left;">
<a href="http://g0v.github.io/leve1up/" target="_blank" style="float:none;padding:10px 15px;text-decoration:none;">新手上路</a>
</li>
<div style="
float:right;
">
<!--About關於本站-->
<li style="margin-left:auto;margin-right:auto;float:left;">
<a href="about.html" target="hackframe" style="float:none;padding:10px 15px; text-decoration:none; ">關於本站</a>
</li>
<!--零時政府LOGO-->
<li style="margin-left:auto;margin-right:auto;float:left;">
<a href="http://g0v.tw" target="_blank" style="float:none;padding:10px 15px;"><img src="g0vlogoV4.png" style="height:39px;" /></a>
</li>
<!--本站原始碼-->
<a href="http://github.com/hackfoldr/hackfoldr" target="_blank">
<div style="
margin-top:10px;
color:gray;
float:right;
background-color:#333;
padding:2px 9px;
border-radius:9px;
font-size:11.844px;
vertical-align:baseline;
white-space:nowrap;
font-weight:700;
line-height:14px;
display:inline-block;
color:white;
">
本站原始碼</div>
</a>
</div>
</div>
</div>
<!--分割 下-->
<div id="cnt" style="
display:flex;
left:0;
position:relative;
top:41px;
width:100%
">
<!--分割 左-->
<div ng-controller="tableData" id="lnt" style="
border:3px solid gray;
cursor:w-resize;
font-size:16px;
line-height:36px;
overflow-x:hidden;
overflow-y:auto;
padding-left:5px;
transition: all 0.15s ease 0s;
width:15%;
">
<!--打字搜尋的地方-->
<input style="font-size:16px; width:95%; " placeholder="搜尋專案..." type="text" ng-model="search.$">
<!--全部專案列表用ng-repeat寫,讓系統到自己寫的JS檔案撈資料-->
<div style="list-style:none;" ng-repeat="fact in class | filter:search">
<a id="selectA" href="{{fact.link}}" target="{{fact.openwith}}">
<div id="select1">
<img src="{{fact.type}}.jpg" />
{{fact.name}}
<span class="popspan" id="{{fact.type}}">{{fact.type}}</span> <!--專案分類-->
<span style="display:none">{{fact.tag}}</span> <!--專案關鍵字-->
<span class="popspan {{fact.openwith}}S" id="orange">新視窗</span> <!--是否新視窗開啟-->
</div>
</a>
</div>
</div>
<!--分割 右 iframe區塊-->
<div id="rnt" style="
flex:20 1 0%;
height:100%;
overflow-y:auto;
position:relative;
width:85%;
"> <!--chrome要多寫height否則會抓到錯誤的height-->
<iframe id="fme" name="hackframe" style="
border:0 none;
bottom:0;
height:99%;
top:0;
width:100%;
" src="about.html">
</iframe>
</div>
</div>
<!--載入時執行-->
<script>
$('#cnt').css({'height': $(window).height() - 40 +'px'});
</script>
<!--當視窗改變大小時執行-->
<script>
$(window).on('resize', function() {
$('#cnt').css({'height': $(window).height() - 40 +'px'});
});
</script>
</body>
</html>
var tableData = function ($scope) {
$scope.class = [
/* 說明:
1.type為專案分類,只為了區別img和Beta而已
2.openwith為連結開啟方式,hackframe就是在自己寫的iframe內開啟,_blank則是新視窗開啟
3.link為網站連結
4.name為專案的中文名稱
5.tag為標籤,給搜尋專案時參考用
6.使用者亦可自行新增其他你常瀏覽的相關類似網站,打造成為屬於你自己的專案池
*/
/* 直播與活動類 */
{"type": "Production", "openwith": "hackframe", "link": "http://inlivetw.github.io/chrome", "name": "inLive 直播與活動", "tag": "直播 活動 宣傳"},
{"type": "Production", "openwith": "_blank", "link": "http://g0v.github.io/summit.g0v.tw/", "name": "g0v summit 2014", "tag": "g0v 活動 黑客松"},
{"type": "Production", "openwith": "_blank", "link": "http://movement.ee.ncku.edu.tw/", "name": "社會資訊運動平台", "tag": "活動 宣傳 社運 學運 社會運動 學生運動"},
{"type": "Production", "openwith": "hackframe", "link": "http://billy3321.github.io/live_tutorial", "name": "直播教學", "tag": "直播 教學"},
{"type": "Production", "openwith": "hackframe", "link": "http://beemap.tw/", "name": "小蜜蜂戰鬥地圖", "tag": "活動 小蜜蜂 宣傳 割闌尾 罷免"},
{"type": "Production", "openwith": "_blank", "link": "http://g0v.photos/", "name": "自己的活動自己拍", "tag": "g0v 活動 黑客松"},
/* 新聞媒體與傳播類 */
{"type": "Production", "openwith": "hackframe", "link": "http://oldpaper.g0v.ronny.tw/", "name": "台灣歷史四大報", "tag": "新聞 媒體 報紙 宣傳"},
{"type": "Production", "openwith": "hackframe", "link": "http://newsdiff.g0v.ronny.tw/", "name": "NewsDiff官方新聞稿異動情況站", "tag": "新聞 媒體 宣傳"},
{"type": "Production", "openwith": "_blank", "link": "http://newshelper.g0v.tw/", "name": "新聞小幫手", "tag": "假新聞節目 問題媒體 報紙 小幫手"},
{"type": "Production", "openwith": "hackframe", "link": "http://zhusee2.github.io/boycott-helper/", "name": "網站抵制小幫手", "tag": "問題網站 小幫手"},
{"type": "Production", "openwith": "hackframe", "link": "http://fakenews.tw", "name": "問題電視節目查詢", "tag": "你媽知道你在看假新聞嗎 問題節目 媒體 小幫手"},
/* 立法院與法律相關 */
{"type": "Production", "openwith": "hackframe", "link": "http://fact.g0v.tw/", "name": "政誌", "tag": "政治 政府 政黨 事件 立法 黑箱作業 違法 造假"},
{"type": "Production", "openwith": "hackframe", "link": "http://laweasyread.herokuapp.com/", "name": "法規易讀器", "tag": "立法 法律 法規條文查詢"},
{"type": "Production", "openwith": "hackframe", "link": "http://i64885.tw", "name": "律師幫幫我", "tag": "找律師 電話 司改會 法律"},
{"type": "Production", "openwith": "hackframe", "link": "http://billy3321.github.io/lytel/", "name": "立委聯絡資訊", "tag": "立法 立委 監督國會 電話 投票 政黨 你亂搞 我打爆 傳真"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/addressbook.parser", "name": "政府通訊錄分析器", "tag": "政府機關代碼"},
{"type": "Production", "openwith": "_blank", "link": "http://soidid.github.io/blacklist/pages/index.html", "name": "台灣各種組織不推薦立委名單", "tag": "收集議題關注者 NGO NPO 不推薦名單 立法 監督國會 政黨"},
{"type": "Production", "openwith": "hackframe", "link": "http://report.nat.g0v.tw/", "name": "公務人員出國考察網", "tag": "立委 公務人員 出國 考察 夭壽讚"},
{"type": "Production", "openwith": "hackframe", "link": "http://ly.g0v.tw", "name": "國會大代誌", "tag": "立法院 國會 立委 議事 表決"},
{"type": "Production", "openwith": "hackframe", "link": "http://tisa.g0v.tw/", "name": "你被服貿了嗎?", "tag": "立法 黑箱作業 服貿 太陽花學運"},
{"type": "Production", "openwith": "hackframe", "link": "http://congress-vote-analytics.herokuapp.com/", "name": "選票成分分析系統", "tag": "立法 立委 表決 社會議題 傾向 政黨"},
{"type": "Production", "openwith": "hackframe", "link": "http://ivod.ly.g0v.tw/", "name": "立院影城", "tag": "立法 立委 ivod 國會 表決 監督 直播 丟鞋 獻花"},
{"type": "Production", "openwith": "hackframe", "link": "http://vote.ly.g0v.tw/", "name": "立委投票指南", "tag": "立法 立委 國會 表決 傾向 政黨"},
{"type": "Production", "openwith": "hackframe", "link": "http://vote.ly.g0v.tw/", "name": "議員投票指南", "tag": "立法 議員 議會 表決 傾向 政黨"},
{"type": "Production", "openwith": "hackframe", "link": "http://vote.ly.g0v.tw/", "name": "台南市議會 議員觀測中心", "tag": "台南 立法 議員 表決 傾向 政黨"},
/* 求職與工作 */
{"type": "Production", "openwith": "_blank", "link": "http://jobhelper.g0v.ronny.tw/", "name": "求職小幫手", "tag": "工作 老闆 公司 企業"},
{"type": "Production", "openwith": "hackframe", "link": "http://gcis.nat.g0v.tw/", "name": "台灣公司資料", "tag": "工作 老闆 公司 企業"},
{"type": "Production", "openwith": "hackframe", "link": "http://company-graph.g0v.ronny.tw/", "name": "台灣公司關係圖", "tag": "工作 老闆 公司 企業"},
{"type": "Production", "openwith": "hackframe", "link": "http://kiang.github.io/salary/", "name": "勞工薪資預算程式", "tag": "工作 雇主 員工 老闆 公司 企業 薪水 勞健保"},
/* 教育類 */
{"type": "Production", "openwith": "hackframe", "link": "https://www.moedict.tw/", "name": "萌典", "tag": "字典 辭典 成語"},
{"type": "Production", "openwith": "hackframe", "link": "http://direct.moedict.tw/lab/moe/hub.html", "name": "萌典字宙反應爐", "tag": "字典 辭典 中文字探索"},
{"type": "Production", "openwith": "hackframe", "link": "http://axe.g0v.tw/", "name": "斧頭幫大挑戰", "tag": "練習 砍柴 爬資料"},
/* 煎茶(刪除線)監察院類 */
{"type": "Production", "openwith": "hackframe", "link": "http://campaign-finance.g0v.ctiml.tw/", "name": "政治獻金數位化(資料建立)", "tag": "監察 公務人員財產申報"},
{"type": "Production", "openwith": "_blank", "link": "http://campaign-finance.g0v.olc.tw/", "name": "g0v開放政治獻金", "tag": "監察 公務人員財產申報 討論區"},
{"type": "Production", "openwith": "hackframe", "link": "http://fuyei.github.io/cf-viz/viz.htm", "name": "政治獻金視覺化", "tag": "監察 公務人員財產申報 圖形"},
/* 地理交通與環境類 */
{"type": "Production", "openwith": "_blank", "link": "http://baddriver.mobileweb.com.tw/", "name": "Bad Driver", "tag": "駕駛"},
{"type": "Production", "openwith": "hackframe", "link": "http://ris.g0v.tw", "name": "台灣地址門牌查詢", "tag": "地址正規化 查里鄰 地理"},
{"type": "Production", "openwith": "hackframe", "link": "http://li494-193.members.linode.com", "name": "路見不平", "tag": "交通 雷殘 摔車 柏油路 小碎石"},
{"type": "Production", "openwith": "hackframe", "link": "http://tpebuilding.g0v.ronny.tw/", "name": "台北市建照記錄", "tag": "執照 建築"},
{"type": "Production", "openwith": "hackframe", "link": "http://env.g0v.tw/air/", "name": "空氣品質圖形版", "tag": "汙染 PSI PM10 PM2.5 懸浮微粒 O3 臭氧"},
{"type": "Production", "openwith": "hackframe", "link": "http://u273.stark.tw", "name": "台灣背景輻射值檢測地圖", "tag": "核 偵測"},
{"type": "Production", "openwith": "hackframe", "link": "http://zbryikt.github.io/visualize/highway/", "name": "國道一號電子收費價錢試算", "tag": "遠通 ETC"},
/* 開放資料類 */
{"type": "Production", "openwith": "hackframe", "link": "http://data.g0v.ronny.tw/", "name": "政府開放資料平臺備份", "tag": "opendata 開放資料 政府 csv json xml"},
{"type": "Production", "openwith": "_blank", "link": "http://request.data.g0v.tw/", "name": "台灣未開放資料", "tag": "opendata 開放資料 建立 砍柴 爬資料 政府 csv json xml"},
{"type": "Production", "openwith": "_blank", "link": "http://data.g0v.tw/", "name": "g0v零時資料中心", "tag": "opendata 開放資料 建立 砍柴 爬資料 政府 csv json xml"},
/* 福利類 */
{"type": "Production", "openwith": "hackframe", "link": "http://listening.g0v.tw/", "name": "福利請聽", "tag": "補助 輔助 法規 法條 身心障礙"},
/* 農業類 */
{"type": "Production", "openwith": "_blank", "link": "http://g0v.github.io/agriculture/", "name": "植物疫情與藥劑查詢系統", "tag": "超農域 農夫 種苗 農藥 景觀 植栽 綠美化 綠地"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/farmer/", "name": "農業學地圖", "tag": "超農域 地理 農夫 種苗 農藥 景觀 植栽 綠美化 綠地"},
/* g0v自製 */
{"type": "Production", "openwith": "_blank", "link": "http://g0v.tw", "name": "g0v官方網站", "tag": "自製 今天拆大埔明天拆政府 開放資料"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/g0vTxT/views/communique.html", "name": "g0v公報", "tag": "自製 g0v 公告"},
{"type": "Production", "openwith": "_blank", "link": "http://g0v.asia/", "name": "g0v.asia", "tag": "自製 宣傳 asia"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/g0vTxT", "name": "g0v.hackpad分析器", "tag": "自製 hack 黑客 共筆 協作"},
{"type": "Production", "openwith": "_blank", "link": "http://g0v.olc.tw", "name": "g0v貢獻者地圖", "tag": "自製 最常出現的nick"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/moc-license-center/index.html", "name": "g0v授權中心", "tag": "自製 創用CC 創作 藝術"},
{"type": "Production", "openwith": "hackframe", "link": "http://g0v.github.io/g0village-8bit/", "name": "g0v新手村 8bit", "tag": "自製 遊戲"},
{"type": "Production", "openwith": "_blank", "link": "http://g0v.github.io/projectPool", "name": "g0v所有專案", "tag": "自製 專案池 基礎建設"},
{"type": "Production", "openwith": "hackframe", "link": "http://logbot.g0v.tw", "name": "IRC聊天記錄", "tag": "自製 追LOG"},
/* 其他待分類 */
{"type": "Production", "openwith": "hackframe", "link": "http://zbryikt.github.io/visualize/mrt/", "name": "台北捷運各站出站人數變化圖", "tag": "統計"},
{"type": "Production", "openwith": "hackframe", "link": "http://petneed.me/", "name": "Pet Need Me", "tag": "寵物需要我 流浪動物 認養"},
{"type": "Production", "openwith": "hackframe", "link": "http://budget.g0v.tw/", "name": "中央政府總預算", "tag": "政府 負債 國債鐘"},
/* 手機專區 */
{"type": "Production", "openwith": "_blank", "link": "https://play.google.com/store/apps/details?id=edu.stu.ihelp.client", "name": "[Android] 聾通訊", "tag": "福利 智慧型手機 app 平板"},
{"type": "Production", "openwith": "_blank", "link": "https://play.google.com/store/apps/details?id=org.audreyt.dict.moe", "name": "[Android] 萌典", "tag": "字典 辭典 智慧型手機 app 平板"},
{"type": "Production", "openwith": "_blank", "link": "https://itunes.apple.com/tw/app/meng-dian-jiao-yu-bu-guo-yu/id599429224?mt=8", "name": "[iOS] 萌典", "tag": "字典 辭典 智慧型手機 app 平板"},
/* hackfoldr專區 */
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/projectpool", "name": "g0v所有專案清單", "tag": "hackfoldr 專案池 基礎建設"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://g0v.today", "name": "g0v.today 反黑箱服貿", "tag": "hackfoldr 太陽花學運 學生運動 社會運動 政治 政府 罷免"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://nonuke.today", "name": "nonuke.today 反核四", "tag": "hackfoldr 社會運動 政治 政府 罷免 林義雄禁食"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw", "name": "hack.g0v 黑客松專區", "tag": "hackfoldr 黑客松 寫程式 炸機 披薩"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/meta", "name": "零時基礎建設", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/3du", "name": "萌典", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/g0vMOC", "name": "g0v文化部 資料集散地", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/g0vMOE", "name": "g0v教育部 教學中心", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/CSSTACO", "name": "318太陽花學運活動專題網", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/congressnetwork", "name": "立法院線路松", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/don-democracy", "name": "動民主家族", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/lazy-artist", "name": "懶人藝術家", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/shuanhhe-hackfoldr", "name": "雙和蜂巢資訊集散地", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/glassy", "name": "透明連線", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/agriculture", "name": "農業系統", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/abroadplay", "name": "公務人員出國考察追蹤網", "tag": "hackfoldr"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/2014ccsp", "name": "2014 NTU CCSP", "tag": "hackfoldr 國立台灣大學 課程"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/G8VTV", "name": "第五權電視牆「評」台", "tag": "hackfoldr g8v.tv"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/DonDonFlower/", "name": "遍地開腸花", "tag": "hackfoldr 大腸花論壇 太陽花學運"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hack.g0v.tw/g0v-cy/", "name": "開放政治獻金", "tag": "hackfoldr 監察 公務人員財產申報"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/inLiveTW", "name": "InLiveTW", "tag": "直播 活動 宣傳"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/legcolive", "name": "新界東北立法會報導整理", "tag": "hackfoldr 香港 聲援"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/lovenent", "name": "HKnow.today", "tag": "hackfoldr 香港 聲援"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/code4hk", "name": "Code4HK計畫", "tag": "hackfoldr 香港 寫程式"},
{"type": "hackfoldr", "openwith": "_blank", "link": "http://hackfoldr.org/resistancelive", "name": "立法會直播", "tag": "hackfoldr 香港"},
/* 開發中與時效性專案 */
{"type": "Beta", "openwith": "hackframe", "link": "http://a0000778.github.io/g8v/index.html", "name": "G8V電視牆", "tag": "第五權 評台 評臺"},
{"type": "Beta", "openwith": "hackframe", "link": "http://moedict.tw/dodo", "name": "萌典啄木鳥計畫", "tag": "字典 辭典 成語 挑錯字 分類"},
{"type": "Beta", "openwith": "_blank", "link": "http://bindo.la", "name": "動民主0.5", "tag": "社會實事議題討論 投票 表決"},
{"type": "Beta", "openwith": "_blank", "link": "http://lqfb-test.g0v.tw/pf/", "name": "動民主1.0", "tag": "社會實事議題討論 投票 表決"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/don-republic/public/", "name": "動民主2.0", "tag": "社會實事議題討論 投票 表決"},
{"type": "Beta", "openwith": "_blank", "link": "http://community.g0v.tw/", "name": "新g0v後勤中心", "tag": "討論"},
{"type": "Beta", "openwith": "hackframe", "link": "http://g0v.github.io/twgeojson/rain.html", "name": "雨量圖形化1", "tag": "環境 降雨"},
{"type": "Beta", "openwith": "hackframe", "link": "http://g0v.github.io/twgeojson/interpolation.html", "name": "雨量圖形化2", "tag": "環境 降雨"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/g0v-tour-guide/public/hack.html", "name": "g0v導覽小精靈", "tag": "新手"},
{"type": "Beta", "openwith": "_blank", "link": "http://wethepeople.tw", "name": "市長,給問嗎?", "tag": "施政 政見發表"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/farmers/public/", "name": "小農故事", "tag": "農業 超農域"},
{"type": "Beta", "openwith": "hackframe", "link": "http://dev.g0v.tw/Home.html", "name": "g0v開發資訊", "tag": "自製"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/don-press/public/", "name": "全民記者會", "tag": "社會實事議題討論 投票 表決"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/conference-map-main/", "name": "我的活動地圖 - 零時廣場", "tag": "社會實事議題討論"},
{"type": "Beta", "openwith": "_blank", "link": "http://g0v.github.io/sunflower/", "name": "太陽花學運記錄 by g0v", "tag": "學生運動 社會運動"},
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment