6

Where is it possible to download the source code of the first open source browser Netscape Navigator released in about 1998?

I already searched for it and wasn't able to find the original version of this browser from 1998.

xralf
  • 16,149
  • 29
  • 101
  • 149

2 Answers2

7

Google mozilla source code 1998 found Downloading Source Archives - Mozilla Developer Network which lists a URL pattern to the Mozilla FTP server. Going by that I quickly found what appears to be the original release of the Mozilla source code, with file dates around Q2 1998.

user
  • 28,161
  • 13
  • 75
  • 138
  • 2
    I believe the genesis of netscape was mosaic, released by ncsa somewhere around 1993. [Here](http://www.ncsa.illinois.edu/Projects/mosaic.html)'s a link. – bsd Jun 15 '12 at 09:42
  • @bdowning Was the Mosaic source code ever released? Wikipedia lists it as license "Proprietary". Anyway, the OP asked about Netscape Navigator, a version of which was released as open source under the name Mozilla around that time, so I assumed that's what s/he is after. – user Jun 15 '12 at 09:47
  • That's why I added a comment, not an *answer*. – bsd Jun 15 '12 at 13:48
  • @MichaelKjörling Yes, I wanted the source code of first open source browser, I heard that it's netscape navigator, but I didn't know that it's under name mozilla. – xralf Jun 15 '12 at 14:08
  • 4
    @xralf https://github.com/alandipert/ncsa-mosaic – Ulrich Dangel Jun 16 '12 at 05:12
  • @xralf If you wanted the source code for the first open source browser, it would have been better to ask for that rather than including Netscape Navigator in your question. Just a suggestion for next time. – user Jun 18 '12 at 09:06
  • Page not found, could anybody please update to a working link? –  Mar 30 '21 at 20:36
4

The Mozilla code drop can be browsed on GitHub here: https://github.com/jrmuizel/mozilla-cvs-history/tree/781c48087175615674b38b31fcc0aae17f0651b6

Hans W
  • 141
  • 1