Mercurial > eldonilo > barbecue
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:95c6fa5f4715 | 5:03ef53b969bd |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
3 <head> | 3 <head> |
4 <meta charset="UTF-8" /> | 4 <meta charset="UTF-8" /> |
5 <title> barbecue </title> | 5 <title> barbecue </title> |
6 <link type="text/css" href="style.css" rel="stylesheet" /> | 6 <link type="text/css" href="style.css" rel="stylesheet" /> |
7 <script type="text/javascript" src="script.js"></script> | 7 <script type="text/javascript" src="script.js"></script> |
8 <script type="text/javascript" src="lightstring/md5.js"></script> | |
9 <script type="text/javascript" src="lightstring/lightstring.js"></script> | |
10 <script type="text/javascript" src="lightstring/stanza.js"></script> | |
11 <script type="text/javascript" src="lightstring/jid.js"></script> | |
12 <script type="text/javascript" src="lightstring/plugins/presence.js"></script> | |
13 <script type="text/javascript" src="lightstring/plugins/disco.js"></script> | |
14 <script type="text/javascript" src="lightstring/plugins/feature-not-implemented.js"></script> | |
15 <script type="text/javascript" src="record.js"></script> | |
16 <script type="text/javascript" src="sxe-document.js"></script> | |
17 <script type="text/javascript" src="config.js"></script> | |
8 </head> | 18 </head> |
9 <body> | 19 <body> |
10 <form id="toolbar"> | 20 <form id="toolbar"> |
11 <dl> | 21 <dl> |
12 <dt> edit: </dt> | 22 <dt> edit: </dt> |
90 <h2> Go ahead, edit away! </h2> | 100 <h2> Go ahead, edit away! </h2> |
91 <p> Here's a typical paragraph element </p> | 101 <p> Here's a typical paragraph element </p> |
92 <ol><li> and now a list </li><li> with only </li><li> three items </li></ol> | 102 <ol><li> and now a list </li><li> with only </li><li> three items </li></ol> |
93 </section> | 103 </section> |
94 | 104 |
95 <footer contenteditable="true"> | 105 <footer> |
96 <p> | 106 <p> |
97 This HTML content editor is not intended to compete with <a | 107 This HTML content editor is not intended to compete with <a |
98 href="http://ckeditor.com/">CKEditor</a> or <a | 108 href="http://ckeditor.com/">CKEditor</a> or <a |
99 href="http://tinymce.com/">TinyMCE</a>: it is designed to | 109 href="http://tinymce.com/">TinyMCE</a>: it is designed to |
100 <strong>test</strong> the various implementations of | 110 <strong>test</strong> the various implementations of |
110 <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla">Mozilla Developer Network</a>, | 120 <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla">Mozilla Developer Network</a>, |
111 <a href="http://html5demos.com/contenteditable/">html5demos.com</a>, | 121 <a href="http://html5demos.com/contenteditable/">html5demos.com</a>, |
112 <a href="http://www.browserscope.org/richtext2/test">Browserscope.org</a>. | 122 <a href="http://www.browserscope.org/richtext2/test">Browserscope.org</a>. |
113 </p> | 123 </p> |
114 </footer> | 124 </footer> |
125 <script type="text/javascript" src="script2.js"></script> | |
115 </body> | 126 </body> |
116 </html> | 127 </html> |