Editing SSF:About
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 24: | Line 24: | ||
* '''Predecessor''': #SSF!'s predecessor domain is [https://ban-covert-modeling.org/ '''Ban-Covert-Modeling.org #BCM!'''], which was registered on Thursday 2019-03-14 and will expire on Wednesday 2029-03-14, unless renewed. | * '''Predecessor''': #SSF!'s predecessor domain is [https://ban-covert-modeling.org/ '''Ban-Covert-Modeling.org #BCM!'''], which was registered on Thursday 2019-03-14 and will expire on Wednesday 2029-03-14, unless renewed. | ||
* '''Systems''': Mediawiki with [[w:MariaDB]] and [[w:Apache HTTP Server|w:Apache2]] running on [[w:Debian]] [[w:GNU]]/[[w:Linux]], running on [[w:Kernel-based Virtual Machine|w:KVM]], running on a modern server in [[w:Helsinki]], [[w:Finland]]. | * '''Systems''': Mediawiki with [[w:MariaDB]] and [[w:Apache HTTP Server|w:Apache2]] running on [[w:Debian]] [[w:GNU]]/[[w:Linux]], running on [[w:Kernel-based Virtual Machine|w:KVM]], running on a modern server in [[w:Helsinki]], [[w:Finland]]. | ||
* '''Electricity''': [https://www.thegreenwebfoundation.org/green-web-check/?url= | * '''Electricity''': [https://www.thegreenwebfoundation.org/green-web-check/?url=https%3A%2F%2Fwiki.ban-covert-modeling.org%2F From '''renewable''' sources] | ||
* '''Backups''': Backups of the system are made '''daily''' by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers. | * '''Backups''': Backups of the system are made '''daily''' by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers. | ||
* '''Archiving''': | * '''Archiving''': [https://web.archive.org/web/*/https://stop-synthetic-filth.org/wiki/Main_Page '''The Internet Archive Wayback Machine''' started archiving the wiki occasionally on 2020-08-03] This wiki has been archived with [https://github.com/WikiTeam/wikiteam '''Wikiteam''' tools] [https://archive.org/details/wiki-stop_synthetic_filthorg_w on 2020-10-28 at web.archive.org] | ||
* '''Linking praxis''': Links to Wikipedia occurring outside of <nowiki>{{Q}}</nowiki> and [[#Scary transclusion|transcluded]] articles should bear the notice 'w:' i.e. <font color="blue"><nowiki>[[w:Article name]]</nowiki></font>. [[Red links]] mostly used to indicate that Wikipedia does not yet have them. | * '''Linking praxis''': Links to Wikipedia occurring outside of <nowiki>{{Q}}</nowiki> and [[#Scary transclusion|transcluded]] articles should bear the notice 'w:' i.e. <font color="blue"><nowiki>[[w:Article name]]</nowiki></font>. [[Red links]] mostly used to indicate that Wikipedia does not yet have them. | ||
* '''Emails from the wiki''': Emails sent by MediaWiki come from the address s e r v i c e s @ stop - synthetic - filth (dot) org and are sent via Gandi.net's SMTP over SSL, so the first machine in the email envelope is something.gandi.net | * '''Emails from the wiki''': Emails sent by MediaWiki come from the address s e r v i c e s @ stop - synthetic - filth (dot) org and are sent via Gandi.net's SMTP over SSL, so the first machine in the email envelope is something.gandi.net | ||
[[File:Stop-synthetic-filth.org-is-hosted-green.png|thumb|center|[[SSF:About|Stop Synthetic Filth! wiki]] is hosted in Helsinki, Finland at a hosting business that uses electricity from renewable sources only. ([https://www.thegreenwebfoundation.org/green-web-check/?url=stop-synthetic-filth.org Check])]] | [[File:Stop-synthetic-filth.org-is-hosted-green.png|thumb|center|[[SSF:About|Stop Synthetic Filth! wiki]] is hosted in Helsinki, Finland at a hosting business that uses electricity from renewable sources only. ([https://www.thegreenwebfoundation.org/green-web-check/?url=wiki.stop-synthetic-filth.org Check])]] | ||
Line 40: | Line 37: | ||
= MediaWiki = | = MediaWiki = | ||
The #SSF! wiki has the following configuration | The #SSF! wiki has the following configuration: | ||
== ConfirmAccount == | == ConfirmAccount == | ||
Line 85: | Line 82: | ||
# Non-autoconfirmed users have to pass the captcha always | # Non-autoconfirmed users have to pass the captcha always | ||
# Autoconfirmed users do not have to pass the CAPTCHA (See [[#Autopromotion settings explained for humans]] to figure out when you will be autoconfirmed) | # Autoconfirmed users do not have to pass the CAPTCHA (See [[#Autopromotion settings explained for humans]] to figure out when you will be autoconfirmed) | ||
---- | |||
== Autopromotion to skip CAPTCHA permanently praxis == | |||
{{Q|Make 7 edits, and when your account has existed for at least 1 hour and have clicked the "Verify my email"-link sent to verify possession of a valid email account and you can skip captcha permanently.|Juboxi|Current settings of the autopromotion}} | |||
== Autopromotion settings == | |||
=== Autopromotion settings for the server === | |||
<pre> | |||
$wgAutopromote = array( | |||
'autoconfirmed' => array( | |||
'&', | |||
APCOND_EMAILCONFIRMED, | |||
array( APCOND_EDITCOUNT, 7 ), | |||
array( APCOND_AGE, 60*60 ), | |||
), | |||
); | |||
</pre> | |||
=== Autopromotion settings explained for humans === | |||
In human readable terms: | |||
# Users will be automatically promoted to autoconfirmed when '''all three''' conditions are met | |||
## They have '''confirmed their email address''' by clicking on the confirmation link in the email sent by the system when registering an account | |||
## They have made '''7 edits''' | |||
## Their account has existed for '''at least one hour''' | |||
These values may need to be adjusted in the future. The goal of these settings is to | |||
# Avoid spamming, vandals etc. | |||
# To give genuine contributors ability to edit without needing to solve CAPTCHAs reasonably quickly | |||
---- | ---- | ||
Line 100: | Line 125: | ||
== Mobile interface == | == Mobile interface == | ||
'''[[mw:Extension:MobileFrontend]]''' (MF) and '''[[mw:Skin:Minerva Neue]]''' together make a mobile view. | '''[[mw:Extension:MobileFrontend]]''' (MF) and '''[[mw:Skin:Minerva Neue]]''' together make a mobile view. | ||
Advanced Mobile Contributions ('''AMC''') needs to be enabled for all users in order for them to see a link to [[Special:RecentChanges]] and [[Special:SpecialPages]] | Advanced Mobile Contributions ('''AMC''') needs to be enabled for all users in order for them to see a link to [[Special:RecentChanges]] and [[Special:SpecialPages]] | ||
Line 141: | Line 164: | ||
); | ); | ||
</code> | </code> | ||
== Magic words == | == Magic words == | ||
See [[mw:Help:Magic words]] | See [[mw:Help:Magic words]] | ||
= Instructions = | = Instructions = |