You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joel U. <uck...@no...> - 2005-02-18 15:08:40
|
I switched my test wiki over to flat file last night while I was trying to help the guy who lost his data, and noticed that the flat file backend doesn't issue a warning on every page about storing your data in /tmp like the DBA backend does---or rather, used to. A grep over the source tree reveals that the function in WikiDB_dba where the /tmp warning occurs, genericWarnings(), is never called (unless it's being called in some non-obvious way, and not explicitly by name). That leads me to think that this function is cruft, since all other warnings and notices seem to be issued with trigger_error. Am I right about that? (If so, I'll fix the error in WikiDB_dba and add one to WikiDB_file.) I think I understand why we didn't have that warning in the file backend--- anyone who changed the wiki to use flat files would necessarily have had the /tmp warning in the config file appear on their screen---but it seems like an easy way to protect from themselves those who neglect to read the instructions. |
From: Joel U. <uck...@el...> - 2005-02-18 05:49:51
|
> I have discovered the problem with the help of someone on IRC. My /tmp > directory was deleted. > > I can't even describe the rage that I have at this news. All my long > hours of work were completely destroyed in one clean sweep. I will > never have it back, it is gone, and for no good reason. I think I have > never in my entire life heard of something as stupid as making /tmp the > default data store for a program. My disappointment in the phpwiki > software is immeasurable. I know now that because of todays experience > I will never use phpwiki ever again. > > I'm just so angry, I have to go do something else now. > > -d There *is* a good reason for having /tmp as the default location for the wiki database: It's the only place where we can be sure that your web server has write permission; without that as a default, it's impossible for the wiki to run 'out of the box'. And, quoting from the INSTALL file, Configuration, section 1: "PhpWiki will create some DBA files in '/tmp'. They contain the pages of the live site, archived pages, and some additional information. If you don't want the DBA files to live in '/tmp' you must make sure the web server can read/write to your chosen location. It's probably a bad idea to leave it in '/tmp', so change it in 'config/config.ini'. WARNING: On many systems, files in '/tmp' are subject to periodic removal. We very strongly advise you to move the files to another directory." What's quoted here is very near the top of the install instructions; it's not buried someplace obscure. We've prominently displayed a warning that covers exactly what happened to you, along with an explanation of how to avoid it. To sum up: I'm sorry that you lost your work, but I think that your disappointment in PhpWiki is misdirected. -- J. |
From: Mitch A. <ma...@ma...> - 2005-02-18 05:40:40
|
Hmmm, critical data - no backups... hey, I know, let's blame the programmers who donated all their time and effort - they must have made the mistake! Yea, that's it! geez - grow up.. take responsibility Mitch please help me get free music - click this link to see how: http://lin.kz/?e6u80 On Feb 17, 2005, at 11:09 PM, Charles Corrigan wrote: > On Fri, February 18, 2005 12:55, David Howland said: >> I have discovered the problem with the help of someone on IRC. My >> /tmp >> directory was deleted. >> >> I can't even describe the rage that I have at this news. > > from config/config-dist.ini: > ; WARNING: leaving this as the default of '/tmp' will almost guarantee > that > ; you'll lose your wiki data at some stage. > DATABASE_DIRECTORY = /tmp > > Go figure. > > regards, > Charles |
From: Charles C. <ch...@ru...> - 2005-02-18 05:09:54
|
On Fri, February 18, 2005 12:55, David Howland said: > I have discovered the problem with the help of someone on IRC. My /tmp > directory was deleted. > > I can't even describe the rage that I have at this news. from config/config-dist.ini: ; WARNING: leaving this as the default of '/tmp' will almost guarantee that ; you'll lose your wiki data at some stage. DATABASE_DIRECTORY = /tmp Go figure. regards, Charles |
From: David H. <met...@fa...> - 2005-02-18 04:55:50
|
I have discovered the problem with the help of someone on IRC. My /tmp directory was deleted. I can't even describe the rage that I have at this news. All my long hours of work were completely destroyed in one clean sweep. I will never have it back, it is gone, and for no good reason. I think I have never in my entire life heard of something as stupid as making /tmp the default data store for a program. My disappointment in the phpwiki software is immeasurable. I know now that because of todays experience I will never use phpwiki ever again. I'm just so angry, I have to go do something else now. -d |
From: David H. <met...@fa...> - 2005-02-18 04:36:46
|
Joel Uckelman wrote: > Search for some page which you know you changed. Look at the page history > for that page. What do you see? Do your revisions show up? They are completely gone. Nothing is there. Its as if I never did anything. The revisions shows nothing but the pages created during the first run. I'm startic to panic. -d |
From: Joel U. <uck...@el...> - 2005-02-18 04:29:17
|
> I created a phpwiki last month, for a personal project. I have many > hours of work into this wiki. After giving it a rest for a little > while, I just checked back. EVERYTHING is gone! All my work, the > entire wiki, has completely disappeared. I was greeted with the Virgin > wiki page again. I don't know what happened, but my login still works. > Please, please, PLEASE tell me there is some way to restore my work. > I was storing the wiki in a flatfile. > > Any help would be appreciated, please get back soon! Thanks. > > -d Search for some page which you know you changed. Look at the page history for that page. What do you see? Do your revisions show up? -- J. |
From: David H. <met...@fa...> - 2005-02-18 04:22:03
|
I created a phpwiki last month, for a personal project. I have many hours of work into this wiki. After giving it a rest for a little while, I just checked back. EVERYTHING is gone! All my work, the entire wiki, has completely disappeared. I was greeted with the Virgin wiki page again. I don't know what happened, but my login still works. Please, please, PLEASE tell me there is some way to restore my work. I was storing the wiki in a flatfile. Any help would be appreciated, please get back soon! Thanks. -d |
From: (YOD) <yo...@pn...> - 2005-02-17 21:55:28
|
I'm using 1.3.7 and have two Wiki sites. On one I'm using MacOSX and on the other the theme is Hawaiian. Everything renders find in Foxfire but when using IE the scrolling is very slow and I think it is because of the background image. Is there anyway to get around this short of changing the image?? Anyone have this problem also? Of course my preference is Foxfire but not everyone who uses the Wiki sites use Foxfire so I want the pages to render well in both. Hank |
From: Reini U. <ru...@x-...> - 2005-02-17 18:36:34
|
[posted from my webmail] bad news: Three of my three harddiscs died logically today, resp. need some time to recover. chkdsk /f on the first disc inserted on another computer runs for 6 hrs now. So I doubt that I will make it this weekend... |
From: Stefan <son...@ba...> - 2005-02-16 21:35:04
|
Hello hopefully testing the new cvs version 1.3.11 following problems using Mysql and DATABASE_TYPE = SQL only getting a blank page when starting the wiki following error in php error log [16-Feb-2005 22:25:11] PHP Fatal error: Cannot instantiate non-existent class: wikidb_backend_peardb_peardb in /www/htdocs/lex1/lib/WikiDB/SQL.php on line 20 following problems using Mysql and DATABASE_TYPE = ADODB ------------ Fatal Error: lib/WikiDB/adodb/adodb-errorhandler.inc.php:76: Error: ADONewConnection error: [-998: could not load the database driver for '] in ADONewConnection(, ) lib/IniConfig.php:210: Notice: missing config setting for ADMIN_USER (...repeated 2 times) lib/IniConfig.php:556: Notice: The admin password cannot be empty. Please update your config/config.ini lib/WikiDB/ADODB.php:17: Notice: Undefined index: dsn lib/WikiDB/ADODB.php:19: Notice: Undefined index: dsn lib/WikiDB/ADODB.php:23: Notice: Undefined variable: backend lib/WikiDB/adodb/adodb-errorhandler.inc.php:76: Error: ADONewConnection error: [-998: could not load the database driver for '] in ADONewConnection(, ) ------- ADMIN_USER and Password is set the database is installed with the newest schema Now i use 1.3.10 with DATABASE_TYPE = SQL this works fine but i thought 1.3.11 will be out soon :-( whats wrong? Regards Stefan |
From: sdafks <as...@as...> - 2005-02-16 18:26:43
|
ªªªªªªªªªªªªªªªªªªªªªªªªª @@@@@lbgSÒÅàÀS @@@@@@@®S³¿ÌgÈoï¢KCh @@@@@@@@@http://www.gameboys.cc/ ªªªªªªªªªªªªªªªªªªªªªªªªªª ÚPjNbN¼\âs³Â£ÍêØÈµI @@@@¼\¿oÅÏõïNo.000009 @@@@http://www.gameboys.cc/ ÚQjåèp[\inÅÍoï¦È¢RB @@@@ÀÑÆªÍ©ç»ÌJNðB @@@@http://www.gameboys.cc/ *`**`**`**`**`**`**`**`**`**`* ÅV«Ý²¸ñ ªªªªª±ªªª±ªªªª±ªªªªªªªªªªªªªªª «Ý¦Ý¦«PWΫÖnû«A|åW °ªªªªª³ªªª³ªªªª³ªªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ªª±ªªª±ªªªª±ªªªªªªªªªªªªªªªªªª «ÑÔ«QSΫßEnû«A|åW °ªª³ªªª³ªªªª³ªªªªªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ªªªªªª±ªªª±ªªªª±ªªªªªªªªªªªªªª «ÌèÁ¿¡B«QRΫknû«A|åW °ªªªªªª³ªªª³ªªªª³ªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ªª±ªªª±ªªªª±ªªªªªªªªªªªªªªªªªª «Ð«QQΫnû«A|åW °ªª³ªªª³ªªªª³ªªªªªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ªª±ªªª±ªªª±ªªªªªªªªªªªªªªªªªªª «qq«QRΫkC¹«A|åW °ªª³ªªª³ªªª³ªªªªªªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ¬ªª±ªªª±ªªªª±ªªªªªªªªªªªªªªªªªª «uT«QTΫnû«A|åW °ªª³ªªª³ªªªª³ªªªªªªªªªªªªªªªªªª «http://www.gameboys.cc/ ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª »Ì¼ATCWQQÌV ª èÜ·B ±«Ëhttp://www.gameboys.cc/ *`**`**`**`**`**`**`**`**`**`* m©ÈîñA³µ¢lbgCtð C^[lbgKCh(ú{Å) http://www.gameboys.cc/ |
From: Reini U. <ru...@x-...> - 2005-02-16 15:54:42
|
Dan Frankowski schrieb: > Reini Urban wrote: >> I'm quite fed up with my slow THEME=blog advances. >> Missing is plugin BlogJournal and the two blog links (permlinks and >> comments). So I will probably not include it into the upcoming 1.3.11 >> release, unless someone else jumps in. >> Attached is the current BlogJournal. >> >> What is missing now is to test against: >> * the lately reported strict auth problems, >> * basic wikilens features (I had no time at all for adding the >> latest wikilens features, sorry Dan) > > No need to apologize! That's something we should be helping with. We are > just waiting until 1.3.11 comes out, then a few weeks to see if it is > stable, then integrate it into our stuff (probably more weeks), then try > to give changes back. > > By the way, I agree with Oliver Betz, a stable, solid, easy-to-use, > timely release is much more important than new features. Ok. Can someone comment or fix the new configurator? Testing is easy by using no config/config.ini (rename) There might be some more slash and quoting problems. I have some idea about some improvements for 1.3.12, but this should be the 1.3.11rc. The current version produces a lot of commented options, doesn't check for defaults (which should be the real cause for a commented option to be printed), but at least it's almost complete. 1.3.11 TODO: (or 1.3.12?) * fix AUTH_ORDER quotes and file forward slashes * commented / optional: non-default values should not be commented! * default values if optional can be omitted. * read config-default.ini to detect optional * read existing config-dist.ini into sections, comments, and * optional/required settings Of course the single page layout is horrible, and should be changed to multipage, but we have the same mess in upgrade. And we should the advantages of dynamic checks for bad options. (dir exists, file exists, file writable, ...) -- Reini Urban |
From: Dan F. <dfr...@cs...> - 2005-02-16 14:54:18
|
Reini Urban wrote: > I'm quite fed up with my slow THEME=blog advances. > Missing is plugin BlogJournal and the two blog links (permlinks and > comments). So I will probably not include it into the upcoming 1.3.11 > release, unless someone else jumps in. > Attached is the current BlogJournal. > > What is missing now is to test against: > * the lately reported strict auth problems, > * basic wikilens features (I had no time at all for adding the > latest wikilens features, sorry Dan) No need to apologize! That's something we should be helping with. We are just waiting until 1.3.11 comes out, then a few weeks to see if it is stable, then integrate it into our stuff (probably more weeks), then try to give changes back. By the way, I agree with Oliver Betz, a stable, solid, easy-to-use, timely release is much more important than new features. Dan |
From: Oliver B. <ob...@de...> - 2005-02-15 21:59:56
|
Reini Urban <ru...@x-...> wrote: > I want to bring out 1.3.11 and 1.2.8 this week. great, thanks! And IMHO a stable release is much more important than new features! Oliver |
From: Reini U. <ru...@x-...> - 2005-02-15 18:09:16
|
Charles Corrigan schrieb: > INSTALL.MacOSX for using PhpWiki in MacOSX > README.phpwiki-auth for using authentication > +README.security for notes on implementing a more secure PhpWiki Thanks! Note that I added similar sufficient security information to the new configurator also. I'm just not sure if it works good enough with the new autodetection, if no installation (config/config.ini) is found. 1. I have to test ENABLE_FILE_OUTPUT and 2. when the starter script is not in PHPWIKI_DIR, DATA_PATH must be defined in the starter script. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Charles C. <ch...@ru...> - 2005-02-15 14:27:57
|
Index: README =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/README,v retrieving revision 1.18 diff -u -r1.18 README --- README 17 Dec 2004 09:23:41 -0000 1.18 +++ README 15 Feb 2005 14:26:24 -0000 @@ -15,6 +15,7 @@ INSTALL.flatfile for using PhpWiki with flat files, no database INSTALL.MacOSX for using PhpWiki in MacOSX README.phpwiki-auth for using authentication +README.security for notes on implementing a more secure PhpWiki README.phpwiki-cache for using cached plugins content (VisualWiki, ...) README.coding for notes on modifying PhpWiki README.foaf for notes on the Friend Of A Friend network |
From: John C. <joh...@ua...> - 2005-02-14 16:28:23
|
Reini, I was just trying the ziphtml action and it seems to produce invalid zip files. I tried in both macosx and crao themes. I refreshed from CVS this morning. Thanks, John ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |
From: Charles C. <ch...@ru...> - 2005-02-14 15:45:01
|
On 14 February 2005 22:48, John Cole wrote: > I'm going to roll this version live and see how well it stands up. Note that there is a problem with the Sourceforge anonymous CVS server for projects that start with p (and other nearby letters). I cannot get an update from CVS until the Source forge staff fix the problem. Regards, Charles |
From: John C. <joh...@ua...> - 2005-02-14 14:48:08
|
Reini, I just gave the the cvs HEAD as spin on my test server, and everything seems to still work :-) One thing that seems to still be broken is the page rename on the admin screen. I'm going to roll this version live and see how well it stands up. John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Reini Urban Sent: Monday, February 14, 2005 6:09 AM To: php...@li... Subject: [Phpwiki-talk] Status update I'm quite fed up with my slow THEME=blog advances. Missing is plugin BlogJournal and the two blog links (permlinks and comments). So I will probably not include it into the upcoming 1.3.11 release, unless someone else jumps in. Attached is the current BlogJournal. What is missing now is to test against: * the lately reported strict auth problems, * basic wikilens features (I had no time at all for adding the latest wikilens features, sorry Dan) * finally fix the still broken locale or revert back to 1.3.10 (without DEFAULT_LANGUAGE='' autodetection support) * finish Discussion/Article (add Article) navbar link * check several minor bugs * fix TextSearchQuery::optimize() with "word -word -word" (without optimize it works fine) I start a new 40hr job on wednesday, so I will have less time for phpwiki. Only at the weekend and after 5pm. But finally my router works again, so I can cvs diff/commit directly. I want to bring out 1.3.11 and 1.2.8 this week. -- Reini Urban http://phpwiki.org/ ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |
From: Reini U. <ru...@x-...> - 2005-02-14 12:11:22
|
Stefan schrieb: > Problem in TitleSearch.php using complexer serach patterns. The page > will never finished > > pattern like "Eifel/ -Mineralien -Bilder" Thanks. Good catch! "Blog/ -2004" correctly finds all Blog subpages not in 2004 But "Blog/ -2004 -2005" found an error in the optimizer. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2005-02-14 12:09:17
|
I'm quite fed up with my slow THEME=blog advances. Missing is plugin BlogJournal and the two blog links (permlinks and comments). So I will probably not include it into the upcoming 1.3.11 release, unless someone else jumps in. Attached is the current BlogJournal. What is missing now is to test against: * the lately reported strict auth problems, * basic wikilens features (I had no time at all for adding the latest wikilens features, sorry Dan) * finally fix the still broken locale or revert back to 1.3.10 (without DEFAULT_LANGUAGE='' autodetection support) * finish Discussion/Article (add Article) navbar link * check several minor bugs * fix TextSearchQuery::optimize() with "word -word -word" (without optimize it works fine) I start a new 40hr job on wednesday, so I will have less time for phpwiki. Only at the weekend and after 5pm. But finally my router works again, so I can cvs diff/commit directly. I want to bring out 1.3.11 and 1.2.8 this week. -- Reini Urban http://phpwiki.org/ |
From: Reini U. <ru...@x-...> - 2005-02-14 11:37:06
|
Charles Corrigan schrieb: > On Mon, January 31, 2005 17:43, Charles Corrigan said: >>On Thu, January 27, 2005 17:31, Charles Corrigan said: >>>I just looked at the access log for my site and noticed >>>that google was indexing it. And it was trying every >>>possible link from every page! >>> >>>Would it make sense to add a "rel='nofollow'" to links >>>such as "edit text" where it makes no sense for a robot >>>to follow? >> >>When I wrote that, it was already 7 days after Reini had started putting >>the nofollow attribute onto some of the links! My only excuse (hah!) is >>that CVS and then the lists had problems last week. > > Google just re-indexed my site and, again, followed all links, including > action=edit etc. I looked into Google's spec and realised that the > rel="nofollow" only means that the link does not contribute to pagerank. > It does not mean that the link will not be followed. Thanks for clarification! > It looks like the only way to handle this is via the robots.txt. Google > support an extension to the specification that allows wildcards to be > specified in the Disallow field (see > http://www.google.com/intl/en/webmasters/3.html ). We also use the robots meta tag, which says that those initial action links are followed, but subsequent links and indexing in the action page are forbidden. This should be easier to setup (cost: none) than using a hardcoded robots.txt file, but allows one more link. normal + RecentChanges: <meta name="robots" content="index,follow" /> most action pages: <meta name="robots" content="noindex,nofollow" /> PS: We might want to change action=BackLinks to the first rule, as another exeption along with RecentChanges. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Charles C. <ch...@ru...> - 2005-02-14 09:22:20
|
On Mon, February 14, 2005 17:13, someone asked: > Not > Disallow: *action=* In my opinion, no: 1 - no trailing * is required ;-) 2 - some actions, such as action=LikePages, action=RelatedChanges and, in particular, action=BackLinks make sense Please note that the specification for robots.txt state that robots will retrieve it from the root directory, i.e. /robots.txt - so what I sent in is a subset of the full robots.txt file for my site. regards, Charles |
From: Charles C. <ch...@ru...> - 2005-02-14 08:37:42
|
On Mon, January 31, 2005 17:43, Charles Corrigan said: > On Thu, January 27, 2005 17:31, Charles Corrigan said: >> I just looked at the access log for my site and noticed >> that google was indexing it. And it was trying every >> possible link from every page! >> >> Would it make sense to add a "rel='nofollow'" to links >> such as "edit text" where it makes no sense for a robot >> to follow? > > When I wrote that, it was already 7 days after Reini had started putting > the nofollow attribute onto some of the links! My only excuse (hah!) is > that CVS and then the lists had problems last week. Google just re-indexed my site and, again, followed all links, including action=edit etc. I looked into Google's spec and realised that the rel="nofollow" only means that the link does not contribute to pagerank. It does not mean that the link will not be followed. It looks like the only way to handle this is via the robots.txt. Google support an extension to the specification that allows wildcards to be specified in the Disallow field (see http://www.google.com/intl/en/webmasters/3.html ). The new contents of my robots.txt file follow, regards, Charles # robots.txt - Charles Corrigan - 14/2/2005 # This robots.txt file uses a non-standard format that is followed by # Google. This format allows the use of wildcards in the page names # and is used here to advise robots not to follow links in PhpWiki that # are not relevant. User-agent: * Disallow: /*action=chmod Disallow: /*action=chown Disallow: /*action=create Disallow: /*action=DebugInfo Disallow: /*action=diff Disallow: /*action=edit Disallow: /*action=EditMetaData Disallow: /*action=EditMetaInfo Disallow: /*action=loadfile Disallow: /*action=lock Disallow: /*action=PageDump Disallow: /*action=PageHistory Disallow: /*action=PageInfo Disallow: /*action=PhpWikiAdministration%2FChmod Disallow: /*action=PhpWikiAdministration%2FChown Disallow: /*action=PhpWikiAdministration%2FRemove Disallow: /*action=PhpWikiAdministration%2FRename Disallow: /*action=PhpWikiAdministration%2FReplace Disallow: /*action=PhpWikiAdministration%2FSetAcl Disallow: /*action=remove Disallow: /*action=rename Disallow: /*action=replace Disallow: /*action=setacl Disallow: /*action=TranslateText Disallow: /*action=unlock Disallow: /*action=upgrade Disallow: /*action=viewsource Disallow: /*action=zip Disallow: /*action=ziphtml |