EuroTcl2026: ADP - The NaviServer Web Anti-Framework

Example Static Page

pages/adp/motivation.adp:

<%#-*- mode:web; fill-column:120; -*-
ns_adp_include [ns_serverpath]/app/adp.adp

set ::page::content {
<article>
  <img src="quixote.gif" width="180px" style="float:right;">
  <ul style="margin-top:5ex;">
      <li>
	80% or more of all web sites worldwide only contain semi-static content.
      </li>
      <li>
	Most of them are hosted with Wordpress and the Nginx or Apache web server.
	<br><small>-- See <a href="https://w3techs.com">https://w3techs.com</a> in 2025</small>
      </li>
      <li>
	NaviServer market share has fallen below 0.06% last year.
      </li>
    </ul>

  <blockquote style="margin-top:7ex;">
    <b>Naviserver</b> provides abundant <b>out-of-the box</b> features for building such simple <b>websites</b>...
  </blockquote>
</article>
}

ns_adp_include [ns_serverpath]/tpl/site.adp
%>