Jakub Klinkovský
Jakub Klinkovský
Well, it's apparently doing something, so I thought it should work... How do you run the test suite?
Requiring a running Slurm instance for a test suite is another unexpected thing. And it still leads to a segfault: ``` Config: Test config().get() return type. ... ok Config: Test...
But they shouldn't segfault in any case...
If I'm not missing anything, the only Arch-specific things here are: - `favicon.ico` - `LocalSettings.archlinux.org.php` - the [ArchLinux](https://github.com/archlinux/archwiki/tree/master/extensions/ArchLinux) extension (i.e. the skin) - the [FluxBBAuth](https://github.com/archlinux/archwiki/tree/master/extensions/FluxBBAuth) extension (actually unused on wiki.archlinux.org,...
@nl6720 I've reworked the pull request accordingly. Thanks for taking care of the config file migration! :tada:
Is the "MediaWiki" (probably `$wgSitename`) at the top left corner a feature of the skin? Can it be suppressed?
The post-processing for cross reference detection is necessary only for the man pages written in the old [man(7)](http://man.openbsd.org/man.7) language, which is not semantic and references are usually written with the...
Could you elaborate on what else is necessary to post-process besides the example `crontab(5)` above? And where does the internationalization part come in?
1. You're running mandoc with `-Ofragment`, so stripping ``, `` and `` again should be useless: https://github.com/Debian/debiman/blob/3715b1eaf9c1793b9a8c7b1787e2d6511ca2b004/internal/convert/mandoc.go#L112 2. I was actually running an older version, thanks for pointing this out!...
This is an inherent problem of converting the old [man(7)](http://man.openbsd.org/man.7) language to HTML. The snippet from [capabilities(7)](https://manpages.debian.org/jessie/manpages/capabilities.7.en.html) is written with the [.IP macro](http://man.openbsd.org/man.7#IP) as follows: ```man .IP * 2 Bypass...