1<!DOCTYPE HTML>
2<html>
3
4<!--
5  pgn4web javascript chessboard
6  copyright (C) 2009-2015 Paolo Casaschi
7  see README file and http://pgn4web.casaschi.net
8  for credits, license and more details
9-->
10
11<head>
12
13<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
14
15<title>pgn4web test site</title>
16
17<style type="text/css">
18
19html,
20body {
21  margin: 0px;
22  padding: 0px;
23}
24
25body {
26  padding: 1.75em;
27  font-family: sans-serif;
28  color: black;
29  background-color: white;
30}
31
32a {
33  text-decoration: none;
34  color: black;
35  background-color: white;
36}
37
38</style>
39
40<link rel="icon" sizes="16x16" href="pawn.ico" />
41
42</head>
43
44<body>
45
46<h1 style="margin-top:0px; padding-top:0px; text-align:right;">
47<span style="float:left; color:black;">
48testing pgn4web integration
49</span>
50<a href="." onfocus="this.blur();" style="width:49px; height:29px; background:url(pawns.png) -47px -15px; vertical-align:baseline; display:inline-block;"></a>
51</h1>
52
53<div style="height:1px;"></div>
54
55<p>Please find below a list of sites testing the integration of <a href=http://pgn4web.casaschi.net target=_blank>pgn4web</a> with popular web software platforms. <a href=http://pgn4web-project.casaschi.net/wiki/User_Notes_Web_Platforms/ target=_blank>Information on pgn4web integration with those platforms and many others is available at the pgn4web wiki</a>, together with <a href=http://pgn4web-project.casaschi.net/wiki/User_Notes/ target=_blank>detailed instructions for developers</a>.
56</p>
57<p style="font-style:italic;">Keep in mind these are test sites, that might (and will) be occasionally broken.</p>
58
59<ul>
60<li>blog platforms</li>
61  <ul>
62  <li><a href="http://pgn4web-test.casaschi.net/blogger/">blogger</a></li>
63  <li><a href="http://pgn4web-test.casaschi.net/wordpress/">wordpress</a></li>
64  </ul>
65<li>portal platforms</li>
66  <ul>
67  <li><a href="http://pgn4web-test.casaschi.net/drupal/">drupal</a></li>
68  <li><a href="http://pgn4web-test.casaschi.net/joomla/">joomla</a></li>
69  <li><a href="http://pgn4web-test.casaschi.net/mediawiki/">mediawiki</a></li>
70  </ul>
71<li>forum platforms</li>
72  <ul>
73  <li><a href="http://pgn4web-test.casaschi.net/phpbb/">phpBB</a></li>
74  </ul>
75<li>hosting platforms</li>
76  <ul>
77  <li><a href="http://pgn4web-test.casaschi.net/googlesites/">google sites</a></li>
78  </ul>
79</ul>
80
81<p>Please look at the <a href=http://pgn4web.casaschi.net/demo/ target=_blank>pgn4web demo site</a>
82for a generic overview of <a href=http://pgn4web.casaschi.net target=_blank>pgn4web</a>'s capabilities.</p>
83
84</body>
85
86</html>
87
88