Restructured the baseline to remove extra src/main directory structure. Added eclipes project file
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@485 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
13
webapp/lesson_plans/English/NewLesson.html
Normal file
13
webapp/lesson_plans/English/NewLesson.html
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
<!-- Start Instructions -->
|
||||
<h1>Create A WebGoat Lesson</h1>
|
||||
<p>
|
||||
Adding lessons to WebGoat is very easy. If you have an idea that would be suitable<br>
|
||||
for a new lesson, follow these few simple instructions to implement it:<br><br>
|
||||
* Download the source code from <a href="http://code.google.com/p/webgoat/">here.</a><br><br>
|
||||
* Setup framework: follow the simple instructions in "HOW TO create the WebGoat workspace.txt" that comes with the project.<br><br>
|
||||
* You need to add two files for each new lesson: <br>
|
||||
- YourLesson.java to org.owasp.webgoat.lessons<br>
|
||||
- YourLesson.html to WebContent/lesson_plans</p>
|
||||
<!-- Stop Instructions -->
|
||||
|
Reference in New Issue
Block a user