oscam-2.26.01-11942-802-wit.../webif
2026-02-23 17:40:08 +01:00
..
api.json detector48-64 2026-02-23 17:40:08 +01:00
api.xml detector48-64 2026-02-23 17:40:08 +01:00
cacheex detector48-64 2026-02-23 17:40:08 +01:00
cacheexaio detector48-64 2026-02-23 17:40:08 +01:00
config detector48-64 2026-02-23 17:40:08 +01:00
emm detector48-64 2026-02-23 17:40:08 +01:00
emm_running detector48-64 2026-02-23 17:40:08 +01:00
entitlements detector48-64 2026-02-23 17:40:08 +01:00
failban detector48-64 2026-02-23 17:40:08 +01:00
files detector48-64 2026-02-23 17:40:08 +01:00
ghttp detector48-64 2026-02-23 17:40:08 +01:00
graph detector48-64 2026-02-23 17:40:08 +01:00
images detector48-64 2026-02-23 17:40:08 +01:00
include detector48-64 2026-02-23 17:40:08 +01:00
logmenu detector48-64 2026-02-23 17:40:08 +01:00
logpage detector48-64 2026-02-23 17:40:08 +01:00
readerconfig detector48-64 2026-02-23 17:40:08 +01:00
readers detector48-64 2026-02-23 17:40:08 +01:00
readerstats detector48-64 2026-02-23 17:40:08 +01:00
savetemplates detector48-64 2026-02-23 17:40:08 +01:00
scanusb detector48-64 2026-02-23 17:40:08 +01:00
script detector48-64 2026-02-23 17:40:08 +01:00
services detector48-64 2026-02-23 17:40:08 +01:00
services_edit detector48-64 2026-02-23 17:40:08 +01:00
shutdown detector48-64 2026-02-23 17:40:08 +01:00
status detector48-64 2026-02-23 17:40:08 +01:00
user_edit detector48-64 2026-02-23 17:40:08 +01:00
userconfig detector48-64 2026-02-23 17:40:08 +01:00
wiki detector48-64 2026-02-23 17:40:08 +01:00
.gitignore detector48-64 2026-02-23 17:40:08 +01:00
Makefile detector48-64 2026-02-23 17:40:08 +01:00
pages_gen.c detector48-64 2026-02-23 17:40:08 +01:00
pages_index_check detector48-64 2026-02-23 17:40:08 +01:00
pages_index.txt detector48-64 2026-02-23 17:40:08 +01:00
pages_mkdep detector48-64 2026-02-23 17:40:08 +01:00
pages_wiki.c fix-stats-cacheex 2026-02-18 12:16:56 +00:00
pages_wiki.h fix-stats-cacheex 2026-02-18 12:16:56 +00:00
README detector48-64 2026-02-23 17:40:08 +01:00
wiki_gen fix-stats-cacheex 2026-02-18 12:16:56 +00:00
wiki_gen.c detector48-64 2026-02-23 17:40:08 +01:00

This directory holds all pages that are used in OSCam WebIf along with
program that builds pages.{c,h} files used by the OSCam build system.

The build system is intelligent enough to rebuild pages.{c,h} files when
any file mentioned in pages_index.txt is changed or pages_index.txt itself
is changed.

If you want change WebIf pages just edit files in the directory that
interests you then build OSCam as you normally do.

Any file must be described in pages_index.txt

Files in the root directory:
  Makefile          - Build system file.
  pages_gen.c       - The program that generates pages.c and pages.h files.
  pages_index.txt   - This file contains mapping of template names to
                      file names and describes template's config dependecies.
  pages_index_check - Script that checks if every file is found.
  pages_mkdep       - Used by the build system to generate file dependencies.