Align TalkOrigins POC links and footer

This commit is contained in:
welsberr 2026-04-29 00:08:53 +00:00
parent 66378d938f
commit 7aa4c3f50e
2 changed files with 22 additions and 10 deletions

View File

@ -37,9 +37,9 @@
"navigation": [ "navigation": [
{ "label": "Start Here", "href": "#start" }, { "label": "Start Here", "href": "#start" },
{ "label": "Key Resources", "href": "#resources" }, { "label": "Key Resources", "href": "#resources" },
{ "label": "Search", "href": "https://www.talkorigins.org/search/" }, { "label": "Search", "href": "/search/" },
{ "label": "Roadmap", "href": "#roadmap" }, { "label": "Roadmap", "href": "#roadmap" },
{ "label": "Support", "href": "#roadmap" } { "label": "Support", "href": "/foundation/2026-update/" }
], ],
"hero": { "hero": {
"kicker": "Archive Preview", "kicker": "Archive Preview",
@ -47,7 +47,7 @@
"lede": "The modernization work keeps the Archive's stable reference role while making it easier for a first-time reader to find explanations, claims, search tools, and sister Foundation resources.", "lede": "The modernization work keeps the Archive's stable reference role while making it easier for a first-time reader to find explanations, claims, search tools, and sister Foundation resources.",
"actions": [ "actions": [
{ "label": "Start with the overview", "href": "#start", "primary": true }, { "label": "Start with the overview", "href": "#start", "primary": true },
{ "label": "See the roadmap", "href": "#roadmap", "primary": false } { "label": "View the support update", "href": "/foundation/2026-update/", "primary": false }
] ]
}, },
"content": { "content": {
@ -55,21 +55,21 @@
{ {
"title": "New to the topic?", "title": "New to the topic?",
"body": "Start with readable explanations that separate the scientific issues from the rhetoric around them.", "body": "Start with readable explanations that separate the scientific issues from the rhetoric around them.",
"href": "https://www.talkorigins.org/faqs/faq-misconceptions.html", "href": "/faqs/faq-misconceptions/",
"meta": "Archive guide", "meta": "Archive guide",
"link_label": "Read a sample FAQ" "link_label": "Read a sample FAQ"
}, },
{ {
"title": "Looking for a specific claim?", "title": "Looking for a specific claim?",
"body": "The Index to Creationist Claims gives readers a direct path from a familiar claim to a response and references.", "body": "The Index to Creationist Claims gives readers a direct path from a familiar claim to a response and references.",
"href": "https://www.talkorigins.org/indexcc/", "href": "/indexcc/CA100/",
"meta": "Claim index", "meta": "Claim index",
"link_label": "Open the Index" "link_label": "Open the Index"
}, },
{ {
"title": "Searching across Foundation sites?", "title": "Searching across Foundation sites?",
"body": "Foundation search keeps TalkOrigins, TalkDesign, Panda's Thumb, Panda's Thumb MT, and the claim index as distinct selectable corpora.", "body": "Foundation search keeps TalkOrigins, TalkDesign, Panda's Thumb, Panda's Thumb MT, and the claim index as distinct selectable corpora.",
"href": "https://www.talkorigins.org/search/", "href": "/search/",
"meta": "Search", "meta": "Search",
"link_label": "Search the sites" "link_label": "Search the sites"
} }
@ -78,14 +78,14 @@
{ {
"title": "Featured FAQ: Misconceptions", "title": "Featured FAQ: Misconceptions",
"body": "A representative long-form Archive article demonstrates how legacy explanatory material can be presented in the modern theme.", "body": "A representative long-form Archive article demonstrates how legacy explanatory material can be presented in the modern theme.",
"href": "https://www.talkorigins.org/faqs/faq-misconceptions.html", "href": "/faqs/faq-misconceptions/",
"meta": "Archive article", "meta": "Archive article",
"link_label": "Read the FAQ" "link_label": "Read the FAQ"
}, },
{ {
"title": "Featured Claim: CA100", "title": "Featured Claim: CA100",
"body": "A representative Index to Creationist Claims entry shows the claim-centered path into evidence and rebuttal material.", "body": "A representative Index to Creationist Claims entry shows the claim-centered path into evidence and rebuttal material.",
"href": "https://www.talkorigins.org/indexcc/CA/CA100.html", "href": "/indexcc/CA100/",
"meta": "Index claim", "meta": "Index claim",
"link_label": "Read the claim entry" "link_label": "Read the claim entry"
} }
@ -125,7 +125,7 @@
"apps": [ "apps": [
{ {
"title": "Public search", "title": "Public search",
"href": "https://www.talkorigins.org/search/", "href": "/search/",
"description": "Search across Foundation corpora and the Index to Creationist Claims" "description": "Search across Foundation corpora and the Index to Creationist Claims"
} }
], ],
@ -149,6 +149,11 @@
"status": "Planned", "status": "Planned",
"body": "Use the proof-of-concept site to show that the Archive is being actively maintained while preserving the stable Archive and dynamic commentary split." "body": "Use the proof-of-concept site to show that the Archive is being actively maintained while preserving the stable Archive and dynamic commentary split."
}, },
{
"title": "Preserve legacy TalkOrigins URLs",
"status": "Architecture",
"body": "For this long-running Archive, English content should remain reachable at root paths such as /faqs/ and /indexcc/. Future language variants can live under language-code paths while the original English URLs continue to resolve."
},
{ {
"title": "Add guided reading paths", "title": "Add guided reading paths",
"status": "Planned", "status": "Planned",

View File

@ -85,7 +85,14 @@
</main> </main>
<footer class="site-footer"> <footer class="site-footer">
<p class="footer-note"><strong>{{ site_title }}</strong> is the current SciSiteForge proving ground for modern archive-style science sites.</p> <p class="footer-note"><strong>{{ site_title }}</strong></p>
<p class="footer-note">Exploring the creation/evolution controversy with archived resources, reviewed explanations, and modernized access.</p>
<p class="footer-note">
<a href="/">Home</a> |
<a href="/search/">Search</a> |
<a href="https://www.talkorigins.org/origins/feedback/">Feedback</a> |
<a href="https://www.talkorigins.org/">Legacy Archive</a>
</p>
</footer> </footer>
</div> </div>
</body> </body>