HomeSort by relevance Sort by last modified time
    Searched refs:elinks (Results 1 - 25 of 39) sorted by null

1 2

  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/lua/
elinks-remote 3 # This script lets you pass URLs from external programs to ELinks easily. You
5 # -remote url"), and then press 'x' in the ELinks instance where you want the
9 # ~/.elinks/external.url.
11 # Note that you also need remote.lua loaded in ELinks.
15 # XXX: Please note that elinks now ``natively'' support passing URLs from
20 echo $* >$HOME/.elinks/external.url
remote.lua 1 -- ELinks-side part of elinks-remote
3 -- See script elinks-remote for explanation what's this about.
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/debian/
elinks.preinst 3 # elinks preinst file
10 if [ -f /etc/elinks.conf -a ! -f /etc/elinks/elinks.conf ]; then
13 mkdir -p /etc/elinks/
14 mv /etc/elinks.conf /etc/elinks/elinks.conf
15 echo "Your /etc/elinks.conf moved into /etc/elinks/.
    [all...]
elinks.prerm 20 update-alternatives --quiet --remove links /usr/bin/elinks
21 update-alternatives --quiet --remove www-browser /usr/bin/elinks
elinks.postinst 2 # postinst for elinks
27 /usr/bin/elinks 20 --slave /usr/share/man/man1/links.1.gz \
28 links.1.gz /usr/share/man/man1/elinks.1.gz
30 /usr/bin/elinks 35 \
32 /usr/share/man/man1/elinks.1.gz
rules 3 # ELinks debian/rules that uses debhelper.
49 --sysconfdir=/etc/elinks \
61 DEB_ROOT = `pwd`/debian/elinks
92 # Add here commands to install the package into debian/elinks.
95 mkdir -p $(DEB_ROOT)/etc/elinks
96 install -o root -g root -m 644 contrib/elinks.conf $(DEB_ROOT)/etc/elinks/elinks.conf
98 dh_install debian/elinks.desktop usr/share/applications/
115 -X colws.diff -X elinks.spec -X hooks.lua.in -X links_wps.zip
    [all...]
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/smjs/
hooks.js 1 /* These are examples for the ELinks SpiderMonkey scripting interface.
2 * Place choice parts in a file named "hooks.js" in your ELinks configuration
3 * directory (~/.elinks).
6 elinks.keymaps.main["@"] = function () {
7 elinks.location = elinks.location + "/..";
10 elinks.preformat_html_hooks = new Array();
11 elinks.preformat_html = function (cached, vs) {
12 for (var i in elinks.preformat_html_hooks)
13 if (!elinks.preformat_html_hooks[i](cached, vs)
    [all...]
smartprefixes_bookmarks.js 5 do_file(elinks.home + "smartprefixes_common.js");
12 * enter the keyword in the Go to URL box, ELinks will take the URI
18 if (!elinks.bookmarks.smartprefixes) return uri;
23 if (!elinks.bookmarks.smartprefixes.children[prefix]) return uri;
25 var rule = elinks.bookmarks.smartprefixes.children[prefix].url;
35 elinks.goto_url_hooks.push(rewrite_uri);
smartprefixes_classic.js 5 do_file(elinks.home + "smartprefixes_common.js");
12 bug: function (url) { return bugzilla('http://bugzilla.elinks.cz/', url) },
17 cvs: function (x) { return cvsweb ("http://cvsweb.elinks.cz/cvsweb.cgi/", "elinks", x) },
18 gitweb: function (x) { return gitweb("http://repo.or.cz/gitweb.cgi", "elinks.git", x) },
97 elinks.alert('smartprefix[' + prefix + ']'
102 elinks.goto_url_hooks.push(rewrite_uri_classic);
smartprefixes_common.js 29 /* javascript:cvsweb("http://cvsweb.elinks.cz/cvsweb.cgi/", "elinks", "%s"); */
37 elinks.alert('this smartprefix takes only one to three arguments');
43 elinks.alert('no file given');
58 /* javascript:gitweb("http://repo.or.cz/gitweb.cgi", "elinks.git", "%s"); */
94 /* javascript:bugzilla('http://bugzilla.elinks.cz/', "%s"); */
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/doc/man/man1/
Makefile 4 elinks.1: $(srcdir)elinks.1.in $(top_srcdir)/configure.in
8 MAN1 = elinks.1
  /sfw/usr/src/cmd/elinks/
install-sfw 39 DOCSDIR=${SHAREDIR}/doc/elinks
48 _install E ${SRCDIR}/src/elinks ${BINDIR}/elinks 555
52 _install M ${SRCDIR}/doc/man/man1/elinks.1 ${MAN1DIR}/elinks.1 444
53 _install M ${SRCDIR}/doc/man/man5/elinks.conf.5 ${MAN5DIR}/elinks.conf.5 444
92 _install N ${SRCDIR}/po/${i}.gmo ${LOCALEDIR}/${i}/LC_MESSAGES/elinks.mo 644
103 elinks.1.txt \
104 elinks.conf.5.txt
    [all...]
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/
grafthistory.sh 3 # Graft the ELinks development history to the current tree.
26 echo "ELinks history converted from CVS. Keep this pack separate to speed up git gc." \
31 $downloader http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.idx
32 $downloader http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.pack
elinks.spec 1 # To build rpm: rpmbuild -bb elinks.spec
2 # Debug version: rpmbuild -bb elinks.spec --debug
3 # Console version without X11 dependency: rpmbuild -bb elinks.spec --without x
26 # to the elinks-dev mailing list. Thanks! --pasky
33 Name: elinks
37 Vendor: ELinks project <elinks-users@linuxfromscratch.org>
40 Source: http://elinks.cz/download/%{name}-%{version}.tar.bz2
41 URL: http://elinks.cz/
54 ELinks aims to provide feature-rich version of Links. Its purpuose is to mak
    [all...]
elinks.vim 2 " Language: ELinks configuration file (elinks.conf)
5 " Description: This file covers elinks version 0.4pre15
115 let b:current_syntax = "elinks"
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/doc/man/man5/
Makefile 4 MAN5 = $(srcdir)elinks.conf.5 $(srcdir)elinkskeys.5
  /sfw/usr/src/pkgdefs/SUNWelinks/
prototype_com 50 f none usr/bin/elinks 0555 root bin
55 f none usr/share/man/man1/elinks.1 0444 root bin
57 f none usr/share/man/man5/elinks.conf.5 0444 root bin
63 f none usr/share/locale/be/LC_MESSAGES/elinks.mo 0644 root other
67 f none usr/share/locale/bg/LC_MESSAGES/elinks.mo 0644 root other
71 f none usr/share/locale/ca/LC_MESSAGES/elinks.mo 0644 root other
75 f none usr/share/locale/cs/LC_MESSAGES/elinks.mo 0644 root other
79 f none usr/share/locale/da/LC_MESSAGES/elinks.mo 0644 root other
83 f none usr/share/locale/de/LC_MESSAGES/elinks.mo 0644 root other
87 f none usr/share/locale/el/LC_MESSAGES/elinks.mo 0644 root othe
    [all...]
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/perl/
config.pl 1 # Configuration file for hooks.pl - salt to taste and place in ~/.elinks
7 fortune: elinks # *fortune*, *elinks* tip, or *none* on quit?
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/src/
Makefile 34 BUILD_ID = $(subst elinks-,,$(GITDESC))$(if $(WTDIRTY),-dirty)
40 elinks: $(LIB_O_NAME) vernum.o
43 PROGS = elinks
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/doc/tools/
help2doc 7 # Updated by option handlind via --elinks=path/to/elinks option
8 elinks="$1"
36 line="$(echo $line | sed 's,\(-touch-files\|-no-connect\|-session-ring\|-dump\|-default-mime-type\|text/html\|~/\.elinks\),\`\1\`,g')"
38 line=$(echo $line | sed "s,ELinks,'ELinks',g")
93 "$elinks" $option | $filter | while read line
156 version="`$elinks -version | head -n 1 | sed -e 's/ELinks \([0-9][^ ]*\).*/\1/'`"
157 echo "Generated using output from ELinks version $version.
    [all...]
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/doc/
Makefile 32 elinks.1.html \
33 elinks.conf.5.html \
46 elinks.1 \
47 elinks.conf.5 \
84 $(call ncmd,installdata,elinks.1,$(srcdir)man/man1/elinks.1.in); \
86 $(call ncmd,installdata,elinks.conf.5,$(srcdir)man/man5/))
102 ELINKS = $(top_builddir)/src/elinks
107 # using elinks binary will generate texts in englis
    [all...]
  /sfw/usr/src/cmd/vim/vim72/runtime/ftplugin/
elinks.vim 2 " Language: elinks(1) configuration file
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/contrib/guile/
internal-hooks.scm 4 (define-module (elinks internal) function
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/src/mime/backend/
test-mailcap-cache 24 text/html; elinks --force-html %s; needsterminal
47 program: elinks --force-html %
  /sfw/usr/src/cmd/apache/tomcat-connectors-1.2.27-src/tools/
jkrelease.sh 27 # And any one of: w3m, elinks, links (links2)
223 # Check for links, elinks or w3m
228 for tool in `echo "w3m elinks links"`
250 elinks)
251 TOOL="elinks $ELNKOPTS"

Completed in 1380 milliseconds

1 2