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 6b4179fa01 Fix INSERT remote_likes query for SQLite 2024-12-01 18:15:58 -05:00
.github Merge pull request #933 from CDN18/develop 2024-08-13 15:16:20 -04:00
appstats
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 Update config/setup.go for docker environment 2024-09-02 12:43:31 +10: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
less Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
migrations Accept Like activities from the fediverse 2024-10-21 11:28:35 -04:00
oauth
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 Fix whitespace in collection-post.tmpl 2024-10-21 11:58:23 -04:00
testdata
.dockerignore Include .git context in Docker build for UI version number 2024-02-06 14:31:18 -06:00
.editorconfig
.gitignore
.travis.yml
AUTHORS.md
CONTRIBUTING.md Update Phabricator URL in docs and PR template 2024-08-13 14:40:24 -04:00
Dockerfile Merge pull request #894 from claabs/docker-healthcheck-fix 2024-08-13 15:38:50 -04:00
Dockerfile.prod Create Dockerfile & sample docker-compose.yml for production build 2024-09-02 12:45:55 +10:00
LICENSE
Makefile Use Go 1.21 in `make build-*` 2024-10-05 14:17:30 -04:00
README.md Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
SECURITY.md
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 Fix INSERT remote_likes query for SQLite 2024-12-01 18:15:58 -05:00
activitypub_test.go
admin.go Fix bad copy pasta 2023-09-22 12:46:21 -04:00
app.go Bump version to 0.15.1 2024-10-05 13:43:02 -04: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 Show number of Likes on posts and Stats pages 2024-10-21 11:49:04 -04:00
database_activitypub.go Accept Like activities from the fediverse 2024-10-21 11:28:35 -04:00
database_test.go
docker-compose.prod.yml Create Dockerfile & sample docker-compose.yml for production build 2024-09-02 12:45:55 +10:00
docker-compose.yml
docker-setup.sh
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 golang.org/x/net from 0.26.0 to 0.30.0 2024-10-21 13:41:58 +00:00
go.sum Bump golang.org/x/net from 0.26.0 to 0.30.0 2024-10-21 13:41:58 +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
keys.go Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
main_test.go
monetization.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
nodeinfo.go Use @writefreely handle for nodeinfo 2024-10-01 18:42:46 -04:00
oauth.go chore: remove refs to deprecated io/ioutil 2023-07-10 17:55:04 +08:00
oauth_generic.go add client_id and client_secret to exchangeOauthCode form 2024-06-10 14:05:15 +08:00
oauth_gitea.go
oauth_gitlab.go
oauth_signup.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_slack.go Switch to gosimple/slug from writeas/slug 2024-09-27 19:20:43 -04:00
oauth_test.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
oauth_writeas.go
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 Show number of Likes on posts and Stats pages 2024-10-21 11:49:04 -04:00
posts_test.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
read.go Fix Admin and Invite links never showing on Reader nav 2024-02-20 10:02:14 -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
schema.sql
semver.go
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
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
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.