• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H26-Oct-2004-364285

debian/H26-Oct-2004-188107

pixmaps/H03-May-2022-297225

po/H26-Oct-2004-553451

src/H03-May-2022-9,1897,010

AUTHORSH A D28-Sep-200449 21

COPYINGH A D27-Sep-200317.6 KiB341281

ChangeLogH A D24-Oct-20045.9 KiB124108

INSTALLH A D27-Sep-20037.6 KiB183143

Makefile.amH A D21-Oct-2004641 2615

Makefile.inH A D26-Oct-200413.3 KiB437347

NEWSH A D28-Sep-20040

READMEH A D26-Oct-20042.6 KiB10064

aclocal.m4H A D26-Oct-200471.2 KiB1,8911,774

config.guessH A D09-Jan-200441.9 KiB1,4331,234

config.h.inH A D26-Oct-20042.9 KiB11476

config.subH A D09-Jan-200430.2 KiB1,5381,397

configureH A D03-May-2022228.2 KiB7,7786,565

configure.inH A D26-Oct-20042.6 KiB11795

install-shH A D27-Sep-20036.3 KiB270153

intltool-extract.inH A D21-Oct-200411.6 KiB469359

intltool-merge.inH A D03-May-202233.9 KiB1,3421,044

intltool-update.inH A D21-Oct-200423.5 KiB965765

missingH A D27-Sep-20036.3 KiB199159

mkinstalldirsH A D07-Oct-20041.9 KiB11285

stamp-h.inH A D26-Oct-200410 21

README

1GTorrentViewer README
2=====================
3
4 GTorrentViewer Copyright (c) 2004 Alejandro Claro.
5
6 This program is released under the GPL with the additional exemption
7 that compiling, linking, and OpenSSL. You may provide binary packages
8 linked to the OpenSSL libraries, provided that all other requirements
9 of the GPL are met. See file COPYING for details.
10
11What is GTorrentViewer?
12=======================
13
14 GTorrentViewer is a GTK2-based viewer and editor for BitTorrent meta files.
15 It is able to retrieve information from trackers, check files, show detailed
16 information, and modify .torrent files without having to start downloading.
17
18Purpose
19=======
20
21 The purpose of GTorrentViewer is to give the ability to see and modify all
22 the possible information from .torrent files without having to start
23 downloading and the ability to see in real time the current number of seeds
24 and peers on the torrent, so you will always know the status before start
25 the download.
26
27Requirements:
28=============
29
30Version 0.2:
31
32 * GTK+ >= 2.4     (http://www.gtk.org).
33 * libCURL         (http://curl.haxx.se/libcurl/).
34
35Version 0.1:
36
37 * GTK+ >= 2.4     (http://www.gtk.org).
38 * libglade >= 2.0 (ftp://ftp.gnome.org/pub/GNOME/sources/libglade/)
39 * libCURL         (http://curl.haxx.se/libcurl/).
40 * libSSL          (http://www.openssl.org/).
41
42Compiling and Installation:
43===========================
44
45Type this:
46
47	CFLAGS=-O3 ./configure
48	make
49
50Become root and type:
51
52	make install
53
54Other Options
55=============
56
57To get a full list of compile options, type:
58
59	./configure --help
60
61If you use a custom libcurl installation:
62
63	./configure --with-curl-config=PATH
64
65If you want to change the system pixmaps directory:
66
67	./configure --with-pixmapsdir=DIR
68
69If you want to change the gnome/kde applications (.desktop files) directory:
70
71	./configure --with-desktopdir=DIR
72
73FAQ:
74====
75
76Q1: I get the following message: configure: error: XML::Parser perl module is
77required for intltool. What do I do about it?
78
79A: You need to make sure that you have the right variant of the xml-parser-pm
80package to match the Perl version for your system. Try running
81
82perl -MCPAN -e shell
83
84as root and in the cpan prompt type
85
86install XML::Parser.
87
88Special thanks and credits:
89===========================
90
91Juan Manuel Palacios (Beta Tester and DarwinPorts maintener).
92Paul Howarth (Beta Tester and Fedora Core 2 RPM package).
93Toni aka oc2pus (SuSE 9.1 RPM package).
94Michael Johnson (FreeBSD port maintener).
95
96You can get more information about GTorrentViewer:
97==================================================
98
99 http://gtorrentviewer.sourceforge.net/
100