Update of /cvsroot/playerstage/code/player/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32487

Modified Files:
      Tag: release-2-0-patches
        header.html player.dox player.txt playerweb.dox 
        tutorial_config.txt 
Log Message:
updates to links

Index: playerweb.dox
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/playerweb.dox,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** playerweb.dox       26 Oct 2005 10:26:38 -0000      1.3
--- playerweb.dox       22 Sep 2006 20:44:47 -0000      1.3.2.1
***************
*** 392,396 ****
  # with spaces.
  
! INPUT                  = mainpage.html install.html migration.html 
tutorials.html utils.html clients.html plugin_driver.html configfile.html 
protocol.html ../libplayerxdr/playerxdr.html ../libplayerxdr 
../libplayercore/playercore.h ../server/libplayerdrivers ../libplayertcp 
../libplayercore ../server/drivers/ ../utils/playerv/playerv.c 
../utils/playernav/playernav.c ../utils/playercam/playercam.cc 
../utils/playerjoy/playerjoy.cc ../utils/playerprint/playerprint.cc 
../utils/playervcr/playervcr.c ../utils/dgps_server/dgps_server.dox 
../client_libs/libplayerc/doc/mainpage.html 
../client_libs/libplayerc/doc/libplayerc_py.html 
../client_libs/libplayerc/playerc.h ../client_libs/c/playercclient.h 
../client_libs/libplayerc++/playerclient.h 
../client_libs/libplayerc++/playerc++.h 
../client_libs/libplayerc++/playerc++.cc 
../client_libs/libplayerc++/playererror.h
  
  # If the value of the INPUT tag contains directories, you can use the 
--- 392,396 ----
  # with spaces.
  
! INPUT                  = mainpage.html install.html migration.html 
tutorials.html utils.html clients.html plugin_driver.html configfile.html 
protocol.html ../libplayerxdr/playerxdr.html ../libplayerxdr 
../libplayercore/playercore.h ../server/libplayerdrivers ../libplayertcp 
../libplayercore ../server/drivers/ ../utils/playerv/playerv.c 
../utils/playernav/playernav.c ../utils/playercam/playercam.cc 
../utils/playerjoy/playerjoy.cc ../utils/playerprint/playerprint.cc 
../utils/playervcr/playervcr.c ../utils/dgps_server/dgps_server.dox 
../client_libs/libplayerc/doc/mainpage.html 
../client_libs/libplayerc/doc/libplayerc_py.html 
../client_libs/libplayerc/playerc.h ../client_libs/c/playercclient.h 
../client_libs/libplayerc++/playerclient.h 
../client_libs/libplayerc++/playerc++.h 
../client_libs/libplayerc++/playerc++.cc 
../client_libs/libplayerc++/playererror.h ../client_libs/libplayerc++/utility.h 
../client_libs/libplayerc++/clientproxy.h
  
  # If the value of the INPUT tag contains directories, you can use the 

Index: tutorial_config.txt
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/tutorial_config.txt,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** tutorial_config.txt 21 Nov 2005 19:26:26 -0000      1.3
--- tutorial_config.txt 22 Sep 2006 20:44:47 -0000      1.3.2.1
***************
*** 69,73 ****
  @section driver_options Driver-independent options
  
! There are four driver-independent options:
  - @b name (string) : The name of the driver to instantiate, as it was 
provided to
    DriverTable::AddDriver().  This option is mandatory.
--- 69,73 ----
  @section driver_options Driver-independent options
  
! There are five driver-independent options:
  - @b name (string) : The name of the driver to instantiate, as it was 
provided to
    DriverTable::AddDriver().  This option is mandatory.
***************
*** 79,82 ****
--- 79,88 ----
    accessed.  This option is mandatory.
  - @b requires (tuple of strings): The device address(es) to which the driver 
will subscribe.
+ - @b alwayson (int): If 1, then the driver will be setup when the @ref
+   util_player starts, without waiting for any client connection.  This
+   option is useful for front-loading startup delays, verifying upfront that
+   hardware is connected and functioning, and for using drivers that don't
+   normally have a client connected (e.g., @ref driver_linuxjoystick, @ref
+   driver_writelog).
  
  @subsection provides provides

Index: player.txt
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/player.txt,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** player.txt  17 Feb 2006 18:34:20 -0000      1.8
--- player.txt  22 Sep 2006 20:44:47 -0000      1.8.2.1
***************
*** 194,198 ****
  
  Be sure to also check for 
! <a href="http://playerstage.sourceforge.net/index.php?src=contrib";>contributed
  libraries</a>.
  */
--- 194,198 ----
  
  Be sure to also check for 
! <a 
href="http://playerstage.sourceforge.net/wiki/PlayerClientLibraries";>contributed
  libraries</a>.
  */

Index: player.dox
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/player.dox,v
retrieving revision 1.48.2.2
retrieving revision 1.48.2.3
diff -C2 -d -r1.48.2.2 -r1.48.2.3
*** player.dox  23 Aug 2006 00:11:56 -0000      1.48.2.2
--- player.dox  22 Sep 2006 20:44:47 -0000      1.48.2.3
***************
*** 407,411 ****
  # by doxygen. Possible values are YES and NO. If left blank NO is used.
  
! QUIET                  = YES 
  
  # The WARNINGS tag can be used to turn on/off the warning messages that are 
--- 407,411 ----
  # by doxygen. Possible values are YES and NO. If left blank NO is used.
  
! QUIET                  = NO 
  
  # The WARNINGS tag can be used to turn on/off the warning messages that are 
***************
*** 460,465 ****
  # with spaces.
  
- #INPUT                  = player.txt install.html migration.html 
tutorials.html utils.html clients.html plugin_driver.html configfile.html 
protocol.html ../libplayerxdr/playerxdr.html ../libplayerxdr 
../libplayercore/playercore.h ../server/libplayerdrivers ../libplayertcp 
../libplayercore ../server/drivers/ ../utils/playerv/playerv.c 
../utils/playernav/playernav.c ../utils/playercam/playercam.c 
../utils/playerjoy/playerjoy.cc ../utils/playerprint/playerprint.cc 
../utils/playervcr/playervcr.c ../utils/dgps_server/dgps_server.dox 
../client_libs/libplayerc/doc/mainpage.html 
../client_libs/libplayerc/doc/libplayerc_py.html 
../client_libs/libplayerc/playerc.h ../client_libs/libplayerc++/playerclient.h 
../client_libs/libplayerc++/playerc++.h 
../client_libs/libplayerc++/playerc++.cc 
../client_libs/libplayerc++/playererror.h
  INPUT                  = player.txt quick_start.txt architecture.txt 
supported_hardware.txt tutorial_devices.txt tutorial_migration.txt 
tutorial_cameras.txt tutorial_automake.txt tutorial_crosscompiling.txt 
tutorial_args.txt tutorial_datalog.txt tutorial_config.txt 
tutorial_interface.txt tutorial_plugins.txt tutorial_maps.txt install.txt 
../server/server.cc ../libplayercore/player.h ../libplayercore/error.h 
../libplayercore/configfile.h ../libplayercore/driver.h 
../libplayercore/device.h ../libplayercore/message.h ../server/drivers 
../libplayertcp/playertcp.h ../libplayerxdr/playerxdr.html 
../libplayerxdr/playerxdr.h ../server/libplayerdrivers/driverregistry.h 
../utils/playerv/playerv.c ../utils/playernav/playernav.c 
../utils/playercam/playercam.c ../utils/playerjoy/playerjoy.cc 
../utils/playerprint/playerprint.cc ../utils/playervcr/playervcr.c 
../utils/dgps_server/dgps_server.dox ../utils/playerwritemap/playerwritemap.c 
../client_libs/libplayerc/playerc.h ../client_libs/li
 bplayerc/bindings/python/libplayerc_py.html 
../client_libs/libplayerc++/playerclient.h 
../client_libs/libplayerc++/playerc++.h 
../client_libs/libplayerc++/playerc++.cc 
../client_libs/libplayerc++/playererror.h ../client_libs/libplayerc++/utility.h 
../client_libs/libplayerc++/clientproxy.h
  # If the value of the INPUT tag contains directories, you can use the 
  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
--- 460,465 ----
  # with spaces.
  
  INPUT                  = player.txt quick_start.txt architecture.txt 
supported_hardware.txt tutorial_devices.txt tutorial_migration.txt 
tutorial_cameras.txt tutorial_automake.txt tutorial_crosscompiling.txt 
tutorial_args.txt tutorial_datalog.txt tutorial_config.txt 
tutorial_interface.txt tutorial_plugins.txt tutorial_maps.txt install.txt 
../server/server.cc ../libplayercore/player.h ../libplayercore/error.h 
../libplayercore/configfile.h ../libplayercore/driver.h 
../libplayercore/device.h ../libplayercore/message.h ../server/drivers 
../libplayertcp/playertcp.h ../libplayerxdr/playerxdr.html 
../libplayerxdr/playerxdr.h ../server/libplayerdrivers/driverregistry.h 
../utils/playerv/playerv.c ../utils/playernav/playernav.c 
../utils/playercam/playercam.c ../utils/playerjoy/playerjoy.cc 
../utils/playerprint/playerprint.cc ../utils/playervcr/playervcr.c 
../utils/dgps_server/dgps_server.dox ../utils/playerwritemap/playerwritemap.c 
../client_libs/libplayerc/playerc.h ../client_libs/li
 bplayerc/bindings/python/libplayerc_py.html 
../client_libs/libplayerc++/playerclient.h 
../client_libs/libplayerc++/playerc++.h 
../client_libs/libplayerc++/playerc++.cc 
../client_libs/libplayerc++/playererror.h ../client_libs/libplayerc++/utility.h 
../client_libs/libplayerc++/clientproxy.h
+ 
  # If the value of the INPUT tag contains directories, you can use the 
  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 

Index: header.html
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/header.html,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -d -r1.16 -r1.16.2.1
*** header.html 15 Feb 2006 06:48:38 -0000      1.16
--- header.html 22 Sep 2006 20:44:47 -0000      1.16.2.1
***************
*** 121,125 ****
  <li class=menu><a href="group__utils.html">Utilities</a>
  <li class=menu><a href="group__clientlibs.html">Client&nbsp;libraries</a>
! <li class=menu><a 
href="http://playerstage.sourceforge.net/index.php?src=faq";>FAQ</a>
  <li class=menu><a href="help.html">Help</a>
  
--- 121,125 ----
  <li class=menu><a href="group__utils.html">Utilities</a>
  <li class=menu><a href="group__clientlibs.html">Client&nbsp;libraries</a>
! <li class=menu><a 
href="http://playerstage.sourceforge.net/wiki/Basic_FAQ";>FAQ</a>
  <li class=menu><a href="help.html">Help</a>
  


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to