Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -49,9 +49,16 @@ |
50 | 50 | 'D3Bar', |
51 | 51 | 'D3Treemap', |
52 | 52 | |
53 | | - // Still in alpha. |
54 | | - //'filtered', |
55 | | - //'jitgraph', // Several issues need to be fixed before this can be enabled, most notably it does not work properly with the RL. |
| 53 | + // Still in alpha: |
| 54 | + // 'filtered', |
| 55 | + // 'jitgraph', // Several issues need to be fixed before this can be enabled, most notably it does not work properly with the RL. |
| 56 | + |
| 57 | + // Disabled by default sicne they contact external sites: |
| 58 | + // 'googlebar', |
| 59 | + // 'googlepie', |
| 60 | + |
| 61 | + // Unstable/broken: |
| 62 | + // 'exhibit', |
56 | 63 | ); |
57 | 64 | |
58 | 65 | // load hash format only if HashTables extension is initialised, otherwise 'Array' format is enough |