Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvorb/php-yuki
Yuki is a tiny web CMS that uses plain HTML files for content and some basic scripts for digests of this content.
https://github.com/pvorb/php-yuki
Last synced: about 1 month ago
JSON representation
Yuki is a tiny web CMS that uses plain HTML files for content and some basic scripts for digests of this content.
- Host: GitHub
- URL: https://github.com/pvorb/php-yuki
- Owner: pvorb
- License: other
- Created: 2010-07-15T21:33:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-28T20:25:42.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T22:22:15.121Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yuki Content Management
Yuki is a *very simple* Content Management system. Its intention is to provide basic access to HTML-files on an Apache Web Server running with PHP. You don't need a database to get started, but there will be extensions that provide database access.
Development of this project has been discontinued. Expect things to break.
## Getting started
All you need is an *Apache HTTP Server* with a *PHP* installation and the Apache module *mod_rewrite*.1. You may rename the `public` folder to whatever your document root folder is called. (Usually it is `htdocs`, `html` or `www`.)
2. Then you may edit the `lib/conf.php` according to the instructions in the file.
Now you are able to add your HTML files and whatever you like.
## Example site
There's a tiny example project available if you `git checkout example-site`. Just have a look.If you need a real life example look at [genitis.org](http://www.genitis.org) and [the genitis repo](http://github.com/pvorb/genitis) respectively.
## Current development
At the moment I am developing a module for adding commenting functionality to documents. Simply `git checkout mod-comment`