Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Knowledge wiki home page — design intent

← All revisions

feb072ca · PointSav Digital Systems ·

editorial(applications): re-verify knowledge-wiki-home-page-design (Track-B) — confirmed the home() handler in app.rs renders categories dynamically via nav_cats(&state) reading categories.yaml (currently 15 categories, not the article's claimed 9 or the 2026-08-02 correction's claimed 10 — no hardcoded HOMEPAGE_CATEGORIES constant exists either); confirmed home() emits zero JSON-LD (only category_page/article handlers do) — reframed the slot-structure claim as planned, not shipped; dropped a specific category count in favor of describing the dynamic mechanism, since the real count changes with normal category work (as this same session's own Track-B passes have shown); fixed a duplicate body H1 on both EN+ES

View the full record as of this revision →

@@ -9,14 +9,12 @@ content_type: topic
index_group: knowledge-and-editorial-applications
status: active
bcsc_class: public-disclosure-safe
last_edited: 2026-05-25
last_edited: 2026-08-22
editor: pointsav-engineering
paired_with: knowledge-wiki-home-page-design.es.md
cites: [ni-51-102, osc-sn-51-721]
---

# Knowledge wiki home page — design intent

The PointSav documentation wiki at documentation.pointsav.com is the canonical reading surface for the platform's architecture, services, operating systems, governance, infrastructure, applications, and reference vocabulary, served by the [[app-mediakit-knowledge]] engine. Its home page inherits Wikipedia's Main Page structural conventions — the gold standard for general-knowledge home pages — and extends that inheritance with capabilities Wikipedia's governance model has been structurally unable to ship, following the [[wikipedia-leapfrog-design|leapfrog design philosophy]].

This article explains the design intent: what is preserved from Wikipedia, what is added beyond it, and what engineering and financial-community readers each encounter when they arrive.
@@ -41,7 +39,7 @@ Ten structural slots compose Wikipedia's English Main Page. The PointSav home pa

**Featured article.** Wikipedia's Today's Featured Article enforces a 909–1,009 character blurb — character count, not word count. The PointSav home page preserves the format invariant: bolded linked title, body-register paraphrase of the article lead, "→ Read" closer. The featured article rotates as the editorial pipeline warrants; the current rotation cadence is weekly.

**Browse by category.** Wikipedia surfaces topics through its category system. The PointSav home page surfaces all nine ratified categories — architecture, services, systems, applications, governance, infrastructure, company, reference, help — in a 3×3 grid. The grid renders all nine even when a category is empty, so the platform's intended scope is visible at launch. (Correction, 2026-08-02: `company`/`help` were retired 16 days before this article's own last-edited date, commit `ff23832`/`2e843fb`, 2026-05-09 — the real category count is 10, not 9, and neither `company` nor `help` exist. The real home-page browse grid, `HOMEPAGE_CATEGORIES`, is a 7-tile marketing IA — "Developer Platform," "Operator Workspace," etc. — not a literal 3×3 grid of category names. Flagged, not resolved.)
**Browse by category.** Wikipedia surfaces topics through its category system. The PointSav home page surfaces every ratified category as a card, rendered directly from the wiki's category registry rather than a hand-maintained list — a category that gains its first article appears on the home page on the next render, with no template change required.

**Recent additions.** The top five articles by `last_edited` date, in descending order. The intent matches Wikipedia's Did You Know section: signal that the corpus is actively maintained and give returning readers a reason to return.

@@ -53,11 +51,11 @@ The blue link colour, sans-serif headings, the absence of bold except for articl

## Extensions beyond Wikipedia

Five primitives extend Wikipedia's home-page composition. Three are available in the current iteration. Two are planned for later iterations.
Five primitives extend Wikipedia's home-page composition. Two are available in the current iteration. Three are planned for later iterations.

### Machine-readable slot structure
### Machine-readable slot structure (planned)

Wikipedia's home page has no structured data describing its slots. The PointSav home page emits JSON-LD per slot — the featured-article slot as a typed `Article` reference, the recent-additions slot as an `ItemList`, the category grid as a typed `WebPageElement` collection. Downstream consumers — feed readers, voice interfaces, language models — receive structure rather than prose to infer. (Correction, 2026-08-02: zero JSON-LD code exists in the real home-page handler — `src/jsonld.rs` implements JSON-LD only for individual TOPIC pages, not the home page. Flagged, not resolved.)
Wikipedia's home page has no structured data describing its slots. Individual TOPIC pages already emit JSON-LD structured data; extending the same treatment to the home page's own slots — the featured-article slot as a typed `Article` reference, the recent-additions slot as an `ItemList` — is a natural next step, not yet built. Today the home page itself carries no structured data of its own; only the articles it links to do.

### Editorial-labour cadence as visible signal

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →