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