Ferreteria/v0.5: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* [[/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 | ||
* [[/node]]s | * [[/node]]s | ||
* [[/portbank]]s: foundation for Features | * [[/portbank]]s: foundation for Features | ||
* [[/portcard]]s: wrapper-classes for single records in specific I/O formats | |||
* [[/portrow]]s: converting between different representations of table data | * [[/portrow]]s: converting between different representations of table data | ||
* [[/registry]] of various things | * [[/registry]] of various things | ||
* [[/sql]]: table definitions | * [[/sql]]: table definitions | ||
* [[/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 |
Latest revision as of 19:42, 20 December 2022
Pieces
Alphabetic:
- /@cls: class documentation
- /classloader
- /data
- /db: database subsystem
- /dropins each define multiple data-features that work together
- /evint: internal events system (used to build/render graphical elements
- /evlog: event-logging system
- /features are built on PortBanks
- /global depot
- /layout system: display elements, HTML tags...
- /login system
- /menus
- /nodes
- /portbanks: foundation for Features
- /portcards: wrapper-classes for single records in specific I/O formats
- /portrows: converting between different representations of table data
- /registry of various things
- /sql: table definitions
- /startup: what happens when the browser requests a page
- /stashing: quick ways of storing arbitrary information for a given user (who may not be logged in or have an account)
- /table
- /URI data
- /varstat: variable-status wrapper classes