Page Integrator Configuration
Presentation
Page Integrator plugin allow to include in your weblog HTML or PHP pages
(other that entries consultation) while profiting the DotClear rendering
engine. This, in order to have homogeneous pages.
You have for that a form whose information will be written in the file
pageintegrator.ini during the saving.
Fields
- Pages dir
- This is the directory name where are stored the whole pages which can be integrated
in your weblog. This field contains only the relative directory from the weblog parent
directory on the server with the leading "/" character but without the ending "/"
character. For example, if your weblog is at http://www.example.com/blog/, you
can fill /blog/myfilestoinclude as pages dir.
- Mask pages extensions
- The pages extension to include can be masked in the URL which allow
to display your file. In this case, the used extension will be the one defined
by the parameter extension pages and this for
all the pages. If this last parameter is empty, extension will not be appended to
the page name to find it.
- Pages extension
- This option is active only if the parameter
mask pages extension is active. The pages
extension define the extension of pages which can be included. So only pages
with this extension will be supported. Generaly the used extensions are
html
or php
.
- Use mapping
- Some users want to mask the real used pages. The Page Integrator allow to
do this with the "mapping" option. This option allow to use a symbolic name instead
of the real page name. And it is in the mapping file
where are defined the couple name/page.
- Mapping file
- This configuration file, with the ".ini" format", allows the mapping setting.
In others words, in this file, the link between symbolic names (used in URL) and pages
to include in your weblog are defined. The pages name is the relative path from the
pages dir.