Code Monkey home page Code Monkey logo

phile's Introduction

PhileCMS

A Markdown file-based CMS.

Check out the starter video, or read the wiki for in-depth documenation.

Build status

Build Status

Gitter Developer & Support-System

Gitter chat

waffle.io board

Stories in Ready

Why use PhileCMS?

The desire to fork the project from Pico, came when a few community members wanted to contribute more and increase the rate of development progress.

Here is a small list of differences in design from typical flat-file CMSs:

  • OOP based (classes)
  • Events system
  • Uses Composer
  • Overload core modules (plugins)
    • Parser (default: Markdown)
    • Template Engine (default: Twig)
    • Cache (default: phpFastCache)
    • Error handler (default: system handler)
    • Meta parser (default: system parser)
    • Simple Data Persistence (default: system data storage)
  • Per-Plugin config.php files
  • Namespaced plugins so classes can have the same name
  • PSR-0 Compliant

Installation

Requirements
  • PHP >=5.4.0
  • Apache with mod_rewrite enabled
  • Composer (unless you use git and zip files for everything)

Install via composer or clone (download) this repo and extract into your server web root.

Open the root of PhileCMS on you web server. If you are using the default MAMP install, that would be http://localhost:8888/Phile. Using WAMP, http://localhost/Phile. If you are using something else, you probably know how to run a typical PHP site.

On first run you will hit a setup page. Follow the instructions on the setup page to complete the installation.

Plugins

Phile can be extended with a wide variety of plugins. You can also overwrite the default plugins in order to add extra functionality, speed, or features.

Help make Phile better by checking out the GitHub repoistory and submitting pull requests.

With composer

To install via composer, you would run:

composer require phile/rss-feed:dev-master
With git

While sitting in your root PhileCMS folder, you can run:

git clone https://github.com/PhileCMS/phileRSSFeed plugins/phile/rssFeed
You've downloaded the .zip

You can clone or download the plugin into the plugins/{namespace}/{pluginClassName} folder. Example: phileAdmin would be installed into plugins/phile/adminPanel.

Getting Help

You can read the wiki if you are looking for examples and read the intro-docs for more development information. If you are looking for some general help and have some questions, please post in the Google Plus Community.

If you find a bug please report it on the issues page, but remember to include a bunch of details and also what someone can do to re-create the issue.

Issues with plugins should be reported on the offending plugins homepage this goes for themes as well.

Contributing

Help make PhileCMS better by checking out the GitHub repository and submitting pull requests.

If you create a plugin please add it to the Plugin Wiki.

The Authors of PhileCMS

  • James Doyle - great ideas, developed many plugins and worked on the core
  • Frank Nägler - refactoring of the core and introducing OOP concepts

phile's People

Contributors

denbeke avatar infostreams avatar james2doyle avatar neoblack avatar noisek avatar pschmitt avatar quasipickle avatar schlaefer avatar

Watchers

 avatar  avatar  avatar

Forkers

sankam-nikolya

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.