Source code of big/popular websites [closed]

…衆ロ難τιáo~ 提交于 2019-12-04 13:45:37

Wikipedia's source code (MediaWiki) can be found at http://www.mediawiki.org/

The most relevant parts are

  • "phase3" (the core code; this strange name is because it was rewritten a couple of times)
  • extensions (Wikipedia uses several of them; which ones can be seen at Special:Version)

Additionally, here is a very detailed explanation of Wikipedia's whole architecture: Wikipedia: Site internals, configuration, code examples and management issues.

You can check out SlashCode, which is the code behind Slashdot and any other sites that use that as a CMS / blogging solution. http://www.slashcode.com

Browsing through the SourceForge repositories is just what you want. There are tons of well-known, high-quality applications, like Hibernate to give one massive example. And all the source code is right there :)

Check out Rob Conery's screencast series, MVC Storefront, where he builds a small commerce website using ASP.NET MVC.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!