<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Getting Started on ASW — Agentic Semantic Web</title>
    <link>https://asw.trentuna.com/docs/getting-started/</link>
    <description>Recent content in Getting Started on ASW — Agentic Semantic Web</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://asw.trentuna.com/docs/getting-started/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction</title>
      <link>https://asw.trentuna.com/docs/getting-started/introduction/</link>
      <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/getting-started/introduction/</guid>
      <description>&lt;h2 id=&#34;what-is-asw&#34;&gt;What is ASW?&lt;/h2&gt;&#xA;&lt;p&gt;Agentic Semantic Web (ASW) is a standalone CSS framework designed for content generated by AI agents. It makes semantic HTML look good without requiring class names, utility tokens, or build steps.&lt;/p&gt;&#xA;&lt;p&gt;One &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag. That is the entire installation.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;link&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;rel&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;stylesheet&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;href&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;asw.css&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;why-semantic-html&#34;&gt;Why semantic HTML?&lt;/h2&gt;&#xA;&lt;p&gt;AI agents write HTML naturally — &lt;code&gt;&amp;lt;article&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;nav&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;aside&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt;. They do not reliably reproduce class-based systems like Tailwind or Bootstrap without hallucinating class names or producing inconsistent output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quick Start</title>
      <link>https://asw.trentuna.com/docs/getting-started/getting-started/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/getting-started/getting-started/</guid>
      <description>&lt;p&gt;Drop &lt;code&gt;asw.css&lt;/code&gt; into your project, add one &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag, and write semantic HTML. No npm, no build pipeline, no configuration files required.&lt;/p&gt;&#xA;&lt;h2 id=&#34;inline-demo&#34;&gt;Inline Demo&lt;/h2&gt;&#xA;&lt;div data-demo&gt;&#xA;  &lt;nav&gt;&#xA;    &lt;a href=&#34;#&#34;&gt;Home&lt;/a&gt; ·&#xA;    &lt;a href=&#34;#&#34;&gt;Docs&lt;/a&gt; ·&#xA;    &lt;a href=&#34;#&#34;&gt;About&lt;/a&gt;&#xA;  &lt;/nav&gt;&#xA;  &lt;main&gt;&#xA;    &lt;article&gt;&#xA;      &lt;header&gt;&lt;h2&gt;Page title&lt;/h2&gt;&lt;/header&gt;&#xA;      &lt;p&gt;This is an &lt;code&gt;&amp;lt;article&amp;gt;&lt;/code&gt; inside &lt;code&gt;&amp;lt;main&amp;gt;&lt;/code&gt;, next to a &lt;code&gt;&amp;lt;nav&amp;gt;&lt;/code&gt;. ASW styles all three with no classes.&lt;/p&gt;&#xA;    &lt;/article&gt;&#xA;  &lt;/main&gt;&#xA;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
