{"id":13689217,"url":"https://github.com/smolijar/gitwiki-thesis","last_synced_at":"2026-04-11T22:02:38.169Z","repository":{"id":132747126,"uuid":"86587915","full_name":"smolijar/gitwiki-thesis","owner":"smolijar","description":"The goal of the thesis is to develop an access-controlled wiki system based on Git, with the support of lightweight markup languages. In analysis, the system is defined through the conventional methods. With regard to its requirements, existing open-source wiki systems are reviewed. Solution to their weaknesses are discussed along with the system’s design, according to which it is imple- mented. Finally the automatic testing and the results of the usability testing is commented on.","archived":false,"fork":false,"pushed_at":"2018-06-12T18:05:43.000Z","size":2432,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-01T12:43:52.026Z","etag":null,"topics":["git","js","lml","node","web-application","wiki-system"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smolijar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-29T13:50:06.000Z","updated_at":"2024-08-01T12:43:52.027Z","dependencies_parsed_at":null,"dependency_job_id":"12ced306-6521-4a75-ae87-8589359dd51d","html_url":"https://github.com/smolijar/gitwiki-thesis","commit_stats":null,"previous_names":["smolijar/gitwiki-thesis","grissius/gitwiki-thesis"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smolijar%2Fgitwiki-thesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smolijar%2Fgitwiki-thesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smolijar%2Fgitwiki-thesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smolijar%2Fgitwiki-thesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smolijar","download_url":"https://codeload.github.com/smolijar/gitwiki-thesis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254470303,"owners_count":22076566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","js","lml","node","web-application","wiki-system"],"created_at":"2024-08-02T15:01:38.546Z","updated_at":"2026-04-11T22:02:38.111Z","avatar_url":"https://github.com/smolijar.png","language":"TeX","funding_links":[],"categories":["git"],"sub_categories":[],"readme":"# Git-based Wiki System\n\nText of my master's thesis. I actually used it formally for the development of the text. After the submission it is just a keepsake. A cool :sparkles: one though.\n\n## Result PDFs\n\nYou can find them at [releases](https://github.com/grissius/gitwiki-thesis/releases) (where I always used to publish new PDFs for each version... ah, memories), or render them yourself!\n\n### Thesis\n\n`make arara` For full blown render (re-render diagrams, transform all markdown sources, bibtex and multiple xelatex passes)\n\n`make pdf` for only minor changes (only latex + markdown, one pass)\n\n### Defense\n\n1. `make diagrams` (if not created from thesis)\n2. `make defense`\n\n### Requirements\n\nNot sure it’s complete. More like notes for myself anyway.\n* xelatex (typesetting)\n* texlive-full (probably too greedy, lazy to nitpick the subpackages)\n* pandoc (for markdown to latex)\n* plantuml (for UML diagrams; must be available under this name in PATH)\n* inkscape (for SVG to PDF)\n\n## Current state of the sections\n\n_This is irrelevant now, that it's finished. Left here from nostalgia :heart:_\n\n* :octopus:: I reviewed\n* :ram:: @smoliji suggestions incorporated\n* :feelsgood:: The fascist version of myself on crack reviewed. Replacing informal words, depersonalizing, removing time references and generally making the text more boring to read.\n\n### Meta sections\n* [Acknowledgements](./src/meta/thanks.md) :octopus:\n* [Abstract (cs)](./src/meta/abstract-cs.md) :octopus: :feelsgood:\n* [Keywords (cs)](./src/meta/keywords-cs.md) :octopus:\n* [Abstract](./src/meta/abstract.md) :octopus: :feelsgood:\n* [Keywords](./src/meta/keywords.md) :octopus:\n\n\n### Tru sections\n#### [Introduction](./src/introduction.md) :octopus: :feelsgood:\n#### [Goal](./src/goal.md) :octopus: :ram: :feelsgood:\n#### Analysis\n* [Business process](./src/analysis/business-process.md) :octopus: :ram: :feelsgood:\n* [Persona](./src/analysis/persona.md) :octopus: :ram: :feelsgood:\n* [User access](./src/analysis/user-access.md) :octopus: :ram: :feelsgood:\n* [Requirements](./src/analysis/requirements.md) :octopus: :ram: :feelsgood:\n* [Use case](./src/analysis/use-case.md) :octopus: :ram: :feelsgood:\n\n#### [State-of-the-art](./src/state-of-art/_intro.md) :octopus: :ram: :feelsgood:\n* [Ikiwiki](./src/state-of-art/ikiwiki.md) :octopus: :ram: :feelsgood:\n* [Gitit](./src/state-of-art/gitit.md) :octopus: :ram: :feelsgood:\n* [Gollum](./src/state-of-art/gollum.md) :octopus: :ram: :feelsgood:\n* [Wiki.js](./src/state-of-art/wikijs.md) :octopus: :ram: :feelsgood:\n* [Summary](./src/state-of-art/_summary.md) :octopus: :ram: :feelsgood:\n\n#### [Design](./src/design/_intro.md) :octopus: :ram: :feelsgood:\n* [Foundations](./src/design/foundations.md) :octopus: :ram: :feelsgood:\n* [Repository Providers](./src/design/providers.md) :octopus: :ram: :feelsgood:\n* [Authentication](./src/design/authentication.md) :octopus: :ram: :feelsgood:\n* [Tools](./src/design/tools.md) :octopus: :ram: :feelsgood:\n* [Architecture](./src/design/architecture.md) :octopus: :ram: :feelsgood:\n* [Rest API](./src/design/rest.md) :octopus: :ram: :feelsgood:\n* [UI](./src/design/ui.md) :octopus: :ram: :feelsgood:\n* [Front end](./src/design/fe.md) :octopus: :ram: :feelsgood:\n* [Emily](./src/design/emily.md) :octopus: :ram: :feelsgood:\n* [Summary](./src/design/_summary.md) :octopus: :ram: :feelsgood:\n\n#### [UI wireframe testing](./src/heuristics.md) :octopus: :ram: :feelsgood:\n#### [Implementation](./src/implementation/_intro.md) :octopus: :ram: :feelsgood:\n* [Tools](./src/implementation/tools.md) :octopus: :ram: :feelsgood:\n* [Gitolite Permissions](./src/implementation/gitolite-permissions.md) :octopus: :ram: :feelsgood:\n* [Routes](./src/implementation/routes.md) :octopus: :ram: :feelsgood:\n* [Nodegit](./src/implementation/nodegit.md) :octopus: :ram: :feelsgood:\n* [Emily — synchronized scrolling](./src/implementation/scrolling.md) :octopus: :ram: :feelsgood:\n\n#### Testing\n* [Automatic testing](./src/test/auto.md) :octopus: :feelsgood:\n* [Usability testing](./src/test/usability.md) :octopus: :feelsgood:\n\n#### [Conclusion](./src/conclusion.md) :octopus: :feelsgood:\n\n\n### Appendix sections\n* [MI-NUR project highlights](./src/nur.md) :octopus:\n* [Emily user manual](./src/readme/emily.md) :octopus:\n* [Gitwiki user manual](./src/readme/gitwiki.md) :octopus:\n* [Emily logo](./src/logo/emily.md) :octopus:\n* [Gitwiki logo](./src/logo/gitwiki.md) :octopus:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmolijar%2Fgitwiki-thesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmolijar%2Fgitwiki-thesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmolijar%2Fgitwiki-thesis/lists"}