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

           Summary: Dead math image URL
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: DumpHTML
        AssignedTo: [email protected]
        ReportedBy: [email protected]


By simply calling dumpHTML.php on a page with Mathematics Latex generated
pictures, the URLs (for Mathematics Latex generated pictures) are dead.

What I do:
dumpHTML.php -s 152464 -e 152465

What I get:
A static HTML page with URLs like
"../../../../../math/1/e/6/1e6e341b47a30a3e3ada904701a1d12f.png".

What I want:
A static HTML page with URLs like
"../../../../../images/math/1/e/6/1e6e341b47a30a3e3ada904701a1d12f.png". 

Remark:
Modifying the line 710 in dumpHTML.inc like following seems to resolve the
issue : $wgMathPath = "$wgScriptPath/images/math";


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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