Loading HACKING.md +15 −0 Original line number Diff line number Diff line Loading @@ -38,3 +38,18 @@ links on getting VMS FORTRAN running on a Linux/Unix system: using a proprietary tool called FTP. Need to contact them about licensing. * Things to [look out for](http://labs.hoffmanlabs.com/node/225). ## Recreating the timeline Some thoughts on this. Use announcements for the commit messages. Review the code to figure out something like a changelog. Commit the converted/unpacked raw code in one commit (with author set to Mark London, given the right date, etc); add additional files like a README.md and a ChangeLog in a follow-on commit with the author of those files. The code commits should have the following elements. * Source: zip file name, decuslib url, original path in that zipfile. * File listing with date info. * Announce text. * Any additional notes. README.md +9 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,20 @@ local VAX/VMS cluster. It eventually went away due to security issues. But I was thinking it might be fun to recreate. First though I'd like an historic git repo that covers the early years. This repo is not it. It's where I attempt to recreate it. This branch is where the gathering of the files was done and where they were converted into more usable formats. The `historical` and `master` branches contain the actual timeline of the code. ## Who wrote it First, git commits need an author. It would be nice to figure out the author. The version I used I suspect was written by [Mark London](http://web.mit.edu/london/www/home.html). [Mark London](http://web.mit.edu/london/www/home.html). There were contributions by others. I'll attempt to track those as much as I can. Releases back then did not have commit messages or changelogs. However there do seem to have been some announcements and the code does note some of the contributors. ## Where to find BULLETIN Loading Loading
HACKING.md +15 −0 Original line number Diff line number Diff line Loading @@ -38,3 +38,18 @@ links on getting VMS FORTRAN running on a Linux/Unix system: using a proprietary tool called FTP. Need to contact them about licensing. * Things to [look out for](http://labs.hoffmanlabs.com/node/225). ## Recreating the timeline Some thoughts on this. Use announcements for the commit messages. Review the code to figure out something like a changelog. Commit the converted/unpacked raw code in one commit (with author set to Mark London, given the right date, etc); add additional files like a README.md and a ChangeLog in a follow-on commit with the author of those files. The code commits should have the following elements. * Source: zip file name, decuslib url, original path in that zipfile. * File listing with date info. * Announce text. * Any additional notes.
README.md +9 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,20 @@ local VAX/VMS cluster. It eventually went away due to security issues. But I was thinking it might be fun to recreate. First though I'd like an historic git repo that covers the early years. This repo is not it. It's where I attempt to recreate it. This branch is where the gathering of the files was done and where they were converted into more usable formats. The `historical` and `master` branches contain the actual timeline of the code. ## Who wrote it First, git commits need an author. It would be nice to figure out the author. The version I used I suspect was written by [Mark London](http://web.mit.edu/london/www/home.html). [Mark London](http://web.mit.edu/london/www/home.html). There were contributions by others. I'll attempt to track those as much as I can. Releases back then did not have commit messages or changelogs. However there do seem to have been some announcements and the code does note some of the contributors. ## Where to find BULLETIN Loading