Homesteading Publisher

Homesteading is a personal publishing platform where the creator owns the content and can syndicate copies to third parties.

Homesteading Publisher A generic Rails Engine that all HS-* post type publisher apps build on top of.

Current Version

0.1.2

Code Status

Gem Version Dependencies Build Status Code Climate

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

Contributing

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

If you find bugs, have feature requests or questions, please file an issue.

Specs

Run once.

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