== $p ==
====== $p (Page Framework) ====== This is a simple page-based framework for web sites. It is very much a “work in progress” and contains only very limited functionality: ===== Core ===== * [[framework:page:p-core:index|$p]] – The framework core (required for all other modules). ===== Data ===== * FIXME – tools for loading and managing a data model (WIP) ===== GUI ===== * [[framework:page:p-gui:index|$p.gui]] – The core for all GUI functions. * [[framework:page:p-gui:tabs:index|$p.gui.tabs]] – simple handling for tab-based interfaces. * [[framework:page:p-gui:overlay:index|$p.gui.overlay]] – provides a modal overlay. ===== URL ===== * [[framework:page:p-url:index|$p.url]] – core URL functions. * [[framework:page:p-url:fragment:index|$p.url.fragment]] – provides access to the page URL’s fragment part, i.e. the part after the hash (''#'') symbol. ===== Utilities ===== * [[framework:page:p-console:index|$p.console]] – enables a console-style log within an in-page element.