Keep future products off the public site
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Project purpose
|
||||
|
||||
This repository contains the public website for the Napper application ecosystem. It includes the main `napper.au` landing site, the Hudra and Lildra product sites, and shared legal, privacy, support and ecosystem content. Pendra is planned but does not yet have a product page.
|
||||
This repository contains the public website for the Napper application ecosystem. It includes the main `napper.au` landing site, the Hudra and Lildra product sites, and shared legal, privacy, support and ecosystem content.
|
||||
|
||||
## Source of truth
|
||||
|
||||
@@ -18,10 +18,15 @@ When an important architectural, deployment, naming or development decision is m
|
||||
|
||||
- Hudra is primarily a presentation and slide-viewing system that turns complete QLearn lesson pages into a classroom presentation experience. Do not describe Hudra as a general-purpose editor.
|
||||
- Lildra is a distraction-free reading extension that hides the surrounding Canvas/QLearn interface while preserving the lesson DOM, content and styling. It is not a presentation system.
|
||||
- Pendra is planned as a simpler path for bringing completed presentation slides into QLearn.
|
||||
|
||||
Keep product wording within these boundaries and do not reuse Lildra's clutter-removal positioning as Hudra's primary message.
|
||||
|
||||
## Future-product publication
|
||||
|
||||
- Do not mention future products on the public website unless their inclusion is part of an explicit teaser or launch decision.
|
||||
- An approved teaser must define its wording, destination, campaign purpose and publication period.
|
||||
- Preserve unapproved concepts under `docs/future-products.md`, not in public HTML, CSS or browser JavaScript.
|
||||
|
||||
## Current architecture
|
||||
|
||||
The site is a dependency-free static site using HTML, CSS and small browser JavaScript files. Do not introduce a framework, package manager, build system or templating engine without an explicit architectural decision.
|
||||
@@ -44,7 +49,7 @@ The site is a dependency-free static site using HTML, CSS and small browser Java
|
||||
└── terms/index.html
|
||||
```
|
||||
|
||||
Hudra provides the established foundational product-page and legal-page styling. Lildra reuses that stable foundation through its own theme stylesheets and keeps Lildra-specific colours and visuals isolated there. Reassess this CSS layering before adding Pendra rather than creating another product-to-product dependency.
|
||||
Hudra provides the established foundational product-page and legal-page styling. Lildra reuses that stable foundation through its own theme stylesheets and keeps Lildra-specific colours and visuals isolated there. Reassess this CSS layering before adding another product rather than creating another product-to-product dependency.
|
||||
|
||||
## Deployment assumptions
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ Static source for the Napper application ecosystem website, deployed at <https:/
|
||||
|
||||
- **Hudra** is available at <https://napper.au/hudra>. It turns complete QLearn lesson pages into a presentation or slide-style classroom teaching experience.
|
||||
- **Lildra** is available at <https://napper.au/lildra>. It gives supported Canvas and QLearn lesson pages a distraction-free reading view while preserving their original content and styling.
|
||||
- **Pendra** is planned. A `/pendra` page has not yet been added.
|
||||
|
||||
## Site structure
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
## Next
|
||||
|
||||
- Submit Lildra to the Chrome Web Store and add its listing link when approved
|
||||
- Add Pendra
|
||||
- Review future product concepts privately before approving any public teaser or launch work
|
||||
- Shared CSS
|
||||
- Shared navigation
|
||||
|
||||
|
||||
+5
-10
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
|
||||
## Product page styling
|
||||
|
||||
Hudra remains the current foundation for product and legal-page layout. Lildra loads that stable foundation through its own theme stylesheets, then overrides product colour tokens and adds only Lildra-specific visuals. This is an intentional transitional convention for the two current products. Before Pendra is added, extract genuinely shared product foundations into neutral shared styles rather than introducing another product-to-product dependency.
|
||||
Hudra remains the current foundation for product and legal-page layout. Lildra loads that stable foundation through its own theme stylesheets, then overrides product colour tokens and adds only Lildra-specific visuals. This is an intentional transitional convention for the two current products. Before another product is added, extract genuinely shared product foundations into neutral shared styles rather than introducing another product-to-product dependency.
|
||||
|
||||
@@ -2,7 +2,7 @@ Status
|
||||
Accepted
|
||||
|
||||
Context
|
||||
Hudra, Lildra and Pendra share navigation and branding.
|
||||
Hudra and Lildra share navigation and branding, and future products are expected to follow the same ecosystem conventions.
|
||||
|
||||
Decision
|
||||
Shared CSS lives in /css/ecosystem.css.
|
||||
@@ -11,4 +11,4 @@ Product-specific CSS stays beside each product.
|
||||
Consequences
|
||||
- less duplication
|
||||
- consistent branding
|
||||
- easier Codex sessions
|
||||
- easier Codex sessions
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Future product material
|
||||
|
||||
This document preserves product concepts that are not approved for publication on the public website. Material here must remain off public site pages unless an explicit teaser or launch decision is made.
|
||||
|
||||
## Pendra
|
||||
|
||||
Pendra is planned as a simpler path for bringing completed presentation slides into QLearn.
|
||||
|
||||
Previously drafted public copy:
|
||||
|
||||
- Short description: "Bring completed slide decks into QLearn more easily."
|
||||
- Tagline: "A simpler path from slides to QLearn."
|
||||
- Product description: "Pendra is planned as a tool for bringing completed presentation slides into QLearn pages without rebuilding them one image at a time."
|
||||
- Availability: "Planned after Lildra."
|
||||
|
||||
Previously drafted visual treatment used a six-sided `Pe` glyph, a magenta palette and a planned-product status label. The implementation remains recoverable from Git history if a future marketing decision approves a teaser.
|
||||
+2
-16
@@ -67,10 +67,6 @@
|
||||
<img src="/img/LildraLogo128.png" width="66" height="66" alt="Lildra logo">
|
||||
<div><span class="status status-live">Available</span><h2>Lildra</h2><p>Keep the lesson page and hide the surrounding QLearn clutter.</p></div>
|
||||
</a>
|
||||
<article class="stack-card stack-pendra product-pendra">
|
||||
<div class="product-glyph product-glyph-pendra" aria-hidden="true">Pe</div>
|
||||
<div><span class="status">Planned</span><h2>Pendra</h2><p>Bring completed slide decks into QLearn more easily.</p></div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,7 +86,7 @@
|
||||
<div class="section-heading">
|
||||
<div class="eyebrow"><span></span> Products</div>
|
||||
<h2>A growing family of focused lesson tools.</h2>
|
||||
<p><a class="inline-product-link" href="/hudra">Hudra</a> and <a class="inline-product-link" href="/lildra">Lildra</a> are available now, with Pendra planned next.</p>
|
||||
<p><a class="inline-product-link" href="/hudra">Hudra</a> and <a class="inline-product-link" href="/lildra">Lildra</a> are available now.</p>
|
||||
</div>
|
||||
|
||||
<div class="product-grid">
|
||||
@@ -119,16 +115,6 @@
|
||||
<div class="card-actions"><a class="button button-primary" href="/lildra">Explore Lildra</a><a class="text-link" href="https://chromewebstore.google.com/detail/lildra/plgcccpjkfeimphghbpojjmibmajgocp">Chrome Web Store <span>→</span></a></div>
|
||||
</article>
|
||||
|
||||
<article class="product-card product-pendra">
|
||||
<div class="product-card-top">
|
||||
<div class="product-glyph product-glyph-pendra large" aria-hidden="true">Pe</div>
|
||||
<span class="status">Planned</span>
|
||||
</div>
|
||||
<h3>Pendra</h3>
|
||||
<p class="product-tagline">A simpler path from slides to QLearn.</p>
|
||||
<p>Pendra is planned as a tool for bringing completed presentation slides into QLearn pages without rebuilding them one image at a time.</p>
|
||||
<p class="availability">Planned after Lildra.</p>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -165,7 +151,7 @@
|
||||
<p>Focused browser tools for better digital lessons.</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<div><strong>Products</strong><a href="/hudra">Hudra</a><a href="/lildra">Lildra</a><span>Pendra - planned</span></div>
|
||||
<div><strong>Products</strong><a href="/hudra">Hudra</a><a href="/lildra">Lildra</a></div>
|
||||
<div><strong>Resources</strong><a href="https://git.napper.au/napper">Source</a><a href="/hudra/support">Hudra support</a><a href="/lildra/support">Lildra support</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user