diff --git a/README.md b/README.md index ab814c4..8ba94ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
diff --git a/config.ini.example b/config.ini.example index 10661bc..dcbd6ee 100644 --- a/config.ini.example +++ b/config.ini.example @@ -11,7 +11,7 @@ host = db port = 3306 [app] -site_name = Write Freely Example Blog! +site_name = WriteFreely Example Blog! host = http://localhost:8080 theme = write disable_js = false diff --git a/config/setup.go b/config/setup.go index 9161d40..4950bc3 100644 --- a/config/setup.go +++ b/config/setup.go @@ -47,7 +47,7 @@ func Configure(fname string) (*SetupData, error) { intro := color.New(color.Bold, color.FgWhite).PrintlnFunc() fmt.Println() - intro(" ✍ Write Freely Configuration ✍") + intro(" ✍ WriteFreely Configuration ✍") fmt.Println() fmt.Println(wordwrap.WrapString(" This quick configuration process will "+action+" the application's config file, "+fname+".\n\n It validates your input along the way, so you can be sure any future errors aren't caused by a bad configuration. If you'd rather configure your server manually, instead run: writefreely --create-config and edit that file.", 75)) fmt.Println() diff --git a/pages.go b/pages.go index de8f9b8..ddbd132 100644 --- a/pages.go +++ b/pages.go @@ -71,7 +71,7 @@ func defaultAboutPage(cfg *config.Config) string { } func defaultPrivacyPolicy(cfg *config.Config) string { - return `[Write Freely](https://writefreely.org), the software that powers this site, is built to enforce your right to privacy by default. + return `[WriteFreely](https://writefreely.org), the software that powers this site, is built to enforce your right to privacy by default. It retains as little data about you as possible, not even requiring an email address to sign up. However, if you _do_ give us your email address, it is stored encrypted in our database. We salt and hash your account's password. diff --git a/pages/landing.tmpl b/pages/landing.tmpl index 4be9192..5710933 100644 --- a/pages/landing.tmpl +++ b/pages/landing.tmpl @@ -110,14 +110,14 @@ form dd {
The fediverse is a large network of platforms that all speak a common language. Imagine if you could reply to Instagram posts from Twitter, or interact with your favorite Medium blogs from Facebook — federated alternatives like PixelFed, Mastodon, and Write Freely enable you to do these types of things.
+The fediverse is a large network of platforms that all speak a common language. Imagine if you could reply to Instagram posts from Twitter, or interact with your favorite Medium blogs from Facebook — federated alternatives like PixelFed, Mastodon, and WriteFreely enable you to do these types of things.
Write Freely can communicate with other federated platforms like Mastodon, so people can follow your blogs, bookmark their favorite posts, and boost them to their followers. Sign up above to create a blog and join the fediverse.
+WriteFreely can communicate with other federated platforms like Mastodon, so people can follow your blogs, bookmark their favorite posts, and boost them to their followers. Sign up above to create a blog and join the fediverse.