home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libgnomebt0 / README < prev    next >
Encoding:
Text File  |  2004-06-04  |  3.5 KB  |  94 lines

  1. GNOME Bluetooth Subsystem
  2. =========================
  3.  
  4. Maintained by Edd Dumbill <edd@usefulinc.com>
  5.  
  6. The GNOME Bluetooth Subsystem is being developed with the ultimate
  7. intention of being submitted to the GNOME desktop project.
  8.  
  9. The software is in its early stages right now.  See the NEWS file for
  10. the latest changes in this release.
  11.  
  12. This package contains a controller class, GnomebtController, to control
  13. Bluetooth devices, and a simple GUI to explore which devices are
  14. available (gnome-bluetooth-manager).  An OBEX server is available,
  15. gnome-obex-server.  This will receive files sent via Bluetooth to your
  16. PC, and save them in your home directory.  The program gnome-obex-send
  17. enables you to send files.  It is used by the Nautilus component --
  18. select the files you want to send and choose "Send via Bluetooth..."
  19. from the context menu.
  20.  
  21. There is a mailing list discussing this software at 
  22. http://lists.usefulinc.com/mailman/listinfo/gnome-bluetooth
  23.  
  24. The tools in obex/ and python/ are licensed under the GNU General
  25. Public License, Version 2.   See the file COPYING, which accompanies
  26. this distribution, and the section "License for gnome-bluetooth
  27. applications" below.
  28.  
  29. The libgnomebt library in src/ is licensed under the GNU Lesser General
  30. Public License.  See the file COPYING.gnomebt, which accompanies this
  31. distribution, and the section "License for libgnomebt" belows.
  32.  
  33.  
  34. Building
  35. ========
  36.  
  37. You need:
  38.  
  39. * Bluetooth libs, utils installed installed (bluez.sf.net)
  40.   Version 2.7 or better recommended.
  41.  
  42. * libbtctl 0.4, available from http://usefulinc.com/software/gnome-bluetooth,
  43.   or GNOME CVS.
  44.  
  45. * Bluetooth kernel modules installed (either kernel 2.4.22 or get patches
  46.   from bluez.sf.net).
  47.  
  48. * These GNOME 2 packages:
  49.       gobject-2.0 libgnomeui-2.0 >= 1.110.0 libbonobo-2.0
  50.     bonobo-activation-2.0 gconf-2.0 gob2 pygtk-2.2 python2.2/2.3
  51.  
  52.  
  53. License for libgnomebt
  54. ======================
  55.  
  56.     libgnomebt -- GNOME Bluetooth libraries
  57.     Copyright (C) 2003-2004 Edd Dumbill
  58.  
  59.     This library is free software; you can redistribute it and/or
  60.     modify it under the terms of the GNU Lesser General Public
  61.     License as published by the Free Software Foundation; either
  62.     version 2.1 of the License, or (at your option) any later version.
  63.  
  64.     This library is distributed in the hope that it will be useful,
  65.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  66.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  67.     Lesser General Public License for more details.
  68.  
  69.     You should have received a copy of the GNU Lesser General Public
  70.     License along with this library; if not, write to the Free Software
  71.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  72.  
  73.  
  74. License for gnome-bluetooth applications
  75. ========================================
  76.  
  77.     gnome-bluetooth obex and administration tools
  78.     Copyright (C) 2003-2004 Edd Dumbill
  79.  
  80.     This program is free software; you can redistribute it and/or modify
  81.     it under the terms of the GNU General Public License as published by
  82.     the Free Software Foundation; either version 2 of the License, or
  83.     (at your option) any later version.
  84.  
  85.     This program is distributed in the hope that it will be useful,
  86.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  87.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  88.     GNU General Public License for more details.
  89.  
  90.     You should have received a copy of the GNU General Public License
  91.     along with this program; if not, write to the Free Software
  92.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  93.  
  94.