Welcome to SECApedia! Please check out our rules, manual of style aswell as some info on the site.
The site is currently in a "grace period" where only users can edit articles so that we can set things up in peace. This should end within a few days or so. Soyoyuki (talk) 14:22, 21 June 2026 (UTC)
CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please remove all unnecessary discussion pages, for example those with outdated info.
User:Tether/todo
From SECApedia
Jump to navigationJump to search
Essential To-Do List
Phase 1: Discoverability & Navigation
- WikiSEO - Manage meta tags, keywords, and site verification.
Interwiki - Admin dashboard to manage and map cross-wiki links.- Previews - Enable "Hovercard" popups for page snippets.
Phase 2: Editing Tools
- CharInsert - JavaScript toolbar for special characters and formatting.
- Details - Support for <details> and <summary> tags for collapsible content.
- TabberNeue - Create tabbed interfaces within articles.
Phase 3: Analytics & Moderation
- Analytics - Track traffic and edit engagement.
- Hit Counters - Per-page view statistics.
- AnonPrivacy - Hide contributor IP addresses from non-admins.
- TorBlock - Block anonymous Tor exit nodes to prevent spam.
Phase 4: Importing
- Mainspace - Get all mainspace pages
- Templates - Get all templates
- Images - Get all images
Implementation Checklist
- Navigate to: /var/www/html/extensions/
- Download: git clone [repository_url]
- Register: Add wfLoadExtension( 'ExtensionName' ); to LocalSettings.php
- Update DB: php maintenance/run.php update
- Refresh: php maintenance/run.php invalidateCache
Useful commands for (Me)
- nano /var/www/html/LocalSettings.php - open localsettings
- cd /var/www/html/extensions/ - extensions