Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirects in Moin 1.9 do not get properly imported #1747

Open
william42 opened this issue Aug 29, 2024 · 1 comment
Open

Redirects in Moin 1.9 do not get properly imported #1747

william42 opened this issue Aug 29, 2024 · 1 comment
Labels
cli enhancement New feature or request

Comments

@william42
Copy link

Redirects, whose text in the 1.9 markup consisted of a single line, do not seem to get said line anywhere in the page data or meta in the redirect.

@UlrichB22 UlrichB22 added enhancement New feature or request cli labels Aug 29, 2024
@UlrichB22
Copy link
Collaborator

The migration of redirects is not implemented yet.

Meanwhile you can use following workaround:
In the source that had the'#REDIRECT target'in your moin 1.9 wiki
place a single line after importing
[[target|redirecting to target ... |class="redirect"]]

You will find a hint on redirects in the English help pages:
e.g. https://<wiki-url>/help-en/moin?regex=redirect#Internal_Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants