https://bugzilla.wikimedia.org/show_bug.cgi?id=38023

       Web browser: ---
             Bug #: 38023
           Summary: frrwiki (Nordfriisk): add new namespaces and
                    extensions for wikisource integration
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Site configuration
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: bugrepor...@to.mabomuja.de
                CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
    Classification: Unclassified
   Mobile Platform: ---


The small frrwiki community decided to concentrate its work on one project and
integrate its wikisource project (currently on oldwikisource) within wikipedia
([[frr:Wikipedia:Tächnische frååge#Wikisource]]) like it's already done by
other small languages. A LangCom member told us that we can decide this by
ourself. Some config changes are needed:

Add new namespaces for Proofread Extension:
* 102 "Seite", alias "Page"
* 103 "Seite Diskussion", alias "Page talk"
* 104 "Index"
* 105 "Index Diskussion", alias "Page talk"

Add new main "wikisource" namespace:
* 106 "Text"
* 107 "Text Diskussion"

Add these namespaces to content namespace:
'wgContentNamespaces' = array(
  'frrwiki' => array( NS_MAIN, 102, 104, 106 )
)

Add these new non talk namespaces to default search namespace:
'wgNamespacesToBeSearchedDefault' => array(
  'frrwiki' => array( -1 => 0, 0 => 1, 1 => 0,  2 => 0, 3 => 0, 4 => 0, 5 => 0,
6 => 0, 7 => 0, 8 => 0, 9 => 0, 10 => 0, 11 => 0, 12 => 0, 13 => 0, 102 => 1,
104 => 1, 106 => 1 ),
)

All these new namespaces need subpages (wgNamespacesWithSubpages), but i think
that is enabled by default.

Add oldwikisource and dewikisource as additional importsources:
'wgImportSources' => array(
  'frrwiki' => array( 'en', 'de', 'nds', 's:de', ''oldwikisource' ),
)

Add extensions that are used by wikisource projects by default:
DPL:
'wmgUseDPL' => array(
  'frrwiki' => true
),

ProofreadPage:
'wmgUseProofreadPage' => array(
  'frrwiki' => true
)

Collection:
'wmgUseCollection' => array(
  'frrwiki' => true
)

Labeled Section Transclusion:
'wmgUseLST' => array(
  'frrwiki' => true
)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to