From: chrysn Date: Sat, 1 Jun 2013 12:41:56 +0000 (+0200) Subject: roughly revert cb7e906f01f9a (change all users...) X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=56a9780b8c58e26f310260120c021cf7aa8e019a;hp=56a9780b8c58e26f310260120c021cf7aa8e019a;p=debienna.git roughly revert cb7e906f01f9a (change all users...) instead of doing a real revert, this uses the script described in `WikiGardening/index.mdwn` in reverse; in other words, this commit is the application of for user in $(find ./Benutzer -type d -maxdepth 1 -mindepth 1 -exec \ basename {} \;); do find ./ -type f -name '*index.mdwn' -exec sed -i \ -e 's:\['$user'\](/Benutzer/'$user'):\[\['$user'\]\]:g' {} +; done due to the new userdir setting, user names can be used everywhere and will work as if relative to Benutzer/; also, now the duplications of the link text and target, which stem from the moinmoin conversion, are removed. ---