Home Page

About

An home page is the page shown when a namespace is asked in the URL or link path.

Example

A URL asking a namespace will look like that (ie with a backslash / at the end)

https://foo.com/bar/

If this URL is entered in the Browser, then:

https://foo.com/bar/start
  • If there is not a start page but there is a page with the name of the namespace (ie bar), the page shown will be
https://foo.com/bar/bar

Sql Templating

In a Page Sql, you can select all home pages with the attribute is_home

Example:

select where is_home = 1 order by path desc limit 4

On this website, this SQL will select the following pages.

WebSite

The website home page is a special home page that has its own page: App - WebSite Home Page

Configuration

startpage

The dokuwiki configuration config:startpage permits to set the name of the home page. By default, this is start but other known name are index or home

Powered by ComboStrap