Updated documentation.

This commit is contained in:
2019-11-06 22:15:38 +00:00
parent 2aa82cd9ee
commit 84415fcf05
14 changed files with 760 additions and 200 deletions

View File

@@ -0,0 +1,42 @@
@{
Layout = "~/Views/Shared/_Layout.cshtml";
ViewBag.Title = "DiscImageChef";
}
@{
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
// Filename : NEEDED.cshtml
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : DiscImageChef Server.
//
// --[ Description ] ----------------------------------------------------------
//
// Renders list of needed donations.
//
// --[ License ] --------------------------------------------------------------
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
}
<p>
@Html.ActionLink("Return to main page.", "Index")<br />
DiscImageChef list of hardware and software needed:
</p>
<div class="container">@Html.Raw(ViewBag.Markdown)</div>

View File

@@ -7,7 +7,7 @@
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
// Filename : DONATING.cshtml
// Filename : NEEDINFO.cshtml
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : DiscImageChef Server.
@@ -37,6 +37,6 @@
}
<p>
@Html.ActionLink("Return to main page.", "Index")<br />
DiscImageChef list of things to be donated:
DiscImageChef list of information needed:
</p>
<div class="container">@Html.Raw(ViewBag.Markdown)</div>