* [gentoo-user] OT: website design
@ 2011-06-02 16:18 Peter Humphrey
2011-06-02 16:39 ` Paul Hartman
0 siblings, 1 reply; 19+ messages in thread
From: Peter Humphrey @ 2011-06-02 16:18 UTC (permalink / raw
To: gentoo-user
Hello list,
Off-topic, I know (sorry)!, but I hope someone will have an answer.
Are there any mapping tools for Linux that can be given a URL and produce a
diagram showing all the internal connections (links) between its pages?
--
Rgds
Peter
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 16:18 [gentoo-user] OT: website design Peter Humphrey
@ 2011-06-02 16:39 ` Paul Hartman
2011-06-02 17:45 ` dhkuhl
2011-06-02 19:45 ` Mick
0 siblings, 2 replies; 19+ messages in thread
From: Paul Hartman @ 2011-06-02 16:39 UTC (permalink / raw
To: gentoo-user
On Thu, Jun 2, 2011 at 11:18 AM, Peter Humphrey
<peter@humphrey.ukfsn.org> wrote:
> Hello list,
>
> Off-topic, I know (sorry)!, but I hope someone will have an answer.
>
> Are there any mapping tools for Linux that can be given a URL and produce a
> diagram showing all the internal connections (links) between its pages?
I don't know of an all-in-one to do that, but you can probably use a
tool that spiders a website to get all of the page relationships, then
run it through graphviz to make it look pretty.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 16:39 ` Paul Hartman
@ 2011-06-02 17:45 ` dhkuhl
2011-06-02 19:10 ` Alan McKinnon
2011-06-02 19:45 ` Mick
1 sibling, 1 reply; 19+ messages in thread
From: dhkuhl @ 2011-06-02 17:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]
----- Original Message -----From: Paul Hartman Date: Thursday, June 2, 2011 12:41 pmSubject: Re: [gentoo-user] OT: website designTo: gentoo-user@lists.gentoo.org> On Thu, Jun 2, 2011 at 11:18 AM, Peter Humphrey> wrote:> > Hello list,> >> > Off-topic, I know (sorry)!, but I hope someone will have an answer.> >> > Are there any mapping tools for Linux that can be given a URL > and produce a> > diagram showing all the internal connections (links) between > its pages?> > I don't know of an all-in-one to do that, but you can probably > use a> tool that spiders a website to get all of the page > relationships, then> run it through graphviz to make it look pretty.> >Try lynx or maybe wget they have a lot of options. lynx may be your best bet since wget downloads the files and that's probably not what you want. However, you may be able to get what you want with wget.With lynx you may be able to use something like the following.lynx -crawl -traversal -dump -listonly http://www.yahoo.comYou'll need to play around with the options.
[-- Attachment #2: Type: text/html, Size: 1433 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 17:45 ` dhkuhl
@ 2011-06-02 19:10 ` Alan McKinnon
2011-06-02 20:16 ` Paul Hartman
0 siblings, 1 reply; 19+ messages in thread
From: Alan McKinnon @ 2011-06-02 19:10 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 19:45 on Thursday 02 June 2011,
dhkuhl@optonline.net did opine thusly:
> ----- Original Message -----From: Paul Hartman Date: Thursday, June 2, 2011
> 12:41 pmSubject: Re: [gentoo-user] OT: website designTo:
> gentoo-user@lists.gentoo.org> On Thu, Jun 2, 2011 at 11:18 AM, Peter
> Humphrey> wrote:> > Hello list,> >> > Off-topic, I know (sorry)!, but I
> hope someone will have an answer.> >> > Are there any mapping tools for
> Linux that can be given a URL > and produce a> > diagram showing all the
> internal connections (links) between > its pages?> > I don't know of an
> all-in-one to do that, but you can probably > use a> tool that spiders a
> website to get all of the page > relationships, then> run it through
> graphviz to make it look pretty.> >Try lynx or maybe wget they have a lot
> of options. lynx may be your best bet since wget downloads the files and
> that's probably not what you want. However, you may be able to get what
> you want with wget.With lynx you may be able to use something like the
> following.lynx -crawl -traversal -dump
> -listonly http://www.yahoo.comYou'll need to play around with the options.
There's something wrong with your mailer, it's doing weird stuff with line
breaks. Please fix it.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 16:39 ` Paul Hartman
2011-06-02 17:45 ` dhkuhl
@ 2011-06-02 19:45 ` Mick
1 sibling, 0 replies; 19+ messages in thread
From: Mick @ 2011-06-02 19:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 711 bytes --]
On Thursday 02 Jun 2011 17:39:51 Paul Hartman wrote:
> On Thu, Jun 2, 2011 at 11:18 AM, Peter Humphrey
>
> <peter@humphrey.ukfsn.org> wrote:
> > Hello list,
> >
> > Off-topic, I know (sorry)!, but I hope someone will have an answer.
> >
> > Are there any mapping tools for Linux that can be given a URL and produce
> > a diagram showing all the internal connections (links) between its
> > pages?
>
> I don't know of an all-in-one to do that, but you can probably use a
> tool that spiders a website to get all of the page relationships, then
> run it through graphviz to make it look pretty.
Do you want to create a sitemap or to check the validity of current links?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 19:10 ` Alan McKinnon
@ 2011-06-02 20:16 ` Paul Hartman
2011-06-03 7:44 ` Alan McKinnon
0 siblings, 1 reply; 19+ messages in thread
From: Paul Hartman @ 2011-06-02 20:16 UTC (permalink / raw
To: gentoo-user
On Thu, Jun 2, 2011 at 2:10 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> Apparently, though unproven, at 19:45 on Thursday 02 June 2011,
> dhkuhl@optonline.net did opine thusly:
>
>> ----- Original Message -----From: Paul Hartman Date: Thursday, June 2, 2011
>> 12:41 pmSubject: Re: [gentoo-user] OT: website designTo:
>> gentoo-user@lists.gentoo.org> On Thu, Jun 2, 2011 at 11:18 AM, Peter
>> Humphrey> wrote:> > Hello list,> >> > Off-topic, I know (sorry)!, but I
>> hope someone will have an answer.> >> > Are there any mapping tools for
>> Linux that can be given a URL > and produce a> > diagram showing all the
>> internal connections (links) between > its pages?> > I don't know of an
>> all-in-one to do that, but you can probably > use a> tool that spiders a
>> website to get all of the page > relationships, then> run it through
>> graphviz to make it look pretty.> >Try lynx or maybe wget they have a lot
>> of options. lynx may be your best bet since wget downloads the files and
>> that's probably not what you want. However, you may be able to get what
>> you want with wget.With lynx you may be able to use something like the
>> following.lynx -crawl -traversal -dump
>> -listonly http://www.yahoo.comYou'll need to play around with the options.
>
>
> There's something wrong with your mailer, it's doing weird stuff with line
> breaks. Please fix it.
Sun Java mail suite (client and server) have been mangling e-mail
messages for years. It's probably his ISP's web-based e-mail solution.
The only "fix" is to use something else.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-02 20:16 ` Paul Hartman
@ 2011-06-03 7:44 ` Alan McKinnon
2011-06-04 0:49 ` Stroller
0 siblings, 1 reply; 19+ messages in thread
From: Alan McKinnon @ 2011-06-03 7:44 UTC (permalink / raw
To: gentoo-user; +Cc: Paul Hartman
Apparently, though unproven, at 22:16 on Thursday 02 June 2011, Paul Hartman
did opine thusly:
> > There's something wrong with your mailer, it's doing weird stuff with
> > line breaks. Please fix it.
>
> Sun Java mail suite (client and server) have been mangling e-mail
> messages for years. It's probably his ISP's web-based e-mail solution.
> The only "fix" is to use something else.
So it's like that Java-based gmail client for smartphones? The one that can
only top posts and gives the user no way to do it otherwise.
<sigh> what is the world coming to....
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-03 7:44 ` Alan McKinnon
@ 2011-06-04 0:49 ` Stroller
2011-06-04 8:45 ` Neil Bothwick
0 siblings, 1 reply; 19+ messages in thread
From: Stroller @ 2011-06-04 0:49 UTC (permalink / raw
To: gentoo-user
On 3 June 2011, at 08:44, Alan McKinnon wrote:
> ...
> So it's like that Java-based gmail client for smartphones? The one that can
> only top posts and gives the user no way to do it otherwise.
I thought *every* mail client for smart phones did that, these days, and that we on this list had gone from being a bunch of intolerant geek assholes (genuinely not looking at anyone specific here) who could not accept top-posting under any circumstances to permitting it from those devices.
Stroller.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
[not found] ` <gZNnz-6SU-5@gated-at.bofh.it>
@ 2011-06-04 1:10 ` Indi
2011-06-04 1:33 ` Dale
0 siblings, 1 reply; 19+ messages in thread
From: Indi @ 2011-06-04 1:10 UTC (permalink / raw
To: gentoo-user
On Sat, Jun 04, 2011 at 03:00:01AM +0200, Stroller wrote:
>
> On 3 June 2011, at 08:44, Alan McKinnon wrote:
> > ...
> > So it's like that Java-based gmail client for smartphones? The one that can
> > only top posts and gives the user no way to do it otherwise.
>
> I thought *every* mail client for smart phones did that, these days, and that we on this list had gone from being a bunch of intolerant geek assholes (genuinely not looking at anyone specific here) who could not accept top-posting under any circumstances to permitting it from those devices.
>
Where's the fun in that?
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫ ❤
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 1:10 ` Indi
@ 2011-06-04 1:33 ` Dale
2011-06-04 3:06 ` Stroller
2011-06-04 9:51 ` Alan McKinnon
0 siblings, 2 replies; 19+ messages in thread
From: Dale @ 2011-06-04 1:33 UTC (permalink / raw
To: gentoo-user
Indi wrote:
> On Sat, Jun 04, 2011 at 03:00:01AM +0200, Stroller wrote:
>
>> On 3 June 2011, at 08:44, Alan McKinnon wrote:
>>
>>> ...
>>> So it's like that Java-based gmail client for smartphones? The one that can
>>> only top posts and gives the user no way to do it otherwise.
>>>
>> I thought *every* mail client for smart phones did that, these days, and that we on this list had gone from being a bunch of intolerant geek assholes (genuinely not looking at anyone specific here) who could not accept top-posting under any circumstances to permitting it from those devices.
>>
>>
> Where's the fun in that?
>
What I would like to know is why some threads get broken up? My mail
client here follows these conversations as threads. For some reason,
recently the threads are getting broken as if someone started a fresh one.
I'm sure this is not intentional and may not be avoidable but it makes
it difficult to follow the conversation.
Is the same happening for others or is it just picking on me?
Dale
:-) :-)
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 1:33 ` Dale
@ 2011-06-04 3:06 ` Stroller
2011-06-04 9:51 ` Alan McKinnon
1 sibling, 0 replies; 19+ messages in thread
From: Stroller @ 2011-06-04 3:06 UTC (permalink / raw
To: gentoo-user
On 4 June 2011, at 02:33, Dale wrote:
> …
> What I would like to know is why some threads get broken up? My mail client here follows these conversations as threads. For some reason, recently the threads are getting broken as if someone started a fresh one.
>
> I'm sure this is not intentional and may not be avoidable but it makes it difficult to follow the conversation.
>
> Is the same happening for others or is it just picking on me?
Blimey!
I'm so glad you mentioned it.
Having recently moved to a new mail client (major version) I assumed it was just me that was experiencing this problem.
Stroller.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 0:49 ` Stroller
@ 2011-06-04 8:45 ` Neil Bothwick
2011-06-04 20:57 ` Stroller
0 siblings, 1 reply; 19+ messages in thread
From: Neil Bothwick @ 2011-06-04 8:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
On Sat, 4 Jun 2011 01:49:22 +0100, Stroller wrote:
> > So it's like that Java-based gmail client for smartphones? The one
> > that can only top posts and gives the user no way to do it
> > otherwise.
>
> I thought *every* mail client for smart phones did that,
No, only the crap ones.
--
Neil Bothwick
Someone who thinks logically is a nice contrast to the real world.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 1:33 ` Dale
2011-06-04 3:06 ` Stroller
@ 2011-06-04 9:51 ` Alan McKinnon
1 sibling, 0 replies; 19+ messages in thread
From: Alan McKinnon @ 2011-06-04 9:51 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 03:33 on Saturday 04 June 2011, Dale did opine
thusly:
> Indi wrote:
> > On Sat, Jun 04, 2011 at 03:00:01AM +0200, Stroller wrote:
> >> On 3 June 2011, at 08:44, Alan McKinnon wrote:
> >>> ...
> >>> So it's like that Java-based gmail client for smartphones? The one that
> >>> can only top posts and gives the user no way to do it otherwise.
> >>
> >> I thought *every* mail client for smart phones did that, these days, and
> >> that we on this list had gone from being a bunch of intolerant geek
> >> assholes (genuinely not looking at anyone specific here) who could not
> >> accept top-posting under any circumstances to permitting it from those
> >> devices.
> >
> > Where's the fun in that?
>
> What I would like to know is why some threads get broken up? My mail
> client here follows these conversations as threads. For some reason,
> recently the threads are getting broken as if someone started a fresh one.
>
> I'm sure this is not intentional and may not be avoidable but it makes
> it difficult to follow the conversation.
>
> Is the same happening for others or is it just picking on me?
No it's not just you. I'm seeing thread fragmentation too.
I have threading set by headers and by subject line and it still happens. So
someone is using a mail client that changes subject lines.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 8:45 ` Neil Bothwick
@ 2011-06-04 20:57 ` Stroller
2011-06-04 22:30 ` Neil Bothwick
0 siblings, 1 reply; 19+ messages in thread
From: Stroller @ 2011-06-04 20:57 UTC (permalink / raw
To: gentoo-user
On 4 June 2011, at 09:45, Neil Bothwick wrote:
> On Sat, 4 Jun 2011 01:49:22 +0100, Stroller wrote:
>
>>> So it's like that Java-based gmail client for smartphones? The one
>>> that can only top posts and gives the user no way to do it
>>> otherwise.
>>
>> I thought *every* mail client for smart phones did that,
>
> No, only the crap ones.
I find K9-Mail otherwise really nice. What are you using?
Stroller.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 20:57 ` Stroller
@ 2011-06-04 22:30 ` Neil Bothwick
2011-06-04 22:46 ` Sebastian Beßler
2011-06-05 9:53 ` Alan McKinnon
0 siblings, 2 replies; 19+ messages in thread
From: Neil Bothwick @ 2011-06-04 22:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 433 bytes --]
On Sat, 4 Jun 2011 21:57:45 +0100, Stroller wrote:
> >> I thought *every* mail client for smart phones did that,
> >
> > No, only the crap ones.
>
> I find K9-Mail otherwise really nice. What are you using?
K9, it defaults to top-posting, but you can change it. However, you can't
edit the text you are quoting, so it is still rather top-posting-centric.
--
Neil Bothwick
Beware! The end is... <aaarrgh!>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 22:30 ` Neil Bothwick
@ 2011-06-04 22:46 ` Sebastian Beßler
2011-06-05 9:53 ` Alan McKinnon
1 sibling, 0 replies; 19+ messages in thread
From: Sebastian Beßler @ 2011-06-04 22:46 UTC (permalink / raw
To: gentoo-user
-------- Original-Nachricht --------
Von: Neil Bothwick <neil@digimed.co.uk>
> K9, it defaults to top-posting, but you
> can change it.
K9 is the best mobil mailclient.
> However, you can't
> edit the text you are quoting, so it is still > rather top-posting-centric.
\rSure you can as you see AT this Mail!
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-04 22:30 ` Neil Bothwick
2011-06-04 22:46 ` Sebastian Beßler
@ 2011-06-05 9:53 ` Alan McKinnon
2011-06-05 10:20 ` Sebastian Beßler
1 sibling, 1 reply; 19+ messages in thread
From: Alan McKinnon @ 2011-06-05 9:53 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 00:30 on Sunday 05 June 2011, Neil Bothwick
did opine thusly:
> On Sat, 4 Jun 2011 21:57:45 +0100, Stroller wrote:
> > >> I thought *every* mail client for smart phones did that,
> > >
> > > No, only the crap ones.
> >
> > I find K9-Mail otherwise really nice. What are you using?
>
> K9, it defaults to top-posting, but you can change it. However, you can't
> edit the text you are quoting, so it is still rather top-posting-centric.
I don't see the point of editing a quote actually :-)
Unless you mean reformatting it to still fit in 78 columns
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-05 9:53 ` Alan McKinnon
@ 2011-06-05 10:20 ` Sebastian Beßler
2011-06-05 11:03 ` Alan McKinnon
0 siblings, 1 reply; 19+ messages in thread
From: Sebastian Beßler @ 2011-06-05 10:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 470 bytes --]
Am 05.06.2011 11:53, schrieb Alan McKinnon:
> I don't see the point of editing a quote actually :-)
Oh there a many uses for that. Replying to specifig parts of a quote for
example.
> Unless you mean reformatting it to still fit in 78 columns
I edit quotes nearly by every anwser, to delete parts of the quote that
are unneeded so it is easier and better to read. Fullquotes are, in my
eyes, nearly as bad as top posting.
Greetings
Sebastian
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [gentoo-user] OT: website design
2011-06-05 10:20 ` Sebastian Beßler
@ 2011-06-05 11:03 ` Alan McKinnon
0 siblings, 0 replies; 19+ messages in thread
From: Alan McKinnon @ 2011-06-05 11:03 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 12:20 on Sunday 05 June 2011, Sebastian Beßler
did opine thusly:
> Am 05.06.2011 11:53, schrieb Alan McKinnon:
> > I don't see the point of editing a quote actually :-)
>
> Oh there a many uses for that. Replying to specifig parts of a quote for
> example.
>
> > Unless you mean reformatting it to still fit in 78 columns
>
> I edit quotes nearly by every anwser, to delete parts of the quote that
> are unneeded so it is easier and better to read. Fullquotes are, in my
> eyes, nearly as bad as top posting.
Ah, I see what you mean. Now we're tracking.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2011-06-05 11:15 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 16:18 [gentoo-user] OT: website design Peter Humphrey
2011-06-02 16:39 ` Paul Hartman
2011-06-02 17:45 ` dhkuhl
2011-06-02 19:10 ` Alan McKinnon
2011-06-02 20:16 ` Paul Hartman
2011-06-03 7:44 ` Alan McKinnon
2011-06-04 0:49 ` Stroller
2011-06-04 8:45 ` Neil Bothwick
2011-06-04 20:57 ` Stroller
2011-06-04 22:30 ` Neil Bothwick
2011-06-04 22:46 ` Sebastian Beßler
2011-06-05 9:53 ` Alan McKinnon
2011-06-05 10:20 ` Sebastian Beßler
2011-06-05 11:03 ` Alan McKinnon
2011-06-02 19:45 ` Mick
[not found] <gZiWt-5Uk-9@gated-at.bofh.it>
[not found] ` <gZlKF-2de-7@gated-at.bofh.it>
[not found] ` <gZnjs-4Wv-19@gated-at.bofh.it>
[not found] ` <gZxiO-4R1-7@gated-at.bofh.it>
[not found] ` <gZNnz-6SU-5@gated-at.bofh.it>
2011-06-04 1:10 ` Indi
2011-06-04 1:33 ` Dale
2011-06-04 3:06 ` Stroller
2011-06-04 9:51 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox