Ferreteria/v0.5: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
mNo edit summary
(installation subpage)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Setup==
* [[/install]]: probably not accurate even for this version
==Pieces==
==Pieces==
Alphabetic:
Alphabetic:
Line 6: Line 8:
* [[/db]]: database subsystem
* [[/db]]: database subsystem
* [[/dropin]]s each define multiple data-features that work together
* [[/dropin]]s each define multiple data-features that work together
* [[/evint]]: internal events system (used to build/render graphical elements
* [[/evlog]]: event-logging system
* [[/feature]]s are built on PortBanks
* [[/feature]]s are built on PortBanks
* [[/global depot]]
* [[/global depot]]
* [[/layout]] system: display elements, HTML tags...
* [[/login]] system
* [[/login]] system
* [[/menu]]s
* [[/menu]]s
Line 17: Line 22:
* [[/sql]]: table definitions
* [[/sql]]: table definitions
* [[/startup]]: what happens when the browser requests a page
* [[/startup]]: what happens when the browser requests a page
* [[/stash]]ing: quick ways of storing arbitrary information for a given user (who may not be logged in or have an account)
* [[/table]]
* [[/table]]
* [[/URI data]]
* [[/URI data]]
* [[/varstat]]: variable-status wrapper classes
* [[/varstat]]: variable-status wrapper classes

Latest revision as of 14:27, 1 October 2025

Setup

  • /install: probably not accurate even for this version

Pieces

Alphabetic: