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

       Web browser: ---
             Bug #: 37154
           Summary: Modify Collection format variables from PDF to ODT for
                    Tamil Wikiprojects
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://ta.wikipedia.org/wiki/%E0%AE%B5%E0%AE%BF%E0%AE%
                    95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%
                    AA%E0%AF%80%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%BE:%E0%AE
                    %A8%E0%AF%81%E0%AE%9F%E0%AF%8D%E0%AE%AA_%E0%AE%AE%E0%A
                    E%BE%E0%AE%B1%E0%AF%8D%E0%AE%B1_%E0%AE%B5%E0%AE%BE%E0%
                    AE%95%E0%AF%8D%E0%AE%95%E0%AF%86%E0%AE%9F%E0%AF%81%E0%
                    AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%81#mw:Extension:Collecti
                    on_.E0.AE.A8.E0.AF.80.E0.AE.9F.E0.AF.8D.E0.AE.9A.E0.AE
                    .BF_.E0.AE.A8.E0.AE.BF.E0.AE.B1.E0.AF.81.E0.AE.B5_.E0.
                    AE.86.E0.AE.A4.E0.AE.B0.E0.AE.B5.E0.AF.81
        OS/Version: All
            Status: NEW
          Keywords: i18n, shell
          Severity: normal
          Priority: Unprioritized
         Component: Site configuration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
            Blocks: 32578
    Classification: Unclassified
   Mobile Platform: ---


It is known that PDF rendering for complex scripts is buggy / yet to be
implemented properly.See bug 28206. Tamil WikiSource, Wikinews, Wikibooks
currently use Collection extension and has the default link on the portlet as
PDF only. Since PDF is buggy, please modify the configuration to display ODT
for Tamil wiki projects on the portlet instead of PDF. Community concensus for
installing on Tamil Wikipedia(another bug will be filed soon for it) is going
on (see URL) and the need to change wikinews was brought up there. I am putting
down the possible config changes required as I was not sure of the usage
between $wmg and $wg. I am also assuming the mw-render has odf as one of the
available output formats.

$wgCollectionPortletFormats = array(
          'default' => array(
          'rl',
          ),
          'tawikibooks' => array(
          #'rl' for future use after bug 28206
          'odf',
          )
          'tawikisource' =>array(
          #'rl' for future use after bug 28206
          'odf',
          ),
          'tawikinews' => array(
          #'rl' for future use after bug 28206
          'odf', 
          ),
);

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to