A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matt Baer 9d854c17c1 Only log "No to!" when debugging 4 years ago
.github Automatically assign "bug?" label to bug reports 5 years ago
appstats move tool from gogs into appstats pkg 4 years ago
author Add and update copyright notices 4 years ago
cmd/writefreely return clear error 4 years ago
config Better describe usage stats in setup process 4 years ago
db Add copyright notices to fixed files 4 years ago
key Add TODO for multierror 4 years ago
keys Move key generation to app from keys.sh 5 years ago
less Reduce vertical margin around OAuth buttons 4 years ago
migrations Support OAuth registration with invite code 4 years ago
oauth Added oauth handlers and tests with mocks. Part of T705. 4 years ago
page Add site-wide navigation on colls when chorus = true 4 years ago
pages Remove "login" verbiage on OAuth signup page 4 years ago
parse Describe package parse 5 years ago
scripts Add CSS cache busting to templates in release 4 years ago
static Restyle OAuth account management section 4 years ago
templates Increase App Settings checkbox and select sizes 4 years ago
.dockerignore added .git to make builds cache more effectively and run faster 5 years ago
.gitignore Fix go-bindata error in Travis build 5 years ago
.gitmodules Use HTTP for MathJax submodule 5 years ago
.travis.yml Bump Travis build to Go 1.13 4 years ago
AUTHORS.md Add @nkoehring to AUTHORS 5 years ago
CONTRIBUTING.md Add details and update CONTRIBUTING guide 4 years ago
Dockerfile Update Dockerfile 4 years ago
LICENSE Use AGPL 5 years ago
Makefile Add CSS cache busting to templates in release 4 years ago
README.md Update README 4 years ago
account.go Mention unset password on failed login 4 years ago
account_import.go Revert "Fix unix timestamp in file upload" 4 years ago
activitypub.go Only log "No to!" when debugging 4 years ago
activitypub_test.go fixes issue #100 - can't follow from pubgate 5 years ago
admin.go Fix admin nav rendering on user viewing 4 years ago
app.go Bump version to 0.12.0 4 years ago
auth.go Fix spacing around copyright notices 5 years ago
bindata-lib.go Include schema.sql when built with wflib tag 4 years ago
cache.go Fix spacing around copyright notices 5 years ago
collections.go Update calls and vars for Invites and elsewhere 4 years ago
config.ini.example add update checks 4 years ago
database-lib.go Add new err func to wflib and sqlite builds 4 years ago
database-no-sqlite.go Show 503 page on collections under high load 4 years ago
database-sqlite.go Add new err func to wflib and sqlite builds 4 years ago
database.go Reduce db calls on normal invite-based signup 4 years ago
database_test.go Support OAuth registration with invite code 4 years ago
docker-compose.yml Improved the Docker dev workflow slightly. 5 years ago
docker-setup.sh Improved the Docker dev workflow slightly. 5 years ago
errors.go Show 503 page on collections under high load 4 years ago
export.go Fix URLs in CSV exports 4 years ago
feed.go Rename Suspend status to Silence 4 years ago
go.mod Update saturday library to support number+letter hashtags 4 years ago
go.sum Update saturday library to support number+letter hashtags 4 years ago
handle.go Show 503 page on collections under high load 4 years ago
hostmeta.go Make App struct public 5 years ago
instance.go Fix spacing around copyright notices 5 years ago
invites.go Support OAuth registration with invite code 4 years ago
keys.go Break functionality out of Serve() func 4 years ago
main_test.go Unit tests, integration testing, and code cleanup for oauth support. Part of T705. 4 years ago
nodeinfo.go Add `invites` flag in NodeInfo 5 years ago
oauth.go Support OAuth registration with invite code 4 years ago
oauth_gitlab.go Run go fmt on modified GitLab files 4 years ago
oauth_signup.go Support OAuth registration with invite code 4 years ago
oauth_slack.go Move unique OAuth username creation to client-side 4 years ago
oauth_test.go Run go fmt on oauth_test.go 4 years ago
oauth_writeas.go Added state location register hook. T712. 4 years ago
pad.go Merge branch 'develop' into rename-account-suspend 4 years ago
pages.go Enable customizing Reader page 4 years ago
postrender.go Add u-url class and span in mention link 4 years ago
posts.go Log handle on GetProfilePageFromHandle err 4 years ago
read.go Limit Reader posts by count, not publish date 4 years ago
request.go update IsJSON to check for Accept header 4 years ago
routes.go Move /me/oauth/remove endpoint to /api/me/oauth/remove 4 years ago
schema.sql Set up migrations table on initial setup 5 years ago
semver.go add update checks 4 years ago
session.go Break functionality out of Serve() func 4 years ago
sitemap.go Link hashtags to Reader when Chorus mode enabled 4 years ago
sqlite.sql Set up migrations table on initial setup 5 years ago
templates.go Merge branch 'develop' into T713-oauth-account-management 4 years ago
unregisteredusers.go update IsJSON to check for Accept header 4 years ago
updates.go Prevent update check from slowing app init 4 years ago
updates_test.go Rename ReleaseURL() to ReleaseNotesURL() 4 years ago
users.go Rename UserSuspended to UserSilenced 4 years ago
webfinger.go Fix error / info logging around AP mentions 4 years ago

README.md

 

WriteFreely


Latest release Build status Go Report Card

 

WriteFreely is free and open source software for building a writing space on the web — whether a publication, internal blog, or writing community in the fediverse.

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-2020 A Bunch Tell LLC and contributing authors. Licensed under the AGPL.