Browse Source

Add image credits

JC Brand 12 years ago
parent
commit
008ae5ee8c
1 changed files with 7 additions and 4 deletions
  1. 7 4
      index.html

+ 7 - 4
index.html

@@ -60,7 +60,8 @@
 
     <h2>CMS Integration</h2>
 
-    <p><strong>Converse.js</strong> is available as an add-on for the  <a href="http://plone.org" target="_blank">Plone</a> CMS, called <a href="http://github.com/collective/collective.xmpp.chat" target="_blank">collective.xmpp.chat</a>.</p>
+    <p><strong>Converse.js</strong> is available as an add-on for the  <a href="http://plone.org" target="_blank">Plone</a> CMS, 
+    called <a href="http://github.com/collective/collective.xmpp.chat" target="_blank">collective.xmpp.chat</a>.</p>
 
     <p>If you have integrated Converse.js into any other CMS or framework,
     <a href="http://opkode.com/contact" target="_blank">please let me know</a> and I'll mention it on this page.</p>
@@ -101,13 +102,13 @@
     <p><strong>Converse.js</strong> already supports this usecase, but you'll have to do more manual work yourself.</p>
 
     <h2>Tests</h2>
-   </p>
+    <p>
         We use the <a href="http://pivotal.github.io/jasmine"
         target="_blank">Jasmine</a> testing framework to write tests.
         The tests can be run in the browser and can be viewed <a href="http://conversejs.org/tests.html" target="_blank">here</a>.
-   </p>
+    </p>
 
-    <h2>Dependencies</h2>
+    <h2>Credits and Dependencies</h2>
     <p><strong>Converse.js</strong> depends on a few third party libraries, including: 
     <ul>
         <li><a href="http://strophe.im/strophejs" target="_blank">strophe.js</a></li>
@@ -115,6 +116,8 @@
         <li><a href="http://requirejs.org" target="_blank">require.js</a></li>
     </ul>
     </p>
+    <p>Some images were taken from <a href="http://plone.org" target="_blank">Plone</a> and the
+    <a href="http://openiconlibrary.sourceforge.net" target="_blank">Open Icon Library</a>.
 
     <h2>Licence</h2>
     <p><strong>Converse.js</strong> is released under both the <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>