Index: trunk/extensions/SemanticResultFormats/Ploticus/ploticus-addons/ploticus.config |
— | — | @@ -1,8 +1,10 @@ |
2 | 2 | // model ploticus config file |
3 | 3 | // for SRF-Ploticus |
4 | | -// be sure modify specify PLOTICUS_CONFIG with the $srfgEnvSettings var in LocalSettings.php |
| 4 | +// be sure to specify PLOTICUS_CONFIG with the $srfgEnvSettings var in LocalSettings.php |
5 | 5 | // e.g. $srfgEnvSettings = 'PLOTICUS_CONFIG=[FULLPATH]/ploticus.config SWF_FONTS_DIR=/usr/share/ming/fonts/ttf-dejavu/fdb'; |
6 | 6 | // see http://ploticus.sourceforge.net/doc/config.html for more info |
7 | 7 | |
8 | | -// so we don't need to specify comma for the CSVs |
| 8 | +// so we don't need to specify comma delimiter for CSVs |
| 9 | +// with prefabs, this is not really an issue since SRF-Ploticus already sets delim=comma |
| 10 | +// this is really only here for Ploticus scripts |
9 | 11 | option: delim=comma |