💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › ac40c768cfda8f8324847968bc… captured on 2023-01-29 at 16:01:44. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 =>/ Main page
1
2 # Account : {{ .Username }}
3 {{if .Description -}}
4 > {{ .Description }}
5
6 {{end -}}
7
8 =>/account/addrepo Create a new repository
9 =>/account/addgroup Create a new user group
10 =>/account/chdesc Change your account description
11 =>/account/groups View the groups you are in
12 =>/account/disconnect Disconnect
13
14 ## Your repositories
15 {{ range .Repositories -}}
16 =>/account/repo/{{.}} {{.}}
17 {{ end }}
18 ## Repositories
19 {{ range .RepositoriesAccess -}}
20 =>/repo/{{.Username}}/{{.Name}} {{.Name}} by {{.Username}}
21 {{ end -}}
22