#558 Links not getting converted in proposed new wiki
Closed: Fixed None Opened 15 years ago by dmalcolm.

Was reviewing test of new wiki c.f. ticket #31 (seems worth splitting into separate ticket, rather than trying to track all issues on one ticket).

Seeing problems near the bottom of https://publictest1.fedoraproject.org/wiki/Packaging/Guidelines

The various "Application Specific Guidelines" have links that are showing up as:
{{{
["Packaging/EclipsePlugins"]
}}}
etc, rather than as links.

The generated raw HTML looks like this:
{{{

Some applications have specific guidelines written for them, located on their own pages in the Packaging/ hierarchy.



Eclipse


Guidelines for Eclipse plugin packages: ["Packaging/EclipsePlugins"]



Emacs


Guidelines for Emacs/X-Emacs packages: ["Packaging/Emacs"]


}}}

If I manually reconstruct the links to e.g.:
https://publictest1.fedoraproject.org/wiki/Packaging/EclipsePlugins
then the pages themselves appear OK; it's just the links that appear broken. In the MoinMoin source they are of the form:
{{{
=== Eclipse ===
Guidelines for Eclipse plugin packages: ["Packaging/EclipsePlugins"]

[[Anchor(EmacsGuidelines)]]
=== Emacs ===
Guidelines for Emacs/X-Emacs packages: ["Packaging/Emacs"]
}}}


This conversion has already happened. Some of these things got fixed and some did not. Unfortunately now there's little we can do about it but have people go through and manually fix things.

Login to comment on this ticket.

Metadata