On 06/17/2016 09:41 AM, Mark wrote: > I've seen this "README.md file a lot lately in open source software > bundles. What does the ".md" extension do for the build? Is it part of > the config/make process?
".md" indicates that the document is in "MarkDown" format. MarkDown is a markup format for making a pretty webpage, while still having the source (the .md file) be clearly human readable and diff-able. MD is the same kind of thing as the Asciidoc that we use for the bulk of our documentation, though different in detail. If you look at the bottom of the LinuxCNC project page on github you'll see how our README.md file renders: https://github.com/LinuxCNC/linuxcnc Our linuxcnc.org website is all markdown: Markdown source here: https://github.com/LinuxCNC/wlo Result here: http://linuxcnc.org/ -- Sebastian Kuzminsky ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohomanageengine _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
