--- Log opened Wed May 09 00:00:47 2012 02:48 < mcallan> here's a bridge url: http://zelea.com:8080/v/w/D?a=5339&b=5340&s 02:50 < mcallan> conseo_: you want to construct the base part of that (http://zelea.com:8080/v/w/D) for your pattern matching. you can use these: 02:50 < mcallan> http://zelea.com/project/votorola/_/javadoc/votorola/a/VoteServer.html#serverName() 02:50 < mcallan> http://zelea.com/project/votorola/_/javadoc/votorola/a/VoteServer.html#name() 02:51 < mcallan> http://SERVER-NAME:8080/NAME/w/D 02:57 < mcallan> *or*, if you are able to execute or launch in a servlet context, then the following are more robust (esp. for the port): 02:58 < mcallan> http://zelea.com/_/_/java/servlet-2_5-mrel-spec/javadocs/javax/servlet/ServletRequest.html#getServerName() 02:58 < mcallan> http://zelea.com/_/_/java/servlet-2_5-mrel-spec/javadocs/javax/servlet/ServletRequest.html#getServerPort() 03:00 < mcallan> and this contains the vote-server name (i.e. v or voff): http://zelea.com/_/_/java/servlet-2_5-mrel-spec/javadocs/javax/servlet/http/HttpServletRequest.html#getContextPath() 03:07 < mcallan> i am laying out a rough version of the votespace track, and also researching theory. i thought thursays were our stand-up/status days? 07:00 < conseo_> yes, that was for last week :-) or at least it felt that way, that i don't know what you do 07:02 -!- conseo_ is now known as conseo 07:03 < conseo> cool 07:19 < conseo> mcallan: i will construct a default and allow to optionally configure the urls? if you configure them yourself, we will take them otherwise we construct a default one? 07:19 < conseo> because your hostname has already changed from u.zelea.com and this might happen elsewhere as well 08:00 < mcallan> i never thought of that. the url can change. so you actually need a historical list. (i agree about the default, a single url auto-constructed) 08:02 < mcallan> (either a list or a regexp) 08:07 < mcallan> not only can it change, but there can be any number of aliases. that's actually the case with zelea.com and u.zelea.com: aliases for obsidian 08:08 < mcallan> and then there's plain old 206.248.142.179, which is also valid in a url 08:19 < conseo> mcallan: ok, i agree. so i will try to load a config file (harvest-cache.js) optionally and add the one constructed from VoteServer.{serverName,name} to the list 08:20 < conseo> or should i make it exclusive (either or)? 08:24 < mcallan> either/or is better. obey the user 08:35 < conseo> i agree 08:35 < conseo> every regex costs 08:37 < conseo> (esp. since it is applied to all content at least once) 10:08 < mcallan> i'm off c, cu tomorrow 11:22 < conseo> cu m 11:25 < conseo> http://aoir.org/email-list/ archive gives 404 11:25 < conseo> should i remove it from the wiki? 11:25 < conseo> (the archive link) 18:22 < conseo_> archive is back up --- Log closed Thu May 10 00:00:02 2012