Launch Lildra website
This commit is contained in:
@@ -5,8 +5,8 @@ Static source for the Napper application ecosystem website, deployed at <https:/
|
||||
## Current products
|
||||
|
||||
- **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 in development. It is focused on removing the surrounding QLearn interface and showing lesson-page content cleanly. A `/lildra` page has not yet been added.
|
||||
- **Pendra** is planned after Lildra. A `/pendra` page has not yet been added.
|
||||
- **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
|
||||
|
||||
@@ -32,12 +32,15 @@ The site uses static HTML, CSS and JavaScript without a framework, package manag
|
||||
|
||||
The HTML uses root-relative asset and navigation paths. Opening pages directly with `file://` or serving the repository beneath a URL subpath will not reproduce production routing. Local previews should use a static server configured with this repository as its web root and with directory-index handling enabled.
|
||||
|
||||
Lildra mirrors Hudra's product structure under `lildra/`, with its landing page plus `support/`, `privacy/` and `terms/` directory pages. Its product JavaScript and theme styles live in `js/lildra.js`, `css/lildra.css` and `css/lildra-legal.css`.
|
||||
|
||||
## URLs and external services
|
||||
|
||||
- Production site: <https://napper.au>
|
||||
- Canonical QLearn URL: <https://qlearn.eq.edu.au>
|
||||
- Canonical Gitea organisation: <https://git.napper.au/napper>
|
||||
- Hudra releases: <https://git.napper.au/napper/hudra/releases>
|
||||
- Lildra releases: <https://git.napper.au/napper/lildra/releases>
|
||||
|
||||
Production supports clean directory URLs. For example, `/hudra/privacy` serves `hudra/privacy/index.html` without requiring `index.html` in the public URL.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user