Virtual Pages - Source Excerpt 22
Summary
This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php so readers can inspect the evidence without opening the full source file.
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php
'body' => __( 'Old flags, copied notes, stale profiles, and outdated public posts can follow a person long after context has changed. Retention limits and stale-data labels are civil-liberties safeguards.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Redress Must Travel With The Error', 'two-identities-anonymous' ),
'body' => __( 'If a bad record moves across databases, vendors, agencies, or reputation channels, correction has to move across the same path. A one-office appeal does not fix a networked false positive.', 'two-identities-anonymous' ),
),
),
'ethics-and-civil-liberties' => array(
array(
'title' => __( 'Lawful Intelligence Is Governance', 'two-identities-anonymous' ),
'body' => __( 'The lawful-intelligence reports point to purpose limitation, minimization, consent or notice, sensitivity labels, access control, retention, deletion, and oversight. 2IA turns that into public governance language, not a collection playbook.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Minimization Is Freedom Practice', 'two-identities-anonymous' ),
'body' => __( 'Collect less, publish less private detail, retain less, and expose fewer bystanders. That is not timidity. It is how rights-forward intelligence refuses to make ordinary people pay for public accountability with unnecessary exposure.', 'two-identities-anonymous' ),
),
),
'lawful-contact' => array(
array(
'title' => __( 'No Mass Agency Greetings', 'two-identities-anonymous' ),
'body' => __( 'Petition is a right, but automation, flooding, ambiguous attachments, signal theater, and attempts to provoke monitoring systems make ordinary speech harder to defend. Use the channel for its purpose and keep the record clean.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Safe Harbor Means Authorization', 'two-identities-anonymous' ),
'body' => __( 'Security research and vulnerability reporting belong inside authorized disclosure channels and stated rules. 2IA does not treat curiosity, art, or politics as permission to probe infrastructure.', 'two-identities-anonymous' ),
),
),
'research-archive' => array(
array(
'title' => __( 'Report Disposition Ledger', 'two-identities-anonymous' ),
'body' => __( 'The archive model sorts incoming reports into public-safe value, internal context, duplicate context, deferred work, or blocked misuse guidance. That lets the site use more of the supplied material without publishing dangerous instructions.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Long Memory Goes To Wiki.FFTAC.org', 'two-identities-anonymous' ),
'body' => __( 'Bulky source history and reviewed evidence belong in the FFTAC wiki memory layer. 2IA keeps public pages readable while preserving provenance, disposition, and future research trails for accountable review.', 'two-identities-anonymous' ),
),
),
'about' => array(
array(
'title' => __( 'Freedom And Liberty Are The Point', 'two-identities-anonymous' ),
'body' => __( '2IA is the intelligence wing of a civil-libertarian project: lawful speech, lawful records, lawful research, lawful pressure, and public accountability for human freedom. It can be sharp without becoming reckless.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Edgy Without Unlawful', 'two-identities-anonymous' ),
'body' => __( 'The tone can be loud because the rights are real. The boundary stays firm: no harassment, no deception, no unlawful intrusion, no operational abuse, and no instructions that turn public education into a misuse guide.', 'two-identities-anonymous' ),
),
),
'privacy-policy' => array(
array(
'title' => __( 'Retention Needs A Clock', 'two-identities-anonymous' ),
'body' => __( 'Any future form, comment tool, newsletter, or analytics plugin should define what is collected, why it is collected, who can see it, how long it stays, and how it is deleted. Open-ended retention is surveillance by habit.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Sensitive Material Should Not Be Submitted', 'two-identities-anonymous' ),
'body' => __( 'A privacy-first site should not invite secrets, classified material, exploit details, private personal data, or documents a sender has no right to share. Safer public contact begins by collecting less.', 'two-identities-anonymous' ),
),
),
'contact' => array(
array(
'title' => __( 'No Signal Theater', 'two-identities-anonymous' ),
'body' => __( 'A contact message should not try to look suspicious, trip a filter, or create technical noise. Plain lawful speech is stronger than theatrical ambiguity because it is easier to archive, answer, and defend.', 'two-identities-anonymous' ),
),
array(
'title' => __( 'Correction And Right Of Reply', 'two-identities-anonymous' ),
'body' => __( 'If a public page gets something wrong, contact should support correction, clarification, and right of reply. A public-intelligence project earns trust by making repair possible.', 'two-identities-anonymous' ),
),
),
);
foreach ( $report_sections as $slug => $sections ) {
if ( isset( $pages[ $slug ] ) ) {
$pages[ $slug ]['sections'] = array_merge( $pages[ $slug ]['sections'], $sections );
}
}
return $pages;
}