Go to QuaapSrv home
A Decidedly Unfancy and Mostly-Static Content Manager.


Main

After installation

After a successful installation, you have some more choices.

The system pages "header", "footer", "sidebar", and "social" contain the customizations for the corresponding portion of each page.

Header and title

You can change the header on each page by editing the "header" system page.

If you don't want a customized header, unpublish the "header" system page, then "Rebuild All". A system-generated one will takes its place. If you don't want one at all, edit the header to be empty and publish it.

If you don't want a customized sidebar, unpublish the "sidebar" system page, then "Rebuild All". The system-generated one will still be present. If you don't want one at all, disable the sidebar it in the settings.

If you don't want a customized footer, unpublish the "footer" system page, then "Rebuild All". A system-generated one will takes its place. If you don't want one at all, edit the footer to be empty and publish it.

Social media buttons

If you don't want the social media buttons, unpublish the "social" system page, then "Rebuild All". You can also edit this page to add or change the social media buttons present.

Comments

There is a built-in comment system, but if you prefer to use a different one, create a page named "comments" and edit it to contain the proper html/javascript needed to pull in a third-party system, publish it, then "Rebuild All".

You can use the HTML extension <<<?html … >>> to add your html and javascript code.

You can use the following SSI directives to help:

  • <!--#echo var="THIS_NAME" --> The name of the current page (ie "welcome")
  • <!--#echo var="THIS_BASE" --> The base URL (ie http://yoursite.com)
  • <!--#echo var="CONTEXTROOT" --> The path part of the full URL (ie /thing)
  • <!--#echo var="THIS_URL" --> The full URL of the current page (ie http://yoursite.com/thing/welcome)
2016-06-22

Show comments
.