Skip to content

phaziz/MrRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrRender

A minimal file-based Content Management System.

Some of the Features:

  • Minimal footprint
  • File-based Routing-System
  • File-based Plugin-System
  • Content-Files obviously file based ;-)
  • Content-Templating-System
  • File-based Caching-System
  • Template Placeholders (links, content, navigation, ...)
  • Debugger included
  • Error Handler
  • ...

Installation / Setup

GitHub CLI (https://github.com/cli/cli):

For example, on your localhost: got to the htdocs-directory, open a terminal/command line and enter the following:

$ gh repo clone phaziz/MrRender mr-render

This will create a new sub-directory in your htdocs-directory and install MrRender. Open a Browser and open http://localhost/mr-render.

You should see the example Website built with MrRender.

Or download the GitHub ZIP-File

For example, on your localhost: got to the htdocs-directory, copy the downloaded ZIP-File into your htdocs-directory and unzip it. Rename the Mr-Render-Folder (MrRender-master) to mr-render and open a Browser of your choice. Open http://localhost/mr-render - You should see the example Website built with MrRender.

You can also use Composer...

License:

BSD Zero Clause License

Copyright (C) 2021 by phaziz phaziz@gmail.com

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

A minimal file-based CMS

Resources

Stars

Watchers

Forks