Commit graph

70 commits

Author SHA1 Message Date
Lars Kruse 9023627fe5 fix: handle non-ascii characters in page names and attachments 2023-08-08 20:21:56 +02:00
Jens Hofschröer 9b3341f836
Gtwiki (#1)
* Added Windows hints and v1.2 infos
* added some windows batch files
* switched from 'cliopts' to 'cli'
* "named args"
* All arguments passed to php are UTF-8 encoded
* removed local path from repository. Use doku.local.php
* added/changed support for
  - small
  - big
  - anchordef
  - definition_list
  - comment
  - include and search macros
* added #pragma directives as comments to dokuwiki
* recreate "_dokuwiki.changes"
* Support for non-ascii characters in media files
2019-03-26 12:47:14 +01:00
Lukas Pfannschmidt ec684eaefc Removed useless import. 2016-01-07 18:40:29 +01:00
Lukas P ac22cb54c2 Collision avoidance for attachments in same namespace 2016-01-06 16:55:45 +01:00
Lukas P eb469fe356 Anpassungen für neue Moin Version 2016-01-05 17:13:48 +01:00
Elan Ruusamäe c3b5c6431c ensure .changes each line is newline terminated 2012-09-24 14:44:37 +02:00
Elan Ruusamäe 4c90022207 output cosmetics 2012-09-23 19:50:12 +02:00
Elan Ruusamäe 972503ea8c use getPageList, so that data_underlay_dir is not stored in Pages getPageDict creates at a time 2012-09-22 22:27:34 +02:00
Elan Ruusamäe c64f708b6d copy_attachments: use page object 2012-09-22 22:10:50 +02:00
Elan Ruusamäe cf064d9410 convert_editlog: take page as input 2012-09-22 22:04:08 +02:00
Elan Ruusamäe 5313705a0a code reuse: fill pages dict to convert 2012-09-22 21:58:01 +02:00
Elan Ruusamäe fb47aaa8a0 convertfile: take page object as input 2012-09-22 21:55:37 +02:00
Elan Ruusamäe 0aa455c205 print out converted pages 2012-09-22 21:46:46 +02:00
Elan Ruusamäe 6ccf75c395 hide underlay pages early 2012-09-22 20:32:04 +02:00
Elan Ruusamäe bb61d04533 allow to ignore pages 2012-09-22 20:27:48 +02:00
Elan Ruusamäe de270d83ee setup utf8 output encoding 2012-09-22 20:23:43 +02:00
Elan Ruusamäe 8411723b65 avoid key error 2012-09-22 20:06:47 +02:00
Elan Ruusamäe eac9c21d8b insert front page into process list 2012-09-22 19:58:24 +02:00
Elan Ruusamäe 932c7bbe1b Merge branch 'native' 2012-09-22 19:26:12 +03:00
Elan Ruusamäe 5dced00425 update docs, set version 2012-09-22 19:23:47 +03:00
Elan Ruusamäe 1e6ddcea4b reformat as tabs 2012-09-22 18:14:17 +02:00
Elan Ruusamäe 184a596dc4 update options and help 2012-09-22 18:13:38 +02:00
Elan Ruusamäe 48757480aa update options and help 2012-09-22 18:13:27 +02:00
Elan Ruusamäe 924197ced1 use moinmoun to fetch all page names 2012-09-22 18:10:06 +02:00
Elan Ruusamäe 9244bcad91 - write redirects mapping. altho seems it is not really needed 2012-09-20 01:38:26 +02:00
Elan Ruusamäe 20a9c08bee without attic allow current revision not to exist 2012-09-20 01:03:32 +02:00
Elan Ruusamäe ac5efb0505 add -a option to convert old revisions 2012-09-19 22:07:13 +02:00
Elan Ruusamäe 709c73c409 recover also edit-log entries 2012-09-19 22:01:24 +02:00
Elan Ruusamäe ff310ead06 recover missing mtime from edit log 2012-09-19 21:01:52 +02:00
Elan Ruusamäe 850301acfa process frontpage separately
this way MoinMoin frontpage gets saved as DokuWiki frontpage, i.e
respects both naming convention
2012-09-19 11:19:43 +02:00
Elan Ruusamäe 00ece2d844 drop underlay pages, no longer needed 2012-09-19 10:52:18 +02:00
Elan Ruusamäe 0bc32e75ba skip pages (for now) whose mtime can't be retrieved 2012-09-19 00:27:19 +02:00
Elan Ruusamäe 4c38ae918e write content out also 2012-09-19 00:02:45 +02:00
Elan Ruusamäe 18317eaada big change
- convert all revisions
- fixes to edit-log (parse also create and reverts), add edit comment
2012-09-18 23:00:36 +02:00
Elan Ruusamäe e3e93b885a for now, convert edit-log for active pages only 2012-09-18 02:21:24 +02:00
Elan Ruusamäe f31ee6ac98 need page name not filename in edit-log 2012-09-18 02:20:53 +02:00
Elan Ruusamäe 17cb40617e page name renames in edit-log 2012-09-18 02:10:55 +02:00
Elan Ruusamäe de972b0374 simplify as pagedir already is set 2012-09-18 02:04:29 +02:00
Elan Ruusamäe 04b73c9c68 convert edit-log 2012-09-18 02:04:03 +02:00
Elan Ruusamäe d283d60313 preserve timestamp of converted pages 2012-09-18 00:23:13 +02:00
Elan Ruusamäe 949c4d1571 cleanup regexp based converter 2012-09-18 00:11:14 +02:00
Elan Ruusamäe 1acc714d5d have underlay pages default be empty list 2012-09-18 00:07:57 +02:00
Elan Ruusamäe 65786931b9 put media files to output dir instead of directly overwriting dokuwiki target dir 2012-09-17 23:56:40 +02:00
Elan Ruusamäe 800196e92d internal cleanup 2012-09-17 23:42:09 +02:00
Elan Ruusamäe d7ee835ce5 skip internal BadContent page from converting 2012-09-17 23:38:35 +02:00
Elan Ruusamäe 415026c59d scan underlay dir to find pages not to convert 2012-09-17 23:38:04 +02:00
Elan Ruusamäe 1ecfee3e50 use native formatter, fixup commandline arguments 2012-09-16 19:40:02 +02:00
Elan Ruusamäe 0537d952b2 respect output directory 2012-09-16 18:04:41 +02:00
Elan Ruusamäe 24b16768d3 update docs and file headers a bit 2011-02-10 11:00:19 +02:00
Elan Ruusamäe d339053bf1 use use installed MoinMoin and DokuWiki to get accurate results 2011-02-10 10:49:37 +02:00