diff options
author | spalax <spalax@web> | 2018-03-25 11:19:17 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-03-25 11:19:17 -0400 |
commit | 072020dab6412709df2e0e20065b0eb12e087f37 (patch) | |
tree | 0fe9aca0bdd380b17b5d6f11d626abe310e7cc0d /doc/plugins/contrib | |
parent | 98d2b712e49c1155a9873f3c583a1d0574c034c2 (diff) | |
download | ikiwiki-072020dab6412709df2e0e20065b0eb12e087f37.tar ikiwiki-072020dab6412709df2e0e20065b0eb12e087f37.tar.gz |
Update URL of a website (using ikiwiki)
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/pageversion.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/plugins/contrib/pageversion.mdwn b/doc/plugins/contrib/pageversion.mdwn index 979380133..0d86f0f0a 100644 --- a/doc/plugins/contrib/pageversion.mdwn +++ b/doc/plugins/contrib/pageversion.mdwn @@ -18,12 +18,12 @@ On my personal website/blog, I publish articles which I sometimes update. Someti # Example -For instance, on my personal website, article [one](//paternault.fr/pedago/sismologie/20150110/) has been updated to [two](//paternault.fr/pedago/sismologie/20150819/). +For instance, on my personal website, article [one](//ababsurdo.fr/pedago/sismologie/20150110/) has been updated to [two](//ababsurdo.fr/pedago/sismologie/20150819/). -- They both contain the directive `\[[!versionof parent]]`, marking them as a version of the [main article](//paternault.fr/pedago/sismologie) (which happens to be their parent page). -- On the [old article](//paternault.fr/pedago/sismologie/20150819/), links to the other articles (only one here) are available. -- On the [page listing my articles](//paternault.fr/pedago), only the latest article appears. -- The [main page](//paternault.fr/pedago/sismologie) lists all versions of this article, and redirects to the latest one. +- They both contain the directive `\[[!versionof parent]]`, marking them as a version of the [main article](//ababsurdo.fr/pedago/sismologie) (which happens to be their parent page). +- On the [old article](//ababsurdo.fr/pedago/sismologie/20150819/), links to the other articles (only one here) are available. +- On the [page listing my articles](//ababsurdo.fr/pedago), only the latest article appears. +- The [main page](//ababsurdo.fr/pedago/sismologie) lists all versions of this article, and redirects to the latest one. # List of directives and pagespecs |