Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 30, 2024
1 parent 27bf59e commit 0edf0a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### CHANGES

- `cmd/hlm,cmd/hlf`: add HLR,HLC,HLA links to HL services in /about page
- `cmd/hlm,cmd/hlf`: add target="_blank" to external links
- `cmd/hlf`: file hashing: sha256 -> sha384
- `cmd/hlm,cmd/hlf`: hash(pubkey.bytes()) -> hash(pubkey.string())

Expand Down
28 changes: 14 additions & 14 deletions internal/applications/filesharer/web/template/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
Teorio de la strukturo de kaŝitaj sistemoj:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/theory_of_the_structure_of_hidden_systems.pdf"
class="text-info">theory_of_the_structure_of_hidden_systems.pdf</a>;
class="text-info" target="_blank">theory_of_the_structure_of_hidden_systems.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -145,7 +145,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
Monolita Kriptografia Protokolo:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/monolithic_cryptographic_protocol.pdf"
class="text-info">monolithic_cryptographic_protocol.pdf</a>;
class="text-info" target="_blank">monolithic_cryptographic_protocol.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -171,7 +171,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
Abstraktaj anonimaj retoj:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/abstract_anonymous_networks.pdf"
class="text-info">abstract_anonymous_networks.pdf</a>;
class="text-info" target="_blank">abstract_anonymous_networks.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -194,7 +194,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
Malcentra ŝlosila interŝanĝa protokolo:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/decentralized_key_exchange_protocol.pdf"
class="text-info">decentralized_key_exchange_protocol.pdf</a>;
class="text-info" target="_blank">decentralized_key_exchange_protocol.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -215,63 +215,63 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
Anonima reto"Kaŝita Lago":
{{end}}
<a href="https://github.com/number571/hidden-lake/blob/master/docs/hidden_lake_anonymous_network.pdf"
class="text-info">hidden_lake_anonymous_network.pdf</a>;
class="text-info" target="_blank">hidden_lake_anonymous_network.pdf</a>;
</p>
</div>
<div class="p-3 tab-pane fade" id="pills-source" role="tabpanel" aria-labelledby="pills-source-tab">
<ol>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hls"
class="text-info">Hidden Lake Service</a>;
class="text-info" target="_blank">Hidden Lake Service</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlc"
class="text-info">Hidden Lake Composite</a>;
class="text-info" target="_blank">Hidden Lake Composite</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hla"
class="text-info">Hidden Lake Adapters</a>;
class="text-info" target="_blank">Hidden Lake Adapters</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlt"
class="text-info">Hidden Lake Traffic</a>;
class="text-info" target="_blank">Hidden Lake Traffic</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hle"
class="text-info">Hidden Lake Encryptor</a>;
class="text-info" target="_blank">Hidden Lake Encryptor</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hll"
class="text-info">Hidden Lake Loader</a>;
class="text-info" target="_blank">Hidden Lake Loader</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlm"
class="text-info">Hidden Lake Messenger</a>;
class="text-info" target="_blank">Hidden Lake Messenger</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlf"
class="text-info">Hidden Lake Filesharer</a>;
class="text-info" target="_blank">Hidden Lake Filesharer</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlr"
class="text-info">Hidden Lake Remoter</a>;
class="text-info" target="_blank">Hidden Lake Remoter</a>;
</p>
</li>
</ol>
Expand Down
28 changes: 14 additions & 14 deletions internal/applications/messenger/web/template/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
Teorio de la strukturo de kaŝitaj sistemoj:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/theory_of_the_structure_of_hidden_systems.pdf"
class="text-info">theory_of_the_structure_of_hidden_systems.pdf</a>;
class="text-info" target="_blank">theory_of_the_structure_of_hidden_systems.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -143,7 +143,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
Monolita Kriptografia Protokolo:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/monolithic_cryptographic_protocol.pdf"
class="text-info">monolithic_cryptographic_protocol.pdf</a>;
class="text-info" target="_blank">monolithic_cryptographic_protocol.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -169,7 +169,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
Abstraktaj anonimaj retoj:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/abstract_anonymous_networks.pdf"
class="text-info">abstract_anonymous_networks.pdf</a>;
class="text-info" target="_blank">abstract_anonymous_networks.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -192,7 +192,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
Malcentra ŝlosila interŝanĝa protokolo:
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/decentralized_key_exchange_protocol.pdf"
class="text-info">decentralized_key_exchange_protocol.pdf</a>;
class="text-info" target="_blank">decentralized_key_exchange_protocol.pdf</a>;
</p>
<p class="text-left">
{{if (eq .FLanguage 0)}}
Expand All @@ -213,63 +213,63 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
Anonima reto"Kaŝita Lago":
{{end}}
<a href="https://github.com/number571/hidden-lake/blob/master/docs/hidden_lake_anonymous_network.pdf"
class="text-info">hidden_lake_anonymous_network.pdf</a>;
class="text-info" target="_blank">hidden_lake_anonymous_network.pdf</a>;
</p>
</div>
<div class="p-3 tab-pane fade" id="pills-source" role="tabpanel" aria-labelledby="pills-source-tab">
<ol>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hls"
class="text-info">Hidden Lake Service</a>;
class="text-info" target="_blank">Hidden Lake Service</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlc"
class="text-info">Hidden Lake Composite</a>;
class="text-info" target="_blank">Hidden Lake Composite</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hla"
class="text-info">Hidden Lake Adapters</a>;
class="text-info" target="_blank">Hidden Lake Adapters</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlt"
class="text-info">Hidden Lake Traffic</a>;
class="text-info" target="_blank">Hidden Lake Traffic</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hle"
class="text-info">Hidden Lake Encryptor</a>;
class="text-info" target="_blank">Hidden Lake Encryptor</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hll"
class="text-info">Hidden Lake Loader</a>;
class="text-info" target="_blank">Hidden Lake Loader</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlm"
class="text-info">Hidden Lake Messenger</a>;
class="text-info" target="_blank">Hidden Lake Messenger</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlf"
class="text-info">Hidden Lake Filesharer</a>;
class="text-info" target="_blank">Hidden Lake Filesharer</a>;
</p>
</li>
<li>
<p class="text-left">
<a href="https://github.com/number571/hidden-lake/tree/master/cmd/hlr"
class="text-info">Hidden Lake Remoter</a>;
class="text-info" target="_blank">Hidden Lake Remoter</a>;
</p>
</li>
</ol>
Expand Down

0 comments on commit 0edf0a7

Please sign in to comment.