ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Timur Batyrshin <batyrshin@ieml.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] netams документация
Date: Thu, 1 Nov 2007 18:10:49 +0300
Message-ID: <20071101181049.74b47296@batyrshin.ieml.ru> (raw)
In-Reply-To: <47592180.20071101175428@mail.ru>

LIO (Thu, 1 Nov 2007 17:54:28 +0300):

> TB> Вот мой результат на коленке на перле:
> TB>
> TB> #!/usr/bin/perl
> TB>
> TB> $start=0;
> TB>
> TB> while (<>) {
> TB>         $start=1 if ($_ =~ /doc_right/);
> TB>         $_ !~ /_counter_bottom/ || die;
> TB>         print $_ if $start;
> TB> }
> А как же HTML шапка и ноги?

Мне они не понадобились -- firefox и без них страницу показывает =)
По хорошему много что можно улучшить.

> TB> Все файлы разом можно перекодировать так:
> TB>
> TB> for file in `ls`; do 
> TB>         cat /usr/share/doc/netams-doc-ru/ $file |
> TB> ~/prepnetamsdoc.pl \
> TB>                                                         > ~/doc/$file;
> TB> done
> Таким образом они получатся отсортированными по rand().

О какой сортировке идет речь? На выходе получается не один файл, а
такая же кучка, только с обрезанными шапками и хвостами.
Писать сортировку мне сейчас было более влом, чем прощелкать по всем
страницам, поэтому и не писал.


  reply	other threads:[~2007-11-01 15:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-31  8:04 Timur Batyrshin
2007-10-31 13:52 ` LIO
2007-10-31 15:35   ` Timur Batyrshin
2007-10-31 17:04     ` Igor Solovyov
2007-11-01  9:17       ` Timur Batyrshin
2007-11-01 14:54         ` LIO
2007-11-01 15:10           ` Timur Batyrshin [this message]
2007-11-01 15:45             ` LIO
2007-11-01 14:29     ` LIO
2007-11-01 15:01     ` LIO
2007-11-01 15:13       ` Timur Batyrshin
2007-11-01 17:16         ` LIO

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=20071101181049.74b47296@batyrshin.ieml.ru \
    --to=batyrshin@ieml.ru \
    --cc=sysadmins@lists.altlinux.org \
    /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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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