Search the web
Sign In
New User? Sign Up
xenu-usergroup · Xenu Linkchecker Usergroup
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 337 - 366 of 1200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
337
One of the report options in Xenu is a "Site Map of HTML pages with a Title. Is there a way to get a list of HTML pages that lack a title so they can be ...
Jeff Malka
malkajef@...
Send Email
Jun 2, 2005
7:23 pm
338
... Not with Xenu... a solution would be this: go in each directory, and enter this in the command line: grep -i -c title *.htm* | grep ":0" the files in the...
Tilman Hausherr
geo4497
Offline Send Email
Jun 2, 2005
8:25 pm
339
Thank you. Jeff Malka Outgoing mail is certified Virus Free by AVG ... From: "Tilman Hausherr" <tilman@...> To: <xenu-usergroup@yahoogroups.com> Sent:...
Jeff Malka
malkajef@...
Send Email
Jun 3, 2005
6:12 am
340
Which grep do you recommend for use in a Windows XP environment? I have Agent Ransack. Do you know if that will function as a "grep" Jeff Malka Outgoing mail...
Jeff Malka
malkajef@...
Send Email
Jun 3, 2005
6:13 am
341
... I don't know what that is... my grep over 10 years old, from Borland... try looking on google for a grep clone. I've heard something about "cygwin...
Tilman Hausherr
geo4497
Offline Send Email
Jun 3, 2005
2:34 pm
342
since Oct 1998 I use xenu, thank You for helping. Today I have a special question: I use Windows XP (I know! It's a bad word).Xenu looks for missing links, ...
Werner Warweg
wwarweg
Offline Send Email
Jun 3, 2005
5:38 pm
343
I am a new user of xenu. I thought the listing of "orphan files" was for that reason. Jeff Malka Outgoing mail is certified Virus Free by AVG...
Jeff Malka
malkajef@...
Send Email
Jun 3, 2005
8:35 pm
344
... Press ALT-ENTER to see which one links to it or PRESS "R" for the report....
Tilman Hausherr
geo4497
Offline Send Email
Jun 3, 2005
8:39 pm
345
... I think he wants to know who links to an URL. Orphans is about URLs not linked at all. Anyway, Werner can contact me directly and ask in german if I...
Tilman Hausherr
geo4497
Offline Send Email
Jun 3, 2005
8:48 pm
346
Hello, I have been using Xenu on my site for some time. I recently added a news blog consisting of several links to original sources at: ...
ergobob
Offline Send Email
Jun 12, 2005
3:07 pm
347
... I just did a test with http://www.usernomics.com/news/user-interface-design-news.html as root URL, without the external links. I did not get a single...
Tilman Hausherr
geo4497
Offline Send Email
Jun 12, 2005
5:24 pm
348
... a ... a ... them ... root ... Not ... Hi Tilman, I am not sure why you checked without the external links. I am trying to check all of the external links...
ergobob
Offline Send Email
Jun 12, 2005
5:40 pm
349
... Because you said "the blog alone (not the main site)". ... A blog is always with broken links. IMO, it doesn't really make sense to correct them. You just...
Tilman Hausherr
geo4497
Offline Send Email
Jun 12, 2005
6:53 pm
350
... <tilman@s...> ... added ... news.html . ... returns ... of ... as ... Not ... the ... to ... sense to ... So ... whether ... with ... in ... Hello Again...
ergobob
Offline Send Email
Jun 12, 2005
7:11 pm
351
... I don't know if broken links hurt your PageRank. However, if I were a search engine, I would prefer pages that are updated often, and that link to existing...
Tilman Hausherr
geo4497
Offline Send Email
Jun 12, 2005
7:30 pm
352
hi tilman, why would this URL http://www.intel.com/technology/memory/#DDR2 give a "no object data" message in Xenu? same for this one: ...
frank visser
reusvisser
Offline Send Email
Jun 16, 2005
10:32 am
353
... Why would you enter an #anchor as root URL? That makes no sense. Tilman...
Tilman Hausherr
geo4497
Offline Send Email
Jun 16, 2005
2:54 pm
354
ih tilman, i absolutely agree, that's why i tried it with /index.htm#anchor, and still got the "no object data" message. that's what puzzled me. frank ... ...
frank visser
reusvisser
Offline Send Email
Jun 16, 2005
4:01 pm
355
... You didn't understand me. Just don't use #anchor in a root URL. (I could correct this minor bug, but it isn't really important)...
Tilman Hausherr
geo4497
Offline Send Email
Jun 16, 2005
4:14 pm
356
tilman, again, i agree -- but i didn't code this, I encountered it in a site. my question was: why does the correct URL xxx/index.htm#anchor still give the...
frank visser
reusvisser
Offline Send Email
Jun 16, 2005
4:20 pm
357
... But you entered it as root URL, didn't you? ... Because this is a bug in Xenu. I should remove the part after "#" before requesting the URL from the remote...
Tilman Hausherr
geo4497
Offline Send Email
Jun 16, 2005
4:24 pm
358
hi all, i am trying to write a regex that catches two types of javascript: <a href="javascript:void(window.open ('https://ssl.intel.com/itn'))">aaa</a> and <a...
frank visser
reusvisser
Offline Send Email
Jun 17, 2005
10:42 am
359
Hi All, My boss asked me today one simple question that is giving me a lot of trouble: "how many links do we have in our website?" I said: "Easy! I can use...
Richard Ribeiro
rdribeiro
Offline Send Email
Jun 17, 2005
9:11 pm
360
hi richard, you can get a perfect overview of all links used in your website by exporting the Xenu report to a text file: File > Export to TAB separated file. ...
frank visser
reusvisser
Offline Send Email
Jun 17, 2005
9:16 pm
361
... Don't know what you mean with "non repeated links". But at the end of the report, it brings "statistics for managers". Lots of useless numbers that your...
Tilman Hausherr
geo4497
Offline Send Email
Jun 17, 2005
9:34 pm
362
found the solution myself, added the "(" to the character class, everything between "javascript" and the start single quote of the URL is matched: [Options] ...
frank visser
reusvisser
Offline Send Email
Jun 17, 2005
10:37 pm
363
If anybody tried Link Utility 3.0 (http://net-promoter.com/ ) pls post here your impressions. Is it weaker/better compared to Xenu L/S ? It claims to be able...
Eugeny.Sattler@...
accmailer
Offline Send Email
Jun 20, 2005
5:29 am
364
Hi All, Thanks Frank and Tilman for your reply. ... +++ My boss loved the statistics. In our annual report they'll give a nice impression. Thanks for giving...
Richard D. Ribeiro
rdribeiro
Offline Send Email
Jun 20, 2005
3:00 pm
365
hi evgeny, funny: i went to the site and went for a screenshot of the tool: http://net-promoter.com/linkutility/screenshots.htm big broken gif! xenu can find...
frank visser
reusvisser
Offline Send Email
Jun 20, 2005
4:35 pm
366
hi richard, xenu gives both statistics: 1. number of unique broken links is given in the statistics section, for example: not found 29 URLs 1.35% 2. the total...
frank visser
reusvisser
Offline Send Email
Jun 20, 2005
4:46 pm
Messages 337 - 366 of 1200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help