Foundation Content - Source Excerpt 20
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php
'map_title' => 'Start with the uncertainty you actually have',
'map_summary' => 'Use the route cards to jump into the answer cluster that matches your hesitation, then follow the linked governing file if you need the deeper argument or operational rule.',
'routes_title' => 'Go straight to the governing file when you already know the category of your hesitation',
'routes_summary' => 'Some launch readers want the short answer first. Others want the strongest underlying file immediately. These decision routes let the Q&A page work both ways.',
'answers_title' => 'Recurring questions, answered in public',
);
}
/**
* Section headers for the doctrine Q&A page.
*
* @return array<string, array<string, string>>
*/
function antichrist_engine_foundation_questions_sections()
{
return array(
'foundation-posture' => array(
'eyebrow' => 'Foundation Posture',
'title' => 'What FFTAC is actually claiming',
'summary' => 'Questions about the Anti-Christ as a diagnostic category, the Foundation\'s institutional posture, and what the site refuses to become.',
'cta' => 'Open posture answers',
'target' => 'about',
'anchor' => 'institution-map',
'route_cta' => 'Open the institutional brief',
'secondary_target'=> 'manifesto',
'secondary_cta' => 'Read the manifesto',
'keywords' => 'what is fftac anti christ meaning institution posture mission what kind of site is this manifesto about',
),
'research-method' => array(
'eyebrow' => 'Research And Method',
'title' => 'How evidence, contemporary systems, and AI are handled',
'summary' => 'Questions about prediction claims, Algorithmic Eschatology, and why the AI layer remains bounded instead of becoming a digital oracle.',
'cta' => 'Open method answers',
'target' => 'research',
'anchor' => 'research-command',
'route_cta' => 'Open the research command desk',
'secondary_target'=> 'ai_engine',
'secondary_anchor'=> 'ask-the-adversary',
'secondary_cta' => 'Open the signed-in AI console',
'keywords' => 'research method evidence ai engine algorithmic eschatology prediction claims contemporary systems how does the archive work',
),
'recovery-participation' => array(
'eyebrow' => 'Recovery And Participation',
'title' => 'Where readers begin and how contribution works',
'summary' => 'Questions from readers leaving panic theology, evaluating public access, or figuring out whether contact or program intake is the right route.',
'cta' => 'Open participation answers',
'target' => 'recovery',
'anchor' => 'reading-routes',
'route_cta' => 'Open the recovery guide',
'secondary_target'=> 'join',
'secondary_anchor'=> 'participation-ladder',
'secondary_cta' => 'Review participation routes',
'keywords' => 'recovery participation membership account where do i start leaving panic theology former believer join contact desk program intake',
),
'launch-operations' => array(
'eyebrow' => 'Launch Operations',
'title' => 'What is live now and how public operations are governed',
'summary' => 'Questions about support, moderation, and why the site is going public while some layers are still expanding.',
'cta' => 'Open launch answers',
'target' => 'review_notices',
'anchor' => 'notice-register',
'route_cta' => 'Review the launch log',
'secondary_target'=> 'support',
'secondary_anchor'=> 'support-impact',
'secondary_cta' => 'Inspect support impact',
'keywords' => 'launch operations what is live review notices moderation support how is this governed public launch unfinished archive',
),
);
}
/**
* High-signal launch trust and routing surfaces shared across discovery layers.
*
* @return array<int, array<string, mixed>>
*/
function antichrist_engine_foundation_launch_desk_routes()
{
return array(
array(
'eyebrow' => 'Threshold Questions',
'title' => 'Open the doctrine, posture, and participation answers first',
'summary' => 'Use this route when you need the fastest public answer to what FFTAC is, what it is not, how recovery starts, or how the launch is being handled before you invest more time.',
'target' => 'questions',
'anchor' => 'decision-routes',
'cta' => 'Open Doctrine Q&A',
'secondary_target' => 'about',
'secondary_anchor' => 'institution-map',
'secondary_cta' => 'Review the institutional brief',
'keywords' => 'launch questions doctrine faq what is fftac what is this site participation answers foundation posture',
),
array(
'eyebrow' => 'Contact Desk',
'title' => 'Route corrections, media requests, and launch issues with the right packet',
'summary' => 'Use this route when a message needs human review: research corrections, press outreach, recovery-oriented questions, program uncertainty, broken links, accessibility friction, or public launch issues.',
'target' => 'contact',
'anchor' => 'contact-routes',
'cta' => 'Open the contact routes',
'secondary_target' => 'downloads',
'secondary_anchor' => 'press-kit',
'secondary_cta' => 'Open the press kit',
'keywords' => 'contact desk research correction press inquiry interview speaking request accessibility bug broken link launch issue contact packet',
),
array(
'eyebrow' => 'Support Brief',
'title' => 'See what material support actually funds before you give',
'summary' => 'Use this route when you want to inspect launch funding priorities, support lanes, and visible public outputs so contribution stays tied to real work instead of vague spiritual pressure.',
'target' => 'support',
'anchor' => 'support-impact',
'cta' => 'Open the support impact ledger',
'secondary_target' => 'charter',
'secondary_cta' => 'Read the charter',
'keywords' => 'donate support underwriting sponsor back the project financial support giving launch fund support impact',
),
array(
'eyebrow' => 'Governance Log',
'title' => 'Inspect amendment pressure, review posture, and launch discipline',
'summary' => 'Use this route when you want proof that the institution handles change in public rather than hiding revisions, standards drift, or launch-stage incompleteness behind charisma.',
'target' => 'review_notices',
'anchor' => 'notice-register',
'cta' => 'Open the review log',
'secondary_target' => 'standards',
'secondary_anchor' => 'standards-map',
'secondary_cta' => 'Review editorial standards',
'keywords' => 'review notices amendment log governance change control launch discipline standards amendments public record',
),
array(
'eyebrow' => 'Public Files',
'title' => 'Pull the press kit, exports, and site map without browsing blind',
'summary' => 'Use this route when you need files rather than orientation: press materials, brand assets, research exports, and the site-wide map that shows how the current launch stack fits together.',
'target' => 'downloads',
'anchor' => 'press-kit',
'cta' => 'Open downloads',
'secondary_target' => 'sitemap',
'secondary_anchor' => 'sitemap-sections',
'secondary_cta' => 'Open the site map',
'keywords' => 'press kit downloads site map csv ndjson public files brand assets research exports',
),
);
}
/**