1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-09 06:20:17 +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
dependabot[bot] d11270a340
Bump github.com/fatih/color from 1.16.0 to 1.17.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 22:36:15 +00:00
.github Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
appstats
author
cmd/writefreely
config Rename Letters [letters] config section to Email [email] 2023-09-25 14:26:41 -04:00
db
key
keys
less Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
migrations Merge pull request #778 from writefreely/better-indexing 2023-10-03 12:04:20 -04:00
oauth
page
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
scripts
spam Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
static
templates Add "Import posts" to base.tmpl to be consistent with /me/* nav bar 2024-02-09 12:51:00 -08: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
account_import.go
account.go Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
activitypub_test.go
activitypub.go Merge pull request #781 from writefreely/fix-updates-masto 2023-10-23 12:49:30 -04:00
admin.go
app.go Bump version to 0.15 2024-02-02 14:50:48 +01:00
auth.go
AUTHORS.md
cache.go
collections.go Fix Collection property serialization on API 2023-11-07 10:54:16 -05:00
CONTRIBUTING.md
database_test.go
database-lib.go
database-no-sqlite.go
database-sqlite.go
database.go add f.created to join, add Created to Scan 2024-02-14 19:48:47 -05:00
docker-compose.yml
docker-setup.sh
Dockerfile Fix healthcheck URL 2023-11-18 14:30:54 +01:00
email.go Fix copyright notices with wrong company name 2023-09-25 19:07:06 -04:00
errors.go
export.go
feed.go
go.mod Bump github.com/fatih/color from 1.16.0 to 1.17.0 2024-06-01 22:36:15 +00:00
go.sum Bump github.com/fatih/color from 1.16.0 to 1.17.0 2024-06-01 22:36:15 +00:00
gopher.go
handle.go Correctly respond to application/ld+json requests, part 2 2023-09-26 14:46:35 -04:00
hostmeta.go
instance.go
invites.go
jobs.go
keys.go Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
LICENSE
main_test.go
Makefile Exclude local static files from release build 2023-09-22 17:10:42 -04:00
monetization.go
nodeinfo.go
oauth_generic.go
oauth_gitea.go
oauth_gitlab.go
oauth_signup.go
oauth_slack.go
oauth_test.go
oauth_writeas.go
oauth.go
ossl_legacy.cnf
pad.go
pages.go Merge pull request #658 from jsoref/spelling 2023-09-26 11:50:19 -04:00
postrender_test.go
postrender.go
posts_test.go
posts.go support more image formats 2024-03-04 22:48:51 +08:00
read.go Fix Admin and Invite links never showing on Reader nav 2024-02-20 10:02:14 -05:00
README.md
request.go
routes_test.go
routes.go Merge pull request #777 from writefreely/reset-password 2023-10-03 12:03:08 -04:00
schema.sql
SECURITY.md
semver.go
session.go
sitemap.go
sqlite.sql
templates.go
unregisteredusers.go
updates_test.go
updates.go
users.go
webfinger.go

 

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.