File: README

package info (click to toggle)
gtm 0.4.11-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,056 kB
  • ctags: 1,167
  • sloc: ansic: 11,691; sh: 3,128; makefile: 556; yacc: 318
file content (104 lines) | stat: -rw-r--r-- 3,324 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Copyright
=========

   GTM - a transfer manager
   Copyright (C) 1999, 2000 Bruno Pires Marinho

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

   For more details see the file COPYING.


What is GTM
===========

GTM allows the user to retrieve multiple files from the web. 
These files can be retrieved in multiple parts and each part retrieved on a
separate session that the user is connected to the Internet. This is
most useful to users with dialup connections. The program performs
this tasks using wget as its back-end.

The program now supports CORBA. This makes easy for other programs to use
GTM to handle the transfer of files from the Internet.

The program has also a applet that communicates with program using CORBA. 
The applet can launch the program, request for a new download or accept drops
of URLs from netscape and give this URLs to GTM.


System Requirements
===================

GTM should build on (I guess) most unices. It needs the X11R6 
libraries, glib, gdk and gtk 1.2.x libraries, imlib and GNOME libraries, and 
of course wget (I used 1.5.3 but I think it works with earlier versions).


Use
===

Read the help files.


Developing applications that use GTM
====================================

If you want to use GTM to manage transfer of files on the Internet you
can communicate with GTM using CORBA. The applet that comes with the program
is a good place to start.

All you need to develop gtm CORBA clients is the file Gtm.idl.


Invitation :)
=============

If anyone wishes to improve GTM, have a look at the TODO list, 
but don't limit yourself to what is described therein. Send patches to my 
email address.


Translations
============

If you want to translate the program you can check out a new gtm.pot file
from gnome CVS using the following commands

	export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
	cvs login
	cvs -z3 co gnome-i18n/extra-po/gtm/

inside you will find the tools and the gtm.pot file to be translated. Rename
it to your languade code pt.po for Portuguese, da.po for Danish, etc. Now
edit the file with emacs or whatever you like to edit pot files.
There is also the gtm.desktop, gtm_applet.desktop and gtm.soundlist to be
translated on the same dir. Finally send the translated files to the author
or the development mailing list

	gtm-dev@vialink.com.br


Author
======

GTM is being maintained by Bruno Pires Marinho 
<bapm@netcabo.pt>. If you are having trouble installing and/or 
running GTM, feel free to e-mail me.

You can check on the current status of GTM via www at:
	http://gtm.sourceforge.net/

Comments, ideas and (most of all) bug reports (and especially patches) are
very welcome.