- git-svn-diff.sh changed permission to 755 (thanks to WXbet)
[oscam.git] / webif / README
blob687db8e952f15ccb9d064f96bc427dfa6006e518
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
6 is changed.
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.