~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to features.conf

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
# Frequently, you know you will not need it, then you can of course happily
76
76
# forcibly remove support for it and save few bytes.
77
77
#
78
 
# Default: enabled if libexpat (required library) found and bookmarks are
79
 
# enabled
 
78
# Default: enabled if libexpat is found and bookmarks are enabled
80
79
 
81
80
CONFIG_XBEL_BOOKMARKS=yes
82
81
 
214
213
CONFIG_URI_REWRITE=yes
215
214
 
216
215
 
 
216
### BitTorrent Protocol Support
 
217
#
 
218
# The BitTorrent protocol is a protocol for distributing files in a peer-to-peer
 
219
# (P2P) manner. It uses the HTTP protocol for communicating with a central
 
220
# server and a peer-to-peer (P2P) protocol for exchanging file pieces betweens
 
221
# peer downloaders. The integrity of file pieces downloaded from peers are
 
222
# checked using cryptographic hashing (SHA1).
 
223
#
 
224
# Downloads using BitTorrent are started by first downloading a .torrent file
 
225
# with the MIME type "application/x-bittorrent". The file contains information
 
226
# which enables ELinks to ask a central server, called a tracker, for
 
227
# information about other downloading peers and start downloading from and
 
228
# uploading to them.
 
229
#
 
230
# At any time, an external handler can always be defined to take precedence of
 
231
# the internal BitTorrent client and the internal client can always be forced
 
232
# by prefixing the URI of the .torrent file with "bittorrent:"
 
233
 
234
# NOTE: The BitTorrent support is still experimental.
 
235
#
 
236
# Default: disabled
 
237
 
 
238
CONFIG_BITTORRENT=no
 
239
 
 
240
 
217
241
### Local CGI Support
218
242
#
219
243
# ELinks can (like w3m or lynx) execute certain executable files stored on the
232
256
# filters (path-based) will be allowed to be executed (and there are certain
233
257
# other security barriers in place).
234
258
#
235
 
# Default: disabled, available if setenv() is found
 
259
# Default: disabled, available if setenv() or putenv() is found
236
260
 
237
261
CONFIG_CGI=no
238
262
 
273
297
 
274
298
CONFIG_FINGER=no
275
299
 
 
300
### File Service Protocol
 
301
#
 
302
# File Service Protocol (FSP) is a very lightweight UDP based protocol for
 
303
# transferring files. FSP has many benefits over FTP, mainly for running
 
304
# anonymous archives. FSP protocol is valuable in all kinds of environments
 
305
# because it is one of the only TCP/IP protocols that is not aggressive about
 
306
# bandwidth, while still being sufficiently fault tolerant.
 
307
#
 
308
# FSP is what anonymous FTP *should* be!
 
309
#
 
310
# See http://fsp.sourceforge.net/ for more info.
 
311
#
 
312
# Default: disabled
 
313
 
 
314
CONFIG_FSP=no
276
315
 
277
316
### File Transfer Protocol Support
278
317
#
371
410
CONFIG_HTML_HIGHLIGHT=no
372
411
 
373
412
 
 
413
### ECMAScript (JavaScript) Browser Scripting
 
414
#
 
415
# By enabling this feature, certain parts of ELinks, such as the goto URL
 
416
# dialog, may be extended using ECMAScript (aka. JavaScript) scripts. This can
 
417
# be useful to optimise your usage of ELinks.
 
418
#
 
419
# For example you can define shortcuts (or abbreviations) for URLs of sites you
 
420
# often visit by having a goto URL hook expand them. This can also be achieved
 
421
# with the URI rewrite feature (CONFIG_URI_REWRITE), however it is not as
 
422
# powerful as doing it with scripting.
 
423
#
 
424
# Default: enabled if Spidermonkey is found
 
425
 
 
426
CONFIG_SM_SCRIPTING=yes
 
427
 
 
428
 
374
429
### Mouse Support
375
430
#
376
431
# ELinks may be controlled not only by keyboard, but also by mouse to quite some
388
443
CONFIG_MOUSE=yes
389
444
 
390
445
 
 
446
### 88 Colors in Terminals
 
447
#
 
448
# Define to add support for using 88 colors in terminals. Note that this
 
449
# requires a capable terminal emulator, such as:
 
450
#
 
451
# - Thomas Dickey's XTerm, version 111 or later (check which version you have
 
452
#   with xterm -version) compiled with --enable-88-color.
 
453
#
 
454
# - Rxvt, version 2.7.9 or later compiled with --enable-88-color.
 
455
#
 
456
# You will still need to enable this at runtime for a given terminal in terminal
 
457
# options, or set your $TERM variable to xterm-88color - then, ELinks will
 
458
# automatically configure itself to make use of all the available terminal
 
459
# features, while still acting sensibly when you happen to run it in an xterm
 
460
# w/o the 88 colors support.
 
461
#
 
462
# When enabled, the memory usage is somewhat increased even when running in mono
 
463
# and 16 colors mode (the memory consumption can be especially remarkable when
 
464
# rendering very large documents and/or using very large terminals).  However,
 
465
# when you actually run it in the suitable terminal, it looks really impressive,
 
466
# I'd say marvelous!
 
467
#
 
468
# Default: disabled
 
469
 
 
470
CONFIG_88_COLORS=no
 
471
 
391
472
### 256 Colors in Terminals
392
473
#
393
474
# Define to add support for using 256 colors in terminals. Note that this
554
635
CONFIG_NO_ROOT_EXEC=no
555
636
 
556
637
 
557
 
# $Id: features.conf,v 1.31 2004/12/24 14:09:11 pasky Exp $
558
638
# vim: filetype=sh textwidth=80