A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Matt Baer e91ffe2dcb Remove additional slash in /feed/ redirect 2年前
.github Add GitHub Sponsors profile 3年前
appstats move tool from gogs into appstats pkg 4年前
author Update repo URL to writefreely org 3年前
cmd/writefreely Update repo URL to writefreely org 3年前
config Merge pull request #457 from writefreely/intl-domain-support 3年前
db Run gofmt on files that need it 2年前
key Add Cross-Site Request Forgery (CSRF) protection on account deletion 3年前
keys Move key generation to app from keys.sh 5年前
less Support Web Monetized split content 2年前
migrations Fix ineffectual assignments in migrations 2年前
oauth Run gofmt on files that need it 2年前
page Update repo URL to writefreely org 3年前
pages Update repo URL to writefreely org 3年前
parse Run gofmt on files that need it 2年前
prose Support blockquotes in Classic editor 3年前
scripts Add CSS cache busting to templates in release 4年前
static Support Web Monetized split content 2年前
templates Truncate paid posts and show badge on Reader 2年前
testdata Add Cache-Control header 3年前
.dockerignore added .git to make builds cache more effectively and run faster 5年前
.gitignore update .gitignore to ignore node_modules 4年前
.travis.yml Bump Travis build to Go 1.13 4年前
AUTHORS.md Add @nkoehring to AUTHORS 5年前
CONTRIBUTING.md Update repo URL to writefreely org 3年前
Dockerfile Fix release build 3年前
LICENSE Use AGPL 5年前
Makefile Fix release build 3年前
README.md Update README links and intro text 2年前
account.go Support Web Monetized split content 2年前
account_import.go Revert "Fix unix timestamp in file upload" 4年前
activitypub.go Merge branch 'develop' into remove-nerds-dep 3年前
activitypub_test.go fixes issue #100 - can't follow from pubgate 5年前
admin.go Make open account deletion configurable 3年前
app.go Support setting `description` on user registration 2年前
auth.go Fix spacing around copyright notices 5年前
bindata-lib.go Run gofmt on files that need it 2年前
cache.go Fix spacing around copyright notices 5年前
collections.go Remove additional slash in /feed/ redirect 2年前
database-lib.go Add new err func to wflib and sqlite builds 4年前
database-no-sqlite.go Show 503 page on collections under high load 4年前
database-sqlite.go Add new err func to wflib and sqlite builds 4年前
database.go Support Web Monetized split content 2年前
database_test.go Support OAuth registration with invite code 4年前
docker-compose.yml Update writefreely-web image 3年前
docker-setup.sh Improved the Docker dev workflow slightly. 5年前
errors.go Add disable_password_auth option 3年前
export.go Limit initial draft post loading to 10 posts 3年前
feed.go Support Web Monetized split content 2年前
go.mod Fix release build 3年前
go.sum Add Cross-Site Request Forgery (CSRF) protection on account deletion 3年前
gopher.go Show blog title and description via Gopher 3年前
handle.go Support Web Monetized split content 2年前
hostmeta.go Make App struct public 5年前
instance.go Fix spacing around copyright notices 5年前
invites.go Merge branch 'develop' into remove-nerds-dep 3年前
keys.go Add Cross-Site Request Forgery (CSRF) protection on account deletion 3年前
main_test.go Run gofmt on files that need it 2年前
monetization.go Support Web Monetized split content 2年前
nodeinfo.go Update repo URL to writefreely org 3年前
oauth.go Fix OAuth signup with collection description 2年前
oauth_generic.go Making changes per feedback 3年前
oauth_gitea.go Use consistent server User-Agent across application 3年前
oauth_gitlab.go Use consistent server User-Agent across application 3年前
oauth_signup.go Fix OAuth signup with collection description 2年前
oauth_slack.go Use consistent server User-Agent across application 3年前
oauth_test.go Fix OAuth signup with collection description 2年前
oauth_writeas.go Use consistent server User-Agent across application 3年前
pad.go Support publishing title-only posts 3年前
pages.go Update repo URL to writefreely org 3年前
postrender.go Support Web Monetized split content 2年前
posts.go Remove additional slash in /feed/ redirect 2年前
posts_test.go Update repo URL to writefreely org 3年前
read.go Truncate paid posts and show badge on Reader 2年前
request.go update IsJSON to check for Accept header 4年前
routes.go Support Web Monetized split content 2年前
routes_test.go Add Cache-Control header 3年前
schema.sql Set up migrations table on initial setup 5年前
semver.go add update checks 4年前
session.go Only use SameSite=None on Secure site 3年前
sitemap.go Link hashtags to Reader when Chorus mode enabled 4年前
sqlite.sql Set up migrations table on initial setup 5年前
templates.go Truncate paid posts and show badge on Reader 2年前
unregisteredusers.go update IsJSON to check for Accept header 4年前
updates.go Prevent update check from slowing app init 4年前
updates_test.go Rename ReleaseURL() to ReleaseNotesURL() 4年前
users.go Support Web Monetized split content 2年前
webfinger.go Update repo URL to writefreely org 3年前

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