ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@lic145.kiev.ua>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] как проверить URL
Date: Mon Dec 10 10:35:01 2001
Message-ID: <20011210092739.C3122@lic145.kiev.ua> (raw)
In-Reply-To: <009101c180ec$faba38f0$4b860fd9@innet.yaroslavl.su>

On Sun, Dec 09, 2001 at 11:06:24PM +0300, Alexander Blagin wrote:
> чем можно проверить очень большие по объему сайты находящиеся на локальном
> диске на правильность ЛОКАЛЬНЫХ ссылок. например один сайт - 1.2 Гига -
LinkChecker.  Правда, не очень тороплив (но у меня контент
полудинамический был, со статиком вроде прямо на диск натравить
можно).

> тысячи небольших файлов. Сайт был пропущен через жернова виндюков, в
> результате регистр имен файлов стал хуже чем никакой. править все в ручную -
> застрелишься, от grep уже мозоли на руках.
Так посмотрите еще на sed и tr, вполне реально просто сделать
нечто вроде

find /where/they/are/ -name '*.html' | while read old; do
	new="`echo $old | tr [[:upper:]] [[:lower:]]`"
	[ "$old" != "$new" ] && mv "$old" "$new"
done

Это по поводу переименования.  По поводу выуживания и
от'lower'енья href'ов нужно подумать чуть больше, но это уже если
нужно...

PS: еще из серии "трафик-шейпер из нуль-модема на COMах" -- взять
у себя же через самбу с default case :)))

PPS: на мясе есть куча beautifier'ов и прочего для того же HTML.
	
-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ http://visa.chem.univ.kiev.ua/~mike/



  parent reply	other threads:[~2001-12-10 10:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-09 23:11 Alexander Blagin
2001-12-09 23:43 ` Egor Grebnev
2001-12-10  0:00   ` [mdk-re] " Alexander Blagin
2001-12-10 10:35 ` Michael Shigorin [this message]
2001-12-10 11:28 ` cornet

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=20011210092739.C3122@lic145.kiev.ua \
    --to=mike@lic145.kiev.ua \
    --cc=mandrake-russian@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 Community general discussions

This inbox may be cloned and mirrored by anyone:

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

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


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