Giter VIP home page Giter VIP logo

live-cms's Introduction

Live-CMS

A content management system designed for expandability and secuirty Project outline

What will Live-CMS not do?

Live-CMS will not:

  • Work out of the box without any application.
  • Have any pre-determined data objects like posts (This must be provided by the application)

What will Live-CMS do?

  • Provide an easy and flexable platform in which to deploy applications and modify them to fit your needs.
  • Provive a single control panel to manage users, applications, plugins over multiple sites (remotely and locally hosted)
  • Have high security, WAF, ETC
  • Handle authentication, users, roles, permissions, etc.
  • Handle Plugins, sites and applications
  • Allow modification of plugins, sites and applications through the CP.
  • Allow selected users to "preview" development builds/edits of applications or plugins
  • Allow a method of managing content from the CP.

live-cms's People

Contributors

spanishtech avatar calypo avatar

Watchers

Tayler King avatar  avatar Anirudh avatar

Forkers

taylerking

live-cms's Issues

Suggestion: Structure app to hide stuff from web root

For better security, instead of

  • content/
  • inc/
  • install/
  • lib/
  • LICENSE
  • README.md
  • footer.php
  • header.php
  • index.php

I would suggest moving the landing point to a subdirectory (e.g. public), and help users set their virtualhost's document root to point to that subdirectory.

  • content/
  • inc/
  • install/
  • lib/
  • public/
    • css/
    • images/
    • js/
    • index.php
  • LICENSE
  • README.md
  • footer.php
  • header.php

This would reduce the chance of people accidentally dropping something sensitive into a directory that is accessible by the webserver (i.e. Apache).

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.