Git Product home page Git Product logo

seed's Introduction

Seed

a Common Sense CMS from The Media Collective.

http://github.com/desaperados/seed/

Straightforward in-line content management without endless back-end screens and preference panes.
Create and manage General, News, Blog and Event style pages, add content or components to pages for
extra functionality.

User account creation with activation via e-mail and a permissions system for viewing and editing pages.

Default styles and views easily overridden by adding to the plug-in engine directory

Extend, Override, Add Controllers, Helpers, Models using plug-in engine technique

Quick Start


git clone git://github.com/desaperados/seed.git seed
cd seed
script/setup demo
script/server

Load http://localhost:3000 in your browser

Customising

All customisation is handled inside vendor/plugins/yourappname_engine

To override the default stylesheet create a file named default.css
in vendor/plugins/yourappname_engine/public/stylesheets/default.css

Additional stylesheets in this directory will be automatically detected
and included in the document head.

You can override default views by replicating the main seed view directory
in yourappname_engine/app/views. For example to override the default articles
index:

seed
  /app
    /views
      /articles
        index.html.erb

Create your own index.html.erb here:

seed
  /vendor
    /plugins
      /yourappname_engine
        /app
          /articles
            index.html.erb

More Info

Author

David Currin

Licence

See LICENCE

seed's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.