WebGoat/webapp/lesson_plans/ru/NewLesson.html

14 lines
956 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Start Instructions -->
<h1>Создание уроков WebGoat</h1>
<p>
Добавлять уроки в WebGoat очень просто. Если у вас есть хорошая идея<br>
для нового урока, следуйте этой простой инструкции чтоб реалиовать её:<br><br>
* Скачайте исходный код <a href="http://code.google.com/p/webgoat/">здесь.</a><br><br>
* Установите фреймворк: следуйте простым инструкциям в "HOW TO create the WebGoat workspace.txt" (данный файл поставляется вместе с WebGoat).<br><br>
* Вам необходимо добавить 2 файла с содержимым вашего урока: <br>
&nbsp;&nbsp;- YourLesson.java в org.owasp.webgoat.lessons<br>
&nbsp;&nbsp;- YourLesson.html в WebContent/lesson_plans</p>
<!-- Stop Instructions -->