From: Don S. <do...@se...> - 2003-09-05 18:26:01
|
LeagueSite is a PHPWebSite (>= 0.9.3-1) module that adds roster, stats, and schedule information for a sports league or team onto the PHPWS base. It can be used to create a website for their fans to learn more about the league and its teams and players. Don't call it a comeback. I've been here for years. And now here's LeagueSite 0.2.0. It doesn't have the dynamic stats that I promised, but the number of bugs and features in this release might come close to making up for it. Be sure to back things up if upgrading. My Q/A process has been kind of lax where I test parts but often don't have time to test the overall process. Please please please send bugs to the bug tracker on our sf.net project page. http://leaguesite.sourceforge.net |
From: Scott B. <ba...@ba...> - 2003-09-05 19:41:44
|
Could we add a robots.txt file to the tar file.. Their is a Robots meta option in the Layout manager... but this does not create the text file which is looked for by some spiders.. google for one. I think for most people, this is put in the root directory of the domain, so it would make since to put it in. I hate getting 404's in my apache log files from spiders crawling my site.. not that I care really... and in some cases.. It is not required but is listed HTML 4.01 Specification: http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1. Can anyone look in their log files and see if your getting 404 hits for the robots.txt file.. less access_log |grep robots.txt |wc -l 87 in 5 days.. no big deal.. but just something to clean up. Scott # # # robots.txt file for phpWebsite # # User-agent: * Disallow: /config/ Disallow: /admin/ Disallow: /convert/ Disallow: /images/ Disallow: /core/ Disallow: /docs/ Disallow: /js/ Disallow: /lib/ Disallow: /mod/ Disallow: /manual/ |
From: Eloi G. <el...@re...> - 2003-09-05 21:10:23
|
I don't understand why a spider would even be hitting most of those directories. Do have links to them somewhere on your site? ----- Original Message ----- From: "Scott Baer" <ba...@ba...> To: "phpws dev list" <php...@li...> Sent: Friday, September 05, 2003 3:41 PM Subject: [Phpwebsite-developers] robots.txt file > Could we add a robots.txt file to the tar file.. > Their is a Robots meta option in the Layout manager... but this does not > create the text file which is looked for by some spiders.. google for one. > I think for most people, this is put in the root directory of the domain, so > it would make since to put it in. > I hate getting 404's in my apache log files from spiders crawling my site.. > not that I care really... and in some cases.. It is not required but is > listed HTML 4.01 Specification: > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 . > > Can anyone look in their log files and see if your getting 404 hits for the > robots.txt file.. > > less access_log |grep robots.txt |wc -l > 87 > in 5 days.. no big deal.. but just something to clean up. > > Scott > > # > # > # robots.txt file for phpWebsite > # > # > > User-agent: * > Disallow: /config/ > Disallow: /admin/ > Disallow: /convert/ > Disallow: /images/ > Disallow: /core/ > Disallow: /docs/ > Disallow: /js/ > Disallow: /lib/ > Disallow: /mod/ > Disallow: /manual/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: <ba...@Ba...> - 2003-09-08 03:08:13
|
Your 100% right.. the only hits I get are for the robot.txt in the root dir.. my example robots.txt file should be very simple.. not like the one my first e-mail > I don't understand why a spider would even be hitting most of those > directories. Do have links to them somewhere on your site? > > > > ----- Original Message ----- > From: "Scott Baer" <ba...@ba...> > To: "phpws dev list" <php...@li...> > Sent: Friday, September 05, 2003 3:41 PM > Subject: [Phpwebsite-developers] robots.txt file > > >> Could we add a robots.txt file to the tar file.. >> Their is a Robots meta option in the Layout manager... but this does not >> create the text file which is looked for by some spiders.. google for >> one. >> I think for most people, this is put in the root directory of the >> domain, > so >> it would make since to put it in. >> I hate getting 404's in my apache log files from spiders crawling my > site.. >> not that I care really... and in some cases.. It is not required but is >> listed HTML 4.01 Specification: >> > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 > . >> >> Can anyone look in their log files and see if your getting 404 hits for > the >> robots.txt file.. >> >> less access_log |grep robots.txt |wc -l >> 87 >> in 5 days.. no big deal.. but just something to clean up. >> >> Scott >> >> # >> # >> # robots.txt file for phpWebsite >> # >> # >> >> User-agent: * >> Disallow: /config/ >> Disallow: /admin/ >> Disallow: /convert/ >> Disallow: /images/ >> Disallow: /core/ >> Disallow: /docs/ >> Disallow: /js/ >> Disallow: /lib/ >> Disallow: /mod/ >> Disallow: /manual/ >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Scott B. <ba...@ba...> - 2003-09-22 06:09:35
|
your right... after I posted I did see that they weren't in those dir... it was more for an example.. a poor one.. but an example I am getting hit alot for the robots.txt file.. only in the root dir... Scott ----- Original Message ----- From: "Eloi George" <el...@re...> To: "phpws dev list" <php...@li...> Sent: Friday, September 05, 2003 5:11 PM Subject: Re: [Phpwebsite-developers] robots.txt file > I don't understand why a spider would even be hitting most of those > directories. Do have links to them somewhere on your site? > > > > ----- Original Message ----- > From: "Scott Baer" <ba...@ba...> > To: "phpws dev list" <php...@li...> > Sent: Friday, September 05, 2003 3:41 PM > Subject: [Phpwebsite-developers] robots.txt file > > > > Could we add a robots.txt file to the tar file.. > > Their is a Robots meta option in the Layout manager... but this does not > > create the text file which is looked for by some spiders.. google for one. > > I think for most people, this is put in the root directory of the domain, > so > > it would make since to put it in. > > I hate getting 404's in my apache log files from spiders crawling my > site.. > > not that I care really... and in some cases.. It is not required but is > > listed HTML 4.01 Specification: > > > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 > . > > > > Can anyone look in their log files and see if your getting 404 hits for > the > > robots.txt file.. > > > > less access_log |grep robots.txt |wc -l > > 87 > > in 5 days.. no big deal.. but just something to clean up. > > > > Scott > > > > # > > # > > # robots.txt file for phpWebsite > > # > > # > > > > User-agent: * > > Disallow: /config/ > > Disallow: /admin/ > > Disallow: /convert/ > > Disallow: /images/ > > Disallow: /core/ > > Disallow: /docs/ > > Disallow: /js/ > > Disallow: /lib/ > > Disallow: /mod/ > > Disallow: /manual/ > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |