oscam-2.26.01-11942-802-wit.../webif
2026-02-16 09:02:48 +00:00
..
api.json Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
api.xml Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
cacheex Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
cacheexaio Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
config Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
emm Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
emm_running Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
entitlements Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
failban Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
files Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
ghttp Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
graph Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
images Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
include Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
logmenu Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
logpage Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
readerconfig Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
readers Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
readerstats Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
savetemplates Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
scanusb Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
script Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
services Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
services_edit Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
shutdown Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
status Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
user_edit Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
userconfig Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
wiki Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
.gitignore Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
Makefile Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_gen.c Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_index_check Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_index.txt Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_mkdep Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_wiki.c Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
pages_wiki.h Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
README Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
wiki_gen Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +00:00
wiki_gen.c Initial commit – mój build oscama z Advanced fake DCW detection 2026-02-16 09:02:48 +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.