Sha256: 6602c32b2194a3fa05f6f79ff4c24e1f5af8360200b891b9f7bb25cfdd22824e

Contents?: true

Size: 1.84 KB

Versions: 1

Compression:

Stored size: 1.84 KB

Contents

# Homesteading Publisher

**[Homesteading](https://github.com/homesteading)**
is a personal publishing platform where the creator owns the content
and can syndicate copies to third parties.

**[Homesteading Publisher](https://github.com/homesteading/homesteading_publisher)**
A generic Rails Engine that all HS-* post type publisher apps build on top of.


## Current Version

0.1.1


## Installation

Add this line to your application's Gemfile:

    gem "homesteading_publisher"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install homesteading_publisher


## Usage

After bundling, add this to your Rails project's `post.rb` model.

**TODO**

## Shared post attributes

**TODO**

- title
- subtitle
- content
- in_reply_to
- public?


## Authors

* Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
* Shane Becker / [@veganstraightedge](https://github.com/veganstraightedge)


## Contributing

1. Fork it
1. Get it running
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Write your code and **specs**
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request

If you find bugs, have feature requests or questions, please
[file an issue](https://github.com/homesteading/homesteading_publisher/issues).


## Specs

Run once.

```bash
rake
```
`rake` is needed instead of `rspec` to take care of preparing the dummy application test DB.

## License

**PUBLIC DOMAIN**

Your heart is as free as the air you breathe. <br>
The ground you stand on is liberated territory.

In legal text, Homesteading Publisher is dedicated to the public domain
using Creative Commons -- CC0 1.0 Universal.

[http://creativecommons.org/publicdomain/zero/1.0](http://creativecommons.org/publicdomain/zero/1.0 "Creative Commons &mdash; CC0 1.0 Universal")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
homesteading_publisher-0.1.1 README.md