1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-18 03:41:18 +02:00

import mediawiki bug

This commit is contained in:
Ryan Greenup
2020-09-06 17:26:05 +10:00
parent 3379e1eb7b
commit 7f4ace524b

View File

@@ -47,6 +47,15 @@ just like ~html-dir~ add ~dw-dir~ using this script:
- =~/bin/ImportHtml2Dokuwiki.sh=
* TODO Fix Media Wiki Export
The links in the html-dir export are absolute, a second pass is needed to make them relative, this will be necessary for everything except for self-contained stuff.
Make a seperate function for self contained and relative stuff.
Currently html-dir CANNOT be used to import into mediawiki because even thtough the files get pulled in the links are broken.
calling ~pandoc ./file.html --extract-media='./media' -o ./file.html~ is necessary to import a zip file into mediawiki.
* HOLD [#A] NoteFind.sh
** KeyBindings