Update CONTRIBUTING.md and README.md to indicate that this is a fork
This commit is contained in:
@@ -1,26 +1,9 @@
|
||||
# Contributing to WriteFreely
|
||||
# Contributing to WriteFreely (lupine's fork)
|
||||
|
||||
Welcome! We're glad you're interested in contributing to the WriteFreely project.
|
||||
This is a fork of https://github.com/writeas/writefreely
|
||||
|
||||
To start, we'd suggest checking out [our Phabricator board](https://phabricator.write.as/tag/write_freely/) to see where the project is at and where it's going. You can also [join the WriteFreely forums](https://discuss.write.as/c/writefreely) to start talking about what you'd like to do or see.
|
||||
You probably want to contribute there instead of here.
|
||||
|
||||
## Asking Questions
|
||||
|
||||
The best place to get answers to your questions is on [our forums](https://discuss.write.as/c/writefreely). You can quickly log in using your GitHub account and ask the community about anything. We're also there to answer your questions and discuss potential changes or features.
|
||||
|
||||
## Submitting Bugs
|
||||
|
||||
Please use the [GitHub issue tracker](https://github.com/writeas/writefreely/issues/new) to report any bugs you encounter. We're very responsive there and try to keep open issues to a minimum, so you can help by:
|
||||
|
||||
* **Only reporting bugs in the issue tracker**
|
||||
* Providing as much information as possible to replicate the issue, including server logs around the incident
|
||||
* Including the `[app]` section of your configuration, if related
|
||||
* Breaking issues into smaller pieces if they're larger or have many parts
|
||||
|
||||
## Contributing code
|
||||
|
||||
We gladly welcome development help, regardless of coding experience. We can also use help [translating the app](https://poeditor.com/join/project/TIZ6HFRFdE) and documenting it!
|
||||
|
||||
**Before writing or submitting any code**, please sign our [contributor's agreement](https://phabricator.write.as/L1) so we can accept your contributions. It is substantially similar to the _Apache Individual Contributor License Agreement_. If you'd like to know about the rationale behind this requirement, you can [read more about that here](https://phabricator.write.as/w/writefreely/cla/).
|
||||
|
||||
Once you've done that, please feel free to [submit a pull request](https://github.com/writeas/writefreely/pulls) for any small improvements. For larger projects, please [join our development discussions](https://discuss.write.as/c/writefreely) or [get in touch](https://write.as/contact) so we can talk about what you'd like to work on.
|
||||
Note that I haven't signed their CLA, which means they won't accept my code. So
|
||||
that's why this is a fork. I'm not doing this to be a pain, I just don't want to
|
||||
run a mysql server on the limited hardware I have at home.
|
||||
|
35
README.md
35
README.md
@@ -1,30 +1,10 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://writefreely.org"><img src="https://writefreely.org/writefreely.svg" width="350px" alt="Write Freely" /></a>
|
||||
</p>
|
||||
<hr />
|
||||
<p align="center">
|
||||
<a href="https://github.com/writeas/writefreely/releases/">
|
||||
<img src="https://img.shields.io/github/release/writeas/writefreely.svg" alt="Latest release" />
|
||||
</a>
|
||||
<a href="https://goreportcard.com/report/github.com/writeas/writefreely">
|
||||
<img src="https://goreportcard.com/badge/github.com/writeas/writefreely" alt="Go Report Card" />
|
||||
</a>
|
||||
<a href="https://travis-ci.org/writeas/writefreely">
|
||||
<img src="https://travis-ci.org/writeas/writefreely.svg" alt="Build status" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
# WriteFreely (lupine's fork)
|
||||
|
||||
WriteFreely is a beautifully pared-down blogging platform that's simple on the surface, yet powerful underneath.
|
||||
|
||||
It's designed to be flexible and share your writing widely, so it's built around plain text and can publish to the _fediverse_ via ActivityPub. It's easy to install and lightweight.
|
||||
|
||||
**[Start a blog on our instance](https://write.as/new/blog/federated)**
|
||||
|
||||
[Try the editor](https://write.as/new)
|
||||
|
||||
[Find another instance](https://writefreely.org/instances)
|
||||
See [CONTRIBUTING.md](contributing.md) for more information on why it's forked
|
||||
|
||||
## Features
|
||||
|
||||
@@ -38,16 +18,17 @@ It's designed to be flexible and share your writing widely, so it's built around
|
||||
|
||||
> **Note** this is currently alpha software. We're quickly moving out of this v0.x stage, but while we're in it, there are no guarantees that this is ready for production use.
|
||||
|
||||
First, download the [latest release](https://github.com/writeas/writefreely/releases/latest) for your OS. It includes everything you need to start your blog.
|
||||
First, build writefreely.
|
||||
|
||||
Now extract the files from the archive, change into the directory, and do the following steps:
|
||||
Now change into the directory, and do the following steps:
|
||||
|
||||
```bash
|
||||
# 1) Log into MySQL and run:
|
||||
# CREATE DATABASE writefreely;
|
||||
# 1) Start an SQLite3 database
|
||||
sqlite3 writefreely.sqlite3
|
||||
|
||||
#
|
||||
# 2) Import the schema with:
|
||||
mysql -u YOURUSERNAME -p writefreely < schema.sql
|
||||
.read schema.sql
|
||||
|
||||
# 3) Configure your blog
|
||||
./writefreely --config
|
||||
|
Reference in New Issue
Block a user