# 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.0.10 ## 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.
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 — CC0 1.0 Universal")