All Projects → NickGeek → Fancy

NickGeek / Fancy

Licence: other
Fancy is a drop-in system that lets you take your static HTML code and add dynamically editable code.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fancy

Nodercms
轻量级内容管理系统,基于 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。
Stars: ✭ 990 (+2375%)
Mutual labels:  cms, framework
Concrete5
Official repository for concrete5 development
Stars: ✭ 657 (+1542.5%)
Mutual labels:  cms, framework
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (+8297.5%)
Mutual labels:  cms, framework
Cms
Club Management System of amFOSS, powered by CMS
Stars: ✭ 263 (+557.5%)
Mutual labels:  cms, framework
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-52.5%)
Mutual labels:  cms, framework
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (+7615%)
Mutual labels:  cms, framework
Cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Stars: ✭ 621 (+1452.5%)
Mutual labels:  cms, framework
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+5395%)
Mutual labels:  cms, framework
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (+1697.5%)
Mutual labels:  cms, framework
Enduro
Minimalistic, lean & mean, node.js cms
Stars: ✭ 683 (+1607.5%)
Mutual labels:  cms, framework
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (+545%)
Mutual labels:  cms, framework
Decko
Start with a deck of wiki cards. Develop it into a rich web app.
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms, framework
Core
Zikula Core Framework
Stars: ✭ 213 (+432.5%)
Mutual labels:  cms, framework
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (+690%)
Mutual labels:  cms, framework
Wcf
WoltLab Suite Core (previously WoltLab Community Framework)
Stars: ✭ 211 (+427.5%)
Mutual labels:  cms, framework
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (+835%)
Mutual labels:  cms, framework
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+26750%)
Mutual labels:  cms, framework
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (+370%)
Mutual labels:  cms, framework
Zotonic
Zotonic - The Erlang Web Framework & CMS
Stars: ✭ 664 (+1560%)
Mutual labels:  cms, framework
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (-40%)
Mutual labels:  cms, framework

Fancy

Fancy is a drop-in system that lets you take your static HTML code and add dynamically editable code.

Unlike other CMSs (like WordPress) you don't have to design your website around Fancy. You can design the website as if it was only ever going to be updated by manually editing the code. Fancy will then do all of the heavy lifting. Giving your clients a powerful editor to update their website. Hassle free. Not only is the editor super easy to use; it gets out of your way when you want to do more advanced work.

Go to https://nick.geek.nz/fancy for more information.

Demo

You can view a live demo at https://nick.geek.nz/fancy/demo and view its dashboard at https://nick.geek.nz/fancy/demodash.

Install

  1. Extract the 'dashboard' folder from 'fancy-master.zip'

    a. If you used git clone to download, just copy the 'dashboard' directory

  2. Upload your dashboard folder onto a webserver that can run PHP and MySQL

  3. Create a MySQL compatible database for Fancy to use

    a. As of v2100 Fancy requires at least a database compatible with MySQL 5.6.5 or MariaDB 10.0.1

  4. Go to the dashboard folder in a web browser

  5. Follow the steps on screen

Updating

  1. Extract the 'dashboard' folder from 'fancy-master.zip'

    a. If you used git clone to download, just copy the 'dashboard' directory

  2. Paste the 'dashboard' folder you extracted and put it on your webserver a. If you get asked you want to overwrite old files

  3. Delete the createConfig.php file

  4. You are now running a newer version of Fancy!

Updating the API

While the Fancy dashboard is backwards compatible to Fancy API v1000, for access to newer features you might need to update the version of the API you are accessing.

If an update script exists for the update you wish to do, just click on the "Logged In" menu and underneath the Fancy API version number there should be an update button.

REMEMBER TO UPLOAD THE NEW FancyConnector.php AND settings.php FILES TO YOUR SITES AFTER AN UPDATE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].