JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
link to git repo
authorJason Woofenden <jason@jasonwoof.com>
Sat, 5 Mar 2016 05:03:41 +0000 (00:03 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 5 Mar 2016 05:03:41 +0000 (00:03 -0500)
editor_tests.html
editor_tests_coffee.html
editor_tests_compiled.html
parser_tests.html
parser_tests_coffee.html

index 1a04544..e519b8b 100644 (file)
@@ -22,5 +22,6 @@
        <script src="editor.coffee" type="text/coffeescript"></script>
        <script src="editor_tests.coffee" type="text/coffeescript"></script>
        <script src="coffee-script.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>
index 8eb3932..74a1cc8 100644 (file)
@@ -22,5 +22,6 @@
        <script src="editor.coffee" type="text/coffeescript"></script>
        <script src="editor_tests.coffee" type="text/coffeescript"></script>
        <script src="coffee-script.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>
index 3a156f8..df5f17a 100644 (file)
@@ -21,5 +21,6 @@
        <script src="parser.js"></script>
        <script src="editor.js"></script>
        <script src="editor_tests.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>
index 1e59713..1935186 100644 (file)
@@ -12,5 +12,6 @@
        <p>Check the inspector/console for test results.</p>
        <script src="parser.js"></script>
        <script src="parser_tests.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>
index 78920ab..cb2e345 100644 (file)
@@ -13,5 +13,6 @@
        <script src="parser.coffee" type="text/coffeescript"></script>
        <script src="parser_tests.coffee" type="text/coffeescript"></script>
        <script src="coffee-script.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>