Index: trunk/extensions/SemanticResultFormats/SRF_Hooks.php |
— | — | @@ -30,4 +30,4 @@ |
31 | 31 | return true; |
32 | 32 | } |
33 | 33 | |
34 | | -} |
\ No newline at end of file |
| 34 | +} |
Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -7,7 +7,8 @@ |
8 | 8 | * @file SemanticResultFormats.php |
9 | 9 | * @ingroup SemanticResultFormats |
10 | 10 | * |
11 | | - * @author Jeroen De Dauw |
| 11 | + * @licence GNU GPL v3+ |
| 12 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
12 | 13 | */ |
13 | 14 | |
14 | 15 | /** |
— | — | @@ -160,5 +161,3 @@ |
161 | 162 | } |
162 | 163 | } |
163 | 164 | } |
164 | | - |
165 | | - |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | |
16 | 16 | New formats in this version are: |
17 | 17 | * valuerank (written by DaSch) |
| 18 | +* D3Line, D3Bar and D3Treemap (written by James Hong Kong) (requires MW 1.17 or later) |
18 | 19 | |
19 | 20 | == SRF 1.6.2 == |
20 | 21 | |