crapStone
crapStone
The "portable" Linux builds aren't really portable, because many libs still get dynamically linked.
This PR adds a server implementation in Rust that tries to follow the original implementation closely, but differs in some ways because of the language restrictions of Rust. TODOs: -...
I'd like to rewrite the frontend as a [SPA](https://en.wikipedia.org/wiki/Single-page_application) in [Vue](https://vuejs.org/), because it would make the application more responsive and much more scalable in comparison to the server-side approach.
``` // This file is part of the GitPad program. // Copyright 2022 The GitPad Authors. All rights reserved. // Use of this source code is governed by the AGPL...