Snap! Websites
An Open Source CMS System in C++
Some pages in the book are details about a feature or combination of features. This special status is used for those pages since they are not expected to have a status per se.
See a complete list of features sorted by Snap! Websites Development Status (note that not applicable pages are not shown in that list.)
Some people may have an old system that uses a certain number of paths. Say you have an existing static website that is 1,000 pages. Converting it to the new system would take a while and is not a necessity. Instead, you use the new system with a sub-folder in your URL:
http://www.example.org/snapwebsite/...
Here the snapwebsite participates in the website selection (see Website Selector and URL Basics).
There is one huge drawback with this technique: all the files found at the root of a website will still be found at that root. This includes files such as ...
As mentioned on our previous page, it is possible to make use of sub-domains.
For example, you can use a language sub-domain as in http://en.example.com/.
We will support different kind of sub-domains to allow for different website setup.
By default sub-domains are used in the website selection process (see the URL Basics page for detailed information on selecting a website.)
The language example is called a selector. It allows you to select a different set of data within the same website. Some of the parts defined in the ...
We support the HTTP and HTTPS protocols.
At our level, both protocol very look the same since Apache takes care of all the necessary encryption mechanism.
However, there is one flag that tells us whether we are working in secure or non-secure mode and we want to use that flag for the following reasons:
The Core system will be capable of automatically switching between ...
Note: We are moving to using Qt a lot more than boost. Qt offers many of the boost features and it handles XML, XSLT, and a few other things that we're using for Snap! (libQtCassandra, libQtSerialization, etc.)
The boost library is full of goodies. We use it for all sorts of things although we try to limit ourselves to the basics such as shared pointers1
The following includes highly technical documentation informations. This is for developers, not end users. (At this point we do not have a user documentation since the product doesn't exist yet.)
We now have started to really work hard on the development and offer a page with the current development status of Snap! C++.
Snap! Websites
An Open Source CMS System in C++