Mercurial > eldonilo > barbecue
diff index.xhtml @ 5:03ef53b969bd
Add XMPP support.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 31 Jan 2012 01:09:41 +0100 |
parents | 683f56999fb3 |
children | 24aa8dccb170 |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -1,10 +1,20 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta charset="UTF-8" /> <title> barbecue </title> <link type="text/css" href="style.css" rel="stylesheet" /> <script type="text/javascript" src="script.js"></script> + <script type="text/javascript" src="lightstring/md5.js"></script> + <script type="text/javascript" src="lightstring/lightstring.js"></script> + <script type="text/javascript" src="lightstring/stanza.js"></script> + <script type="text/javascript" src="lightstring/jid.js"></script> + <script type="text/javascript" src="lightstring/plugins/presence.js"></script> + <script type="text/javascript" src="lightstring/plugins/disco.js"></script> + <script type="text/javascript" src="lightstring/plugins/feature-not-implemented.js"></script> + <script type="text/javascript" src="record.js"></script> + <script type="text/javascript" src="sxe-document.js"></script> + <script type="text/javascript" src="config.js"></script> </head> <body> <form id="toolbar"> @@ -92,7 +102,7 @@ <ol><li> and now a list </li><li> with only </li><li> three items </li></ol> </section> - <footer contenteditable="true"> + <footer> <p> This HTML content editor is not intended to compete with <a href="http://ckeditor.com/">CKEditor</a> or <a @@ -112,5 +122,6 @@ <a href="http://www.browserscope.org/richtext2/test">Browserscope.org</a>. </p> </footer> + <script type="text/javascript" src="script2.js"></script> </body> </html>