This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Plugin Architecture
Plugin Architecture
Ansuz plugins come in two different flavors, Engines and Sections (sections within a page)
Ansuz Sections
- Pages has_many :sections -> polymorphic type
- Each page section goes to its appropriate controller for editing.
Ansuz Engines
- Plugins may register navigational links
- Plugins may register administrative links
Legacy Code
The CMS is based off of an old architecture whereby a single page may be broken into multi-pages. This functionality will be removed to make it cleaner.
There is also a needlessly complicated page swapping code, which is not required with proper page ordering AJAX controls.
Last edited by hosh, 2 months ago
Versions:





