diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -4,18 +4,16 @@ Githermit is a Git web interface with the purpose of being a way to show off you **Why was it created?** For the sake of modernism. -Projects like [cgit](https://git.zx2c4.com/cgit/), [Gitweb](https://repo.or.cz/git.git/tree/HEAD:/gitweb) & [Stagit](https://codemadness.org/stagit.html) are written in decades-old programming languages that no one in their right mind would learn nowadays. +Projects like [cgit](https://git.zx2c4.com/cgit/), [Gitweb](https://repo.or.cz/git.git/tree/HEAD:/gitweb) & [Stagit](https://codemadness.org/stagit.html) are written in decades-old programming languages that no one in their right mind would even bother to learn nowadays. -The goal of Githermit is to be an alternative to the aforementioned projects that is both easier to develop & easier to use. -I would argue that Javascript, Vue.js & Sass is much easier to comprehend and understand than C, Perl & even PHP. Especially for less experienced developers. +The goal of Githermit is to be an alternative to the aforementioned projects that is easier to maintain, customize & use. It's also because i hate the idea of the web server being seperate. I don't want to have to set up Nginx or Apache or whatever for just hosting a Git web interface. Githermit requires no such thing. All the steps to get it set up are in [Usage](#Usage). Nothing more, nothing less. # What is Githermit Not? -Githermit is **not** and will **never** be an alternative to services such as Gitlab and Github. - -Githermit will probably **never** be as fast as cgit, Gitweb & Stagit. But that's okay. That's not the point. +- An alternative to services such as Gitlab and Github. +- As fast as cgit, Gitweb & Stagit. But that's okay. That's not the point. # Todo - [x] Log & commit pages @@ -35,8 +33,14 @@ Githermit will probably **never** be as fast as cgit, Gitweb & Stagit. But that' **Dependencies:** - Git (obviously) - Nodejs v14.16.0 - -**Install all the dependencies** +- libpcre +- libpcreposix +- libkrb5 +- libk5crypto +- libcom_err +- libssl-dev + +**Install all the Javascript dependencies** `$ yarn install` |