My capsule in Gemini space. Built with zord-tree support
Find a file
Arnas Udovicius 0cf5eb4d40
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
migrated to gPRC; about, all files
2022-08-20 01:03:57 +03:00
templates migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
.drone.yml Update '.drone.yml' 2022-08-17 21:34:11 +00:00
.gitignore ignore idea files 2022-08-18 00:06:58 +03:00
formatter.go migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
go.mod migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
go.sum migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
LICENSE Initial commit 2022-08-01 14:35:05 +00:00
main.go migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
README.md migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
text_server.go testing conn 2022-08-18 01:43:08 +03:00
tree.pb.go migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
tree.proto migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00
tree_grpc.pb.go migrated to gPRC; about, all files 2022-08-20 01:03:57 +03:00

arns-lt-gemini

Build Status

My capsule in Gemini space. Built with zord-tree support

URL plan

  • / - redirect to /sgs
  • /sgs or /en - index template by language. Links to other language, about, search, root categories, all tags, last 10 post, link to all posts
  • /[sgs|en]/a - about page
  • /[sgs|en]/s - search
  • /[sgs|en]/f/<category/path> - display files, subcategories, subtags. If exists index.gmi - display its text
  • /[sgs|en]/f/<category/path>//<name.gmi> - display category path as:
=> /sgs/f/c1 c1
=> /sgs/f/c1/c2 └─ c2
=> /sgs/f/c1/c2/c3 ,  └─ c3 
---
> c1
> └─ c2
> , └─ c3 

display tags, date, copyright

TODO

  • add category view
  • add tag view
  • add file view
  • add image or other file not gmi download
  • feed
  • security
  • citata from some file DONE
  • about
  • migrate to gRPC
  • routing, not found