slachiewicz opened a new pull request, #918:
URL: https://github.com/apache/maven-wagon/pull/918

   The 3.x counterpart of #917 — converts `src/site/xdoc/index.xml` to Markdown 
with `doxia-converter` on the `wagon-3.x` maintenance line, so the two branches 
keep their site documentation in the same format.
   
   Please **merge or rebase rather than squash** — the rename is in its own 
commit so `git log --follow` keeps working.
   
   ### The image map had to be put back by hand
   
   The dependency diagram is an image map — 19 `<area>` elements making each 
module clickable — and `doxia-converter` drops it with only an `Unknown Sink 
event 'map', ignoring!` warning, leaving a plain picture with every link gone. 
The `<img usemap>` and its `<map>` are written back as an inline HTML block, 
which Doxia passes through unchanged.
   
   ### Verification
   
   The site was rendered from this branch before and after and the two compared 
on title, author, visible text and link targets: **identical**, including all 
19 map areas.
   
   The YAML front matter is kept and must stay the first bytes of the file — it 
carries the title and author.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to