ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Subject: [sisyphus] elinks-0.10.2
Date: Thu, 3 Feb 2005 20:01:21 +0300
Message-ID: <20050203170121.GJ4945@solemn.turbinal.org> (raw)
In-Reply-To: <20050203151455.GC15029@basalt.office.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 2658 bytes --]

On Thu, Feb 03, 2005 at 06:14:55PM +0300, Dmitry V. Levin wrote:
> On Thu, Feb 03, 2005 at 05:35:52PM +0300, Alexey Tourbin wrote:
> > On Thu, Jan 06, 2005 at 11:03:28PM +0300, Dmitry V. Levin wrote:
> > > Рекомендую подумать, не добавить ли по умолчанию:
> > > set protocol.rewrite.smart.altbug =
> > > "https://bugzilla.altlinux.ru/buglist.cgi?product=1.+Sisyphus&component=%0&component_type=substring&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&simple=1"
> > > set protocol.rewrite.smart.altbugno =
> > > "https://bugzilla.altlinux.ru:8080/show_bug.cgi?id=%0"
> > 
> > А почему 8080?
> 
> Потому что глюк.
> И "product=1.+Sisyphus&" тоже не нужен.

Сделал так, работает:


--- elinks-0.10.1-alt1/elinks.spec	2005-01-06 18:59:37 +0000
+++ elinks-0.10.2-alt1/elinks.spec	2005-02-03 16:23:21 +0000
@@ -1,5 +1,5 @@
 Name: elinks
-Version: 0.10.1
+Version: 0.10.2
 %define pre %nil
 Release: alt1
 
@@ -40,7 +40,7 @@ Provides: webclient, links
 Provides: %_bindir/links
 Obsoletes: links
 
-# Automatically added by buildreq on Thu Jan 06 2005
+# Automatically added by buildreq on Thu Feb 03 2005
 BuildRequires: bzlib-devel libexpat-devel libgpm-devel liblua5-devel libssl-devel samba-client tetex-core unzip zlib-devel
 
 %description
@@ -102,12 +102,21 @@ __EOF__
 
 %__mkdir_p %buildroot%_sysconfdir/%name
 cat <<__EOF__ >%buildroot%_sysconfdir/%name/%name.conf
-# ALT defaults for ELinks
+# ALT defaults for ELinks.
+# See elinks.conf(5) for details.
+# Use Options manager for custom options.
+
+# Assume VT100 colored terminal.
 set terminal._template_.colors = 1
 set terminal._template_.type = 1
 
+# Vi-style scrolling.
 bind "main" "k" = "scroll-up"
 bind "main" "j" = "scroll-down"
+
+# Smart prefixes for ALT bugzilla.
+set protocol.rewrite.smart.altbug = "https://bugzilla.altlinux.org/buglist.cgi?component=%0&component_type=substring&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
+set protocol.rewrite.smart.altbugno = "https://bugzilla.altlinux.org/show_bug.cgi?id=%0"
 __EOF__
 
 %find_lang %name
@@ -137,6 +146,10 @@ __EOF__
 %doc doc/*.txt doc/*.html
 
 %changelog
+* Thu Feb 03 2005 Alexey Tourbin <at@altlinux.ru> 0.10.2-alt1
+- 0.10.1 -> 0.10.2
+- added smart prefixes (altbug and altbugno) for ALT bugzilla to elinks.conf
+
 * Thu Jan 06 2005 Alexey Tourbin <at@altlinux.ru> 0.10.1-alt1
 - 0.10pre3 -> 0.10.1
 - build without JavaScript by default
End of diff

Files not compared in elinks-0.10.1-alt1:
elinks-0.10.1/

Files not compared in elinks-0.10.2-alt1:
elinks-0.10.2/

> -- 
> ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-02-03 17:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-06  6:43 [sisyphus] elinks? Alexey Tourbin
2005-01-06  6:54 ` Alexey Rusakov
2005-01-06  8:50 ` [sisyphus] elinks? Konstantin A. Lepikhov
2005-01-06 16:08   ` Alexey Tourbin
2005-01-06 19:42     ` Alexey Tourbin
2005-01-06 19:45       ` Alexey Tourbin
2005-01-06 20:03       ` Dmitry V. Levin
2005-01-06 20:55         ` [sisyphus][JT] " Andrey Rahmatullin
2005-01-06 21:29         ` Andrey Rahmatullin
2005-02-03 14:35         ` [sisyphus] " Alexey Tourbin
2005-02-03 15:14           ` Dmitry V. Levin
2005-02-03 17:01             ` Alexey Tourbin [this message]
2005-01-06 12:07 ` [sisyphus] elinks? Dmitry V. Levin
2005-01-06 14:45   ` [sisyphus] elinks? Alexey Tourbin
2005-01-06 15:50     ` Dmitry V. Levin
2005-01-06 16:22       ` Alexey Tourbin
2005-01-06 19:30         ` Alexey Tourbin
2005-01-08  8:58 ` [sisyphus] elinks? Alexey Morozov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050203170121.GJ4945@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git