import centered from './centered/manifest.json'; import choice from './choice/manifest.json'; import { globalManifests } from './global'; import modal from './modal/manifest.json'; import choicePage from './pages/choice.json'; import description from './pages/description.json'; import modalPage from './pages/modal.json'; import progress from './pages/progress.json'; import { idOf, mergeManifests } from './schema'; import split from './split/manifest.json'; import stacked from './stacked/manifest.json'; /** * Properties live in JSON beside their page so a tool outside the plugin reads * the same file the plugin does, rather than a second copy that drifts. * * Labels sit there untranslated on purpose: nothing in the flow renders them, * and a string in JSON cannot reach make-pot anyway. */ export const descriptionManifests = () => [centered, split]; export const progressManifests = () => [stacked]; export const choiceManifests = () => [choice]; export const modalManifests = () => [modal]; const everyTemplate = () => [ ...descriptionManifests(), ...progressManifests(), ...choiceManifests(), ...modalManifests(), ]; const PAGE_OF = { centered: 'description', split: 'description', stacked: 'progress', choice: 'choice', modal: 'modal', }; export const pageManifests = () => [ description, progress, choicePage, modalPage, ]; const pageManifest = (page) => pageManifests().find((entry) => idOf(entry) === page); /** * Global, then the page, then the template. Nothing reads this at runtime — a * page reads its variables from the cascade — so it exists for a tool that has * to know what it may set, and for the contract test over the three levels. */ export const resolvedFor = (template) => { const page = pageManifest(PAGE_OF[template]); const own = everyTemplate().find((entry) => idOf(entry) === template); return mergeManifests([ ...globalManifests(), ...(page ? [page] : []), ...(own ? [own] : []), ]); };

Restore backup mode is enabled so most options are disabled.
If you want to activate these options to change the migration website you need to restart the installer and deactivate the Restore backup mode option

Background -

Background

about us

Navigating Truth in the Digital Era

Salone Factchecker emerges in Sierra Leone as a stalwart against misinformation, aiming to counter the spread of false narratives and bolster media literacy. Founded in 2019 by Yeama Sarah Thompson, the Executive Director of Initiatives for Media Development (IMdev), this platform addresses the challenge of veracity in an age dominated by social media.

Inspired by a transformative Edward R. Murrow Fellowship sponsored by the U.S. Embassy in Sierra Leone in 2018, Yeama Sarah Thompson channeled her dedication into the establishment of Salone Factchecker (SFC). The initiative seeks to equip Sierra Leoneans with reliable information, encourage discernment of news credibility, and combat the proliferation of misleading content.

Sierra Leone, a fledgling democracy of approximately 7 million citizens in West Africa, has made strides towards press freedom and media development post a tumultuous civil war from 1991 to 2002. The repeal of Section 5 of Sierra Leone’s Civil Law in 2020, criminalizing false speech, marked a pivotal step toward fostering open expression.

However, the rise of digital social media has introduced fresh complexities. Traditional journalism faces dwindling audiences and financial challenges, undermining its ability to provide thorough investigative reporting. Consequently, skepticism towards media has surged, leading to an era of “information disorder.”

Salone Factchecker counters this trend, striving to reestablish credibility and accountability. Notably, the platform gained prominence during Sierra Leone’s 2018 general election, marred by misinformation on social media. Subsequent years have witnessed the tangible consequences of unchecked falsehoods, exacerbating political instability, public health concerns, and social unrest.

As a steadfast guardian of accuracy, Salone Factchecker navigates the intricate landscape of digital information. It stands as a beacon of trustworthy journalism, committed to elevating media literacy and promoting responsible news consumption. In an age where information flows freely but not always reliably, Salone Factchecker remains devoted to illuminating the path with credible, verified, and unbiased information.

Scroll to Top