blob: 3173e1d46030093b92e54a4fd9643765e483192f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# -*- mode: org; -*-
#+TITLE: README for ogit
#+AUTHOR: Marius Peter
#+DATE: <2025-05-13 Tue>
* Ogit
A mobile-friendly alternative to cgit.
** Alternatives
- =cgit=
- Very fast page renders.
- Unwieldly appearance on mobile.
- Extensive use of Git terminology; not beginner-friendly.
- codemadness' =stagit=
- Minimalist.
- Uses less Git terminology and more plain English identifiers.
* TODOs
Listed in no particular order.
** Features
- [ ] Repo file browser breadcrumbs
- [ ] Diff view for commits
- [ ] Index link
- [ ] Config default app port
** Bugs
- [ ] Proper copyright holder management.
- Should be the main repository author by default, not the ogit
process owner...
|