1
0
mirror of https://github.com/writeas/writefreely synced 2024-12-12 08:36:14 +01:00
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
2021-06-07 14:58:14 -04:00
.github Add GitHub Sponsors profile 2021-05-08 12:27:05 -04:00
appstats
author Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
cmd/writefreely Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
config Merge pull request #457 from writefreely/intl-domain-support 2021-04-30 09:45:42 -04:00
db Add copyright notices to fixed files 2020-03-03 11:47:38 -06:00
key Add Cross-Site Request Forgery (CSRF) protection on account deletion 2021-04-22 12:41:54 -04:00
keys
less Merge pull request #443 from writefreely/minor-fixes 2021-04-30 11:31:06 -04:00
migrations Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
oauth
page Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
pages Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
parse Truncate lede at question mark 2020-09-02 09:38:02 -04:00
prose Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
scripts Add CSS cache busting to templates in release 2020-03-27 12:19:59 -04:00
static Merge pull request #356 from writefreely/draft-list-paging 2021-05-04 09:39:22 -04:00
templates Merge branch 'develop' into wm-fix 2021-06-07 14:58:14 -04:00
testdata Add Cache-Control header 2020-09-04 22:03:42 +02:00
.dockerignore
.gitignore update .gitignore to ignore node_modules 2020-03-10 15:12:21 -07:00
.travis.yml
account_import.go
account.go Support setting description on user registration 2021-06-07 14:53:22 -04:00
activitypub_test.go
activitypub.go Merge branch 'develop' into remove-nerds-dep 2021-04-19 16:18:33 -04:00
admin.go Make open account deletion configurable 2021-04-22 13:13:47 -04:00
app.go Support setting description on user registration 2021-06-07 14:53:22 -04:00
auth.go
AUTHORS.md
bindata-lib.go
cache.go Move cacheControl func into handle.go file 2020-09-04 22:03:42 +02:00
collections.go Merge pull request #443 from writefreely/minor-fixes 2021-04-30 11:31:06 -04:00
CONTRIBUTING.md Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
database_test.go Support OAuth registration with invite code 2020-04-20 18:18:23 -04:00
database-lib.go Add new err func to wflib and sqlite builds 2020-03-27 11:48:20 -04:00
database-no-sqlite.go Show 503 page on collections under high load 2020-03-18 16:14:05 -04:00
database-sqlite.go Add new err func to wflib and sqlite builds 2020-03-27 11:48:20 -04:00
database.go Merge branch 'develop' into wm-fix 2021-06-07 14:58:14 -04:00
docker-compose.yml Update writefreely-web image 2021-02-01 12:01:49 -05:00
docker-setup.sh
Dockerfile Fix release build 2021-05-10 13:08:49 -04:00
errors.go Add disable_password_auth option 2020-06-14 00:27:25 +02:00
export.go Limit initial draft post loading to 10 posts 2020-07-30 16:28:21 -04:00
feed.go Use HTMLContent field in RSS feed 2020-12-15 09:33:14 -05:00
go.mod Fix release build 2021-05-10 13:08:49 -04:00
go.sum Add Cross-Site Request Forgery (CSRF) protection on account deletion 2021-04-22 12:41:54 -04:00
gopher.go Show blog title and description via Gopher 2021-04-27 11:39:28 -04:00
handle.go Merge branch 'develop' into draft-list-paging 2021-04-07 15:58:25 -04:00
hostmeta.go
instance.go
invites.go Merge branch 'develop' into remove-nerds-dep 2021-04-19 16:18:33 -04:00
keys.go Add Cross-Site Request Forgery (CSRF) protection on account deletion 2021-04-22 12:41:54 -04:00
LICENSE
main_test.go
Makefile Fix release build 2021-05-10 13:08:49 -04:00
nodeinfo.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
oauth_generic.go Making changes per feedback 2020-10-22 13:10:51 -07:00
oauth_gitea.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
oauth_gitlab.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
oauth_signup.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
oauth_slack.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
oauth_test.go Merge branch 'develop' into remove-nerds-dep 2021-04-19 16:18:33 -04:00
oauth_writeas.go Use consistent server User-Agent across application 2020-08-18 12:22:04 -04:00
oauth.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
pad.go Support publishing title-only posts 2021-05-25 17:04:17 -04:00
pages.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
postrender.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
posts_test.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
posts.go Support publishing title-only posts 2021-05-25 17:04:17 -04:00
read.go Return url of new post on publish 2021-05-20 20:44:59 -04:00
README.md Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
request.go
routes_test.go Add Cache-Control header 2020-09-04 22:03:42 +02:00
routes.go Merge pull request #356 from writefreely/draft-list-paging 2021-05-04 09:39:22 -04:00
schema.sql
semver.go
session.go Only use SameSite=None on Secure site 2021-04-30 11:03:42 -04:00
sitemap.go
sqlite.sql
templates.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00
unregisteredusers.go
updates_test.go
updates.go
users.go Support setting description on user registration 2021-06-07 14:53:22 -04:00
webfinger.go Update repo URL to writefreely org 2021-04-06 17:24:07 -04:00

 

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