So everything needs to be inlined (css, images, etc...) or the wiki will
not render the pages correctly. So I used this tool
https://github.com/remy/inliner
❯ npm install inliner
❯ ./node_modules/inliner/cli/index.js
../incubator-nuttx/Documentation/NuttXCCodingStandard.html >
NuttXCCodingStandard.html
and then upload the html file to the wiki here
https://cwiki.apache.org/confluence/pages/viewpageattachments.action?pageId=139629402&sortBy=date&startIndex=0
I'm not a java guy and I have no framework to do any kind of java.
First of all, I don't have npm. I don't see any concise description on
the npmjs.com website showing exactly now to install it. There are lots
of packages, but I don't have a clue where to begin.
Is there a simple way to do this by hand? I would need to double check,
but I think NuttXCCodingStandard.html only includes a css file.
Greg