ebarboni opened a new pull request, #669:
URL: https://github.com/apache/netbeans-website/pull/669

   Using asciidoctor-pdf give a better feedback to get the missing image.
   It's also track external images
   
   I tryied to cleanup tutorials and kb/docs using the images 
   ```
   
   find tutorials -name \*.adoc -exec asciidoctor-pdf  {} -D ~/trash--trace \;
   
   find kb-name \*.adoc -exec asciidoctor-pdf  {} -D ~/trash --trace \;
   
   ```
   
   some output
   ```
   asciidoctor: WARNING: cannot embed remote image: 
http://netbeans.dzone.com/sites/all/files/sudokugame-5.png (allow-uri-read 
attribute not enabled)
   ```
   
   ```
   asciidoctor: WARNING: image to embed not found or not 
readable:longpath/src/content/tutorials/images/htmleditor_81_pic3a.png
   
   ```
   
   Hope it helps to consolidate a bit doc, for later review. 
   Will do that for wiki.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to