Revision: 5380 Author: pebender Date: Sat Aug 29 06:47:28 2009 Log: - Added examples of variable setting to the documentation.
http://code.google.com/p/minimyth/source/detail?r=5380 Modified: /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html ======================================= --- /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Sun Aug 23 18:13:38 2009 +++ /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Sat Aug 29 06:47:28 2009 @@ -77,6 +77,15 @@ <p> {variable-name}='{variable-value}' </p> + <p> + For some examples of how to set variables, see + <a href="#MM_X_MODELINE">MM_X_MODELINE</a>, + <a href="#MM_LIRC_KERNEL_MODULE_OPTIONS">MM_LIRC_KERNEL_MODULE_OPTIONS</a>, + <a href="#MM_MEDIA_GENERIC_LIST">MM_GENERIC_MEDIA_LIST</a>, + <a href="#MM_MYTHDB_JUMPPOINTS_{key}">MM_MYTHDB_JUMPPOINTS_{key}</a>, + <a href="#MM_MYTHDB_KEYBINDINGS_{key}">MM_MYTHDB_KEYBINDINGS_{key}</a> and + <a href="#MM_MYTHDB_SETTINGS_{key}">MM_MYTHDB_SETTINGS_{key}</a>. + </p> </div> <div id="MM_MINIMYTH" class="section"> <div class="heading">Configuration variables for: MiniMyth</div> @@ -2191,6 +2200,16 @@ MM_MEDIA_*_MOUNTPOINT + MM_MEDIA_*_URL pairs. The user 'minimyth' must have read access to the directory specified by {url}. </p> + <p> + For example, to mount + the remote media directory 'nfs://foo.example.net/videos' at the location '/mnt/videos/foo' + and + the remote media directory 'nfs://bar.example.net/videos' at the location '/mnt/videos/bar', + you would use: + </p> + <p> + MM_MEDIA_GENERIC_LIST='/mnt/videos/foo=nfs://foo.example.net/videos /mnt/videos/bar=nfs://bar.example.net/videos'. + </p> </dd> </dl> <p> @@ -3301,7 +3320,7 @@ alt="Valid CSS!" height="31" width="88" /></a> </div> <div class="version"> - Last Updated on 2009-08-23 + Last Updated on 2009-08-29 <br /> < mailto : webmaster at minimyth dot org > </div> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
