The old NUnit website. Please see the new site's repo here
Перейти к файлу
Rob Prouse 33e6333eb6 Fixing links to the new structure 2014-10-29 11:20:20 -04:00
.nuget Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
App_Start Got the code selectors working 2014-10-28 22:56:13 -04:00
Content Got the code selectors working 2014-10-28 22:56:13 -04:00
Controllers Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Models The doc menu now expands 2014-10-28 22:27:27 -04:00
Properties Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Scripts Got the code selectors working 2014-10-28 22:56:13 -04:00
Views Fixing links to the new structure 2014-10-29 11:20:20 -04:00
docs Updated the docs to work with an ASP.NET website 2014-10-28 17:16:33 -04:00
files Initial commit of nunit.org website files to github 2014-08-14 16:18:15 -07:00
fonts Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
img Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
nuget Renamed the license 2014-09-12 18:00:49 -04:00
.gitignore Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
Global.asax Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Global.asax.cs Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Project_Readme.html Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
README.md Create README.md 2014-09-20 12:57:34 -07:00
Web.Debug.config Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Web.Release.config Converted the website to ASP.NET MVC 2014-10-28 17:27:02 -04:00
Web.config Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
favicon.ico Initial commit of nunit.org website files to github 2014-08-14 16:18:15 -07:00
nunit.org.csproj Removed the deleted css files from the solution 2014-10-28 23:06:44 -04:00
nunit.org.sln Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
packages.config Updated all of the NuGet packages 2014-10-28 19:29:25 -04:00
robots.txt Initial commit of nunit.org website files to github 2014-08-14 16:18:15 -07:00

README.md

NUnit Website

This repo contains the code of the existing NUnit website, which is expected to be replaced before the final release of NUnit 3.0. Major changes and reorganization should not be done here, but should wait until the new site is set up.

Until that time, we are using this repo so that all contributors can update the documentation. Once an update has been made, the new or changed pages must be manually uploaded to the live site. Contact Charlie to do this.

Updating Documentation

Documentation is contained in the docs directory, with a subdirectory for each NUnit release. It is in the form of html fragments with a small amount of embedded php code. Functions used in the html may be found at php/html_funcs.php.

If you start updating a page that has not had any changes for a while, you may find that it contains only a single line, similar to this...

          <?php unchangedSince("2.5.9") ?>

In such a case, you should first replace the file with a copy of the same file name under the subdirectory pointed to. In the above case, you would copy docs/2.5.9/FILENAME.html to replace the file in the version you are working on. After you have done that, you can continue to edit the file. You should not change the original file (e.g. 2.5.9) since it provides a record of the docs from that release and is also being used by all subsequent releases.