What is MoseCMS?
A working sample is here: http://ongetc.co.cc
What features MoseCMS has?
Note: Another words if you want to have adodb database support just drop in the package and MoseCMS will detect and load it to make it available.
Why MoseCMS?
What is unique about MoseCMS?
What is the core of MoseCMS?
How to create add-on for MoseCMS?
<?php
// mods: hello
echo hello();
function hello() { return ”<div><h2>Hello</h2>hello from mods<br /></div>”; } ?>
What is Macro?
What are Extensions?
What are cmods?
What are mods?
+ hello: a typical hello world
+ cssmenu: show page in a nice little css menu + themeselect: let you select which theme to show.
What is connectors:
MoseCMS folder tree:
MoseCMS folder tree
MoseCMS root
├───docs
├───share
│ ├───core
│ │ └───packages
│ │ └───dbi4php
│ └───packages
│ ├───adodb
│ ├───dbi4php
│ └───ez_sql
├───siteprivate
│ ├───addons
│ │ ├───apps
│ │ │ ├───dbi4php
│ │ │ ├───hello
│ │ │ └───phorumembed
│ │ ├───connectors
│ │ │ ├───adodb
│ │ │ ├───dbi4php
│ │ │ ├───ez_sql
│ │ │ └───mambo
│ │ ├───editors
│ │ │ ├───default
│ │ │ ├───fckeditor
│ │ │ ├───hype
│ │ │ ├───plain
│ │ │ ├───spaw2
│ │ │ └───tinymce
│ │ ├───extensions
│ │ │ ├───adodb
│ │ │ ├───ez_sql
│ │ │ ├───hello
│ │ │ ├───jquery
│ │ │ └───opacity
│ │ ├───macros
│ │ │ ├───mosmodule
│ │ │ └───simple
│ │ └───mods
│ │ ├───cssmenu
│ │ ├───hello
│ │ └───themeselect
│ └───contents
│ ├───cmods
│ ├───pages
│ └───positions
└───sitepublic
├───js
│ ├───fckeditor
│ ├───jquery
│ ├───opacity
│ ├───spaw2
│ └───tinymce
└───templates
├───default
│ ├───css
│ └───images
├───fruit
│ ├───css
│ └───images
├───hifi_news
│ ├───css
│ └───images
├───plainblue
│ ├───css
│ └───images
│ ├───backgrounds
│ └───_notes
└───transparentia
├───css
└───images
How multi-sites work?
Very easy, just copy “siteprivate” and “sitepublic” folder to a new folder and edit config.php to point to your newly copy site folders. Once you have that done then you can just access your new site via http://yoursite.com/newsite. The main site is still http://yoursite.com. There is no limit to number of site you can create. Just copy more folder.
I have so much fun develop MoseCMS and feel like there are so much more features I want to add however it has so much useful features already that I think lot of you might find MoseCMS very compelling CMS to use and to build on. Please let me know if you are interested in take a look!
There are so much more so stay tune!
That's for now!