Emacs China 是 2026 年 4 月 23 日前子龙山人创建的,十周年刚刚过去 ![]()
$ curl -sL 'https://emacs-china.org/latest.json?order=created&ascending=true' | \
jq '.topic_list.topics[0] | {id, title, created_at, url: ("https://emacs-china.org/t/" + .slug + "/" + (.id | tostring))}'
{
"id": 5,
"title": "FAQ/指引/版规",
"created_at": "2016-04-23T00:39:53.666Z",
"url": "https://emacs-china.org/t/faq/5"
}

