Kirby Wu
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    Project Hub ============ 第 N 次開發 Project Hub 最初討論的白板 ----------- ![](https://i.imgur.com/DlsfEG9.jpg) ![](https://i.imgur.com/AHc05aM.jpg) ![](https://i.imgur.com/BIu7v7T.jpg) 基本概念與流程 ----------- * A / 手動建立維護 awesome-g0v ( g0v 專案列表 ) * B / 爬蟲程式搜集可能的 g0v 專案 * A + B -> Registry (g0v-data/registry) * Registry 提供 API : - 已清理的專案列表 (clean list) - 待清理的專案列表 (dirty list) * Meta Editor - 利用 dirty list 帶出 GUI, 讓貢獻者發 PR 給各專案來清理 g0v.json * Registry Browser - 利用 clean list 來展示 g0v 專案 - 提供 API 讓其它網站可引用 * Dashboard - 各專案更新狀況、線上運作狀況 - 其它資訊 (Active Slack User, etc) ```flow st=>start: Start e=>end: End op=>operation: (awesome-g0v) 手動維護 g0v 專案列表 awesome list op2=>operation: (registry) 爬蟲搜尋 g0v.json 來找專案 op3=>operation: (registry) 整理完整的專案列表 cond=>condition: 專案的 g0v.json 已乾淨了? op4=>operation: (registry) 提供乾淨(clean)列表 op5=>operation: (registry) 提供待修(dirty)列表 op6=>operation: (meta editor) 提供 UI 介面讓貢獻者協助發 PR 給待修的 g0v.json op7=>operation: (registry) Registry Browser 提供貢獻者的入口介面 op8=>operation: (registry) 展示 g0v 專案 op9=>operation: (registry) 提供 API 給其它人引入 op10=>operation: (dashboard) 提供各專案更新狀況, 線上運作狀況, 其它資訊 ( 社群動態, etc ) st->op->op2->op3->cond cond(yes)->op4 cond(no)->op5->op6 op4->op7->op6 op7->op8 op7->op9 op9->op10 op10->e ``` txt 組試作心得 ------------ * metadata editor的URL後面怎麼改我忘記了...覺得有個對麻瓜的清楚SOP說明會簡單的多 * 從課責那邊開始做,twbudget前人已做好,dgbas各縣市的沒找到json,之前也遇過找不到的,求解 * ly-tel的我直接從github上的json改,但沒+英文敘述、原本就有thumbnail但點開來是error404,也許有的專案也是原本有縮圖但後來失效了? * 如果要開放更多人協作,直接在awesome-g0v那邊標示哪些是做完了哪些還沒有比較好區分? 不然一個個點進去很困惑 * 上禮拜一直停在基礎建設那邊,有些感覺已荒廢到長草(? 也比較像一個純頁面而已XD 相關連結 ------------ * registry - http://github.com/g0v-data/registry * awesome-g0v - http://github.com/g0v/awesome-g0v * metadata-editor - https://github.com/g0v/editor ([online editor](https://g0v.github.io/editor/)) * g0v.json schema - http://github.com/g0v/g0v.json ( [schema 文件]( https://github.com/g0v/g0v.json/blob/master/schemas/v1.json) ) g0v.json 的格式統一 -------------------- needs: * designer, writer, programmer thumbnail: * 1200 x 630 description_zh: * 60 個字左右 status: * 加入 Alpha? 依照[g0v.json schema](https://github.com/g0v/g0v.json/blob/master/schemas/v1.json)編寫一個g0v.json範本: { "repo" :"", "author" : "", "status" : "Beta/Planning/Released/Archived", "name": "g0vsite", "name_zh": "零時政府官網", "description": "g0v.tw site", "description_zh": "g0v 官網", "homepage" : "http://g0v.tw/", "thumbnail" : "", "document": "http://hack.g0v.tw/meta/YC0Ig73WEMJ", "repository": "", "licenses": ["CC-BY"] "keywords": [ "community", "g0v.tw", "communication" ], "audience": [ "public" ], "products" :[], "partOf": "", "contributors" :[], "needs" : [] } 進行中 -------------------- joky(開放資料、開放政府/課責(選舉罷免、預決算與財政收支、政風與課責)) shunling 公共安全(公共檢查及違法事項、犯罪與事故、環境與災害) ryanchen(基礎建設) ryanchen(Media / 新媒體): clarie: twstat 已完成 -------------------- kirby * g0v/submit * g0v/g0v.json clarie shunling * 零時空汙觀測網 * 植物疫情與藥劑查詢系統 * 環境儀表板 * 賽豬公上太空 * 車禍熱點 ryan (基礎建設) * style-guide * glyph * design-guide * hackeditr (Media / 新媒體) * g8v * inLiveTW/server * 4movement/MOVEMENT * newsdiff - NewsDiff 官方新聞稿異動情況站 * sunflower - 太陽花學運全記錄 * bifrostio - 物資管理平台系統 * MuscidaeFlash - 虎神快閃 * twangry - 政誌 * Solveissues - 站聲 * ncc-complain-data - 問題電視節目查詢 * news-seg - 新聞詞頻統計 * newstrend.g0v.ronny.tw - 新聞趨勢統計 * linkCollector - 資訊補食獸 * lagnews - LagNews 腿新聞 * ppllink - 公眾人物關係圖產生器 * reporter - 公民記者證產生器 * newshelper-extension - 新聞小幫手Chrome & Firefox 外掛 * newshelper-safari - 新聞小幫手Safari 外掛 * newshelper-backend - 新聞小幫手後端 joky * 開放資料、開放政府/[法規與政府組織]項下的所有欄目 total * 39 個 建議 ============== 可為週期性專案,加入提醒更新資料通知。例如:年度預算、立委咖電喂、選舉政見

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully