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