Sha256: 5170a859eccb88d89c9a92c6e1fe3b1624fbe8ae2a57b4728a174a9dbbc840e5
Contents?: true
Size: 1.76 KB
Versions: 5
Compression:
Stored size: 1.76 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.0.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** ```ruby ``` ## 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 rspec ``` ## 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 — CC0 1.0 Universal")
Version data entries
5 entries across 5 versions & 1 rubygems