Page MenuHomePhabricator

Nepali Wikipedia,Wikibooks and Wiktionary has a pdf rendering component which does not function for Devnagari Scripts
Closed, ResolvedPublic

Description

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 Nepali 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',
),
'newikibooks' => array(
#'rl' for future use after bug 28206
'odf',
)
'newiktionary' =>array(
#'rl' for future use after bug 28206
'odf',
),

);


Version: unspecified
Severity: enhancement

Details

Reference
bz37374

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:29 AM
bzimport set Reference to bz37374.
bzimport added a subscriber: Unknown Object (MLST).

This is an issue for Nepali Wiki similar to that of Bug #37154 ..

Sorry, I don't quite follow what is being requested...