1 This directory holds all pages that are used in OSCam WebIf along with
2 program that builds pages.{c,h} files used by the OSCam build system.
4 The build system is intelligent enough to rebuild pages.{c,h} files when
5 any file mentioned in pages_index.txt is changed or pages_index.txt itself
8 If you want change WebIf pages just edit files in the directory that
9 interests you then build OSCam as you normally do.
11 Any file must be described in pages_index.txt
13 Files in the root directory:
14 Makefile - Build system file.
15 pages_gen.c - The program that generates pages.c and pages.h files.
16 pages_index.txt - This file contains mapping of template names to
17 file names and describes template's config dependecies.
18 pages_index_check - Script that checks if every file is found.
19 pages_mkdep - Used by the build system to generate file dependencies.