duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| #!/bin/bash | |
| # DokuWiki helper script to fix the pages's last modified time stamp | |
| # to match the one recorded in the metadata. | |
| # This fixes pages shown as 'last modified by (external edit)', e.g. after | |
| # restoring the wiki from a backup without preserving the files' timestamp. | |
| # | |
| # Copyright (c) 2018 Damien Regad | |
| # | |
| # Revision history |