wellread / autotune

This is a fancy platform for turning templates into webpages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chorus Autotune

EXTREMELY ALPHA!!!

Platform and UI for creating new websites and html snippets from templates stored in git repos. Basically a fancy thing for turning templates into web pages.

Getting started

You'll need to setup a new Rails app to start. First make sure you have redis, sqlite, some sort of ruby, and rails.

gem install rails

Then create a new rails app:

rails new autotune_app -m https://raw.githubusercontent.com/voxmedia/autotune/master/rails_template.rb

cd autotune_app
bundle exec foreman start

Documentation

TKTK

Examples

TK

Authors

TK

Contribute

This is an active project and we encourage contributions. Please review our guidelines and code of conduct before contributing.

License

Copyright (c) 2015, Vox Media, Inc. All rights reserved.

BSD license

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

This is a fancy platform for turning templates into webpages

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 94.9%Language:Ruby 4.6%Language:HTML 0.4%Language:CSS 0.1%Language:Shell 0.0%