WriteFreely è un software libero e open source per costruire uno spazio di scrittura sul web - che sia una pubblicazione, un blog interno o una comunità di scrittura nel fediverso. https://noblogo.org
Go to file
Matt Baer 427f4980b9
Merge pull request #874 from claabs/docker-fixes
Version number and healthcheck fixes for Docker image
2024-02-20 10:19:30 -05:00
.github Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
appstats move tool from gogs into appstats pkg 2019-09-13 08:22:38 -07:00
author Catch and output directory walking errors 2023-01-06 15:34:22 -05:00
cmd/writefreely Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
config Rename Letters [letters] config section to Email [email] 2023-09-25 14:26:41 -04:00
db chore: slice replace loop 2023-07-11 12:17:34 +08:00
key Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
keys Move key generation to app from keys.sh 2018-11-11 17:52:24 -05:00
less Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
migrations Merge pull request #778 from writefreely/better-indexing 2023-10-03 12:04:20 -04:00
oauth Run gofmt on files that need it 2021-06-09 14:22:13 -04:00
page Merge branch 'develop' into custom-css 2022-11-14 23:41:36 -05:00
pages Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
parse Prevent 500 errors on too-long collection title or description 2023-10-03 11:55:52 -04:00
prose Merge pull request #537 from dariusk/fix-drop 2022-11-14 23:38:38 -05:00
scripts spelling: modified 2023-03-05 02:44:02 -05:00
spam Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
static spelling: javascript 2023-03-05 02:24:29 -05:00
templates Add "Import posts" to base.tmpl to be consistent with /me/* nav bar 2024-02-09 12:51:00 -08:00
testdata Add Cache-Control header 2020-09-04 22:03:42 +02:00
.dockerignore Include .git context in Docker build for UI version number 2024-02-06 14:31:18 -06:00
.editorconfig Add editorconfig 2022-05-11 13:11:22 -04:00
.gitignore Support custom instance-level stylesheet 2022-01-31 22:18:52 -05:00
.travis.yml Bump Travis build to Go 1.13 2020-01-07 16:27:25 -05:00
AUTHORS.md Add @nkoehring to AUTHORS 2019-01-24 17:24:07 -05:00
CONTRIBUTING.md Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
Dockerfile Fix healthcheck URL 2023-11-18 14:30:54 +01:00
LICENSE Use AGPL 2018-10-29 10:06:45 -04:00
Makefile Exclude local static files from release build 2023-09-22 17:10:42 -04:00
README.md Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
SECURITY.md Add security policy 2022-01-11 09:41:25 -05:00
account.go Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
account_import.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
activitypub.go Merge pull request #781 from writefreely/fix-updates-masto 2023-10-23 12:49:30 -04:00
activitypub_test.go fixes issue #100 - can't follow from pubgate 2019-05-21 07:02:35 -07:00
admin.go Fix bad copy pasta 2023-09-22 12:46:21 -04:00
app.go Bump version to 0.15 2024-02-02 14:50:48 +01:00
auth.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
cache.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
collections.go Fix Collection property serialization on API 2023-11-07 10:54:16 -05:00
database-lib.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
database-no-sqlite.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
database-sqlite.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
database.go add f.created to join, add Created to Scan 2024-02-14 19:48:47 -05:00
database_test.go Support OAuth registration with invite code 2020-04-20 18:18:23 -04:00
docker-compose.yml Update writefreely-web image 2021-02-01 12:01:49 -05:00
docker-setup.sh Improved the Docker dev workflow slightly. 2018-11-16 14:53:42 -06:00
email.go Fix copyright notices with wrong company name 2023-09-25 19:07:06 -04:00
errors.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
export.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
feed.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
go.mod Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.21 2024-02-01 22:40:03 +00:00
go.sum Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.21 2024-02-01 22:40:03 +00:00
gopher.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
handle.go Correctly respond to application/ld+json requests, part 2 2023-09-26 14:46:35 -04:00
hostmeta.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
instance.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
invites.go Merge pull request #483 from writefreely/log-gone-user-out 2022-11-14 23:45:33 -05:00
jobs.go Support email subscriptions (base) 2021-06-21 18:24:40 -04:00
keys.go Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
main_test.go Run gofmt on files that need it 2021-06-09 14:22:13 -04:00
monetization.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
nodeinfo.go Log any database errors when fetching stats 2023-09-21 17:08:57 -04:00
oauth.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
oauth_generic.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_gitea.go #514 - Fix login with Gitea OAuth problems: external user ID not properly recorded. 2021-11-28 13:38:30 +02:00
oauth_gitlab.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
oauth_signup.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_slack.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_test.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_writeas.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
ossl_legacy.cnf Re-add ossl_legacy.cnf 2023-09-21 16:07:09 -04:00
pad.go Merge pull request #483 from writefreely/log-gone-user-out 2022-11-14 23:45:33 -05:00
pages.go Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
postrender.go Merge pull request #482 from writefreely/rel-nofollow 2023-09-21 16:26:17 -04:00
postrender_test.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
posts.go Merge pull request #528 from isaacsu/protect-drafts 2023-11-07 10:12:19 -05:00
posts_test.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
read.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
request.go Correctly respond to application/ld+json requests 2023-09-21 16:16:57 -04:00
routes.go Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
routes_test.go Add Cache-Control header 2020-09-04 22:03:42 +02:00
schema.sql Set up migrations table on initial setup 2019-01-24 17:08:08 -05:00
semver.go add update checks 2019-08-29 15:30:27 -07:00
session.go Merge branch 'develop' into letters 2023-01-08 11:49:57 -05:00
sitemap.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
sqlite.sql Set up migrations table on initial setup 2019-01-24 17:08:08 -05:00
templates.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
unregisteredusers.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
updates.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
updates_test.go Rename ReleaseURL() to ReleaseNotesURL() 2020-02-14 16:13:54 -05:00
users.go Merge branch 'develop' into letters 2023-01-08 11:49:57 -05:00
webfinger.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00

README.md

 

WriteFreely


Latest release Build status Go Report Card

 

WriteFreely is a clean, minimalist publishing platform made for writers. Start a blog, share knowledge within your organization, or build a community around the shared act of writing.

Try the writing experience

Find an instance

Features

Made for writing

Built on a plain, auto-saving editor, WriteFreely gives you a distraction-free writing environment. Once published, your words are front and center, and easy to read.

A connected community

Start writing together, publicly or privately. Connect with other communities, whether running WriteFreely, Plume, or other ActivityPub-powered software. And bring members on board from your existing platforms, thanks to our OAuth 2.0 support.

Intuitive organization

Categorize articles with hashtags, and create static pages from normal posts by pinning them to your blog. Create draft posts and publish to multiple blogs from one account.

International

Blog elements are localized in 20+ languages, and WriteFreely includes first-class support for non-Latin and right-to-left (RTL) script languages.

Private by default

WriteFreely collects minimal data, and never publicizes more than a writer consents to. Writers can seamlessly create multiple blogs from a single account for different pen names or purposes without publicly revealing their association.

Write.as

The quickest way to deploy WriteFreely is with Write.as, a hosted service from the team behind WriteFreely. You'll get fully-managed installation, backup, upgrades, and maintenance — and directly fund our free software work ❤️

Learn more on Write.as.

Quick start

WriteFreely deploys as a static binary on any platform and architecture that Go supports. Just use our built-in SQLite support, or add a MySQL database, and you'll be up and running!

For common platforms, start with our pre-built binaries and head over to our installation guide to get started.

Packages

You can also find WriteFreely in these package repositories, thanks to our wonderful community!

Documentation

Read our full documentation on WriteFreely.org —️ and help us improve by contributing to the writefreely/documentation repo.

Development

Start hacking on WriteFreely with our developer setup guide. For Docker support, see our Docker guide.

Contributing

We gladly welcome contributions to WriteFreely, whether in the form of code, bug reports, feature requests, translations, or documentation improvements.

Before contributing anything, please read our Contributing Guide. It describes the correct channels for submitting contributions and any potential requirements.

License

Copyright © 2018-2022 Musing Studio LLC and contributing authors. Licensed under the AGPL.