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.

README.md 5.0 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1.  
  2. <p align="center">
  3. <a href="https://writefreely.org"><img src="https://writefreely.org/img/writefreely.svg" width="350px" alt="WriteFreely" /></a>
  4. </p>
  5. <hr />
  6. <p align="center">
  7. <a href="https://github.com/writefreely/writefreely/releases/">
  8. <img src="https://img.shields.io/github/release/writefreely/writefreely.svg" alt="Latest release" />
  9. </a>
  10. <a href="https://travis-ci.org/writeas/writefreely">
  11. <img src="https://travis-ci.org/writefreely/writefreely.svg" alt="Build status" />
  12. </a>
  13. <a href="https://github.com/writefreely/writefreely/releases/latest">
  14. <img src="https://img.shields.io/github/downloads/writefreely/writefreely/total.svg" />
  15. </a>
  16. <a href="https://goreportcard.com/report/github.com/writefreely/writefreely">
  17. <img src="https://goreportcard.com/badge/github.com/writefreely/writefreely" alt="Go Report Card" />
  18. </a>
  19. <a href="https://hub.docker.com/r/writeas/writefreely/">
  20. <img src="https://img.shields.io/docker/pulls/writeas/writefreely.svg" />
  21. </a>
  22. </p>
  23. &nbsp;
  24. 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.
  25. ![](https://writefreely.org/img/screens/pencil-reader.png)
  26. [Try the writing experience](https://write.as/new)
  27. [Find an instance](https://writefreely.org/instances)
  28. ## Features
  29. ### Made for writing
  30. 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.
  31. ### A connected community
  32. Start writing together, publicly or privately. Connect with other communities, whether running WriteFreely, [Plume](https://joinplu.me/), or other ActivityPub-powered software. And bring members on board from your existing platforms, thanks to our OAuth 2.0 support.
  33. ### Intuitive organization
  34. Categorize articles [with hashtags](https://writefreely.org/docs/latest/writer/hashtags), and create static pages from normal posts by [_pinning_ them](https://writefreely.org/docs/latest/writer/static) to your blog. Create draft posts and publish to multiple blogs from one account.
  35. ### International
  36. Blog elements are localized in 20+ languages, and WriteFreely includes first-class support for non-Latin and right-to-left (RTL) script languages.
  37. ### Private by default
  38. 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.
  39. <h2><a href="https://write.as/writefreely"><img src="https://writefreely.org/img/writeas-readme.png" height="32px" alt="Write.as" /></a></h2>
  40. The quickest way to deploy WriteFreely is with [Write.as](https://write.as/writefreely), 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 ❤️
  41. [**Learn more on Write.as**](https://write.as/writefreely).
  42. ## Quick start
  43. 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!
  44. For common platforms, start with our [pre-built binaries](https://github.com/writefreely/writefreely/releases/) and head over to our [installation guide](https://writefreely.org/start) to get started.
  45. ### Packages
  46. You can also find WriteFreely in these package repositories, thanks to our wonderful community!
  47. * [Arch User Repository](https://aur.archlinux.org/packages/writefreely/)
  48. ## Documentation
  49. Read our full [documentation on WriteFreely.org](https://writefreely.org/docs) &mdash;️ and help us improve by contributing to the [writefreely/documentation](https://github.com/writefreely/documentation) repo.
  50. ## Development
  51. Start hacking on WriteFreely with our [developer setup guide](https://writefreely.org/docs/latest/developer/setup). For Docker support, see our [Docker guide](https://writefreely.org/docs/latest/admin/docker).
  52. ## Contributing
  53. We gladly welcome contributions to WriteFreely, whether in the form of [code](https://github.com/writefreely/writefreely/blob/master/CONTRIBUTING.md#contributing-to-writefreely), [bug reports](https://github.com/writefreely/writefreely/issues/new?template=bug_report.md), [feature requests](https://discuss.write.as/c/feedback/feature-requests), [translations](https://poeditor.com/join/project/TIZ6HFRFdE), or [documentation](https://github.com/writefreely/documentation) improvements.
  54. Before contributing anything, please read our [Contributing Guide](https://github.com/writefreely/writefreely/blob/master/CONTRIBUTING.md#contributing-to-writefreely). It describes the correct channels for submitting contributions and any potential requirements.
  55. ## License
  56. Copyright © 2018-2022 [Musing Studio LLC](https://musing.studio) and contributing authors. Licensed under the [AGPL](https://github.com/writefreely/writefreely/blob/develop/LICENSE).