Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 404)
+++ /trunk/BNC/bnchelp.html	(revision 405)
@@ -452,5 +452,6 @@
 &nbsp; &nbsp; &nbsp; F - 2.2 RTCM <a href=#rtcm3> Version 3</a><br>
 F - 3. <a href=#rtigs>RTIGS</a><br>
-&nbsp; &nbsp; &nbsp; F - 3.1 <a href=#soc>SOC</a>
+&nbsp; &nbsp; &nbsp; F - 3.1 <a href=#soc>SOC</a><br>
+F - 4. <a href=#config>Config File</a>
 </p>
 <br>
@@ -634,3 +635,28 @@
 <p>
 </p>
-
+<p><a name="config"><h4>F - 4. Config File</h4></p>
+<p>
+The following is an example for the contents of a Unix/Linux configuration file ${HOME}/.config/BKG/BKG_NTRIP_Client.conf. It enables the retrieval of stream HOE20 form www.euref-ip.net and GOPE0 from www.igs-ip.net for the generation of 15 min RINEX files. RINEX files are uploaded to an archive using script 'up2archive' :
+<pre>
+[General]
+casterHost=
+casterPassword=
+casterPort=
+casterUser=
+font="Sans Serif,8,-1,5,50,0,0,0,0,0"
+logFile=${HOME}/bnc.log
+mountPoints=//user:password@www.euref-ip.net:80/HOE20 RTCM_3.0 54.76 8.29 RS, //user:password@www.igs-ip.net:80/GOPE0 RTCM_2.2 49.91 14.79 RS
+outFile=
+outPort=
+proxyHost=proxy.bkg.de
+proxyPort=8000
+rnxAppend=2
+rnxIntr=15 min
+rnxPath=${HOME}/rinex
+rnxSampl=0
+rnxScript=${HOME}/up2archive
+rnxSkel=SKL
+waitTime=5
+</pre>
+</p>
+
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 404)
+++ /trunk/BNC/bncwindow.cpp	(revision 405)
@@ -169,5 +169,5 @@
   _rnxIntrComboBox->setMaximumWidth(9*ww);
   _rnxIntrComboBox->setEditable(false);
-  _rnxIntrComboBox->addItems(QString("5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
+  _rnxIntrComboBox->addItems(QString("1 min,2 min,5 min,10 min,15 min,30 min,1 hour,1 day").split(","));
   int ii = _rnxIntrComboBox->findText(settings.value("rnxIntr").toString());
   if (ii != -1) {
