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

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.