Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacmoe/pype
Personal Yii Page Engine
https://github.com/jacmoe/pype
cms flat-file flat-file-cms markdown pype yii2 yii2-cms
Last synced: about 1 month ago
JSON representation
Personal Yii Page Engine
- Host: GitHub
- URL: https://github.com/jacmoe/pype
- Owner: jacmoe
- License: other
- Created: 2016-02-18T05:48:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T21:50:39.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T20:05:17.953Z (about 2 months ago)
- Topics: cms, flat-file, flat-file-cms, markdown, pype, yii2, yii2-cms
- Language: JavaScript
- Homepage: https://pype.jacmoe.dk
- Size: 969 KB
- Stars: 9
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/jacmoe/pype/master/pype.png)
Personal Yii Page EngineA live instance of Pype can be seen here: [pype.jacmoe.dk](https://pype.jacmoe.dk)
This is a minimal wrapper application for the [yii2-mdpages-module](https://github.com/jacmoe/yii2-mdpages-module) which serves static markdown documents from a separate Git repository.
The goal is to create a small, fast and versatile flat-file engine that is suitable for serving blogs, wikis and personal websites.
The application should be easy to upgrade and manage.
[Deployer](http://deployer.org/) is used for deployment, and [Flywheel](https://github.com/jamesmoss/flywheel) is used for temporary storage of processed documents.
And, last - but not least: Pype is powered by the [Yii Framework](http://www.yiiframework.com/)
[![Join the chat at https://gitter.im/jacmoe/pype](https://badges.gitter.im/jacmoe/pype.svg)](https://gitter.im/jacmoe/pype?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Latest Stable Version](https://poser.pugx.org/jacmoe/pype/v/stable)](https://packagist.org/packages/jacmoe/pype) [![Total Downloads](https://poser.pugx.org/jacmoe/pype/downloads)](https://packagist.org/packages/jacmoe/pype) [![Latest Unstable Version](https://poser.pugx.org/jacmoe/pype/v/unstable)](https://packagist.org/packages/jacmoe/pype) [![License](https://poser.pugx.org/jacmoe/pype/license)](https://packagist.org/packages/jacmoe/pype)
[![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](http://www.yiiframework.com/)
```
/*
* _ __ _ _ _ __ ___
* | '_ \| | | | '_ \ / _ \
* | |_) | |_| | |_) | __/
* | .__/ \__, | .__/ \___|
* |_| |___/|_|
* Personal Yii Page Engine
*
* Copyright (c) 2016 - 2017 Jacob Moen
* Licensed under the MIT license
*/
```## Work In Progress !!