Download List

Projeto Descrição

extract_url.pl is a Perl script that extracts URLs
from either correctly-encoded MIME email messages
or from plain text. It can be used either as a
pre-parser for a URL selector (such as urlview),
or as a standalone URL selector. It is very
configurable, can handle URLs that have been
broken over several lines in format=flowed
delsp=yes email messages, and eliminates duplicate
URLs. It was designed primarily for use with Mutt,
but can be used by for any similar purpose. The
idea is that if you want to access a URL in an
email, you pipe the email to a URL extractor (like
this one), which then lets you select a URL to
view in some third program (such as Firefox).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-04 05:49
1.5

Esta versão corrige variável "indefinido" erros quando usados sem URI:: Find. Pode alternar entre mostrar o contexto de URLs na lista principal e mostrando as URLs si, bem como especificar se pretende mostrar a lista de URLs no padrão (primeira) ou para mostrar a lista de contextos URL.
This release fixes "undefined variable" errors when used without URI::Find. It can toggle between showing the context of URLs in the main list and showing the URLs themselves, as well as specify whether to show the list of URLs at first (default) or to show the list of URL contexts.

2008-10-25 06:00
1.4.1

Esta versão tem melhor manipulação de texto contextuais (ele usa limites da palavra, em vez de comprimentos seqüência explícita), e puxa URLs para fora de texto em HTML, além de tags HTML. Isso pode ser pouco sensível às questões de formatação (quebras de linha inesperado, etc.)
Tags: Minor feature enhancements
This release has better contextual text handling (it uses word boundaries instead of explicit string lengths), and pulls URLs out of HTML text in addition to HTML tags. This may be somewhat sensitive to formatting issues (unexpected line breaks, etc).

2008-10-14 09:44
1.4

Esta versão adiciona suporte para uma tecla configurável alternativa seleção (via ALTSELECT), permitindo que uma pessoa, na verdade, temporariamente negar a definição persistente. Acrescenta apoio condicional para as opções de longo prazo se Getopt:: Long está disponível.
Tags: Minor feature enhancements
This release adds support for a configurable alternative selection key (via ALTSELECT), allowing a person to, in effect, temporarily negate the PERSISTENT setting. It adds conditional support for long options if Getopt::Long is available.

2008-09-23 02:03
1.3.3

Às vezes, multipart / peças alternativas não têm realmente uma alternativa, que poderia confundir o script. Eles são agora tratadas corretamente, e análise de MIME foi tornado mais robustas.
Tags: Minor bugfixes
Sometimes, multipart/alternative parts don't
actually have an
alternative, which could confuse the script.
They're now handled
correctly, and MIME parsing has been made more
robust.

2008-06-10 06:42
1.3.2

Tags: Initial freshmeat announcement

Project Resources