SimpleSL· simple site layout

Official resources

References

Open standards · documented tools

The references
that underpin SimpleSL.

This page gathers the official sources used to design, develop, test and document SimpleSL.

Web standards

  • HTML Living StandardSemantic structure, native elements and the document model.
  • CSS · W3CPresentation, cascade and open Web recommendations.
  • ECMAScriptThe JavaScript language specification maintained by TC39.

PHP and tooling

  • PHP ManualServer language, native functions and security.
  • ComposerPHP dependency management and autoloading.
  • PHPUnitAutomated testing and behavioural validation.

Frameworks and interactions

  • HTMXHTML interactions driven by attributes and server responses.
  • LaravelFramework used for more structured SimpleSL variants.
  • BladeLaravel’s template engine for reusable layouts and components.

Data

  • SQLiteAn embedded, single-file database for prototypes and lightweight installations.
  • PostgreSQLA robust relational database for server workloads.

Others

  • Google Web dev Platform Un écosystème composé de fonctionnalités de navigateur et d'API permettant aux développeurs de créer des sites Web faciles et agréables à utiliser.
Recommended reading

SimpleSL favours standards and official documentation before scattered recipes.