Giter VIP home page Giter VIP logo

cms's Introduction

#SamsonCMS

Latest Stable Version Build Status Total Downloads Stories in Ready

Modular, event-driven content management system based on SamsonPHP framework.

##Installation

  • First of all you must get working Composer.
  • Automatic installation of SamsonCMS and all of its dependencies:
php composer.phar create-project --prefer-dist -s dev samsoncms/cms [your_path]
  • If you have installed composer globally you should use:
composer create-project --prefer-dist -s dev samsoncms/cms [your_path]
  • Configure your web-server document root to [your_path]/www

##Roadmap

  • Give ability to easily change theme and design in SamsonCMS and its modules.
  • Add symfony2 support
  • Add internal help/docs system

Developed by SamsonOS

cms's People

Contributors

vitalyiegorov avatar onysko avatar nik-os avatar omaximus avatar expenect avatar rmolodyko avatar getmanenko avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

cms's Issues

Add cascade key relation to tables

  • add materialfield table relation to material and field
  • add structurematerial relation to structure and material
  • add groupright relation to group and right

Change generic form tab style

image

Header should be on the same line as arrow
Pressing on whole header(from left to right to tab part) should trigger form collapsing/expanding

Remove all unused materialfields

DELETE FROM materialfield WHERE materialfieldid in ( select * from (SELECT mf.materialfieldid FROM materialfield AS mf LEFT JOIN material AS m ON mf.MaterialID = m.MaterialID WHERE Name IS NULL) as p)

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.