前幾個月看到這篇討論,其實小編之前一直在 follow 的 mson 可以使用 Markdown 語法,又有 JSON 的結構化,拿來做公文 DSL 應該是再好也不過了。
只要有人開發 editor 及 viewer 再加上 Git 的話,政府各種文件就可以非常容易閱讀及再利用。如果公文要 sign 的功能,就 git commit 加上 GPG key,這樣子才算是真正的電子公文吧!
MSON: https://github.com/apiaryio/mson
Attributes Kit: https://github.com/apiaryio/attributes-kit
#mson #markdown #dsl #g0vsummit #gpg
「gpg key」的推薦目錄:
- 關於gpg key 在 Kewang 的資訊進化論 Facebook 的最佳解答
- 關於gpg key 在 Generating a new GPG key - GitHub Docs 的評價
- 關於gpg key 在 Setting up a GPG verification on the GitHub - CodeX Team 的評價
- 關於gpg key 在 使用GPG 對git commit 簽章 - Miles' Blog 的評價
- 關於gpg key 在 git commit with gpg key does not work from VSCode - Stack ... 的評價
- 關於gpg key 在 Using GPG keys on GitHub: Creating and updating expired ... 的評價
- 關於gpg key 在 在Github上使用GPG的全过程 - 知乎专栏 的評價
gpg key 在 Setting up a GPG verification on the GitHub - CodeX Team 的推薦與評價
For now all commits created via GitHub Desktop will be signed and verified. Client can ask you a GPG-key code phrase with the first commit. Commit was made by ... ... <看更多>
gpg key 在 使用GPG 對git commit 簽章 - Miles' Blog 的推薦與評價
GPG 是用在加密與簽章的軟體,也可以拿來對git commit 做簽章。 ... 執行 gpg 指令產生GPG key,它有幾種方法可以產生,以下使用 --full-generate-key ... ... <看更多>
gpg key 在 Generating a new GPG key - GitHub Docs 的推薦與評價
Download and install the GPG command line tools for your operating system. · Open TerminalTerminalGit Bash. · Generate a GPG key pair. · At the prompt, specify the ... ... <看更多>