NOTE: This code is not audited and should not be used in production environment.
Urbipedia is an encyclopedia, written and maintained by users for all Urbit community.
Two type of users:
- Admin - with permission to write.
- Regular - read only.
Urbipedia implements the Zettelkasten method of storing information.
Zettelkasten - small items of information stored like note that may be linked to each other through subject headings or other metadata such as numbers and tags.It has often been used as a system of note-taking and personal knowledge management for research, study, and writing.
Admin users create notes of information with links to other notes by linkage or tags. Regular users can interact with this system of information.
Urbit - https://urbit.org/getting-started
Especially for the hackathon, a midware was implemented that allows you to view information from Urbipedia without installing Urbit and the Urbipedia application itself. The midware implementation is in the midware
branch. A demo can be found at: http://64.227.74.132:4545/.
Run urbit.
|merge %urbipedia our %webterm
|mount %urbipedia
Copy content of zettelkasten folder into {$your-planet}/urbipedia
|commit %urbipedia
|install our %urbipedia