Content Seed - Source Excerpt 02
Summary
This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/inc/content-seed.php so readers can inspect the evidence without opening the full source file.
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/inc/content-seed.php
'About' => '<p>2IA – Two Identities Of Anonymous – is an independent public-intelligence and identity-literacy research project. It studies how communications surveillance, metadata, language analysis, and AI inference shape the boundary between the given self and the chosen self.</p><p>2IA is not affiliated with any government, intelligence service, law-enforcement agency, or surveillance vendor.</p>',
'Privacy Policy' => '<p>This theme does not add tracking scripts, external fonts, third-party analytics, or unnecessary cookies by default. It does not collect sensitive personal data by itself. Comments are closed by default. Contact form behavior depends on the plugin selected by the site owner. Hosting providers may still create standard server logs.</p><p>Site owners need to review plugins, embeds, analytics tools, and hosting settings before launch.</p>',
'Contact' => '<p>Use this page for ordinary, safe, public contact. Do not submit sensitive personal information, classified material, exploit details, threats, harassment, or operational requests. If a contact form plugin is added, configure it for minimal data collection and clear retention limits.</p>',
);
}
/**
* Return safe draft briefing posts.
*
* @return array
*/
function twoia_seed_posts() {
$boundary = '<p><strong>Boundary note:</strong> This briefing is for public education and accountability research. It does not provide instructions for unauthorized access, evasion, sensor triggering, coercive influence, harassment, deception, disinformation, or interference with any system.</p>';
$posts = array(
array(
'title' => 'Briefing: Metadata Is a Social Map',
'category' => 'Metadata and Identity',
'excerpt' => 'A non-operational introduction to how metadata can describe relationships, habits, and identity patterns.',
'content' => '<p>Metadata often appears administrative: timestamps, routing information, device identifiers, account relationships, location traces, and transaction labels. At scale, those fragments can describe a social map.</p><h2>Why metadata matters</h2><p>Metadata can be easier to store, search, and correlate than content. Civil-liberties review should treat it as identity-rich information, not as harmless exhaust.</p>' . $boundary,
),
array(
'title' => 'Briefing: Keyword Monitoring and Context Collapse',
'category' => 'Keyword Monitoring',
'excerpt' => 'Why static terms can misread research, journalism, fiction, satire, and ordinary speech.',
'content' => '<p>Keyword monitoring can help triage large information streams, but static terms are blunt instruments. They often miss context, tone, quotation, fiction, and legitimate research.</p><h2>Context is the safeguard</h2><p>Strong oversight asks what is being flagged, who reviews the flag, how errors are corrected, and whether lawful expression is chilled.</p>' . $boundary,
),
array(
'title' => 'Briefing: AI Surveillance Needs Human Accountability',
'category' => 'AI and Sentiment Analysis',
'excerpt' => 'AI can scale review, but it can also scale bias, ambiguity, and false confidence.',
'content' => '<p>AI-assisted monitoring can cluster language, infer sentiment, rank risk, and summarize social behavior. Those capabilities are powerful, but they are not neutral.</p><h2>Governance questions</h2><p>Responsible deployments require explainability, redress, audit logs, bias review, human oversight, and narrow purpose limits.</p>' . $boundary,
),
array(
'title' => 'Briefing: False Positives Are a Civil-Liberties Problem',
'category' => 'False Positives',
'excerpt' => 'False positives can emerge from jokes, quotes, translation, slang, and cultural mismatch.',
'content' => '<p>False positives are not merely technical inconvenience. They can affect reputation, speech, association, travel, employment, and access to services.</p><h2>Designing for correction</h2><p>Any monitoring system should include appeal pathways, human review, retention limits, and transparency about error rates.</p>' . $boundary,
),
array(
'title' => 'Briefing: Lawful Public Contact Channels',
'category' => 'Lawful Public Contact',
'excerpt' => 'A safe, ordinary approach to public contact: official channels, truthful messages, and no infrastructure interaction.',
'content' => '<p>Public institutions usually provide official channels for questions, public comments, press inquiries, and records requests. Those channels exist to keep contact ordinary, documented, and lawful.</p><h2>Clear boundary</h2><p>Do not automate mass outreach, send unsolicited attachments, probe networks, or attempt to interact with monitoring systems. Use the published channel for the stated purpose.</p>' . $boundary,
),
array(
'title' => 'Briefing: Psychological Warfare and Influence Literacy',
'category' => 'Psychological Warfare',
'excerpt' => 'A defensive media-literacy framing for propaganda, disinformation, synthetic media, amplification, and public resilience.',
'content' => '<p>Psychological warfare treats perception, emotion, uncertainty, and belonging as contested public space. A civil-liberties response asks who benefits, what evidence exists, who may be harmed, and whether correction is possible.</p><h2>Resilience before reaction</h2><p>Source diversity, provenance labels, careful uncertainty language, independent review, and transparent correction can reduce harm without normalizing censorship or coercion.</p>' . $boundary,
),
array(
'title' => 'Briefing: OSINT Without Recklessness',
'category' => 'Open-Source Intelligence',
'excerpt' => 'Public records, source volatility, synthetic media, and minimization in lawful public-interest research.',
'content' => '<p>OSINT is a discipline for answering a defined public-interest question with lawful public information. It is strongest when it preserves source context, marks uncertainty, and avoids publishing personal detail that does not prove the point.</p><h2>Verification is liberty work</h2><p>AI-generated media, unstable platforms, deleted posts, and adversarial narratives make verification harder. Careful notes, confidence labels, and redaction protect both the subject and the reader.</p>' . $boundary,
),
array(
'title' => 'Briefing: Anonymous, Attribution, and Accountability',
'category' => 'Anonymous and Hacktivism',
'excerpt' => 'Anonymous as a leaderless identity system, public symbol, and attribution challenge.',
'content' => '<p>Anonymous is a powerful example of a chosen identity becoming a public banner. That power can protect dissent, but it can also obscure responsibility when unrelated actors claim the same symbol.</p><h2>Slow down the spectacle</h2><p>Handles, videos, masks, and leak branding do not prove who acted. Responsible analysis separates lawful protest, media symbolism, disputed claims, and unlawful intrusion.</p>' . $boundary,
),
array(
'title' => 'Briefing: Freedom Requires Correction Paths',
'category' => 'Civil Liberties',
'excerpt' => 'Why appeal, deletion, confidence labels, and audit trails belong inside surveillance and AI systems.',
'content' => '<p>False positives can chill speech long before a court or public hearing appears. If a system can flag a person, it should also explain, correct, delete, and audit the flag.</p><h2>Rights are operational requirements</h2><p>Due process, privacy, anonymity, public records, and oversight are not decorative principles. They are design requirements for any system that touches lawful civic life.</p>' . $boundary,
),
);
if ( function_exists( 'twoia_launch_article_blueprints' ) ) {
foreach ( twoia_launch_article_blueprints() as $article ) {
$content = '<p><strong>Lead:</strong> ' . esc_html( $article['deck'] ) . '</p>';
$content .= '<p><strong>What this gives you:</strong> ' . esc_html( $article['promise'] ) . '</p>';
$content .= '<h2>Key takeaways</h2><ul>';
foreach ( $article['takeaways'] as $takeaway ) {
$content .= '<li>' . esc_html( $takeaway ) . '</li>';
}
$content .= '</ul>';
$content .= '<h2>Plain-language explanation</h2><p>' . esc_html( $article['explanation'] ) . '</p>';
$content .= '<h2>Evidence or source categories</h2><p>' . esc_html( $article['sources'] ) . '</p>';
$content .= '<h2>Civil-liberties implications</h2><p>' . esc_html( $article['implications'] ) . '</p>';
$content .= '<h2>What to check next</h2><p>' . esc_html( $article['next_steps'] ) . '</p>';
$content .= '<h2>Correction link</h2><p>See <a href="' . esc_url( home_url( '/corrections-and-right-of-reply/' ) ) . '">Corrections and Right of Reply</a>.</p>';
$content .= $boundary;
$posts[] = array(
'title' => $article['title'],
'category' => $article['topic'],
'excerpt' => $article['deck'],
'content' => $content,
);
}
}
return $posts;
}