summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2013-05-07 23:18:56 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2013-05-07 23:18:56 -0700
commit698cfd095fb853e8476dba747714266bc3e267b4 (patch)
tree2eb10a770d509fdb0959415efea86dab1b2083d2
parentc8e0661dab9cebaa5d52bda4ecc2e9f77056a7cb (diff)
moin2iki: selective conversion instruction improvements
-rw-r--r--wiki/moin2iki_page_selection.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki/moin2iki_page_selection.mdwn b/wiki/moin2iki_page_selection.mdwn
index 5d9c0d5..b389931 100644
--- a/wiki/moin2iki_page_selection.mdwn
+++ b/wiki/moin2iki_page_selection.mdwn
@@ -5,8 +5,8 @@ On Annarchy:
PROJECT=www # Change as appropriate
git clone /srv/ikiwiki/git/${PROJECT}.git ~/${PROJECT}
cd ~/${PROJECT}
- moin2iki-import-page.sh PageName
- moin2iki-import-page.sh ADifferent/PageName
+ moin2iki-import-page.sh Page_Name
+ moin2iki-import-page.sh A_Different/Page_Name
git push
The detached commit histories that this generates have deterministic hashes, so attempting to merge a page history that has already been merged is a safe no-op.
@@ -15,4 +15,4 @@ There may be some manual cleanup to be done on the page itself; the automatic co
You may want to read up on [[formatting|http://ikiwiki.info/ikiwiki/formatting/]], [[locally previewing files|preview]], and [[other Ikiwiki features|http://ikiwiki.info/features/]]
-If the conversion script fails, you may want to investigate why or do the conversion by hand by poking around in `/srv/${PROJECT}.freedesktop.org/moin/data/pages/PageName`.
+If the conversion script fails, you may want to investigate why or do the conversion by hand by poking around in `/srv/${PROJECT}.freedesktop.org/moin/data/pages/Page_Name`. If page history is missing, archive.org and google cache in combination with html2markdown may be good options. We can potentially dig through backups, but it will likely involve several days of lagtime.