oscam-2.26.01-11942-802-wit.../webif
2026-02-17 10:48:41 +00:00
..
api.json mod2 2026-02-17 10:06:53 +00:00
api.xml mod2 2026-02-17 10:06:53 +00:00
cacheex mod2 2026-02-17 10:06:53 +00:00
cacheexaio mod2 2026-02-17 10:06:53 +00:00
config mod2 2026-02-17 10:06:53 +00:00
emm mod2 2026-02-17 10:06:53 +00:00
emm_running mod2 2026-02-17 10:06:53 +00:00
entitlements mod2 2026-02-17 10:06:53 +00:00
failban mod2 2026-02-17 10:06:53 +00:00
files mod2 2026-02-17 10:06:53 +00:00
ghttp mod2 2026-02-17 10:06:53 +00:00
graph mod2 2026-02-17 10:06:53 +00:00
images mod2 2026-02-17 10:06:53 +00:00
include mod2 2026-02-17 10:06:53 +00:00
logmenu mod2 2026-02-17 10:06:53 +00:00
logpage mod2 2026-02-17 10:06:53 +00:00
readerconfig mod2 2026-02-17 10:06:53 +00:00
readers mod2 2026-02-17 10:06:53 +00:00
readerstats mod2 2026-02-17 10:06:53 +00:00
savetemplates mod2 2026-02-17 10:06:53 +00:00
scanusb mod2 2026-02-17 10:06:53 +00:00
script mod2 2026-02-17 10:06:53 +00:00
services mod2 2026-02-17 10:06:53 +00:00
services_edit mod2 2026-02-17 10:06:53 +00:00
shutdown mod2 2026-02-17 10:06:53 +00:00
status mod2 2026-02-17 10:06:53 +00:00
user_edit mod2 2026-02-17 10:06:53 +00:00
userconfig mod2 2026-02-17 10:06:53 +00:00
wiki mod2 2026-02-17 10:06:53 +00:00
.gitignore mod2 2026-02-17 10:06:53 +00:00
Makefile mod2 2026-02-17 10:06:53 +00:00
pages_gen.c mod2 2026-02-17 10:06:53 +00:00
pages_index_check mod2 2026-02-17 10:06:53 +00:00
pages_index.txt mod2 2026-02-17 10:06:53 +00:00
pages_mkdep mod2 2026-02-17 10:06:53 +00:00
pages_wiki.c default-make-full 2026-02-17 10:48:41 +00:00
pages_wiki.h mod2 2026-02-17 10:06:53 +00:00
README mod2 2026-02-17 10:06:53 +00:00
wiki_gen mod2 2026-02-17 10:06:53 +00:00
wiki_gen.c mod2 2026-02-17 10:06:53 +00: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.