Coder Social home page Coder Social 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

Albal avatar Angus H. avatar Chris Lusted avatar  avatar Bruno Andrade avatar  avatar Andrew Volkov avatar Matt Freer avatar  avatar Павел "Malo" Скрылёв  avatar  avatar Cooper avatar  avatar game7 avatar Paul Meserve avatar  avatar Adam Tse avatar Felipe Bueno avatar Mário Jorge avatar  avatar Ralf Schmitz Bongiolo avatar  avatar Erik Azar avatar Vinicius AC avatar Firman M avatar  avatar  avatar Charles Caldwell avatar  avatar Uilton Dutra avatar Joon Ki Choi avatar  avatar Kewin Wang avatar TJ Stevens avatar Kindred avatar Filipe Chagas avatar  avatar AlejandroGQ avatar Venj avatar Andrea avatar Joseph Ridgway avatar Andre Brühl avatar GG avatar Víctor Martínez avatar ilyav avatar OKI Yukihiro avatar Jason Melgoza avatar Dmitry Vasilets avatar Azamat Khudaygulov avatar Robert Wünsch avatar Takuya Kato / katton avatar Cameron Priest avatar MBS sprl avatar Steven Guerrini avatar Kirk Bushell avatar Russ Frisch avatar FeMoCo avatar Schrödinger’s Cat avatar David Ramirez avatar Dan Sapala avatar Ole-Morten Duesund avatar Elle Meredith avatar Kris Ryken avatar Samuel Tonini avatar Abdul-Jabbar Shalabi avatar Leonid Ponomarev avatar Jonas Flodén avatar Rodrigo Panachi avatar George Blazer avatar Shaun Meredith avatar Den Markin avatar  avatar Aaron Campos avatar  avatar Stone Gao avatar Christopher Mayfield avatar Eric Draven avatar Green Dragon avatar Alexander Nеgоdа avatar Neo  avatar Lars Gollnow avatar Ken Sørevåge avatar Mehdi avatar Tobias avatar liguang2080 avatar Filipe Pina avatar Igo Coelho avatar Ancor Cruz avatar Gilles Mathurin avatar Andrew McElroy avatar Eric J. Chet avatar Andrea Campi avatar Rob Eastham avatar Jits avatar Artiom Diomin avatar Andrés Aquino avatar Peter Leitzen avatar TermHare avatar Sam Figueroa avatar  avatar

Watchers

James Cloos avatar Max Strebel avatar Subhantech avatar  avatar  avatar

seed's Issues

News and blog sections not working

When I go to the "News" page, I have:

ArgumentError in Newsitems#index

Showing app/views/layouts/shared/_archive.html.erb where line #11 raised:

invalid date

Extracted source (around line #11):

8:
9: <% dates.group_by { |m| m.created_at.strftime('%B')}.each do |month, items| %>
10:

11: <%= link_to "#{month} (#{items.size})", archive_link(@page, Date.parse(month).month, year) %>
12:

13: <% end -%>
14:

'uninitialized constant APP_CONFIG' while running 'rake gems:install'

Linux 2.6.18
Rails Version 3.0.4
RubyGems Environment:

  • RUBYGEMS VERSION: 1.4.2
  • RUBY VERSION: 1.8.7 (2010-12-23 patchlevel 330) [i686-linux]
  • INSTALLATION DIRECTORY: /home/username/.rvm/gems/ruby-1.8.7-p330/gems
  • RUBY EXECUTABLE: /home/username/lib/ruby1.8/bin/ruby
  • EXECUTABLE DIRECTORY: /home/username/.rvm/gems/ruby-1.8.7-p330/gems/bin
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86-linux
  • GEM PATHS:
    • /home/username/.rvm/gems/ruby-1.8.7-p330/gems
    • /home/username/.rvm/gems/ruby-1.8.7-p330
    • /home/username/.rvm/gems/ruby-1.8.7-p330@global
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :benchmark => false
    • :backtrace => false
    • :bulk_threshold => 1000
  • REMOTE SOURCES:

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.