<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 14, 2015 at 10:33 AM, Mark Pizzolato - Info Comm <span dir="ltr"><<a href="mailto:Mark@infocomm.com" target="_blank">Mark@infocomm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Monday, September 14, 2015 at 6:20 AM, Paul Koning wrote:<br><br>
> ...  Or is there another way to submit<br>
> work?<br>
<br>
</span>If you are already a git user, then working directly from the github repository and submitting pull requests is the way to go.  Non git users can merely send me (<a href="mailto:mark@infocomm.com">mark@infocomm.com</a>) complete changed files along with a description (as verbose as you want) of what and/or why changes were made.  I'll commit the changes to the repo on your behalf.<br></blockquote><div><br></div><div>I'd strongly encourage everyone who wants to contribute to SIMH to get a Github account, because it makes the patch & review workflow much easier and provides you with permanent attribution for your changes.  Git is just another version control system and isn't that difficult to learn if you already know one (or more).  Additionally, simple edits, like fixing typos in a README, can be easily done through the online editor on the web site which will automatically generate a patch and associated pull request for the repository owners (ie Mark) to review.</div><div><br></div><div>Try it, you'll like it!</div><div><br></div><div>Tom</div><div><br></div><div>p.s. Unfortunately, the core SIMH documentation is in Microsoft Word .doc format which is a binary format that doesn't play well with version control systems, in addition to its other downsides.  Has there been any consideration to converting it to RST or some other text-based markup language which would work well with git/Github?  Even .docx instead of .doc would be a step forward.  It's not only more modern, so likely to be supported longer, but it would also allow Github-based diff and preview using the <a href="http://pandoc.org/">pandoc</a>-based solution describe here: <a href="http://blog.martinfenner.org/2014/08/25/using-microsoft-word-with-git/">http://blog.martinfenner.org/2014/08/25/using-microsoft-word-with-git/</a></div></div></div></div>