-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdraft_warning.php
30 lines (26 loc) · 954 Bytes
/
draft_warning.php
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
<?php
/*
$page->addContent('
<div class="alert">
<button type="button" class="close" data-dismiss="alert">×</button>
<h3>Warning!</h3>
<p>
Version 13 is still a draft. Unfortunately the draft hasn\'t been fully worked out yet when the Space API was presented at <a href="https://entropia.de/GPN13">#GPN</a>. There are still tasks to be done such as:
</p>
<p>
<ul>
<li>working out the specification</li>
<li>adapting the validator</li>
<li>adapting some hard-coded parts in the documentation</li>
<li>making things consistent</li>
<li>getting the daily revalidator bugfixed</li>
</ul>
</p>
<p>
<strong>
If you update your API now, you\'ll most likely need to update it again in some days.
</strong>
</p>
</div>
');
*/