Browse Source

some cosmetics

main
decentral1se 2 years ago
parent
commit
ddb829cc98
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 27
      README.md
  2. 4
      config.json

27
README.md

@ -4,7 +4,7 @@
The idea behind this software came from the [Permacomputing Update The idea behind this software came from the [Permacomputing Update
2021](http://viznut.fi/texts-en/permacomputing_update_2021.html), especially 2021](http://viznut.fi/texts-en/permacomputing_update_2021.html), especially
"Chapter 7. A collapse-tolerant business" which is a series of practical "Chapter 7. A collapse-tolerant buhackingsiness" which is a series of practical
guidelines. One of which reads as follows: guidelines. One of which reads as follows:
> Self-host everything you need for software work on local physical servers. > Self-host everything you need for software work on local physical servers.
@ -12,21 +12,22 @@ guidelines. One of which reads as follows:
> software and documentation (including repair manuals and OS distributions for > software and documentation (including repair manuals and OS distributions for
> all relevant hardware). Offer hosting services to make use of the surplus. > all relevant hardware). Offer hosting services to make use of the surplus.
Which lead us to think about an application where one can up and download Which lead us to think about an application where one can upload and download
manuals and datasheets for everything in [Varia](https://varia.zone). manuals and datasheets for everything in [Varia](https://varia.zone).
## hacking ## Hacking
`go run go-sh-manymanuals.go` `go run go-sh-manymanuals.go`
## Road Map, Get it going, Change while we learn ## Road Map, Get it going, Change while we learn
1. Make it able to search multiple directories filled with pdfs
2. Make it able to up/download pdfs - Make it able to search multiple directories filled with pdfs
- I made a config where you can set a share and downloads folder much like p2p sharing programs. - Make it able to up/download pdfs
- go-sh-manymanuals could be both a client and server program at the same time. - I made a config where you can set a share and downloads folder much like p2p sharing programs.
- you can download off big servers. - go-sh-manymanuals could be both a client and server program at the same time.
- you can download off each other locally. - You can download off big servers.
- it should keep track of what you already have, because doubles are the big pain in PDF's/filesharing in general - You can download off each other locally.
- maybe in the future, entire folders can be synced between you and current connected server. - It should keep track of what you already have, because doubles are the big pain in PDF's/filesharing in general
3. Make it able to index those pdfs into the search. - Maybe in the future, entire folders can be synced between you and current connected server.
4. Improve the layout. - Make it able to index those pdfs into the search.
- Improve the layout.

4
config.json

@ -1,4 +1,4 @@
{ {
"ShareManualDir": "datasheets", "ShareManualDir": "datasheets",
"DownloadManualDir": "newmanuals" "DownloadManualDir": "newmanuals"
} }

Loading…
Cancel
Save