TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Encycla – like GitHub for knowledge

44 点作者 philipn超过 3 年前
Hi HN! There&#x27;s been lots of note-taking &#x2F; personal knowledge tools developed in the past few years. But there&#x27;s a big difference between working with people you already know and collaborating with anyone on the internet.<p>Right now, if you&#x27;re interested in, say DIY air purifiers[1], you could throw up a document or webpage. But there&#x27;s no good way for people you don&#x27;t already know to work on it, to make it their own. If you&#x27;re writing software, the answer is obvious: publish a Git repository on GitHub&#x2F;GitLab.<p>With Encycla, we&#x27;re building a sort of &quot;GitHub for knowledge&quot;: a place where you can create simple, topical webpages that others can fork and asynchronously push &amp; pull changes from (without knowing about Git or anything technical).<p>On the backend, every page on Encycla is a git repository containing Markdown that you can clone, edit independently of the Encycla website, push to other services (such as GitHub, GitLab), etc.<p>For instance, here&#x27;s a page on Encycla:<p><a href="https:&#x2F;&#x2F;encycla.com&#x2F;KF94" rel="nofollow">https:&#x2F;&#x2F;encycla.com&#x2F;KF94</a><p>and the underlying git repository pushed to GitHub:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;philipn&#x2F;KF94" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;philipn&#x2F;KF94</a><p>1. <a href="https:&#x2F;&#x2F;encycla.com&#x2F;Corsi-Rosenthal_Cube" rel="nofollow">https:&#x2F;&#x2F;encycla.com&#x2F;Corsi-Rosenthal_Cube</a>

7 条评论

ktpsns超过 3 年前
I love the concept of incorporating git and wiki. I frequently catch myself of implementing some git managament for files in my tools. This is an &quot;inner platform effect&quot;, since git is part of my software development platform. But it&#x27;s a good part! :-)
20after4超过 3 年前
For similar ability with an existing wiki you can use something like <a href="https:&#x2F;&#x2F;github.com&#x2F;Git-Mediawiki&#x2F;Git-Mediawiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Git-Mediawiki&#x2F;Git-Mediawiki</a> to access the content of a mediawiki instance using the git client tools.
评论 #30134612 未加载
sysOpOpPERAND超过 3 年前
this is great, i was thinking about making a history chain where historians can help seed and propagate content, complete with an profile for each user and their stats, a breakdown of how their stats came to be.<p>kind of like a baseball card for each historian where people can explore who vouched for who.<p>there can even be forks where people disagree on what happened, that way the user can follow the evidence, refute it or comment on it for other users to see, kind of like how wikipedia does it but for comments.<p>that way we can make history more persistent than current archive methods.<p>but anyways, great work! always good to see educational projects being built, my parents bought a pc for the family, we were homeschooled and a lot of my education (outside of textbooks) came from cd&#x2F;floppy disk encyclopedias and other educational software
meowtimemania超过 3 年前
Really like this idea. Did you leverage any open source tools to host&#x2F;manage all the git repos? What tools did you use to build the backend&#x2F;frontend?
theowenyoung超过 3 年前
I like this concept. Why don’t you just use README.md as the content? Then a lot of awesome list can easily be imported to Encycla.
emmo超过 3 年前
Like.. a wiki?
评论 #30123053 未加载
denysvitali超过 3 年前
Is the backend opensource? If not, why?<p>I could totally see this as an alternative to say, Confluence