list

site

Dovel website repository.

curl -O https://dovel.email/site.tar.gz tar.gz

e574500

Author: blmayer (bleemayer@gmail.com)

Date: Tue Nov 7 19:32:48 2023 -0300

Parent: a330505

Fixed links and server version

Diff

index.html

diff --git a/index.html b/index.html
index adcc8cc..47fb3fd 100644
--- a/index.html
+++ b/index.html
@@ -55,9 +55,9 @@ _  __  /_  __ \_ | / /  _ \_  /
 </pre>
 		<i>Self host your email in 5 easy steps.</i>
 		<p>
-		<a href=https://goreportcard.com/report/blmayer.dev/x/dovel><img src=https://goreportcard.com/badge/blmayer.dev/x/dovel></a>
+		<a href=https://goreportcard.com/report/dovel.email/server><img src=https://goreportcard.com/badge/dovel.email/server></a>
 		&emsp;
-		<a href=https://pkg.go.dev/blmayer.dev/x/dovel><img src=https://pkg.go.dev/badge/blmayer.dev/x/dovel.svg></a>
+		<a href=https://pkg.go.dev/dovel.email/server><img src=https://pkg.go.dev/badge/dovel.email/server.svg></a>
 		</p>
 	</center>
 
@@ -78,7 +78,7 @@ _  __  /_  __ \_ | / /  _ \_  /
 		<li>Supports PGP using the WKD standard</li>
 	</ul>
 	This project is under the BSD-3-Clause license, its code can be found
-	in our <a href=//git.derelict.garden/dovel/email>git repository</a>. 
+	in our <a href=git.html>git repositories</a>. 
 
 	<h3>Roadmap</h3>
 	Dovel is in early stages and in active development, this means there
@@ -97,11 +97,11 @@ _  __  /_  __ \_ | / /  _ \_  /
 	<ol>
 		<li>
 			Install dovel by running:
-			<tt>go install git.derelict.garden/dovel/email/cmd/dovel@v0.9.0</tt>.
+			<tt>go install dovel.email/server@v0.11.10</tt>.
 		</li>
 		<li>
 			Configure dovel by creating the configuration file, an
-			example is provided below. Running <tt>dovel</tt>
+			example is provided below. Running <tt>server</tt>
 			is enough to start.
 		</li>
 		<li>
@@ -133,11 +133,11 @@ _  __  /_  __ \_ | / /  _ \_  /
 
 	Dovel can handle email for different domains, so you can have multiple
 	inboxes. To achieve this handler files must be created in the
-	<kbd>~/.config/dove/hooks/</kbd> folder. The program will run the
+	<kbd>~/.config/dovel/hooks/</kbd> folder. The program will run the
 	corresponding hook passing the email as standard input. For example:
 	suppose your domain is <i>dovel.email</i>, emails addressed to 
 	<i>joe@dovel.email</i> will be handled by a hook named
-	<kbd>receive-dovel.email</kbd> and emails sent by this email are
+	<kbd>receive-dovel.email</kbd> and emails sent by this domain are
 	handled by <kbd>send-dovel.email</kbd> likewise.
 
 	<p>
@@ -149,7 +149,7 @@ _  __  /_  __ \_ | / /  _ \_  /
 	Using <tt>dovel</tt> email server is meant to be super easy: the server
 	uses the configuration above, you can add the vault file in order to
 	authenticate users that want to send emails. After creating the config
-	file, simply run <kbd>dovel</kbd> to start the server.
+	file, simply run <kbd>server</kbd> to start the server.
 
 	<h2>Contributing</h2>
 	Sending bug reports, starting discussions and sending patches can be
@@ -161,5 +161,12 @@ _  __  /_  __ \_ | / /  _ \_  /
 		any amount by using this <a href=//ko-fi.com/blmayer>ko-fi</a>
 		link. Thank you!
 	</p>
+	<hr>
+	<footer>
+		<small>
+			This website is licensed under the MIT license.
+			Copyright © 2022-23 Brian Mayer
+		</small>
+	</footer>
 </body>
 </html>