You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(447) |
Nov
(163) |
Dec
(57) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(172) |
Feb
|
Mar
(123) |
Apr
(64) |
May
(1) |
Jun
(278) |
Jul
(89) |
Aug
(97) |
Sep
(62) |
Oct
(53) |
Nov
(119) |
Dec
(60) |
| 2006 |
Jan
(76) |
Feb
(1094) |
Mar
(363) |
Apr
(163) |
May
(57) |
Jun
(43) |
Jul
(39) |
Aug
(15) |
Sep
(33) |
Oct
(62) |
Nov
(8) |
Dec
|
| 2007 |
Jan
(9) |
Feb
(34) |
Mar
(2) |
Apr
(14) |
May
(8) |
Jun
(40) |
Jul
(21) |
Aug
(1) |
Sep
(20) |
Oct
(15) |
Nov
(26) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: creedon <icr...@us...> - 2006-01-05 06:16:58
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/adminSite/website/23prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24230 Modified Files: javaScript Log Message: towards XHTML compliance Index: javaScript =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/adminSite/website/23prefs/javaScript,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** javaScript 26 Mar 2005 21:45:19 -0000 1.1.1.1 --- javaScript 5 Jan 2006 06:16:51 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:wptx:mainResponder.adminSite.website.["#prefs"].javaScript ! <script language="JavaScript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:wptx:mainResponder.adminSite.website.["#prefs"].javaScript ! <script type="text/javascript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-05 06:16:54
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/discuss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24216 Modified Files: readMessage Log Message: towards XHTML compliance Index: readMessage =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/discuss/readMessage,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readMessage 26 Nov 2005 19:37:51 -0000 1.4 --- readMessage 5 Jan 2006 06:16:46 -0000 1.5 *************** *** 1,3 **** FrontierVcsFile:1:scpt:mainResponder.discuss.readMessage ! on readMessage (msgNum, flResponses=true, flResponseForm=true, flShowMsgNums=true, flShowAuthor=true, flShowPostTime=true, flShowReads=true, flStoryHeaderOnly=false, flEditButtonsInHeader=true, flShowEnclosure=true, editPageURL="", flShowCowSkullLink=false, pta=nil, adrMsgTable=nil, adrData=nil, adrGetBodyCallback=nil, searchArgs="", flUseMappedMemberKeys=false) { ÇThis is the main bottleneck script for displaying discussion group messages. ÇIt's used in discussion groups -- but also any time you want to display a discussion group message as a page outside of the discussion group interface. Most of the parameters govern whether or not to display the various discussion group message headers. ÇChanges Ç11/24/05; 9:50:02 AM by TAC Çclose input, hr and more p tags Çlowercase form method POST for xhtml compatibility Ç10/13/05; 12:37:15 AM by TAC Çclose paragraph tag for auto paragraphs for compatibility with post HTML v4.01 transitional Ç7/12/05; 1:14:38 AM by TAC Çhide member emails Ç4/18/03; 6:06:50 PM by JES ÇNew optional parameter, flUseMappedMemberKeys -- if true, we use the newer style numeric member keys instead of the older email address style member keys. ÇThu, Jun 6, 2002 at 2:29:44 PM by TAC Çmake davenet style bylines work with deleted members and stories Ç2000 Ç11/27/00; 6:22:13 PM by PBS Çpta is named parameter in call to manilaSuite.pike.editMessageButton. Ç11/26/00; 8:13:51 PM by PBS ÇUse the new bottleneck routine for displaying an external editor button. Ç10/18/00; 10:50:08 PM by JES ÇCommented out the code that adds the Edit in Frontier button. Ç10/12/00; 12:35:42 AM by JES ÇNew optional parameter: searchArgs - if provided, it's appended to URLs of links to messages. This is how support for multi-mode (topic-based vs. day-based) DGs are handled. Ç07/13/00; 3:00:29 AM by JES ÇFixed problem where the byline would sometimes appear in Manila's discussion group interface, even though there was already an Author header -- only display the byline if flShowAuthor is false. Ç05/01/00; 7:41:17 PM by JES ÇChanged getString calls to use a replacement table address instead of a lists Ç05/01/00; 5:19:31 PM by PBS ÇNew optional parameter: adrGetBodyCallback. This allows the caller to specify a script that gets the body of the discussion group message. This is used by the news items feature, which needs to convert from XML to HTML when displaying a news item dg message. ÇIf adrGetBodyCallback^ () returns "", then the normal get-body routine runs. Ç01/17/00; 4:48:31 PM by PBS ÇPreliminary server support for Pike. Ç1999 Ç11/18/99; 3:55:29 PM by PBS ÇRemoved <font size="+0"></font> tags from around message text, as they did nothing, but they made it hard for a designer to specify the font of the message text. Ç10/20/99; 4:12:18 PM by PBS ÇIf an image is stored with the message in the dg, display the picture below the title and headers but above the text. Call the new script mainResponder.discuss.buildImageTag to create the image tag. Ç10/5/99; 5:06:24 PM by PBS ÇSometimes the headers section would be empty, there would be an empty table adding an extra blank line to the page. This is now fixed. ÇMon, Aug 2, 1999 at 2:38:39 PM by PBS ÇNew optional parameters: pta, adrMsgTable, and adrData. These were added because sometimes these addresses are known before calling this script, and there's no sense in re-computing them. This is a minor performance enhancement. ÇAdded some comments to this script to make it easier to follow. ÇRemove the unused local variable pagetable. ÇSat, 12 Jun 1999 13:42:51 GMT by AR ÇBug fix: The Topics header now works properly if the displayed message is part of the response tree of a message that has been deleted. ÇFri, Jun 11, 1999 at 10:33:25 AM by PBS ÇNew page table attribute: if pta^.readMessageByLineFormat is "DaveNet," then the byline will appear like this: ÇTuesday, March 16, 1999; by Dave Winer. ÇWednesday, June 09, 1999 at 4:47:49 PM by PBS ÇCall mainResponder.discuss.memberCanEdit to determine if the member may edit this message. ÇMonday, June 07, 1999 at 2:25:39 PM by PBS ÇNew pagetable attributes: flReadMessageAutoParagraphs, flReadMessageProcessMacros, and flReadMessageExpandUrls give more control over what happens when reading a discussion group message. When calling this script from a web page that's a script, it's best to set these all to false. When calling from a macro, it's not necessary to define these attributes: previous behavior is conserved, there's no breakage. ÇWed, 26 May 1999 01:33:57 GMT by AR ÇReal names of message authors are now looked up in the membership group specified thru pta^.responderAttributes.defaultMembershipGroup instead of formerly config.mainresponder.globals.defaultMembershipGroup, allowing greater flexibility while retaining backwards-compatibility. ÇSat, 22 May 1999 15:32:02 GMT by AR ÇAdded optional parameter flShowCowSkullLink. The default is false. If it's set to true, a cowskull linking to the standard msgReader page for this message is added. This feature probably only makes sense for sites like stories.userland.com where messages are displayed outside of the standard discussion group context. ÇFri, 21 May 1999 16:58:48 GMT by AR ÇAdded optional editPageURL parameter for setting the action URL of the Edit This Page button. If it's the empty string, we use pta^.responderattributes.urls^.discussEditInBrowser. ÇWed, 19 May 1999 18:50:24 GMT by AR ÇAdded three new parameters: flShowAuthor, flShowPostTime, flShowReads. Default: true. ÇAdded a new parameter: flStoryHeaderOnly. Default: false. ÇInserted missing </tr> tag after header section. ÇAdded a new parameter: flEditButtonsInHeader. Default: true. Ç5/12/99; 6:43:55 AM by DW ÇAdded Topic line for non-top-level messages. It takes you to the top-level topic that the message is in response to. ÇThu, 22 Apr 1999 15:00:04 GMT by AR ÇModified after closing a security hole in htmlInterfaces.root Çhttp://frontier.userland.com/security/htmlInterfacesRoot ÇMon, 01 Mar 1999 17:45:42 GMT by AR ÇChanged code in the "set member info" section to no longer reference config.mainResponder.prefs.defaultDiscussRoot. Instead we get the discussion group rootname by dereferencing adrdata which is set by mainresponder.discuss.openroot. Ç5/19/99; 10:19:48 PM by DW ÇChanged "By Dave Winer" to "Posted by Dave Winer". This makes more sense because I might post articles written by other people. bundle { //get page table, discussion group, and message table addresses if pta == nil { //PBS 8/2/99: get the page table address pta = html.getPageTableAddress ()}; if adrData == nil { //PBS 8/2/99: get the address of the root of this discussion group adrData = mainResponder.discuss.openRoot (pta)}; if adrMsgTable == nil { //PBS 8/2/99: get the address of the table for this discussion group message adrMsgTable = @adrData^.messages.[string.padWithZeros (msgNum, 7)]}; try { //JES 4/19/03: not particularly pretty, but makes sure that any manila code that calls us will get the right value for flUseMappedMemberKeys if manilaSuite.isManilaSite (manilaSuite.getSiteAddress ()) { flUseMappedMemberKeys = true}}}; local (membershipGroup = pta^.responderAttributes.defaultMembershipGroup); local (flShowEditButtons, flEditButtonsAtTop, flEditButtonsAtBottom, flShowMessageHeaders); local (htmlText = "", indentLevel = 0); local (flMember = defined (pta^.adrMemberInfo)); on add (s) { htmlText = htmlText + string.filledString ("\t", indentLevel) + s + "\r"}; bundle { //increment read stats adrMsgTable^.ctReads++; config.mainResponder.stats.ctDiscussionGroupReads++}; //1/17/99; 9:20:18 AM by DW bundle { //was this message deleted? if mainResponder.discuss.isMessageDeleted (msgNum, adrMsgTable, pta) { Ç4/10/00; 12:17:54 AM by JES - added localization add (mainResponder.getString ("discuss.messageDeleted")); return (htmlText)}}; bundle { //calculate lots of booleans in advance to avoid spitting out unwanted empty table cells etc. flShowEnclosure = flShowEnclosure and (defined (adrMsgTable^.enclosureAddress) and (adrMsgTable^.enclosureAddress != "")); flShowEditButtons = (flMember and (mainResponder.discuss.memberCanEdit (adrMsgTable, pta^.adrMemberInfo))); //PBS 6/9/99: a member other than the poster may be able to edit this message flEditButtonsAtTop = (flShowEditButtons and flEditButtonsInHeader); flEditButtonsAtBottom = (flShowEditButtons and not flEditButtonsInHeader); flShowMessageHeaders = (not flStoryHeaderOnly) and (flShowAuthor or flShowPostTime or flShowMsgNums or flShowEnclosure or flShowReads); if not flShowMessageHeaders { //PBS 9/22/99: make it possible to have a byline and message headers: example -- the Samples site needs a byline plus enclosure header if defined (pta^.flReadMessageStoryHeaderAndMessageHeaders) { if pta^.flReadMessageStoryHeaderAndMessageHeaders { flShowMessageHeaders = true}}}}; on addEditButtons () { //add Edit button (or buttons) to the page Ç4/10/00; 12:17:54 AM by JES - added localization local (editableInFrontier = false); Çif defined (pta^.adrMemberInfo^.isFrontierSixAlpha) //edit in Frontier button Çbundle //old code Çadd ("<hr><b>Frontier 6 Alphas</b><p>") Çadd ("According to our records, you are a Frontier 6 alpha tester, and you created the message that you're viewing. That means that you can edit this message using Frontier 6's wrapping headlines outliner.") Çadd ("To use this feature, be sure Frontier is running, and you have suites.editorial installed. Then click on the following link. <i>Please follow the instructions carefully.</i><p>") Çadd ("<a href=\"" + pta^.responderattributes.urls^.discussEditInFrontier + msgnum + "\">Edit message #" + msgnum + " in Frontier</a>") Çadd ("<font size=\"-2\"><br>You can edit this message<br>because you are a Frontier 6<br>alpha tester and you are<br>the author of this message.</font>") Çlocal (url = pta^.responderAttributes.urls^.discussEditInFrontier + msgNum) Ç ÇBuild the Edit in Frontier button. Çadd ("<td valign=\"middle\"><center>"); indentLevel++ Çadd ("<form method=\"POST\" action=\"" + url + "\">"); indentLevel++ Çadd ("<input name=\"msgnum\" type=\"hidden\" value=\"" + msgNum + "\">") Çadd ("<input type=\"submit\" value=\"" + mainResponder.getString ("discuss.editInFrontier") + "\">") Çadd ("</form>"); indentLevel-- Çadd ("</center></td>"); indentLevel-- Ç ÇeditableInFrontier = true bundle { //edit in web browser button if editPageURL == "" { editPageURL = pta^.responderAttributes.urls^.discussEditInBrowser}; add ("<td valign=\"middle\"><center>"); indentLevel++; add ("<form method=\"post\" action=\"" + editPageURL + msgNum + "\">"); indentLevel++; add ("<input name=\"msgnum\" type=\"hidden\" value=\"" + msgNum + "\" />"); local (buttonValue = mainResponder.getString ("discuss.editThisPage")); if editableInFrontier { buttonValue = mainResponder.getString ("discuss.editInBrowser"); //change button name from Edit this Page to Edit in Browser add (" ")}; add ("<input type=\"submit\" value=\"" + buttonValue + "\" />"); add ("</form>"); indentLevel--; add ("</center>"); bundle { //PBS 01/13/00: Add the Edit in Pike button if defined (pta^.responderAttributes.urls^.editInPike) { ÇPike support is a feature not of mainResponder but of Manila. However, this script, which displays the discussion group message and the Edit this Page, needs to be Pike-aware enough to display the Pike button. Çif manilaSuite.pike.memberHasPike (pta) Çlocal (editInPikeUrl = pta^.responderAttributes.urls^.editInPike) Çif not (editInPikeUrl endsWith "$") ÇeditInPikeUrl = editInPikeUrl + "$" ÇeditInPikeUrl = editInPikeUrl + msgNum Çlocal (adrSite = pta^.adrSiteRootTable) Çlocal (adrMember = pta^.adrMemberInfo) Çadd (manilaSuite.pike.pikeButton (editInPikeUrl, adrMsgTable, adrMember, adrSite, true, mainResponder.getString ("discuss.editThisStoryInPikeOutline"), pta)) //true because this is a message add (manilaSuite.pike.editMessageButton (adrMsgTable, pta:pta))}}; //PBS 11/27/00: pta is named parameter add ("</td>"); indentLevel--}}; bundle { //put up message headers section Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") local (flByline = flStoryHeaderOnly); //PBS 06/22/00: message table can over-ride byline display if defined (adrMsgTable^.flByline) { //an attribute in the message table can over-ride the site setting if not adrMsgTable^.flByline { flByline = false} else { flByline = true}}; if flByline and !flShowAuthor { //07/13/00 JES: added !flShowAuthor -- never show a Byline if we have an Author header ÇSupport DaveNet-style bylines: PBS 6/11/99 ÇLike: Friday, June 11, 1999; by Dave Winer (no link to author) if defined (pta^.readMessageBylineFormat) and string.lower (pta^.readMessageBylineFormat) == "davenet" { bundle { local { name = mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member)}; add ("<i>" + mainResponder.macros.byline (name, adrMsgTable^.postTime, "DaveNet") + "</i>")}; Çbundle // old code Çlocal (adrMember = mainResponder.members.getMemberTable (membershipGroup, adrMsgTable^.member)) Çlocal (name = nameOf (adrMember^)) // 10/05/05; 7:01:56 PM by PR default to the member key Çif defined (adrMember^.personalInfo.name) Çname = adrMember^.personalInfo.name Çelse Çif name contains '@' Çname = string.replace (string.mid (name, 1, string.patternMatch ('@', name)+2) + "...", '@', "@") Çadd ("<i>" + mainResponder.macros.byline (name, adrMsgTable^.postTime, "DaveNet") + "</i>")}} else { // standard byline format local (authorLink = mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member, true, useMap: flUseMappedMemberKeys)); add ("<i>" + mainResponder.macros.byline (authorLink, adrMsgTable^.postTime) + "</i>")}}; local (flDoHeaders = false); //PBS 10/5/99: fix for blank headers section, which messages up the formatting if flEditButtonsAtTop { flDoHeaders = true} else { if flShowMessageHeaders { case true { flShowAuthor; flShowPostTime; flShowMsgNums; flShowEnclosure; flShowReads { flDoHeaders = true}}}}; if flDoHeaders { //PBS 10/5/99: was: if (flShowMessageHeaders or flEditButtonsAtTop) add ("<p />");; add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; add ("<tr>"); indentLevel++; if flShowMessageHeaders { //add author, posted, msg#, etc add ("<td>"); indentLevel++; add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; on tr (label, val) { add ("<tr>"); indentLevel++; add ("<td valign=\"top\"><font size=\"+0\"><b>" + label + "</b> </font></td>"); add ("<td valign=\"top\"><font size=\"+0\">" + val + "</font></td>"); add ("</tr>"); indentLevel--}; on msgLink (msgNum) { return ("<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + searchArgs + "\">" + msgNum + "</a>")}; if flShowAuthor { tr (mainResponder.getString ("discuss.authorHeader"), mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member, true, useMap: flUseMappedMemberKeys))}; // 4/13/00 JES: localized the header if flShowPostTime { tr (mainResponder.getString ("discuss.postedHeader"), mainResponder.localization.dateTimeString (adrMsgTable^.postTime))}; // 4/13/00 JES: localized the header and the date if flShowMsgNums and (adrMsgTable^.inResponseTo > 0) { //spit out the Topic line local (nomad = adrMsgTable); while (nomad^.inResponseTo > 0) { nomad = mainResponder.discuss.getMessageTable (nomad^.inResponseTo)}; tr (mainResponder.getString ("discuss.topicHeader"), "<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + nomad^.msgNum + searchArgs + "\">" + nomad^.subject + "</a>")}; // 4/13/00 JES: localized the header if flShowMsgNums { // put out the Msg# line local (val = msgNum); if adrMsgTable^.inResponseTo > 0 { try { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.msglink = msgLink (adrMsgTable^.inResponseTo); val = val + " (" + mainResponder.getString ("discuss.inResponseTo", @replacementTable) + ")"}} // 4/13/00 JES: localized the header else { val = val + " (" + mainResponder.getString ("discuss.topMsgInThread") + ")"}; // 4/13/00 JES: localized tr (mainResponder.getString ("discuss.msgNumHeader"), val)}; if flShowEnclosure { //regurgitate the Enclosure line Çhttp://discuss.userland.com/enclosures/view$868 local (viewingUrl = pta^.responderAttributes.urls^.discussEnclosureViewer + msgNum); Ç4/13/00; 5:52:43 PM by JES: localized enclosure text local (listingLink = "<a href=\"" + viewingUrl + "\">" + mainResponder.getString ("discuss.viewEnclosure") + "</a>"); local (fatPageLink = "<a href=\"" + pta^.responderAttributes.urls^.discussEnclosureDownloader + msgNum + "\">" + mainResponder.getString ("discuss.fatPageEnclosure") + "</a>"); local (rpcLink = "<a href=\"" + pta^.responderAttributes.urls^.discussEnclosureRPCer + msgNum + "\">" + mainResponder.getString ("discuss.RPCenclosure") + "</a>"); tr (mainResponder.getString ("discuss.enclosureHeader"), listingLink + ", " + fatPageLink + ", " + rpcLink)}; if flShowMsgNums { //throw up Prev/Next local (ixPrev = -1, ixNext = -1); local (ixLastMsg = adrData^.prefs.nextMsgNum - 1); for i = (msgNum - 1) downTo 1 { //find the previous message local (adrMsg = mainResponder.discuss.getMessageTable (i, pta, adrData)); if not (mainResponder.discuss.isMessageDeleted (i, adrMsg, pta:pta)) { ixPrev = i; break}}; for i = (msgNum + 1) to ixLastMsg { //find the next message local (adrMsg = mainResponder.discuss.getMessageTable (i, pta, adrData)); if not (mainResponder.discuss.isMessageDeleted (i, adrMsg, pta:pta)) { ixNext = i; break}}; Ç4/13/00; 5:53:22 PM by JES: localized next/prev header and link display if ixPrev == -1 { if ixNext != -1 { tr (mainResponder.getString ("discuss.nextMsgHeader"), msgLink (ixNext))}} else { if ixNext == -1 { if ixPrev != -1 { tr (mainResponder.getString ("discuss.prevMsgHeader"), msgLink (ixPrev))}} else { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.prevmsglink = msgLink (ixPrev); replacementTable.nextmsglink = msgLink (ixNext); tr (mainResponder.getString ("discuss.prevNextMsgHeader"), mainResponder.getString ("discuss.prevNextMsgNums", @replacementTable))}}}; if flShowReads { //show the number of times this message has been read tr (mainResponder.getString ("discuss.readsHeader"), adrMsgTable^.ctReads)}; // 4/13/00 JES: localized add ("</table>"); indentLevel--; add ("</td>"); indentLevel--}; if flEditButtonsAtTop { //add edit in Frontier button, possibly other stuff if (flStoryHeaderOnly or flShowMessageHeaders) { //add a bit of horizontal space add ("<td width=\50\"> </td>")}; addEditButtons ()}; add ("</tr>"); indentLevel--; add ("</table>"); indentLevel--; add ("<p />")} else { add ("<p />")}}; bundle { //add the body of the story local (flCallbackReturnedBody = false); if adrGetBodyCallback != nil { local (s); s = adrGetBodyCallback^ (adrMsgTable); if s != "" { add (s); flCallbackReturnedBody = true}}; if not flCallbackReturnedBody { bundle { //PBS 10/20/99: if an image is attached to this message, display it above the body if defined (adrMsgTable^.image) { if defined (pta^.responderAttributes.urls^.imageViewer) { //must be defined: it's the link to the imageViewer script ÇThe imageViewer script takes a msgNum as pathArgs and displays the picture attached to that dg message. add (mainResponder.discuss.buildImageTag (adrMsgTable^.msgNum)); add ("<p />")}}}; if typeOf (adrMsgTable^.body) == outlineType { //outlines get passed through an outline renderer local (oldRenderOutlineWith = nil); if defined (pta^.renderOutlineWith) { oldRenderOutlineWith = pta^.renderOutlineWith}; if defined (pta^.renderDiscussOutlinesWith) { pta^.renderOutlineWith = pta^.renderDiscussOutlinesWith}; if defined (pta^.flReadMessageProcessMacros) and pta^.flReadMessageProcessMacros { try {add (html.processMacros (html.tenderRender (@adrMsgTable^.body), false, pta))}} else { if defined (pta^.flReadMessageExpandUrls) and not pta^.flReadMessageExpandUrls { try {add (html.tenderRender (@adrMsgTable^.body))}} else { //default, original behavior try {add (html.expandURLs (html.tenderRender (@adrMsgTable^.body)))}}}; if oldRenderOutlineWith != nil { pta^.renderOutlineWith = oldRenderOutlineWith}} else { //it's not an outline local (s = string (adrMsgTable^.body)); s = string.replaceAll (s, "\n", ""); //2/15/99 DW, inside <pre>s these cause extra line-skips if not (defined (pta^.flReadMessageAutoParagraphs)) or pta^.flReadMessageAutoParagraphs { s = string.replaceAll (s, "\r\r", "\r\r<p />")}; if not (defined (pta^.flReadMessageProcessMacros)) or pta^.flReadMessageProcessMacros { s = html.processMacros (s, false, pta); }; Çadd ("<font size=\"+0\">" + s + "</font>") add (s)}}}; //PBS 11/18/99: removed <font> tags from around message text, as they didn't do anything, but made it harder for a designer to specify the font for the page if flEditButtonsAtBottom { //add edit buttons to the bottom add ("<p />"); add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; add ("<tr>"); indentLevel++; addEditButtons (); add ("</tr>"); indentLevel--; add ("</table>"); indentLevel--; add ("<p />")}; if flShowCowSkullLink { //add cowskull link to standard msgReader page ÇThe cowskull link is a link to the discussion group interface version of this page. try {add ("<p>\r<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + "\">" + mainResponder.discuss.cowSkullImage (pta) + "</a>\r</p>")}}; if flResponses { //list message response structure Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") if sizeof (adrMsgTable^.responses) > 0 { local (stack = {}); on addResponses (adrItem) { local (adrTable, msgNum, replyMember, i, ct = sizeOf (adrItem^.responses), flDeleted); add ("<ul>"); indentLevel++; for i = ct downTo 1 { msgNum = adrItem^.responses [i]; if stack contains msgNum { //avoid infinite recursion continue; }; adrTable = mainResponder.discuss.getMessageTable (msgNum, pta, adrData); if not defined (adrTable^) { continue}; if not (mainResponder.discuss.isMessageDeleted (msgNum, adrTable, pta)) { replyMember = mainResponder.members.getMemberName (membershipGroup, adrTable^.member); add ("<li><a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + searchArgs + "\">" + adrTable^.subject + "</a>, " + replyMember + ", " + mainResponder.localization.dateTimeString (adrTable^.postTime, pta: pta) + "<p />"); // 4/13/00 JES: localized the date display if sizeof (adrTable^.responses) > 0 { stack = stack + {adrTable^.msgNum}; addResponses (adrTable); delete (@stack [sizeof (stack)])}}}; add ("</ul>"); indentLevel--; }; add ("<p /><hr /><b>" + mainResponder.getString ("discuss.thereAreResponsesToThisMsg") + "</b>"); addResponses (adrMsgTable)}}; //it's recursive if flResponseForm { //provide a response form Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") if flMember { //only members can add messages local (subject = adrMsgTable^.subject); if not (string.lower (subject) beginswith string.lower (string.trimWhiteSpace (mainResponder.getString ("discuss.rePrefix")))) { subject = mainResponder.getString ("discuss.rePrefix") + subject}; local (subjectprompt, buttontext, bodyprompt); subjectprompt = mainResponder.getString ("discuss.responseSubjectPrompt"); buttontext = mainResponder.getString ("discuss.postResponseButtonText"); bodyprompt = mainResponder.getString ("discuss.responseBodyPrompt"); add (mainResponder.discuss.newMessageForm (msgNum, subject, "<p /><hr />" + subjectprompt, buttontext, bodyprompt: bodyprompt, pta: pta))}}; bundle { //set member info ÇFor every member, store the highest message read for the current discussion group. ÇFirst make sure the discussionGroupInfo table exists for this member, then make sure there's a table for this dg, then set highestMessageRead for this dg for this member. if flMember { //is this a member? local (adrMember = pta^.adrMemberInfo); if not defined (adrMember^.discussionGroupInfo) { new (tabletype, @adrmember^.discussionGroupInfo)}; local (rootName = nameOf (adrData^)); local (adrTable = @adrMember^.discussionGroupInfo.[rootName]); if not defined (adrTable^) { new (tableType, adrTable)}; if not defined (adrTable^.highestMessageRead) { adrTable^.highestMessageRead = 0}; if msgNum > adrTable^.highestMessageRead { adrTable^.highestMessageRead = msgNum}}}; return (htmlText)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:mainResponder.discuss.readMessage ! on readMessage (msgNum, flResponses=true, flResponseForm=true, flShowMsgNums=true, flShowAuthor=true, flShowPostTime=true, flShowReads=true, flStoryHeaderOnly=false, flEditButtonsInHeader=true, flShowEnclosure=true, editPageURL="", flShowCowSkullLink=false, pta=nil, adrMsgTable=nil, adrData=nil, adrGetBodyCallback=nil, searchArgs="", flUseMappedMemberKeys=false) { ÇChanges Ç1/4/06; 4:48:10 PM by TAC Çfor response form. moved p and hr tags out of mainResponder.discuss.newMessageForm call, XHTML compliance Çadded missing quote character from width attribute of td tag when adding horizontal for etp button Ç2005 Ç11/24/05; 9:50:02 AM by TAC Çclose input, hr and more p tags Çlowercase form method POST for xhtml compatibility Ç10/13/05; 12:37:15 AM by TAC Çclose paragraph tag for auto paragraphs for compatibility with post HTML v4.01 transitional Ç7/12/05; 1:14:38 AM by TAC Çhide member emails Ç4/18/03; 6:06:50 PM by JES ÇNew optional parameter, flUseMappedMemberKeys -- if true, we use the newer style numeric member keys instead of the older email address style member keys. ÇThu, Jun 6, 2002 at 2:29:44 PM by TAC Çmake davenet style bylines work with deleted members and stories Ç2000 Ç11/27/00; 6:22:13 PM by PBS Çpta is named parameter in call to manilaSuite.pike.editMessageButton. Ç11/26/00; 8:13:51 PM by PBS ÇUse the new bottleneck routine for displaying an external editor button. Ç10/18/00; 10:50:08 PM by JES ÇCommented out the code that adds the Edit in Frontier button. Ç10/12/00; 12:35:42 AM by JES ÇNew optional parameter: searchArgs - if provided, it's appended to URLs of links to messages. This is how support for multi-mode (topic-based vs. day-based) DGs are handled. Ç07/13/00; 3:00:29 AM by JES ÇFixed problem where the byline would sometimes appear in Manila's discussion group interface, even though there was already an Author header -- only display the byline if flShowAuthor is false. Ç05/01/00; 7:41:17 PM by JES ÇChanged getString calls to use a replacement table address instead of a lists Ç05/01/00; 5:19:31 PM by PBS ÇNew optional parameter: adrGetBodyCallback. This allows the caller to specify a script that gets the body of the discussion group message. This is used by the news items feature, which needs to convert from XML to HTML when displaying a news item dg message. ÇIf adrGetBodyCallback^ () returns "", then the normal get-body routine runs. Ç01/17/00; 4:48:31 PM by PBS ÇPreliminary server support for Pike. Ç1999 Ç11/18/99; 3:55:29 PM by PBS ÇRemoved <font size="+0"></font> tags from around message text, as they did nothing, but they made it hard for a designer to specify the font of the message text. Ç10/20/99; 4:12:18 PM by PBS ÇIf an image is stored with the message in the dg, display the picture below the title and headers but above the text. Call the new script mainResponder.discuss.buildImageTag to create the image tag. Ç10/5/99; 5:06:24 PM by PBS ÇSometimes the headers section would be empty, there would be an empty table adding an extra blank line to the page. This is now fixed. ÇMon, Aug 2, 1999 at 2:38:39 PM by PBS ÇNew optional parameters: pta, adrMsgTable, and adrData. These were added because sometimes these addresses are known before calling this script, and there's no sense in re-computing them. This is a minor performance enhancement. ÇAdded some comments to this script to make it easier to follow. ÇRemove the unused local variable pagetable. ÇSat, 12 Jun 1999 13:42:51 GMT by AR ÇBug fix: The Topics header now works properly if the displayed message is part of the response tree of a message that has been deleted. ÇFri, Jun 11, 1999 at 10:33:25 AM by PBS ÇNew page table attribute: if pta^.readMessageByLineFormat is "DaveNet," then the byline will appear like this: ÇTuesday, March 16, 1999; by Dave Winer. ÇWednesday, June 09, 1999 at 4:47:49 PM by PBS ÇCall mainResponder.discuss.memberCanEdit to determine if the member may edit this message. ÇMonday, June 07, 1999 at 2:25:39 PM by PBS ÇNew pagetable attributes: flReadMessageAutoParagraphs, flReadMessageProcessMacros, and flReadMessageExpandUrls give more control over what happens when reading a discussion group message. When calling this script from a web page that's a script, it's best to set these all to false. When calling from a macro, it's not necessary to define these attributes: previous behavior is conserved, there's no breakage. ÇWed, 26 May 1999 01:33:57 GMT by AR ÇReal names of message authors are now looked up in the membership group specified thru pta^.responderAttributes.defaultMembershipGroup instead of formerly config.mainresponder.globals.defaultMembershipGroup, allowing greater flexibility while retaining backwards-compatibility. ÇSat, 22 May 1999 15:32:02 GMT by AR ÇAdded optional parameter flShowCowSkullLink. The default is false. If it's set to true, a cowskull linking to the standard msgReader page for this message is added. This feature probably only makes sense for sites like stories.userland.com where messages are displayed outside of the standard discussion group context. ÇFri, 21 May 1999 16:58:48 GMT by AR ÇAdded optional editPageURL parameter for setting the action URL of the Edit This Page button. If it's the empty string, we use pta^.responderattributes.urls^.discussEditInBrowser. ÇWed, 19 May 1999 18:50:24 GMT by AR ÇAdded three new parameters: flShowAuthor, flShowPostTime, flShowReads. Default: true. ÇAdded a new parameter: flStoryHeaderOnly. Default: false. ÇInserted missing </tr> tag after header section. ÇAdded a new parameter: flEditButtonsInHeader. Default: true. Ç5/12/99; 6:43:55 AM by DW ÇAdded Topic line for non-top-level messages. It takes you to the top-level topic that the message is in response to. ÇThu, 22 Apr 1999 15:00:04 GMT by AR ÇModified after closing a security hole in htmlInterfaces.root Çhttp://frontier.userland.com/security/htmlInterfacesRoot ÇMon, 01 Mar 1999 17:45:42 GMT by AR ÇChanged code in the "set member info" section to no longer reference config.mainResponder.prefs.defaultDiscussRoot. Instead we get the discussion group rootname by dereferencing adrdata which is set by mainresponder.discuss.openroot. Ç5/19/99; 10:19:48 PM by DW ÇChanged "By Dave Winer" to "Posted by Dave Winer". This makes more sense because I might post articles written by other people. ÇThis is the main bottleneck script for displaying discussion group messages. ÇIt's used in discussion groups -- but also any time you want to display a discussion group message as a page outside of the discussion group interface. Most of the parameters govern whether or not to display the various discussion group message headers. bundle { //get page table, discussion group, and message table addresses if pta == nil { //PBS 8/2/99: get the page table address pta = html.getPageTableAddress ()}; if adrData == nil { //PBS 8/2/99: get the address of the root of this discussion group adrData = mainResponder.discuss.openRoot (pta)}; if adrMsgTable == nil { //PBS 8/2/99: get the address of the table for this discussion group message adrMsgTable = @adrData^.messages.[string.padWithZeros (msgNum, 7)]}; try { //JES 4/19/03: not particularly pretty, but makes sure that any manila code that calls us will get the right value for flUseMappedMemberKeys if manilaSuite.isManilaSite (manilaSuite.getSiteAddress ()) { flUseMappedMemberKeys = true}}}; local (membershipGroup = pta^.responderAttributes.defaultMembershipGroup); local (flShowEditButtons, flEditButtonsAtTop, flEditButtonsAtBottom, flShowMessageHeaders); local (htmlText = "", indentLevel = 0); local (flMember = defined (pta^.adrMemberInfo)); on add (s) { htmlText = htmlText + string.filledString ("\t", indentLevel) + s + "\r"}; bundle { //increment read stats adrMsgTable^.ctReads++; config.mainResponder.stats.ctDiscussionGroupReads++}; //1/17/99; 9:20:18 AM by DW bundle { //was this message deleted? if mainResponder.discuss.isMessageDeleted (msgNum, adrMsgTable, pta) { Ç4/10/00; 12:17:54 AM by JES - added localization add (mainResponder.getString ("discuss.messageDeleted")); return (htmlText)}}; bundle { //calculate lots of booleans in advance to avoid spitting out unwanted empty table cells etc. flShowEnclosure = flShowEnclosure and (defined (adrMsgTable^.enclosureAddress) and (adrMsgTable^.enclosureAddress != "")); flShowEditButtons = (flMember and (mainResponder.discuss.memberCanEdit (adrMsgTable, pta^.adrMemberInfo))); //PBS 6/9/99: a member other than the poster may be able to edit this message flEditButtonsAtTop = (flShowEditButtons and flEditButtonsInHeader); flEditButtonsAtBottom = (flShowEditButtons and not flEditButtonsInHeader); flShowMessageHeaders = (not flStoryHeaderOnly) and (flShowAuthor or flShowPostTime or flShowMsgNums or flShowEnclosure or flShowReads); if not flShowMessageHeaders { //PBS 9/22/99: make it possible to have a byline and message headers: example -- the Samples site needs a byline plus enclosure header if defined (pta^.flReadMessageStoryHeaderAndMessageHeaders) { if pta^.flReadMessageStoryHeaderAndMessageHeaders { flShowMessageHeaders = true}}}}; on addEditButtons () { //add Edit button (or buttons) to the page Ç4/10/00; 12:17:54 AM by JES - added localization local (editableInFrontier = false); Çif defined (pta^.adrMemberInfo^.isFrontierSixAlpha) //edit in Frontier button Çbundle //old code Çadd ("<hr><b>Frontier 6 Alphas</b><p>") Çadd ("According to our records, you are a Frontier 6 alpha tester, and you created the message that you're viewing. That means that you can edit this message using Frontier 6's wrapping headlines outliner.") Çadd ("To use this feature, be sure Frontier is running, and you have suites.editorial installed. Then click on the following link. <i>Please follow the instructions carefully.</i><p>") Çadd ("<a href=\"" + pta^.responderattributes.urls^.discussEditInFrontier + msgnum + "\">Edit message #" + msgnum + " in Frontier</a>") Çadd ("<font size=\"-2\"><br>You can edit this message<br>because you are a Frontier 6<br>alpha tester and you are<br>the author of this message.</font>") Çlocal (url = pta^.responderAttributes.urls^.discussEditInFrontier + msgNum) Ç ÇBuild the Edit in Frontier button. Çadd ("<td valign=\"middle\"><center>"); indentLevel++ Çadd ("<form method=\"POST\" action=\"" + url + "\">"); indentLevel++ Çadd ("<input name=\"msgnum\" type=\"hidden\" value=\"" + msgNum + "\">") Çadd ("<input type=\"submit\" value=\"" + mainResponder.getString ("discuss.editInFrontier") + "\">") Çadd ("</form>"); indentLevel-- Çadd ("</center></td>"); indentLevel-- Ç ÇeditableInFrontier = true bundle { //edit in web browser button if editPageURL == "" { editPageURL = pta^.responderAttributes.urls^.discussEditInBrowser}; add ("<td valign=\"middle\"><center>"); indentLevel++; add ("<form method=\"post\" action=\"" + editPageURL + msgNum + "\">"); indentLevel++; add ("<input name=\"msgnum\" type=\"hidden\" value=\"" + msgNum + "\" />"); local (buttonValue = mainResponder.getString ("discuss.editThisPage")); if editableInFrontier { buttonValue = mainResponder.getString ("discuss.editInBrowser"); //change button name from Edit this Page to Edit in Browser add (" ")}; add ("<input type=\"submit\" value=\"" + buttonValue + "\" />"); add ("</form>"); indentLevel--; add ("</center>"); bundle { //PBS 01/13/00: Add the Edit in Pike button if defined (pta^.responderAttributes.urls^.editInPike) { ÇPike support is a feature not of mainResponder but of Manila. However, this script, which displays the discussion group message and the Edit this Page, needs to be Pike-aware enough to display the Pike button. Çif manilaSuite.pike.memberHasPike (pta) Çlocal (editInPikeUrl = pta^.responderAttributes.urls^.editInPike) Çif not (editInPikeUrl endsWith "$") ÇeditInPikeUrl = editInPikeUrl + "$" ÇeditInPikeUrl = editInPikeUrl + msgNum Çlocal (adrSite = pta^.adrSiteRootTable) Çlocal (adrMember = pta^.adrMemberInfo) Çadd (manilaSuite.pike.pikeButton (editInPikeUrl, adrMsgTable, adrMember, adrSite, true, mainResponder.getString ("discuss.editThisStoryInPikeOutline"), pta)) //true because this is a message add (manilaSuite.pike.editMessageButton (adrMsgTable, pta:pta))}}; //PBS 11/27/00: pta is named parameter add ("</td>"); indentLevel--}}; bundle { //put up message headers section Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") local (flByline = flStoryHeaderOnly); //PBS 06/22/00: message table can over-ride byline display if defined (adrMsgTable^.flByline) { //an attribute in the message table can over-ride the site setting if not adrMsgTable^.flByline { flByline = false} else { flByline = true}}; if flByline and !flShowAuthor { //07/13/00 JES: added !flShowAuthor -- never show a Byline if we have an Author header ÇSupport DaveNet-style bylines: PBS 6/11/99 ÇLike: Friday, June 11, 1999; by Dave Winer (no link to author) if defined (pta^.readMessageBylineFormat) and string.lower (pta^.readMessageBylineFormat) == "davenet" { bundle { local { name = mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member)}; add ("<i>" + mainResponder.macros.byline (name, adrMsgTable^.postTime, "DaveNet") + "</i>")}; Çbundle // old code Çlocal (adrMember = mainResponder.members.getMemberTable (membershipGroup, adrMsgTable^.member)) Çlocal (name = nameOf (adrMember^)) // 10/05/05; 7:01:56 PM by PR default to the member key Çif defined (adrMember^.personalInfo.name) Çname = adrMember^.personalInfo.name Çelse Çif name contains '@' Çname = string.replace (string.mid (name, 1, string.patternMatch ('@', name)+2) + "...", '@', "@") Çadd ("<i>" + mainResponder.macros.byline (name, adrMsgTable^.postTime, "DaveNet") + "</i>")}} else { // standard byline format local (authorLink = mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member, true, useMap: flUseMappedMemberKeys)); add ("<i>" + mainResponder.macros.byline (authorLink, adrMsgTable^.postTime) + "</i>")}}; local (flDoHeaders = false); //PBS 10/5/99: fix for blank headers section, which messages up the formatting if flEditButtonsAtTop { flDoHeaders = true} else { if flShowMessageHeaders { case true { flShowAuthor; flShowPostTime; flShowMsgNums; flShowEnclosure; flShowReads { flDoHeaders = true}}}}; if flDoHeaders { //PBS 10/5/99: was: if (flShowMessageHeaders or flEditButtonsAtTop) add ("<p />");; add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; add ("<tr>"); indentLevel++; if flShowMessageHeaders { //add author, posted, msg#, etc add ("<td>"); indentLevel++; add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; on tr (label, val) { add ("<tr>"); indentLevel++; add ("<td valign=\"top\"><font size=\"+0\"><b>" + label + "</b> </font></td>"); add ("<td valign=\"top\"><font size=\"+0\">" + val + "</font></td>"); add ("</tr>"); indentLevel--}; on msgLink (msgNum) { return ("<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + searchArgs + "\">" + msgNum + "</a>")}; if flShowAuthor { tr (mainResponder.getString ("discuss.authorHeader"), mainResponder.members.linkToMember (membershipGroup, adrMsgTable^.member, true, useMap: flUseMappedMemberKeys))}; // 4/13/00 JES: localized the header if flShowPostTime { tr (mainResponder.getString ("discuss.postedHeader"), mainResponder.localization.dateTimeString (adrMsgTable^.postTime))}; // 4/13/00 JES: localized the header and the date if flShowMsgNums and (adrMsgTable^.inResponseTo > 0) { //spit out the Topic line local (nomad = adrMsgTable); while (nomad^.inResponseTo > 0) { nomad = mainResponder.discuss.getMessageTable (nomad^.inResponseTo)}; tr (mainResponder.getString ("discuss.topicHeader"), "<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + nomad^.msgNum + searchArgs + "\">" + nomad^.subject + "</a>")}; // 4/13/00 JES: localized the header if flShowMsgNums { // put out the Msg# line local (val = msgNum); if adrMsgTable^.inResponseTo > 0 { try { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.msglink = msgLink (adrMsgTable^.inResponseTo); val = val + " (" + mainResponder.getString ("discuss.inResponseTo", @replacementTable) + ")"}} // 4/13/00 JES: localized the header else { val = val + " (" + mainResponder.getString ("discuss.topMsgInThread") + ")"}; // 4/13/00 JES: localized tr (mainResponder.getString ("discuss.msgNumHeader"), val)}; if flShowEnclosure { //regurgitate the Enclosure line Çhttp://discuss.userland.com/enclosures/view$868 local (viewingUrl = pta^.responderAttributes.urls^.discussEnclosureViewer + msgNum); Ç4/13/00; 5:52:43 PM by JES: localized enclosure text local (listingLink = "<a href=\"" + viewingUrl + "\">" + mainResponder.getString ("discuss.viewEnclosure") + "</a>"); local (fatPageLink = "<a href=\"" + pta^.responderAttributes.urls^.discussEnclosureDownloader + msgNum + "\">" + mainResponder.getString ("discuss.fatPageEnclosure") + "</a>"); local (rpcLink = "<a href=\"" + pta^.responderAttributes.urls^.discussEnclosureRPCer + msgNum + "\">" + mainResponder.getString ("discuss.RPCenclosure") + "</a>"); tr (mainResponder.getString ("discuss.enclosureHeader"), listingLink + ", " + fatPageLink + ", " + rpcLink)}; if flShowMsgNums { //throw up Prev/Next local (ixPrev = -1, ixNext = -1); local (ixLastMsg = adrData^.prefs.nextMsgNum - 1); for i = (msgNum - 1) downTo 1 { //find the previous message local (adrMsg = mainResponder.discuss.getMessageTable (i, pta, adrData)); if not (mainResponder.discuss.isMessageDeleted (i, adrMsg, pta:pta)) { ixPrev = i; break}}; for i = (msgNum + 1) to ixLastMsg { //find the next message local (adrMsg = mainResponder.discuss.getMessageTable (i, pta, adrData)); if not (mainResponder.discuss.isMessageDeleted (i, adrMsg, pta:pta)) { ixNext = i; break}}; Ç4/13/00; 5:53:22 PM by JES: localized next/prev header and link display if ixPrev == -1 { if ixNext != -1 { tr (mainResponder.getString ("discuss.nextMsgHeader"), msgLink (ixNext))}} else { if ixNext == -1 { if ixPrev != -1 { tr (mainResponder.getString ("discuss.prevMsgHeader"), msgLink (ixPrev))}} else { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.prevmsglink = msgLink (ixPrev); replacementTable.nextmsglink = msgLink (ixNext); tr (mainResponder.getString ("discuss.prevNextMsgHeader"), mainResponder.getString ("discuss.prevNextMsgNums", @replacementTable))}}}; if flShowReads { //show the number of times this message has been read tr (mainResponder.getString ("discuss.readsHeader"), adrMsgTable^.ctReads)}; // 4/13/00 JES: localized add ("</table>"); indentLevel--; add ("</td>"); indentLevel--}; if flEditButtonsAtTop { //add edit in Frontier button, possibly other stuff if (flStoryHeaderOnly or flShowMessageHeaders) { //add a bit of horizontal space add ("<td width=\"50\"> </td>")}; addEditButtons ()}; add ("</tr>"); indentLevel--; add ("</table>"); indentLevel--; add ("<p />")} else { add ("<p />")}}; bundle { //add the body of the story local (flCallbackReturnedBody = false); if adrGetBodyCallback != nil { local (s); s = adrGetBodyCallback^ (adrMsgTable); if s != "" { add (s); flCallbackReturnedBody = true}}; if not flCallbackReturnedBody { bundle { //PBS 10/20/99: if an image is attached to this message, display it above the body if defined (adrMsgTable^.image) { if defined (pta^.responderAttributes.urls^.imageViewer) { //must be defined: it's the link to the imageViewer script ÇThe imageViewer script takes a msgNum as pathArgs and displays the picture attached to that dg message. add (mainResponder.discuss.buildImageTag (adrMsgTable^.msgNum)); add ("<p />")}}}; if typeOf (adrMsgTable^.body) == outlineType { //outlines get passed through an outline renderer local (oldRenderOutlineWith = nil); if defined (pta^.renderOutlineWith) { oldRenderOutlineWith = pta^.renderOutlineWith}; if defined (pta^.renderDiscussOutlinesWith) { pta^.renderOutlineWith = pta^.renderDiscussOutlinesWith}; if defined (pta^.flReadMessageProcessMacros) and pta^.flReadMessageProcessMacros { try {add (html.processMacros (html.tenderRender (@adrMsgTable^.body), false, pta))}} else { if defined (pta^.flReadMessageExpandUrls) and not pta^.flReadMessageExpandUrls { try {add (html.tenderRender (@adrMsgTable^.body))}} else { //default, original behavior try {add (html.expandURLs (html.tenderRender (@adrMsgTable^.body)))}}}; if oldRenderOutlineWith != nil { pta^.renderOutlineWith = oldRenderOutlineWith}} else { //it's not an outline local (s = string (adrMsgTable^.body)); s = string.replaceAll (s, "\n", ""); //2/15/99 DW, inside <pre>s these cause extra line-skips if not (defined (pta^.flReadMessageAutoParagraphs)) or pta^.flReadMessageAutoParagraphs { s = string.replaceAll (s, "\r\r", "\r\r<p />")}; if not (defined (pta^.flReadMessageProcessMacros)) or pta^.flReadMessageProcessMacros { s = html.processMacros (s, false, pta); }; Çadd ("<font size=\"+0\">" + s + "</font>") add (s)}}}; //PBS 11/18/99: removed <font> tags from around message text, as they didn't do anything, but made it harder for a designer to specify the font for the page if flEditButtonsAtBottom { //add edit buttons to the bottom add ("<p />"); add ("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"); indentLevel++; add ("<tr>"); indentLevel++; addEditButtons (); add ("</tr>"); indentLevel--; add ("</table>"); indentLevel--; add ("<p />")}; if flShowCowSkullLink { //add cowskull link to standard msgReader page ÇThe cowskull link is a link to the discussion group interface version of this page. try {add ("<p>\r<a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + "\">" + mainResponder.discuss.cowSkullImage (pta) + "</a>\r</p>")}}; if flResponses { //list message response structure Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") if sizeof (adrMsgTable^.responses) > 0 { local (stack = {}); on addResponses (adrItem) { local (adrTable, msgNum, replyMember, i, ct = sizeOf (adrItem^.responses), flDeleted); add ("<ul>"); indentLevel++; for i = ct downTo 1 { msgNum = adrItem^.responses [i]; if stack contains msgNum { //avoid infinite recursion continue; }; adrTable = mainResponder.discuss.getMessageTable (msgNum, pta, adrData); if not defined (adrTable^) { continue}; if not (mainResponder.discuss.isMessageDeleted (msgNum, adrTable, pta)) { replyMember = mainResponder.members.getMemberName (membershipGroup, adrTable^.member); add ("<li><a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + searchArgs + "\">" + adrTable^.subject + "</a>, " + replyMember + ", " + mainResponder.localization.dateTimeString (adrTable^.postTime, pta: pta) + "<p />"); // 4/13/00 JES: localized the date display if sizeof (adrTable^.responses) > 0 { stack = stack + {adrTable^.msgNum}; addResponses (adrTable); delete (@stack [sizeof (stack)])}}}; add ("</ul>"); indentLevel--; }; add ("<p /><hr /><b>" + mainResponder.getString ("discuss.thereAreResponsesToThisMsg") + "</b>"); addResponses (adrMsgTable)}}; //it's recursive if flResponseForm { //provide a response form Ç4/10/00; 12:17:54 AM by JES - added localization Çbundle // non-localized version Çadd ("<i>" + date.abbrevString (adrMsgTable^.postTime) + "; by " + name + ".</i>") if flMember { //only members can add messages local (subject = adrMsgTable^.subject); if not (string.lower (subject) beginswith string.lower (string.trimWhiteSpace (mainResponder.getString ("discuss.rePrefix")))) { subject = mainResponder.getString ("discuss.rePrefix") + subject}; local (subjectprompt, buttontext, bodyprompt); subjectprompt = mainResponder.getString ("discuss.responseSubjectPrompt"); buttontext = mainResponder.getString ("discuss.postResponseButtonText"); bodyprompt = mainResponder.getString ("discuss.responseBodyPrompt"); add ("<p /><hr />"); add (mainResponder.discuss.newMessageForm (msgNum, subject, subjectprompt, buttontext, bodyprompt: bodyprompt, pta: pta))}}; bundle { //set member info ÇFor every member, store the highest message read for the current discussion group. ÇFirst make sure the discussionGroupInfo table exists for this member, then make sure there's a table for this dg, then set highestMessageRead for this dg for this member. if flMember { //is this a member? local (adrMember = pta^.adrMemberInfo); if not defined (adrMember^.discussionGroupInfo) { new (tabletype, @adrmember^.discussionGroupInfo)}; local (rootName = nameOf (adrData^)); local (adrTable = @adrMember^.discussionGroupInfo.[rootName]); if not defined (adrTable^) { new (tableType, adrTable)}; if not defined (adrTable^.highestMessageRead) { adrTable^.highestMessageRead = 0}; if msgNum > adrTable^.highestMessageRead { adrTable^.highestMessageRead = msgNum}}}; return (htmlText)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-05 06:16:49
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/controlPanel/23prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24196 Modified Files: javaScript Log Message: towards XHTML compliance Index: javaScript =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/controlPanel/23prefs/javaScript,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** javaScript 26 Mar 2005 21:45:24 -0000 1.1.1.1 --- javaScript 5 Jan 2006 06:16:41 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:wptx:mainResponder.controlPanel.["#prefs"].javaScript ! <script language="JavaScript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:wptx:mainResponder.controlPanel.["#prefs"].javaScript ! <script type="text/javascript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-05 06:16:08
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24083a Modified Files: checkMembership Log Message: towards XHTML compliance Index: checkMembership =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/members/checkMembership,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** checkMembership 26 Mar 2005 21:46:00 -0000 1.1.1.1 --- checkMembership 5 Jan 2006 06:15:57 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:mainResponder.members.checkMembership ! on checkMembership (adrobject, adrparamtable) { //scriptError if no cookie and one is required ÇChanges: Ç8/8/02; 2:50:37 PM by JES ÇSupport for storage of member passwords as binaries instead of as clear-text strings. Ç1/28/02; 10:18:24 PM by PBS ÇIt should not be a fatal error if for some reason the person's password is missing from their membership record. Ç9/26/01; 4:17:25 PM by PBS ÇCommon situation -- membership not required and the user has no cookies. Short-circuit and return early. Ç12/29/00; 10:26:33 AM by PBS ÇThere was an error with blocked members -- the path to the localized string was incorrect, so the string wouldn't be found. Now it's correct. Ç10/27/00; 10:38:34 PM by PBS ÇPass pta parameter to mainResponder.members.sendMail. Ç10/27/00; 1:06:47 AM by PBS ÇWhen passing the redirect parameter to the logon page, include the pathArgs, if any. This way if someone was trying to get to a msgReader$ page, they'll get there after they login. Ç08/31/00; 4:58:50 PM by PBS ÇUpdated to pass the address of the param table in calls to mainResponder.getString, since the call to html.getPageTableAddress may fail in mainResponder.getString. Matt Neuburg's diagnosis: http://frontier.userland.com/discuss/msgReader$5436 Ç05/01/00; 7:05:43 PM by JES ÇChanged getString calls to use a replacement table address instead of a lists Ç04/14/00; 8:22:52 PM by JES Çlocalized Ç04/10/00; 12:21:59 PM by PBS ÇSupport for hashed cookies, an optional new format which does not send the password in plain text. Ç12/6/99; 4:08:33 PM by PBS ÇThis script was redundantly parsing the POST args into a table, even though they'd already been parsed. This was inefficient. Furthermore, it wasn't parsing multi-part file uploads properly, leading to the picture uploading bug reported by Manila users. Ç7/30/99; 1:48:16 PM by PBS ÇWhen redirecting someone who doesn't have the cookie (and membership is required) to the login page, add as search args the URL of the page the person is on. That way the login page can redirect the person back once they've logged in. ÇIn other words, instead of redirecting here: http://news.userland.com/member/login ÇRedirect here: http://news.userland.com/member/login?http://news.userland.com/prefs/ local (adratts = @adrparamtable^.responderAttributes, lookInGroup, flMustBeMember = false); if not defined (adratts^.members) { //the page does not require membership if not defined (adratts^.defaultMembershipGroup) { //if it's defined we look for the cookie return (true)}; lookInGroup = adratts^.defaultMembershipGroup} else { lookInGroup = adratts^.members; flMustBeMember = true}; if (not defined (adrparamtable^.requestHeaders.cookies)) and (not flMustBeMember) { //PBS 09/26/01: return early for this common situation return}; local (adrmembers = mainResponder.members.getMembershipTable (lookInGroup)); local (myCookieName = adrmembers^.cookieName); on cookieRedirector () { on hasGoodCookie () { //also sets up adrparamtable^.adrMemberInfo, if the cookie is cool with adrMembers^ { //find and parse the cookie if not defined (adrparamtable^.requestHeaders.cookies) { return (false)}; local (innerCaseCookieName = string.innerCaseName (myCookieName)); if defined (adrparamtable^.requestHeaders.cookies.[innerCaseCookieName]) { //we prefer the innerCased name ÇSome versions of Netscape care about blanks in the cookie names, we're transitioning from using spaces Çthe innerCasing should happen when we send back the cookie Çwe should always prefer the innerCased version myCookieName = innerCaseCookieName} else { if not defined (adrparamtable^.requestHeaders.cookies.[myCookieName]) { return (false)}}; local (cookieString = adrparamtable^.requestHeaders.cookies.[myCookieName]); local (mailAddress, adrMember); on getMemberAddress () { adrMember = @users.[mailaddress]; bundle { //set adrMember thru callback, if it's defined try { local (adrcallback = @adrMembers^.callbacks.getMemberTableAddress); if defined (adrcallback^) { adrMember = adrcallback^ (mailaddress)}}}; if not defined (adrMember^) { return (false)}; if defined (adrMember^.blocked) { if adrMember^.blocked { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.mailaddress = mailaddress; scriptError (mainResponder.getString ("members.checkMembershipAccountBlocked", @replacementTable, pta:adrParamTable))}}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized return (true)}; on setMemberInfo () { adrparamtable^.adrMemberInfo = adrMember; adrparamtable^.memberGroupName = lookInGroup; local (adrhitcounter = @adrMember^.hitcount); if not defined (adrhitcounter^) { adrhitcounter^ = 1} else { adrhitcounter^++}; adrMember^.lastVisit = clock.now (); return (true)}; //the cookie is good! if mainResponder.members.isHashedCookieFormat (cookieString) { local (cookieArgTable = mainResponder.members.cookieStringToTable (cookieString)); mailAddress = cookieArgTable.id; if not (getMemberAddress ()) { return (false)}; ÇAuthenticate and set adrMemberInfo if authentic. if not defined (adrMember^.password) { //PBS 01/28/02: should not be a fatal error return (false)}; if mainResponder.members.compareHashes (cookieArgTable.h, adrMember^.password, lookInGroup) { setMemberInfo (); return (true)}} else { local (s = string.urlDecode (cookieString)); mailaddress = string.nthField (s, "\t", 1); if not (getMemberAddress ()) { return (false)}; local (password = string.nthField (s, "\t", 2)); if not defined (adrMember^.password) { return (false)}; if string.upper (adrMember^.password) == string.upper (password) { setMemberInfo (); //set adrMemberInfo bundle { //possibly upgrade the cookie to the new format if mainResponder.members.useHashedCookies (adrparamtable) { mainResponder.members.setCookie (mailAddress, string (adrMember^.password), adrMembers, adrparamtable, lookInGroup)}}; return (true)}}; //the cookie is good return (false)}}; //not a good cookie if not hasGoodCookie () { if flMustBeMember { ÇPBS 7/30/99: add as search args the page that you were on before the redirect happened. That way the login page can send you back where you came from after you've logged in. if defined (adrParamTable^.host) and defined (adrParamTable^.URI) { local (currentPage = adrParamTable^.uri); if adrParamTable^.pathArgs != "" { currentPage = currentPage + "$" + adrParamTable^.pathArgs}; scriptError ("!redirect " + adratts^.urls^.memberLogon + "?http://" + adrParamTable^.host + currentPage)} else { scriptError ("!redirect " + adratts^.urls^.memberLogon)}}}}; on userRequestsCookie () { local (adruser = mainResponder.members.getMemberTable (lookInGroup, string.urldecode (args.mailaddress))); local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.mailaddress = args.mailaddress; if not defined (adruser^) { scriptError (mainResponder.getString ("members.checkMembershipWrongEmailAddress", @replacementTable, pta:adrParamTable))}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized if not (string.upper (adruser^.password) == string.upper (string.urldecode (args.password))) { scriptError (mainResponder.getString ("members.checkMembershipWrongPassword", @replacementTable, pta:adrParamTable))}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized local (cookieString = mainResponder.members.setCookie (args.mailaddress, args.password, adrmembers, adrparamtable, lookInGroup)); //PBS 04/10/00: send group name parameter to setCookie, which is a new optional parameter for that script adruser^.timeReceivedCookie = clock.now (); ÇfileMenu.saveMyRoot (adruser) //PBS 04/10/00: no need to save the root when someone logs in };ÇscriptError ("!redirect " + config.mainresponder.urls.memberHome) case adrparamtable^.method { "POST" { local (args); ÇPBS 12/6/99: don't parse the POST args again, use the already-parsed POST args. ÇIf the already-parsed table doesn't exist, then *do* parse the POST args, but do it properly when the POST args are multi-part file uploads. ÇThis fixes the picture uploading bug reported by Manila users. if not defined (adrParamTable^.postArgs) { if string.lower (adrparamtable^.requestHeaders.["Content-type"]) beginsWith "multipart/form-data" { mainResponder.parseMultipart (adrParamTable)} //parse multipart form into adrparamtable^.postArgs else { local (adrtable = @adrparamtable^.postArgs); new (tabletype, adrtable); webserver.parseArgs (adrparamtable^.requestBody, adrtable)}}; args = adrParamTable^.postArgs; local (formname = string.lower (adrparamtable^.pathargs)); //the stuff after the $ in the request case formname { "logonform" { //the user is requesting the cookie userRequestsCookie ()}; "signupform" { with adrmembers^ { local (mailaddress = string.urldecode (args.mailaddress)); mainresponder.members.sendMail (mailaddress, adrmembers, adrparamtable); //PBS 10/27/00: pass page table parameter adrparamtable^.mailAddress = mailaddress; //make it available to the logon macro Çadrobject = @parentof (adrobject^)^.checkYourMail //redirection, fast! scriptError ("!redirect " + adratts^.urls^.memberCheckMail + "$" + mailaddress)}}; "superlogonform" { //one place to send them to, does everything, 3/9/99; 9:36:43 AM by DW Çit's called from whois.userland.com, so the user doesn't have to leave the home page to get the cookie local (mailaddress = string.urldecode (args.mailaddress)); local (password = string.urldecode (args.password)); if password == "" { //send password via email mainresponder.members.sendMail (mailaddress, adrmembers); scriptError ("!redirect " + adrparamtable^.requestheaders.referer + "$" + args.mailaddress)} else { userRequestsCookie (); scriptError ("!redirect " + adrparamtable^.requestheaders.referer)}}} else { // Tue, 23 Mar 1999 21:24:15 GMT by AR if not flMustBeMember { cookieRedirector ()} //gather the cookie info, won't actually redirect, legacy on legacy else { local (alist = string.parseaddress (parentof (adrobject^)), item, flpublic = false); for item in alist { if string.lower (item) == "public" { //no constraints on the public section flpublic = true; break}}; if not flpublic { cookieRedirector ()}}}}} //if no cookie, redirect to the logon page else { if not flMustBeMember { cookieRedirector ()} //gather the cookie info, won't actually redirect, legacy on legacy else { local (alist = string.parseaddress (parentof (adrobject^)), item, flpublic = false); for item in alist { if string.lower (item) == "public" { //no constraints on the public section flpublic = true; break}}; if not flpublic { cookieRedirector ()}}}} //if no cookie, redirect to the logon page \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:mainResponder.members.checkMembership ! on checkMembership (adrObject, adrParamTable) { //scriptError if no cookie and one is required ÇChanges Ç1/4/06; 5:20:52 PM by TAC Çlowercase all method post for XHTML compliance Ç8/8/02; 2:50:37 PM by JES ÇSupport for storage of member passwords as binaries instead of as clear-text strings. Ç1/28/02; 10:18:24 PM by PBS ÇIt should not be a fatal error if for some reason the person's password is missing from their membership record. Ç9/26/01; 4:17:25 PM by PBS ÇCommon situation -- membership not required and the user has no cookies. Short-circuit and return early. Ç2000 Ç12/29/00; 10:26:33 AM by PBS ÇThere was an error with blocked members -- the path to the localized string was incorrect, so the string wouldn't be found. Now it's correct. Ç10/27/00; 10:38:34 PM by PBS ÇPass pta parameter to mainResponder.members.sendMail. Ç10/27/00; 1:06:47 AM by PBS ÇWhen passing the redirect parameter to the logon page, include the pathArgs, if any. This way if someone was trying to get to a msgReader$ page, they'll get there after they login. Ç08/31/00; 4:58:50 PM by PBS ÇUpdated to pass the address of the param table in calls to mainResponder.getString, since the call to html.getPageTableAddress may fail in mainResponder.getString. Matt Neuburg's diagnosis: http://frontier.userland.com/discuss/msgReader$5436 Ç05/01/00; 7:05:43 PM by JES ÇChanged getString calls to use a replacement table address instead of a lists Ç04/14/00; 8:22:52 PM by JES Çlocalized Ç04/10/00; 12:21:59 PM by PBS ÇSupport for hashed cookies, an optional new format which does not send the password in plain text. Ç12/6/99; 4:08:33 PM by PBS ÇThis script was redundantly parsing the POST args into a table, even though they'd already been parsed. This was inefficient. Furthermore, it wasn't parsing multi-part file uploads properly, leading to the picture uploading bug reported by Manila users. Ç7/30/99; 1:48:16 PM by PBS ÇWhen redirecting someone who doesn't have the cookie (and membership is required) to the login page, add as search args the URL of the page the person is on. That way the login page can redirect the person back once they've logged in. ÇIn other words, instead of redirecting here: http://news.userland.com/member/login ÇRedirect here: http://news.userland.com/member/login?http://news.userland.com/prefs/ local (adrAtts = @adrParamTable^.responderAttributes, lookInGroup, flMustBeMember = false); if not defined (adrAtts^.members) { //the page does not require membership if not defined (adrAtts^.defaultMembershipGroup) { //if it's defined we look for the cookie return (true)}; lookInGroup = adrAtts^.defaultMembershipGroup} else { lookInGroup = adrAtts^.members; flMustBeMember = true}; local (formName = string.lower (adrParamTable^.pathargs)); // the stuff after the $ in the request if not (defined (adrParamTable^.requestHeaders.cookies)) and not (flMustBeMember) and not (formName == "logonform") { // PBS 09/26/01: return early for this common situation return}; local (adrmembers = mainResponder.members.getMembershipTable (lookInGroup)); local (myCookieName = adrmembers^.cookieName); on cookieRedirector () { on hasGoodCookie () { //also sets up adrParamTable^.adrMemberInfo, if the cookie is cool with adrMembers^ { //find and parse the cookie if not defined (adrParamTable^.requestHeaders.cookies) { return (false)}; local (innerCaseCookieName = string.innerCaseName (myCookieName)); if defined (adrParamTable^.requestHeaders.cookies.[innerCaseCookieName]) { //we prefer the innerCased name ÇSome versions of Netscape care about blanks in the cookie names, we're transitioning from using spaces Çthe innerCasing should happen when we send back the cookie Çwe should always prefer the innerCased version myCookieName = innerCaseCookieName} else { if not defined (adrParamTable^.requestHeaders.cookies.[myCookieName]) { return (false)}}; local (cookieString = adrParamTable^.requestHeaders.cookies.[myCookieName]); local (mailAddress, adrMember); on getMemberAddress () { adrMember = @users.[mailaddress]; bundle { //set adrMember thru callback, if it's defined try { local (adrcallback = @adrMembers^.callbacks.getMemberTableAddress); if defined (adrcallback^) { adrMember = adrcallback^ (mailaddress)}}}; if not defined (adrMember^) { return (false)}; if defined (adrMember^.blocked) { if adrMember^.blocked { local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.mailaddress = mailaddress; scriptError (mainResponder.getString ("members.checkMembershipAccountBlocked", @replacementTable, pta:adrParamTable))}}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized return (true)}; on setMemberInfo () { adrParamTable^.adrMemberInfo = adrMember; adrParamTable^.memberGroupName = lookInGroup; local (adrhitcounter = @adrMember^.hitcount); if not defined (adrhitcounter^) { adrhitcounter^ = 1} else { adrhitcounter^++}; adrMember^.lastVisit = clock.now (); return (true)}; //the cookie is good! if mainResponder.members.isHashedCookieFormat (cookieString) { local (cookieArgTable = mainResponder.members.cookieStringToTable (cookieString)); mailAddress = cookieArgTable.id; if not (getMemberAddress ()) { return (false)}; ÇAuthenticate and set adrMemberInfo if authentic. if not defined (adrMember^.password) { //PBS 01/28/02: should not be a fatal error return (false)}; if mainResponder.members.compareHashes (cookieArgTable.h, adrMember^.password, lookInGroup) { setMemberInfo (); return (true)}} else { local (s = string.urlDecode (cookieString)); mailaddress = string.nthField (s, "\t", 1); if not (getMemberAddress ()) { return (false)}; local (password = string.nthField (s, "\t", 2)); if not defined (adrMember^.password) { return (false)}; if string.upper (adrMember^.password) == string.upper (password) { setMemberInfo (); //set adrMemberInfo bundle { //possibly upgrade the cookie to the new format if mainResponder.members.useHashedCookies (adrParamTable) { mainResponder.members.setCookie (mailAddress, string (adrMember^.password), adrMembers, adrParamTable, lookInGroup)}}; return (true)}}; //the cookie is good return (false)}}; //not a good cookie if not hasGoodCookie () { if flMustBeMember { ÇPBS 7/30/99: add as search args the page that you were on before the redirect happened. That way the login page can send you back where you came from after you've logged in. if defined (adrParamTable^.host) and defined (adrParamTable^.URI) { local (currentPage = adrParamTable^.uri); if adrParamTable^.pathArgs != "" { currentPage = currentPage + "$" + adrParamTable^.pathArgs}; scriptError ("!redirect " + adrAtts^.urls^.memberLogon + "?http://" + adrParamTable^.host + currentPage)} else { scriptError ("!redirect " + adrAtts^.urls^.memberLogon)}}}}; on userRequestsCookie () { local (adruser = mainResponder.members.getMemberTable (lookInGroup, string.urldecode (args.mailaddress))); local (replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: use replacement table instead of a list replacementTable.mailaddress = args.mailaddress; if not defined (adruser^) { scriptError (mainResponder.getString ("members.checkMembershipWrongEmailAddress", @replacementTable, pta:adrParamTable))}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized if not (string.upper (adruser^.password) == string.upper (string.urldecode (args.password))) { scriptError (mainResponder.getString ("members.checkMembershipWrongPassword", @replacementTable, pta:adrParamTable))}; //PBS 08/31/00: pass pta // 4/14/00 JES: localized local (cookieString = mainResponder.members.setCookie (args.mailaddress, args.password, adrmembers, adrParamTable, lookInGroup)); //PBS 04/10/00: send group name parameter to setCookie, which is a new optional parameter for that script adruser^.timeReceivedCookie = clock.now (); ÇfileMenu.saveMyRoot (adruser) //PBS 04/10/00: no need to save the root when someone logs in };ÇscriptError ("!redirect " + config.mainresponder.urls.memberHome) case string.lower (adrParamTable^.method) { "post" { local (args); ÇPBS 12/6/99: don't parse the POST args again, use the already-parsed POST args. ÇIf the already-parsed table doesn't exist, then *do* parse the POST args, but do it properly when the POST args are multi-part file uploads. ÇThis fixes the picture uploading bug reported by Manila users. if not defined (adrParamTable^.postArgs) { if string.lower (adrParamTable^.requestHeaders.["Content-type"]) beginsWith "multipart/form-data" { mainResponder.parseMultipart (adrParamTable)} //parse multipart form into adrParamTable^.postArgs else { local (adrtable = @adrParamTable^.postArgs); new (tabletype, adrtable); webserver.parseArgs (adrParamTable^.requestBody, adrtable)}}; args = adrParamTable^.postArgs; case formName { "logonform" { //the user is requesting the cookie userRequestsCookie ()}; "signupform" { with adrmembers^ { local (mailaddress = string.urldecode (args.mailaddress)); mainresponder.members.sendMail (mailaddress, adrmembers, adrParamTable); //PBS 10/27/00: pass page table parameter adrParamTable^.mailAddress = mailaddress; //make it available to the logon macro ÇadrObject = @parentof (adrObject^)^.checkYourMail //redirection, fast! scriptError ("!redirect " + adrAtts^.urls^.memberCheckMail + "$" + mailaddress)}}; "superlogonform" { //one place to send them to, does everything, 3/9/99; 9:36:43 AM by DW Çit's called from whois.userland.com, so the user doesn't have to leave the home page to get the cookie local (mailaddress = string.urldecode (args.mailaddress)); local (password = string.urldecode (args.password)); if password == "" { //send password via email mainresponder.members.sendMail (mailaddress, adrmembers); scriptError ("!redirect " + adrParamTable^.requestheaders.referer + "$" + args.mailaddress)} else { userRequestsCookie (); scriptError ("!redirect " + adrParamTable^.requestheaders.referer)}}} else { // Tue, 23 Mar 1999 21:24:15 GMT by AR if not flMustBeMember { cookieRedirector ()} //gather the cookie info, won't actually redirect, legacy on legacy else { local (alist = string.parseaddress (parentof (adrObject^)), item, flpublic = false); for item in alist { if string.lower (item) == "public" { //no constraints on the public section flpublic = true; break}}; if not flpublic { cookieRedirector ()}}}}} //if no cookie, redirect to the logon page else { if not flMustBeMember { cookieRedirector ()} //gather the cookie info, won't actually redirect, legacy on legacy else { local (alist = string.parseaddress (parentof (adrObject^)), item, flpublic = false); for item in alist { if string.lower (item) == "public" { //no constraints on the public section flpublic = true; break}}; if not flpublic { cookieRedirector ()}}}} //if no cookie, redirect to the logon page \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-05 06:13:02
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/standardMacros In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23740 Modified Files: metaTags Log Message: towards XHTML complicance Index: metaTags =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/standardMacros/metaTags,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** metaTags 26 Mar 2005 19:43:03 -0000 1.1.1.1 --- metaTags 5 Jan 2006 06:12:53 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.html.data.standardMacros.metaTags ! on metaTags (pageTable = nil) { ÇAdd meta tags to the page header. ÇTuesday, January 27, 1998 at 12:53:14 AM by PBS local (htmlText = "", i); on add (s) { htmlText = htmlText + s}; if pageTable == nil { pageTable = html.getPageTableAddress ()}; if defined (pageTable^.meta) { add ("\r" + pageTable^.meta)}; ÇGeneral meta tags framework. ÇFrom Jim Correia and Jeb Bateman. for i = 1 to sizeof (pageTable^) { local (adrSubItem = @pageTable^ [i]); local (itemName = string.lower (nameOf (adrSubItem^))); if not (itemName beginsWith "meta") { continue}; if itemName == "meta" { continue}; bundle { //add the meta directive local (type = "name", s); local (metaName = string.mid (itemName, 5, infinity)); if (metaName beginsWith "equiv") { metaName = string.mid (metaName, 6, infinity); type = "http-equiv"}; if typeOf (adrSubItem^) == scriptType { s = adrSubItem^ ()} else { s = string (adrSubItem^)}; if typeOf (adrSubItem^) == outlineType { s = string.delete (s, sizeOf (s), 1)}; //pop off one trailing return character: PBS 6/3/99 if s == "" { continue}; add ("\r<meta "+ type +"=\""+ metaName +"\" content=\""+ s +"\">")}}; Çadd our own meta tags -- Sat, Nov 30, 1996 at 6:26:59 AM by DW Çupdated Sun, Sep 28, 1997 at 4:06:28 PM by DW -- correct version number and platform if html.getPref ("includeMetaGenerator", pageTable) { //5.0 local (gen = "Frontier " + Frontier.version () + " " + sys.os ()); add ("\r<meta name=\"generator\" content=\"" + gen + "\">")}; if html.getPref ("includeMetaCharset", pageTable) { local (charset = html.getPref ("charset", pageTable)); add ("\r<meta http-equiv=\"content-type\" content=\"text/html; charset=" + charset + "\">")}; htmlText = string.popLeading (htmlText, cr); return (htmlText)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.html.data.standardMacros.metaTags ! on metaTags (pageTable = nil) { ÇChanges Ç1/4/06; 3:22:24 PM by TAC Çdid some minor reformatting Çclose meta tag for xhtml compliance ÇTuesday, January 27, 1998 at 12:53:14 AM by PBS ÇAdd meta tags to the page header. ÇSun, Sep 28, 1997 at 4:06:28 PM by DW Çcorrect version number and platform ÇSat, Nov 30, 1996 at 6:26:59 AM by DW Çadd our own meta tags local (htmlText = "", i); on add (s) { htmlText = htmlText + s}; if pageTable == nil { pageTable = html.getPageTableAddress ()}; if defined (pageTable^.meta) { add ("\r" + pageTable^.meta)}; bundle { // General meta tags framework. From Jim Correia and Jeb Bateman. for i = 1 to sizeof (pageTable^) { local (adrSubItem = @pageTable^ [i]); local (itemName = string.lower (nameOf (adrSubItem^))); if not (itemName beginsWith "meta") { continue}; if itemName == "meta" { continue}; bundle { //add the meta directive local (type = "name", s); local (metaName = string.mid (itemName, 5, infinity)); if (metaName beginsWith "equiv") { metaName = string.mid (metaName, 6, infinity); type = "http-equiv"}; if typeOf (adrSubItem^) == scriptType { s = adrSubItem^ ()} else { s = string (adrSubItem^)}; if typeOf (adrSubItem^) == outlineType { s = string.delete (s, sizeOf (s), 1)}; //pop off one trailing return character: PBS 6/3/99 if s == "" { continue}; add ("\r<meta "+ type +"=\""+ metaName +"\" content=\""+ s +"\" />")}}}; bundle { // add our own meta tags if html.getPref ("includeMetaGenerator", pageTable) { //5.0 local (gen = Frontier.getProgramName () + " " + Frontier.version () + " " + sys.os ()); add ("\r<meta name=\"generator\" content=\"" + gen + "\" />")}; if html.getPref ("includeMetaCharset", pageTable) { local (charset = html.getPref ("charset", pageTable)); add ("\r<meta http-equiv=\"content-type\" content=\"text/html; charset=" + charset + "\" />")}}; htmlText = string.popLeading (htmlText, cr); return (htmlText)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-05 06:12:34
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23692 Modified Files: zeldman2Ektch Log Message: towards XHTML complicance Index: zeldman2Ektch =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ektch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ektch 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ektch 5 Jan 2006 06:12:26 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ktch"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ktch\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ktch"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ktch\" height=\"32\" width=\"32\" alt=\"zeldman ktch image\" />"} \ No newline at end of file |
|
From: Karsten W. <kar...@us...> - 2006-01-04 17:28:34
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1942 Modified Files: filedialog.c Log Message: re-enabling os9 compile Index: filedialog.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filedialog.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** filedialog.c 4 Jan 2006 17:17:03 -0000 1.10 --- filedialog.c 4 Jan 2006 17:28:23 -0000 1.11 *************** *** 571,587 **** case sfgetfileverb: #if TARGET_API_MAC_CARBON == 1 ! if (gCanUseNavServ) ! anErr = getafile (bsprompt, filetypes, &sfdata.sfreply, filecreator); ! else ! CustomGetFile ( ! knowntypesfilterUPP, ! cttypes, ! types, ! &sfdata.sfreply, ! sfgetfileid, ! pt, ! sfprompthookUPP, ! nil, nil, nil, ! &sfdata); #else CustomGetFile ( --- 571,575 ---- case sfgetfileverb: #if TARGET_API_MAC_CARBON == 1 ! anErr = getafile (bsprompt, filetypes, &sfdata.sfreply, filecreator); #else CustomGetFile ( |
|
From: Karsten W. <kar...@us...> - 2006-01-04 17:17:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31482 Modified Files: filedialog.c Log Message: re-enabling os9 compile Index: filedialog.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filedialog.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** filedialog.c 21 Dec 2005 19:19:04 -0000 1.9 --- filedialog.c 4 Jan 2006 17:17:03 -0000 1.10 *************** *** 570,576 **** case sfgetfileverb: if (gCanUseNavServ) anErr = getafile (bsprompt, filetypes, &sfdata.sfreply, filecreator); - #if !TARGET_API_MAC_CARBON else CustomGetFile ( --- 570,576 ---- case sfgetfileverb: + #if TARGET_API_MAC_CARBON == 1 if (gCanUseNavServ) anErr = getafile (bsprompt, filetypes, &sfdata.sfreply, filecreator); else CustomGetFile ( *************** *** 584,587 **** --- 584,598 ---- nil, nil, nil, &sfdata); + #else + CustomGetFile ( + knowntypesfilterUPP, + cttypes, + types, + &sfdata.sfreply, + sfgetfileid, + pt, + sfprompthookUPP, + nil, nil, nil, + &sfdata); #endif break; |
|
From: creedon <icr...@us...> - 2006-01-03 04:18:38
|
Update of /cvsroot/frontierkernel/odbs/prefsRoot/prefsSuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4142 Modified Files: javaScriptSource Log Message: towards XHTML compliance Index: javaScriptSource =================================================================== RCS file: /cvsroot/frontierkernel/odbs/prefsRoot/prefsSuite/javaScriptSource,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** javaScriptSource 2 Apr 2005 23:09:51 -0000 1.1.1.1 --- javaScriptSource 3 Jan 2006 04:18:30 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:optx:prefsSuite.javaScriptSource ! <script language="JavaScript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:optx:prefsSuite.javaScriptSource ! <script type="text/javascript"> <!-- function openWin ( windowURL, windowName, windowFeatures ) { return window.open ( windowURL, windowName, windowFeatures ) ; } // --> </script> \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3733 Modified Files: manilaProductShot 3B2D3E turkey Wes Picard Buddha noAmazonAlignRight noAmazon noMorePesosForSenorBezos radioCoffeeMug James20Kirk radioBadge radioProductShot curly scriptingNewsAnimatedGraphic Martin20Luther20King xmlRpcMan gandhi JFK brain Dorothy Log Message: towards XHTML compliance Index: JFK =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/JFK,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JFK 22 Oct 2005 02:05:29 -0000 1.2 --- JFK 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.JFK ! <a href="http://www.scripting.com/wavs/asknot.wav"><img src="http://static.userland.com/misc/snImages/jfk.gif" height="69" width="52" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.JFK ! <a href="http://www.scripting.com/wavs/asknot.wav"><img src="http://static.userland.com/misc/snImages/jfk.gif" height="69" width="52" border="0" alt="JFK" /></a> \ No newline at end of file Index: radioCoffeeMug =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/radioCoffeeMug,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** radioCoffeeMug 22 Oct 2005 02:10:34 -0000 1.2 --- radioCoffeeMug 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioCoffeeMug ! <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioMugOnGrey.gif" width="89" height="107" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioCoffeeMug ! <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioMugOnGrey.gif" width="89" height="107" border="0" alt="Radio coffee mug image" /></a> \ No newline at end of file Index: noMorePesosForSenorBezos =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/noMorePesosForSenorBezos,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** noMorePesosForSenorBezos 22 Oct 2005 02:07:25 -0000 1.2 --- noMorePesosForSenorBezos 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noMorePesosForSenorBezos ! <a href="http://davenet.scripting.com/2000/02/28/noMorePesosForSenorBezos"><img src="http://static.userland.com/misc/snImages/littlJeffBezos.gif" height="59" width="40" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noMorePesosForSenorBezos ! <a href="http://davenet.scripting.com/2000/02/28/noMorePesosForSenorBezos"><img src="http://static.userland.com/misc/snImages/littlJeffBezos.gif" height="59" width="40" border="0" alt="no more pesos for senor bezos image" /></a> \ No newline at end of file Index: radioProductShot =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/radioProductShot,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** radioProductShot 22 Oct 2005 02:10:34 -0000 1.2 --- radioProductShot 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioProductShot ! <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioProductShot.gif" height="190" width="140" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioProductShot ! <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioProductShot.gif" height="190" width="140" border="0" alt="Radio Product Shot image" /></a> \ No newline at end of file Index: curly =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/curly,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** curly 22 Oct 2005 02:05:29 -0000 1.2 --- curly 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.curly ! <a href="http://www.scripting.com/wavs/curly1.wav" title="I'm trying to think but nothing happens!"><img src="http://www.scripting.com/images/curly.gif" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.curly ! <a href="http://www.scripting.com/wavs/curly1.wav" title="I'm trying to think but nothing happens!"><img src="http://www.scripting.com/images/curly.gif" border="0" alt="curley image" /></a> \ No newline at end of file Index: noAmazon =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/noAmazon,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** noAmazon 22 Oct 2005 02:07:25 -0000 1.2 --- noAmazon 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noAmazon ! <a href="http://web.archive.org/web/20031011005053/http://noamazon.com/" title="Mis Pesos no son para el Sr. Bezos."><img src="http://static.userland.com/misc/snImages/noAmazon.gif" height="75" width="75" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noAmazon ! <a href="http://web.archive.org/web/20031011005053/http://noamazon.com/" title="Mis Pesos no son para el Sr. Bezos."><img src="http://static.userland.com/misc/snImages/noAmazon.gif" height="75" width="75" border="0" alt="no Amazon image" /></a> \ No newline at end of file Index: manilaProductShot =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/manilaProductShot,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manilaProductShot 22 Oct 2005 02:05:29 -0000 1.2 --- manilaProductShot 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.manilaProductShot ! <a href="http://manila.userland.com/"><img src="http://www.scripting.com/images/manilabox.gif" height="189" width="176" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.manilaProductShot ! <a href="http://manila.userland.com/"><img src="http://www.scripting.com/images/manilabox.gif" height="189" width="176" border="0" alt="Manila Product Shot image" /></a> \ No newline at end of file Index: Picard =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Picard,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Picard 22 Oct 2005 02:07:25 -0000 1.2 --- Picard 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Picard ! <a href="http://www.scripting.com/wavs/spaceTheFinalFrontier2.wav"><img src="http://static.userland.com/misc/snImages/picard.gif" height="50" width="33" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Picard ! <a href="http://www.scripting.com/wavs/spaceTheFinalFrontier2.wav"><img src="http://static.userland.com/misc/snImages/picard.gif" height="50" width="33" border="0" alt="Picard image" /></a> \ No newline at end of file Index: Wes =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Wes,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Wes 22 Oct 2005 02:10:34 -0000 1.2 --- Wes 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Wes ! <a href="http://wmf.editthispage.com/"><img src="http://static.userland.com/misc/snImages/wes.gif" height="50" width="35" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Wes ! <a href="http://wmf.editthispage.com/"><img src="http://static.userland.com/misc/snImages/wes.gif" height="50" width="35" border="0" alt="Wes image" /></a> \ No newline at end of file Index: James20Kirk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/James20Kirk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** James20Kirk 22 Oct 2005 02:05:29 -0000 1.2 --- James20Kirk 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["James Kirk"] ! <a href="http://www.scripting.com/wavs/spaceTheFinalFrontier.wav" title="To boldly go where no man has gone before!"><img src="http://static.userland.com/misc/snImages/youngKirk.com" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["James Kirk"] ! <a href="http://www.scripting.com/wavs/spaceTheFinalFrontier.wav" title="To boldly go where no man has gone before!"><img src="http://static.userland.com/misc/snImages/youngKirk.com" border="0" alt="James Kirk image" /></a> \ No newline at end of file Index: turkey =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/turkey,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** turkey 22 Oct 2005 02:10:34 -0000 1.2 --- turkey 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.turkey ! <a href="http://www.niehs.nih.gov/kids/lyrics/turkey.htm" title="Gobble gobble gobble!"><img src="http://www.scripting.com/images/turkey.gif" border="0" width="100" height="118"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.turkey ! <a href="http://www.niehs.nih.gov/kids/lyrics/turkey.htm" title="Gobble gobble gobble!"><img src="http://www.scripting.com/images/turkey.gif" border="0" width="100" height="118" alt="turkey image" /></a> \ No newline at end of file Index: Martin20Luther20King =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Martin20Luther20King,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Martin20Luther20King 22 Oct 2005 02:05:29 -0000 1.2 --- Martin20Luther20King 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["Martin Luther King"] ! <a href="http://www.scripting.com/wavs/martinLutherKing.wav"><img src="http://www.scripting.com/images/martinLutherKingThumb.gif" height="48" width="40" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["Martin Luther King"] ! <a href="http://www.scripting.com/wavs/martinLutherKing.wav"><img src="http://www.scripting.com/images/martinLutherKingThumb.gif" height="48" width="40" border="0" alt="Martin Luther King image" /></a> \ No newline at end of file Index: brain =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/brain,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** brain 22 Oct 2005 02:05:29 -0000 1.2 --- brain 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.brain ! <a href="http://www.scripting.com/wavs/brain.wav" title="What would you do with a brain if you had one?"><img src="http://static.userland.com/misc/snImages/smallbrain.gif" height="43" width="53" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.brain ! <a href="http://www.scripting.com/wavs/brain.wav" title="What would you do with a brain if you had one?"><img src="http://static.userland.com/misc/snImages/smallbrain.gif" height="43" width="53" border="0" alt="brain image" /></a> \ No newline at end of file Index: 3B2D3E =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/3B2D3E,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 3B2D3E 22 Oct 2005 02:07:25 -0000 1.2 --- 3B2D3E 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.[";->"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.[";->"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley\" height=\"11\" width=\"11\" alt=\"qbullets smiley image\" />"} \ No newline at end of file Index: noAmazonAlignRight =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/noAmazonAlignRight,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** noAmazonAlignRight 22 Oct 2005 02:07:25 -0000 1.2 --- noAmazonAlignRight 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noAmazonAlignRight ! <a href="http://web.archive.org/web/20031011005053/http://noamazon.com/" title="Mis Pesos no son para el Sr. Bezos."><img src="http://static.userland.com/misc/snImages/noAmazon.gif" hspace="10" align="right" height="75" width="75" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.noAmazonAlignRight ! <a href="http://web.archive.org/web/20031011005053/http://noamazon.com/" title="Mis Pesos no son para el Sr. Bezos."><img src="http://static.userland.com/misc/snImages/noAmazon.gif" hspace="10" align="right" height="75" width="75" border="0" alt="no Amazon image" /></a> \ No newline at end of file Index: gandhi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/gandhi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gandhi 22 Oct 2005 02:05:29 -0000 1.2 --- gandhi 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.gandhi ! <a href="http://www.scripting.com/wavs/gandhi.wav"><img src="http://static.userland.com/misc/snImages/gandhi.gif" height="90" width="75" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.gandhi ! <a href="http://www.scripting.com/wavs/gandhi.wav"><img src="http://static.userland.com/misc/snImages/gandhi.gif" height="90" width="75" border="0" alt="gandhi image" /></a> \ No newline at end of file Index: Dorothy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Dorothy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Dorothy 22 Oct 2005 02:05:29 -0000 1.2 --- Dorothy 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Dorothy ! <a href="http://www.scripting.com/wavs/overTheRainbow.wav"><img src="http://static.userland.com/misc/snImages/dorothy.gif" height="57" width="40" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Dorothy ! <a href="http://www.scripting.com/wavs/overTheRainbow.wav"><img src="http://static.userland.com/misc/snImages/dorothy.gif" height="57" width="40" border="0" alt="Dorthy image" /></a> \ No newline at end of file Index: Buddha =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Buddha,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Buddha 22 Oct 2005 02:05:29 -0000 1.2 --- Buddha 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Buddha ! <img src="http://static.userland.com/misc/snImages/buddha.gif" height="51" width="50" border="0"/> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.Buddha ! <img src="http://static.userland.com/misc/snImages/buddha.gif" height="51" width="50" border="0" alt="Buddha image" /> \ No newline at end of file Index: scriptingNewsAnimatedGraphic =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/scriptingNewsAnimatedGraphic,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** scriptingNewsAnimatedGraphic 22 Oct 2005 02:10:34 -0000 1.2 --- scriptingNewsAnimatedGraphic 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.scriptingNewsAnimatedGraphic ! <a href="http://www.scripting.com/" title="The longest continuously running weblog on the Internet, started 4/1/97."><img src="http://www.scripting.com/images/scriptingNewsAd.gif" width="125" height="125" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.scriptingNewsAnimatedGraphic ! <a href="http://www.scripting.com/" title="The longest continuously running weblog on the Internet, started 4/1/97."><img src="http://www.scripting.com/images/scriptingNewsAd.gif" width="125" height="125" border="0" alt="Scripting News animated graphic" /></a> \ No newline at end of file Index: radioBadge =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/radioBadge,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** radioBadge 22 Oct 2005 02:10:34 -0000 1.2 --- radioBadge 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioBadge ! <a href="http://radio.userland.com/" title="This site is edited with Radio UserLand, the first personal Web Application server for Windows and Macintosh."><img src="http://www.scripting.com/images/radioUserLandBadge2.gif" width="88" height="31" border="0" alt="This site is edited with Radio UserLand, the first personal Web Application server for Windows and Macintosh."/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.radioBadge ! <a href="http://radio.userland.com/" title="This site is edited with Radio UserLand, the first personal Web Application server for Windows and Macintosh."><img src="http://www.scripting.com/images/radioUserLandBadge2.gif" width="88" height="31" border="0" alt="This site is edited with Radio UserLand, the first personal Web Application server for Windows and Macintosh." /></a> \ No newline at end of file Index: xmlRpcMan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/xmlRpcMan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xmlRpcMan 22 Oct 2005 02:10:34 -0000 1.2 --- xmlRpcMan 3 Jan 2006 04:16:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.xmlRpcMan ! <a href="http://www.xmlrpc.com/" title="Arf arf! Ahhh choo. I am The XML-RPC Man. And I have a call for you!"><img src="http://www.scripting.com/images/XMLRPCMAN.gif" height="120" width="123" border="0"/></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.xmlRpcMan ! <a href="http://www.xmlrpc.com/" title="Arf arf! Ahhh choo. I am The XML-RPC Man. And I have a call for you!"><img src="http://www.scripting.com/images/XMLRPCMAN.gif" height="120" width="123" border="0" alt="xml-rpc man image" /></a> \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3426 Modified Files: qbullet2Ewindow qbullet2Emovie qbullet2Ehelp5Fa qbullet2Eqb5Fshow qbullet2Elogin qbullet2Elightbulb qbullet2Esecure qbullet2Escrolldown qbullet2Esidesmiley qbullet2Escrollup qbullet2E3d qbullet2Evr qbullet2Enote5Fa qbullet2Ehelp qbullet2Eftpdir qbullet2Eform qbullet2Enews qbullet2Eacrobat qbullet2Epowerpoint qbullet2Emovie5Fa qbullet2Elightbulb5Fa qbullet2Emailto qbullet2Escrollup5Fa qbullet2Esmiley qbullet2Esmiley5Fa qbullet2Esound5Fa qbullet2Eword qbullet2Emailto5Fa qbullet2Elogin5Fa qbullet2Esmileyblank qbullet2Escrolldown5Fa qbullet2Enew qbullet2Eremote qbullet2Ereal qbullet2Eacrobat5Fa qbullet2Eremote5Fa qbullet2Esearch qbullet2Esound qbullet2Edisk qbullet2Ewindow5Fa qbullet2Eflash qbullet2Eedit qbullet2Einfo5Fa qbullet2Einfo qbullet2Eexcel qbullet2Enote qbullet2Eupdated Log Message: towards XHTML compliance Index: qbullet2Esidesmiley =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esidesmiley,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esidesmiley 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esidesmiley 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sidesmiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sidesmiley\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sidesmiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sidesmiley\" height=\"11\" width=\"11\" alt=\"qbullets sidesmiley image\" />"} \ No newline at end of file Index: qbullet2Evr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Evr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Evr 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Evr 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.vr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/vr\" height=\"11\" width=\"15\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.vr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/vr\" height=\"11\" width=\"15\" alt=\"qbullets vr image\" />"} \ No newline at end of file Index: qbullet2Elightbulb5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Elightbulb5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Elightbulb5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Elightbulb5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/lightbulb_a\" height=\"12\" width=\"12\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/lightbulb_a\" height=\"12\" width=\"12\" alt=\"qbullets lightbulb_a image\" />"} \ No newline at end of file Index: qbullet2Enote =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Enote,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Enote 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Enote 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/note\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/note\" height=\"11\" width=\"11\" alt=\"qbullets note image\" />"} \ No newline at end of file Index: qbullet2Eremote =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eremote,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eremote 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eremote 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/remote\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/remote\" height=\"11\" width=\"11\" alt=\"qbullets remote image\" />"} \ No newline at end of file Index: qbullet2Esound =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esound,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esound 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esound 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sound\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sound\" height=\"11\" width=\"11\" alt=\"qbullets sound image\" />"} \ No newline at end of file Index: qbullet2Esmileyblank =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esmileyblank,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esmileyblank 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esmileyblank 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smileyblank"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smileyblank\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smileyblank"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smileyblank\" height=\"11\" width=\"11\" alt=\"qbullets smileyblank image\" />"} \ No newline at end of file Index: qbullet2Elogin5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Elogin5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Elogin5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Elogin5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/login_a\" height=\"11\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/login_a\" height=\"11\" width=\"14\" alt=\"qbullets login_a image\" />"} \ No newline at end of file Index: qbullet2Elogin =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Elogin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Elogin 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Elogin 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/login\" height=\"11\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/login\" height=\"11\" width=\"14\" alt=\"qbullets login image\" />"} \ No newline at end of file Index: qbullet2Eform =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eform,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eform 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eform 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.form"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/form\" height=\"11\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.form"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/form\" height=\"11\" width=\"14\" alt=\"qbullets form image\" />"} \ No newline at end of file Index: qbullet2Eedit =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eedit,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eedit 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eedit 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.edit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/edit\" height=\"12\" width=\"8\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.edit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/edit\" height=\"12\" width=\"8\" alt=\"qbullets edit image\" />"} \ No newline at end of file Index: qbullet2Esmiley =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esmiley,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esmiley 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esmiley 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley\" height=\"11\" width=\"11\" alt=\"qbullets smiley image\" />"} \ No newline at end of file Index: qbullet2Eacrobat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eacrobat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eacrobat 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eacrobat 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/acrobat\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/acrobat\" height=\"11\" width=\"11\" alt=\"qbullets acrobat image\" />"} \ No newline at end of file Index: qbullet2Emailto =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Emailto,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Emailto 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Emailto 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/mailto\" height=\"10\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/mailto\" height=\"10\" width=\"14\" alt=\"qbullets mailto image\" />"} \ No newline at end of file Index: qbullet2Eqb5Fshow =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eqb5Fshow,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eqb5Fshow 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eqb5Fshow 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.qb_show"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/qb_show\" height=\"14\" width=\"15\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.qb_show"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/qb_show\" height=\"14\" width=\"15\" alt=\"qbullets qb_show image\" />"} \ No newline at end of file Index: qbullet2Escrolldown5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Escrolldown5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Escrolldown5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Escrolldown5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrolldown_a\" height=\"11\" width=\"9\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrolldown_a\" height=\"11\" width=\"9\" alt=\"qbullets scrolldown_a image\" />"} \ No newline at end of file Index: qbullet2Emailto5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Emailto5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Emailto5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Emailto5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/mailto_a\" height=\"10\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/mailto_a\" height=\"10\" width=\"14\" alt=\"qbullets mailto_a image\" />"} \ No newline at end of file Index: qbullet2E3d =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2E3d,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2E3d 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2E3d 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.3d"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/3d\" height=\"11\" width=\"15\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.3d"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/3d\" height=\"11\" width=\"15\" alt=\"qbullets 3d image\" />"} \ No newline at end of file Index: qbullet2Eacrobat5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eacrobat5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eacrobat5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eacrobat5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/acrobat_a\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/acrobat_a\" height=\"11\" width=\"11\" alt=\"qbullets acrobat_a image\" />"} \ No newline at end of file Index: qbullet2Esearch =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esearch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esearch 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esearch 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.search"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/search\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.search"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/search\" height=\"11\" width=\"11\" alt=\"qbullets search image\" />"} \ No newline at end of file Index: qbullet2Enew =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Enew,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Enew 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Enew 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.new"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/new\" height=\"8\" width=\"28\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.new"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/new\" height=\"8\" width=\"28\" alt=\"qbullets new image\" />"} \ No newline at end of file Index: qbullet2Eftpdir =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eftpdir,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eftpdir 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eftpdir 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.ftpdir"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/ftpdir\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.ftpdir"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/ftpdir\" height=\"11\" width=\"11\" alt=\"qbullets ftpdir image\" />"} \ No newline at end of file Index: qbullet2Ereal =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Ereal,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Ereal 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Ereal 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.real"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/real\" height=\"11\" width=\"13\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.real"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/real\" height=\"11\" width=\"13\" alt=\"qbullets real image\" />"} \ No newline at end of file Index: qbullet2Emovie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Emovie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Emovie 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Emovie 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/movie\" height=\"11\" width=\"13\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/movie\" height=\"11\" width=\"13\" alt=\"qbullets movie image\" />"} \ No newline at end of file Index: qbullet2Edisk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Edisk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Edisk 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Edisk 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.disk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/disk\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.disk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/disk\" height=\"11\" width=\"11\" alt=\"qbullets disk image\" />"} \ No newline at end of file Index: qbullet2Einfo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Einfo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Einfo 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Einfo 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/info\" height=\"10\" width=\"10\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/info\" height=\"10\" width=\"10\" alt=\"qbullets info image\" />"} \ No newline at end of file Index: qbullet2Emovie5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Emovie5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Emovie5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Emovie5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/movie_a\" height=\"11\" width=\"13\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/movie_a\" height=\"11\" width=\"13\" alt=\"qbullets movie_a image\" />"} \ No newline at end of file Index: qbullet2Eremote5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eremote5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eremote5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eremote5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/remote_a\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/remote_a\" height=\"11\" width=\"11\" alt=\"qbullets remote_a image\" />"} \ No newline at end of file Index: qbullet2Epowerpoint =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Epowerpoint,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Epowerpoint 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Epowerpoint 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.powerpoint"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/powerpoint\" height=\"11\" width=\"13\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.powerpoint"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/powerpoint\" height=\"11\" width=\"13\" alt=\"qbullets powerpoint image\" />"} \ No newline at end of file Index: qbullet2Escrollup =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Escrollup,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Escrollup 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Escrollup 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrollup\" height=\"11\" width=\"9\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrollup\" height=\"11\" width=\"9\" alt=\"qbullets scrollup image\" />"} \ No newline at end of file Index: qbullet2Eupdated =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eupdated,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eupdated 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eupdated 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.updated"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/updated\" height=\"8\" width=\"56\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.updated"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/updated\" height=\"8\" width=\"56\" alt=\"qbullets updated image\" />"} \ No newline at end of file Index: qbullet2Enote5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Enote5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Enote5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Enote5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/note_a\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/note_a\" height=\"11\" width=\"11\" alt=\"qbullets note_a image\" />"} \ No newline at end of file Index: qbullet2Elightbulb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Elightbulb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Elightbulb 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Elightbulb 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/lightbulb\" height=\"12\" width=\"12\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/lightbulb\" height=\"12\" width=\"12\" alt=\"qbullets lightbulb image\" />"} \ No newline at end of file Index: qbullet2Ewindow5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Ewindow5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Ewindow5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Ewindow5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/window_a\" height=\"12\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/window_a\" height=\"12\" width=\"14\" alt=\"qbullets window_a image\" />"} \ No newline at end of file Index: qbullet2Escrolldown =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Escrolldown,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Escrolldown 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Escrolldown 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrolldown\" height=\"11\" width=\"9\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrolldown\" height=\"11\" width=\"9\" alt=\"qbullets scrolldown image\" />"} \ No newline at end of file Index: qbullet2Einfo5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Einfo5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Einfo5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Einfo5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/info_a\" height=\"10\" width=\"10\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/info_a\" height=\"10\" width=\"10\" alt=\"qbullets info_a image\" />"} \ No newline at end of file Index: qbullet2Escrollup5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Escrollup5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Escrollup5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Escrollup5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrollup_a\" height=\"11\" width=\"9\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/scrollup_a\" height=\"11\" width=\"9\" alt=\"qbullets scrollup_a image\" />"} \ No newline at end of file Index: qbullet2Enews =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Enews,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Enews 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Enews 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.news"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/news\" height=\"11\" width=\"13\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.news"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/news\" height=\"11\" width=\"13\" alt=\"qbullets news image\" />"} \ No newline at end of file Index: qbullet2Ehelp5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Ehelp5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Ehelp5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Ehelp5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/help_a\" height=\"10\" width=\"10\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/help_a\" height=\"10\" width=\"10\" alt=\"qbullets help_a image\" />"} \ No newline at end of file Index: qbullet2Esound5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esound5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esound5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esound5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sound_a\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/sound_a\" height=\"11\" width=\"11\" alt=\"qbullets sound_a image\" />"} \ No newline at end of file Index: qbullet2Ehelp =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Ehelp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Ehelp 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Ehelp 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/help\" height=\"10\" width=\"10\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/help\" height=\"10\" width=\"10\" alt=\"qbullets help image\" />"} \ No newline at end of file Index: qbullet2Eword =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eword,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eword 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eword 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.word"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/word\" height=\"14\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.word"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/word\" height=\"14\" width=\"14\" alt=\"qbullets word image\" />"} \ No newline at end of file Index: qbullet2Esmiley5Fa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esmiley5Fa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esmiley5Fa 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esmiley5Fa 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley_a\" height=\"11\" width=\"11\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/smiley_a\" height=\"11\" width=\"11\" alt=\"qbullets smiley_a image\" />"} \ No newline at end of file Index: qbullet2Eflash =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eflash,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eflash 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eflash 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.flash"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/flash\" height=\"12\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.flash"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/flash\" height=\"12\" width=\"14\" alt=\"qbullets flash image\" />"} \ No newline at end of file Index: qbullet2Eexcel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Eexcel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Eexcel 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Eexcel 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.excel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/excel\" height=\"9\" width=\"12\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.excel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/excel\" height=\"9\" width=\"12\" alt=\"qbullets excel image\" />"} \ No newline at end of file Index: qbullet2Esecure =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esecure,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Esecure 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Esecure 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.secure"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/secure\" height=\"9\" width=\"7\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.secure"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/secure\" height=\"9\" width=\"7\" alt=\"qbullets secure image\" />"} \ No newline at end of file Index: qbullet2Ewindow =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Ewindow,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** qbullet2Ewindow 22 Oct 2005 02:08:18 -0000 1.2 --- qbullet2Ewindow 3 Jan 2006 04:15:30 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/window\" height=\"12\" width=\"14\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/qbullets/window\" height=\"12\" width=\"14\" alt=\"qbullets window image\" />"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-03 04:15:08
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3253 Modified Files: zeldman2Evertig zeldman2Esteve zeldman2Esis zeldman2Ewrhdgr zeldman2Estuf zeldman2Exbono zeldman2Ezny zeldman2Etootsbut Log Message: towards XHTML compliance Index: zeldman2Esteve =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esteve,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esteve 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Esteve 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.steve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/steve\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.steve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/steve\" height=\"32\" width=\"32\" alt=\"zeldman steve image\" />"} \ No newline at end of file Index: zeldman2Estuf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Estuf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Estuf 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Estuf 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.stuf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/stuf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.stuf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/stuf\" height=\"32\" width=\"32\" alt=\"zeldman stuf image\" />"} \ No newline at end of file Index: zeldman2Esis =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esis,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esis 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Esis 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sis\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sis\" height=\"32\" width=\"32\" alt=\"zeldman sis image\" />"} \ No newline at end of file Index: zeldman2Etootsbut =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etootsbut,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etootsbut 23 Oct 2005 02:30:43 -0000 1.2 --- zeldman2Etootsbut 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tootsbut"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tootsbut\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tootsbut"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tootsbut\" height=\"32\" width=\"32\" alt=\"zeldman tootsbut image\" />"} \ No newline at end of file Index: zeldman2Ewrhdgr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewrhdgr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewrhdgr 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ewrhdgr 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wrhdgr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wrhdgr\" height=\"32\" width=\"32\" alt=\"zeldman wrhdgr image\" />"} \ No newline at end of file Index: zeldman2Exbono =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Exbono,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Exbono 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Exbono 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xbono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xbono\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xbono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xbono\" height=\"32\" width=\"32\" alt=\"zeldman xbono image\" />"} \ No newline at end of file Index: zeldman2Evertig =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Evertig,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Evertig 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Evertig 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vertig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vertig\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vertig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vertig\" height=\"32\" width=\"32\" alt=\"zeldman vertig image\" />"} \ No newline at end of file Index: zeldman2Ezny =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ezny,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ezny 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ezny 3 Jan 2006 04:14:56 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zny\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zny\" height=\"32\" width=\"32\" alt=\"zeldman zny image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3184 Modified Files: zeldman2Ezel2 zeldman2Eyoik zeldman2Ews1ny zeldman2Ewarbutton zeldman2Esuely zeldman2Ewooden zeldman2Esmr zeldman2Esmiley zeldman2Eswanson zeldman2Eshnhm zeldman2Estrm zeldman2Esup zeldman2Evp013 zeldman2Eslyby zeldman2Esmanson zeldman2Etam zeldman2Ezel zeldman2Ewhspr2 zeldman2Etat zeldman2Ewhis zeldman2Etoast zeldman2Espace zeldman2Eveng zeldman2Etvtest zeldman2Ewoof zeldman2Etub1 zeldman2Ex45 zeldman2Etarot zeldman2Ewretkin zeldman2Eungm zeldman2Evasey zeldman2Esmile zeldman2Evh zeldman2Eson zeldman2Esleep zeldman2Etwist zeldman2Esircuss zeldman2Eteef zeldman2Especs zeldman2Exas3 zeldman2Ewrhdbl zeldman2Eworry zeldman2Ezr zeldman2Exrsp zeldman2Esk zeldman2Estd zeldman2Ewel zeldman2Esig zeldman2Evali zeldman2Expr2 Log Message: towards XHTML compliance Index: zeldman2Etam =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etam,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etam 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Etam 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tam"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tam\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tam"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tam\" height=\"32\" width=\"32\" alt=\"zeldman tam image\" />"} \ No newline at end of file Index: zeldman2Etub1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etub1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etub1 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Etub1 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tub1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tub1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tub1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tub1\" height=\"32\" width=\"32\" alt=\"zeldman tub1 image\" />"} \ No newline at end of file Index: zeldman2Eswanson =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eswanson,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eswanson 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eswanson 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.swanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/swanson\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.swanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/swanson\" height=\"32\" width=\"32\" alt=\"zeldman swanson image\" />"} \ No newline at end of file Index: zeldman2Evh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Evh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Evh 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Evh 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vh\" height=\"32\" width=\"32\" alt=\"zeldman vh image\" />"} \ No newline at end of file Index: zeldman2Esmanson =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esmanson,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esmanson 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Esmanson 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smanson\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smanson\" height=\"32\" width=\"32\" alt=\"zeldman smanson image\" />"} \ No newline at end of file Index: zeldman2Esmile =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esmile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esmile 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Esmile 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smile\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smile\" height=\"32\" width=\"32\" alt=\"zeldman smile image\" />"} \ No newline at end of file Index: zeldman2Ewoof =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewoof,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewoof 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ewoof 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.woof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/woof\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.woof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/woof\" height=\"32\" width=\"32\" alt=\"zeldman woof image\" />"} \ No newline at end of file Index: zeldman2Esircuss =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esircuss,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esircuss 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Esircuss 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sircuss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sircuss\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sircuss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sircuss\" height=\"32\" width=\"32\" alt=\"zeldman sircuss image\" />"} \ No newline at end of file Index: zeldman2Ewooden =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewooden,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewooden 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ewooden 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wooden"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wooden\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wooden"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wooden\" height=\"32\" width=\"32\" alt=\"zeldman wooden image\" />"} \ No newline at end of file Index: zeldman2Eslyby =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eslyby,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eslyby 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eslyby 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.slyby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/slyby\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.slyby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/slyby\" height=\"32\" width=\"32\" alt=\"zeldman slyby image\" />"} \ No newline at end of file Index: zeldman2Etat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etat 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Etat 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tat\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tat\" height=\"32\" width=\"32\" alt=\"zeldman tat image\" />"} \ No newline at end of file Index: zeldman2Esmr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esmr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esmr 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Esmr 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smr\" height=\"32\" width=\"32\" alt=\"zeldman smr image\" />"} \ No newline at end of file Index: zeldman2Ewarbutton =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewarbutton,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewarbutton 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ewarbutton 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.warbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/warbutton\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.warbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/warbutton\" height=\"52\" width=\"44\" alt=\"zeldman warbutton image\" />"} \ No newline at end of file Index: zeldman2Etwist =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etwist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etwist 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Etwist 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.twist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/twist\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.twist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/twist\" height=\"32\" width=\"32\" alt=\"zeldman twist image\" />"} \ No newline at end of file Index: zeldman2Ewel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewel 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ewel 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wel\" height=\"32\" width=\"32\" alt=\"zeldman wel image\" />"} \ No newline at end of file Index: zeldman2Eungm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eungm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eungm 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eungm 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ungm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ungm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ungm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ungm\" height=\"32\" width=\"32\" alt=\"zeldman ungm image\" />"} \ No newline at end of file Index: zeldman2Eshnhm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eshnhm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eshnhm 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eshnhm 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shnhm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shnhm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shnhm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shnhm\" height=\"32\" width=\"32\" alt=\"zeldman shnhm image\" />"} \ No newline at end of file Index: zeldman2Eveng =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eveng,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eveng 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eveng 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.veng"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/veng\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.veng"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/veng\" height=\"32\" width=\"32\" alt=\"zeldman veng image\" />"} \ No newline at end of file Index: zeldman2Ewhis =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewhis,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewhis 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ewhis 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/whis\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/whis\" height=\"32\" width=\"32\" alt=\"zeldman whis image\" />"} \ No newline at end of file Index: zeldman2Esup =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esup,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esup 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Esup 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sup\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sup\" height=\"32\" width=\"32\" alt=\"zeldman sup image\" />"} \ No newline at end of file Index: zeldman2Eyoik =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eyoik,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eyoik 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eyoik 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.yoik"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/yoik\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.yoik"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/yoik\" height=\"32\" width=\"32\" alt=\"zeldman yoik image\" />"} \ No newline at end of file Index: zeldman2Etarot =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etarot,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etarot 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Etarot 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tarot"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tarot\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tarot"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tarot\" height=\"32\" width=\"32\" alt=\"zeldman tarot image\" />"} \ No newline at end of file Index: zeldman2Ezr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ezr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ezr 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ezr 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zr\" height=\"32\" width=\"32\" alt=\"zeldman zr image\" />"} \ No newline at end of file Index: zeldman2Esig =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esig,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esig 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Esig 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sig\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sig\" height=\"32\" width=\"32\" alt=\"zeldman sig image\" />"} \ No newline at end of file Index: zeldman2Eson =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eson,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eson 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eson 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.son"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/son\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.son"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/son\" height=\"32\" width=\"32\" alt=\"zeldman son image\" />"} \ No newline at end of file Index: zeldman2Evp013 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Evp013,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Evp013 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Evp013 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vp013"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vp013\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vp013"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vp013\" height=\"32\" width=\"32\" alt=\"zeldman vp013 image\" />"} \ No newline at end of file Index: zeldman2Evasey =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Evasey,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Evasey 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Evasey 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vasey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vasey\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vasey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vasey\" height=\"32\" width=\"32\" alt=\"zeldman vasey image\" />"} \ No newline at end of file Index: zeldman2Ezel2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ezel2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ezel2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ezel2 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zel2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zel2\" height=\"32\" width=\"32\" alt=\"zeldman zel2 image\" />"} \ No newline at end of file Index: zeldman2Ewretkin =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewretkin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewretkin 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ewretkin 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wretkin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wretkin\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wretkin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wretkin\" height=\"32\" width=\"32\" alt=\"zeldman wretkin image\" />"} \ No newline at end of file Index: zeldman2Evali =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Evali,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Evali 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Evali 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vali"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vali\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vali"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/vali\" height=\"32\" width=\"32\" alt=\"zeldman vali image\" />"} \ No newline at end of file Index: zeldman2Ezel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ezel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ezel 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ezel 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/zel\" height=\"32\" width=\"32\" alt=\"zeldman zel image\" />"} \ No newline at end of file Index: zeldman2Expr2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Expr2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Expr2 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Expr2 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xpr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xpr2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xpr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xpr2\" height=\"32\" width=\"32\" alt=\"zeldman xpr2 image\" />"} \ No newline at end of file Index: zeldman2Especs =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Especs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Especs 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Especs 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.specs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/specs\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.specs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/specs\" height=\"32\" width=\"32\" alt=\"zeldman specs image\" />"} \ No newline at end of file Index: zeldman2Esleep =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esleep,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esleep 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Esleep 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sleep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sleep\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sleep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sleep\" height=\"32\" width=\"32\" alt=\"zeldman sleep image\" />"} \ No newline at end of file Index: zeldman2Eworry =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eworry,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eworry 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eworry 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.worry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/worry\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.worry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/worry\" height=\"32\" width=\"32\" alt=\"zeldman worry image\" />"} \ No newline at end of file Index: zeldman2Esuely =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esuely,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esuely 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Esuely 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.suely"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/suely\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.suely"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/suely\" height=\"32\" width=\"32\" alt=\"zeldman suely image\" />"} \ No newline at end of file Index: zeldman2Ewhspr2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewhspr2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewhspr2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ewhspr2 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whspr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/whspr2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whspr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/whspr2\" height=\"32\" width=\"32\" alt=\"zeldman whspr2 image\" />"} \ No newline at end of file Index: zeldman2Etvtest =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etvtest,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etvtest 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Etvtest 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tvtest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tvtest\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tvtest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/tvtest\" height=\"32\" width=\"32\" alt=\"zeldman tvtest image\" />"} \ No newline at end of file Index: zeldman2Estrm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Estrm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Estrm 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Estrm 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.strm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/strm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.strm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/strm\" height=\"32\" width=\"32\" alt=\"zeldman strm image\" />"} \ No newline at end of file Index: zeldman2Ewrhdbl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ewrhdbl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ewrhdbl 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ewrhdbl 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wrhdbl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/wrhdbl\" height=\"32\" width=\"32\" alt=\"zeldman wrhdbl image\" />"} \ No newline at end of file Index: zeldman2Espace =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Espace,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Espace 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Espace 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.space"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/space\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.space"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/space\" height=\"32\" width=\"32\" alt=\"zeldman space image\" />"} \ No newline at end of file Index: zeldman2Ews1ny =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ews1ny,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ews1ny 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ews1ny 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ws1ny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ws1ny\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ws1ny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ws1ny\" height=\"32\" width=\"32\" alt=\"zeldman ws1ny image\" />"} \ No newline at end of file Index: zeldman2Estd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Estd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Estd 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Estd 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.std"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/std\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.std"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/std\" height=\"32\" width=\"32\" alt=\"zeldman std image\" />"} \ No newline at end of file Index: zeldman2Etoast =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etoast,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Etoast 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Etoast 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.toast"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/toast\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.toast"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/toast\" height=\"32\" width=\"32\" alt=\"zeldman toast image\" />"} \ No newline at end of file Index: zeldman2Exas3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Exas3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Exas3 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Exas3 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xas3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xas3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xas3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xas3\" height=\"32\" width=\"32\" alt=\"zeldman xas3 image\" />"} \ No newline at end of file Index: zeldman2Ex45 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ex45,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ex45 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ex45 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.x45"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/x45\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.x45"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/x45\" height=\"32\" width=\"32\" alt=\"zeldman x45 image\" />"} \ No newline at end of file Index: zeldman2Exrsp =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Exrsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Exrsp 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Exrsp 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xrsp\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/xrsp\" height=\"32\" width=\"32\" alt=\"zeldman xrsp image\" />"} \ No newline at end of file Index: zeldman2Esmiley =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esmiley,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esmiley 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Esmiley 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smiley\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/smiley\" height=\"32\" width=\"32\" alt=\"zeldman smiley image\" />"} \ No newline at end of file Index: zeldman2Eteef =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eteef,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eteef 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eteef 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.teef"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/teef\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.teef"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/teef\" height=\"32\" width=\"32\" alt=\"zeldman teef image\" />"} \ No newline at end of file Index: zeldman2Esk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esk 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Esk 3 Jan 2006 04:14:48 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sk\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sk\" height=\"32\" width=\"32\" alt=\"zeldman sk image\" />"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-03 04:12:59
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2803 Modified Files: zeldman2Emarcel2 zeldman2Eshesells2 zeldman2Eoo4 zeldman2Eprayer1 zeldman2Emunum zeldman2Enix zeldman2Eoo8 zeldman2Emcv zeldman2Emt Log Message: towards XHTML compliance Index: zeldman2Eoo8 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo8,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo8 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eoo8 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo8\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo8\" height=\"32\" width=\"32\" alt=\"zeldman oo8 image\" />"} \ No newline at end of file Index: zeldman2Eshesells2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eshesells2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eshesells2 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eshesells2 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shesells2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shesells2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shesells2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shesells2\" height=\"32\" width=\"32\" alt=\"zeldman shesells2 image\" />"} \ No newline at end of file Index: zeldman2Emcv =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emcv,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emcv 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Emcv 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mcv"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mcv\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mcv"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mcv\" height=\"32\" width=\"32\" alt=\"zeldman mcv image\" />"} \ No newline at end of file Index: zeldman2Enix =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enix,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enix 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Enix 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nix"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nix\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nix"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nix\" height=\"32\" width=\"32\" alt=\"zeldman nix image\" />"} \ No newline at end of file Index: zeldman2Emunum =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emunum,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emunum 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Emunum 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.munum"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/munum\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.munum"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/munum\" height=\"32\" width=\"32\" alt=\"zeldman munum image\" />"} \ No newline at end of file Index: zeldman2Emarcel2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emarcel2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emarcel2 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emarcel2 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marcel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/marcel2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marcel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/marcel2\" height=\"32\" width=\"32\" alt=\"zeldman marcel2 image\" />"} \ No newline at end of file Index: zeldman2Eoo4 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo4 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eoo4 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo4\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo4\" height=\"32\" width=\"32\" alt=\"zeldman oo4 image\" />"} \ No newline at end of file Index: zeldman2Eprayer1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eprayer1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eprayer1 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eprayer1 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prayer1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/prayer1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prayer1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/prayer1\" height=\"32\" width=\"32\" alt=\"zeldman prayer1 image\" />"} \ No newline at end of file Index: zeldman2Emt =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emt 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Emt 3 Jan 2006 04:12:40 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mt\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mt\" height=\"32\" width=\"32\" alt=\"zeldman mt image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2711 Modified Files: zeldman2Epeke zeldman2Eoo3 zeldman2Eqqqq zeldman2Eoo7 zeldman2Enld zeldman2Enach zeldman2Emtlhdd zeldman2Ennw zeldman2Epoke zeldman2Emelissa zeldman2Emagrita zeldman2Enaft zeldman2Enobred zeldman2Eoltwist zeldman2Emonstr zeldman2Eming zeldman2Elutso zeldman2Eoswsh zeldman2Er2m4 zeldman2Eoldlaurie zeldman2Enorf zeldman2Erddvl zeldman2Enewsy zeldman2Epeep zeldman2Escream1 zeldman2Epinme zeldman2Enimfi2 zeldman2Enugl zeldman2Eoran zeldman2Emdn2 zeldman2Eralph zeldman2Enolo zeldman2Eolmn zeldman2Emaskonow zeldman2Emnals zeldman2Epink zeldman2Ercr zeldman2Emnuel zeldman2Emas zeldman2Eoo2 zeldman2Eny1 zeldman2Emama zeldman2Eono zeldman2Eoo6 zeldman2Elrnbc zeldman2Esav zeldman2Eshaver2 zeldman2Elvrn zeldman2Epurpwm zeldman2Emgoo Log Message: towards XHTML compliance Index: zeldman2Er2m4 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Er2m4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Er2m4 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Er2m4 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.r2m4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/r2m4\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.r2m4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/r2m4\" height=\"32\" width=\"32\" alt=\"zeldman r2m4 image\" />"} \ No newline at end of file Index: zeldman2Epurpwm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epurpwm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epurpwm 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Epurpwm 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.purpwm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/purpwm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.purpwm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/purpwm\" height=\"32\" width=\"32\" alt=\"zeldman purpwm image\" />"} \ No newline at end of file Index: zeldman2Epink =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epink,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epink 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Epink 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pink"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pink\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pink"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pink\" height=\"32\" width=\"32\" alt=\"zeldman pink image\" />"} \ No newline at end of file Index: zeldman2Enorf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enorf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enorf 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Enorf 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.norf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/norf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.norf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/norf\" height=\"32\" width=\"32\" alt=\"zeldman norf image\" />"} \ No newline at end of file Index: zeldman2Eoltwist =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoltwist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoltwist 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eoltwist 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oltwist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oltwist\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oltwist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oltwist\" height=\"32\" width=\"32\" alt=\"zeldman oltwist image\" />"} \ No newline at end of file Index: zeldman2Ercr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ercr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ercr 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Ercr 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rcr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rcr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rcr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rcr\" height=\"32\" width=\"32\" alt=\"zeldman rcr image\" />"} \ No newline at end of file Index: zeldman2Emas =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emas 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Emas 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mas"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mas\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mas"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mas\" height=\"32\" width=\"32\" alt=\"zeldman mas image\" />"} \ No newline at end of file Index: zeldman2Esav =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esav,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esav 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Esav 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sav"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sav\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sav"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sav\" height=\"32\" width=\"32\" alt=\"zeldman sav image\" />"} \ No newline at end of file Index: zeldman2Emdn2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emdn2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emdn2 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emdn2 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mdn2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mdn2\" height=\"32\" width=\"32\" alt=\"zeldman mdn2 image\" />"} \ No newline at end of file Index: zeldman2Emelissa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emelissa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emelissa 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Emelissa 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.melissa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/melissa\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.melissa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/melissa\" height=\"32\" width=\"32\" alt=\"zeldman melissa image\" />"} \ No newline at end of file Index: zeldman2Enolo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enolo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enolo 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Enolo 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nolo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nolo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nolo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nolo\" height=\"32\" width=\"32\" alt=\"zeldman nolo image\" />"} \ No newline at end of file Index: zeldman2Eolmn =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eolmn,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eolmn 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eolmn 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.olmn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/olmn\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.olmn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/olmn\" height=\"32\" width=\"32\" alt=\"zeldman olmn image\" />"} \ No newline at end of file Index: zeldman2Elutso =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elutso,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elutso 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Elutso 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lutso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lutso\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lutso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lutso\" height=\"32\" width=\"32\" alt=\"zeldman lutso image\" />"} \ No newline at end of file Index: zeldman2Enewsy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enewsy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enewsy 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Enewsy 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.newsy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/newsy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.newsy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/newsy\" height=\"32\" width=\"32\" alt=\"zeldman newsy image\" />"} \ No newline at end of file Index: zeldman2Epeke =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epeke,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epeke 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Epeke 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/peke\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/peke\" height=\"32\" width=\"32\" alt=\"zeldman peke image\" />"} \ No newline at end of file Index: zeldman2Emama =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emama,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emama 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Emama 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mama"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mama\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mama"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mama\" height=\"32\" width=\"32\" alt=\"zeldman mama image\" />"} \ No newline at end of file Index: zeldman2Eoran =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoran,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoran 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eoran 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oran\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oran\" height=\"32\" width=\"32\" alt=\"zeldman oran image\" />"} \ No newline at end of file Index: zeldman2Enimfi2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enimfi2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enimfi2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Enimfi2 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nimfi2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nimfi2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nimfi2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nimfi2\" height=\"32\" width=\"32\" alt=\"zeldman nimfi2 image\" />"} \ No newline at end of file Index: zeldman2Emnuel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emnuel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emnuel 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Emnuel 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnuel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mnuel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnuel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mnuel\" height=\"32\" width=\"32\" alt=\"zeldman mnuel image\" />"} \ No newline at end of file Index: zeldman2Emgoo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emgoo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emgoo 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Emgoo 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mgoo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mgoo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mgoo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mgoo\" height=\"32\" width=\"32\" alt=\"zeldman mgoo image\" />"} \ No newline at end of file Index: zeldman2Eoo3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo3 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eoo3 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo3\" height=\"32\" width=\"32\" alt=\"zeldman oo3 image\" />"} \ No newline at end of file Index: zeldman2Emonstr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emonstr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emonstr 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Emonstr 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.monstr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/monstr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.monstr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/monstr\" height=\"32\" width=\"32\" alt=\"zeldman monstr image\" />"} \ No newline at end of file Index: zeldman2Eqqqq =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eqqqq,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eqqqq 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eqqqq 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.qqqq"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/qqqq\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.qqqq"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/qqqq\" height=\"32\" width=\"32\" alt=\"zeldman qqqq image\" />"} \ No newline at end of file Index: zeldman2Epoke =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epoke,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epoke 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Epoke 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/poke\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/poke\" height=\"32\" width=\"32\" alt=\"zeldman poke image\" />"} \ No newline at end of file Index: zeldman2Epeep =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epeep,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epeep 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Epeep 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/peep\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/peep\" height=\"32\" width=\"32\" alt=\"zeldman peep image\" />"} \ No newline at end of file Index: zeldman2Escream1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Escream1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Escream1 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Escream1 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scream1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scream1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scream1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scream1\" height=\"32\" width=\"32\" alt=\"zeldman scream1 image\" />"} \ No newline at end of file Index: zeldman2Eralph =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eralph,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eralph 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eralph 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ralph"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ralph\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ralph"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ralph\" height=\"32\" width=\"32\" alt=\"zeldman ralph image\" />"} \ No newline at end of file Index: zeldman2Eoo6 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo6,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo6 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eoo6 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo6\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo6\" height=\"32\" width=\"32\" alt=\"zeldman oo6 image\" />"} \ No newline at end of file Index: zeldman2Eoo7 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo7,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo7 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eoo7 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo7\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo7\" height=\"32\" width=\"32\" alt=\"zeldman oo7 image\" />"} \ No newline at end of file Index: zeldman2Ennw =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ennw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ennw 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ennw 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nnw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nnw\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nnw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nnw\" height=\"32\" width=\"32\" alt=\"zeldman nnw image\" />"} \ No newline at end of file Index: zeldman2Eoo2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo2 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eoo2 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo2\" height=\"32\" width=\"32\" alt=\"zeldman oo2 image\" />"} \ No newline at end of file Index: zeldman2Eshaver2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eshaver2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eshaver2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eshaver2 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shaver2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shaver2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shaver2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shaver2\" height=\"32\" width=\"32\" alt=\"zeldman shaver2 image\" />"} \ No newline at end of file Index: zeldman2Eono =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eono,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eono 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eono 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ono\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ono\" height=\"32\" width=\"32\" alt=\"zeldman ono image\" />"} \ No newline at end of file Index: zeldman2Eming =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eming,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eming 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eming 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ming"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ming\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ming"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ming\" height=\"32\" width=\"32\" alt=\"zeldman ming image\" />"} \ No newline at end of file Index: zeldman2Enugl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enugl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enugl 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Enugl 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nugl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nugl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nugl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nugl\" height=\"32\" width=\"32\" alt=\"zeldman nugl image\" />"} \ No newline at end of file Index: zeldman2Enach =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enach,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enach 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Enach 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nach"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nach\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nach"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nach\" height=\"32\" width=\"32\" alt=\"zeldman nach image\" />"} \ No newline at end of file Index: zeldman2Enld =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enld,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enld 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Enld 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nld\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nld\" height=\"32\" width=\"32\" alt=\"zeldman nld image\" />"} \ No newline at end of file Index: zeldman2Emnals =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emnals,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emnals 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emnals 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnals"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mnals\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnals"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mnals\" height=\"32\" width=\"32\" alt=\"zeldman mnals image\" />"} \ No newline at end of file Index: zeldman2Epinme =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epinme,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epinme 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Epinme 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinme"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pinme\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinme"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pinme\" height=\"32\" width=\"32\" alt=\"zeldman pinme image\" />"} \ No newline at end of file Index: zeldman2Emtlhdd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emtlhdd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emtlhdd 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emtlhdd 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtlhdd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mtlhdd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtlhdd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mtlhdd\" height=\"32\" width=\"32\" alt=\"zeldman mtlhdd image\" />"} \ No newline at end of file Index: zeldman2Enobred =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enobred,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enobred 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Enobred 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nobred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nobred\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nobred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nobred\" height=\"32\" width=\"32\" alt=\"zeldman nobred image\" />"} \ No newline at end of file Index: zeldman2Elrnbc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elrnbc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elrnbc 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Elrnbc 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lrnbc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lrnbc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lrnbc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lrnbc\" height=\"32\" width=\"32\" alt=\"zeldman lrnbc image\" />"} \ No newline at end of file Index: zeldman2Elvrn =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elvrn,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elvrn 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Elvrn 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lvrn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lvrn\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lvrn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lvrn\" height=\"32\" width=\"32\" alt=\"zeldman lvrn image\" />"} \ No newline at end of file Index: zeldman2Enaft =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enaft,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enaft 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Enaft 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.naft"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/naft\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.naft"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/naft\" height=\"32\" width=\"32\" alt=\"zeldman naft image\" />"} \ No newline at end of file Index: zeldman2Eoldlaurie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoldlaurie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoldlaurie 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eoldlaurie 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oldlaurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oldlaurie\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oldlaurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oldlaurie\" height=\"52\" width=\"44\" alt=\"zeldman oldlaurie image\" />"} \ No newline at end of file Index: zeldman2Emagrita =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emagrita,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emagrita 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Emagrita 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.magrita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/magrita\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.magrita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/magrita\" height=\"32\" width=\"32\" alt=\"zeldman magrita image\" />"} \ No newline at end of file Index: zeldman2Erddvl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erddvl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Erddvl 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Erddvl 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rddvl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rddvl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rddvl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rddvl\" height=\"32\" width=\"32\" alt=\"zeldman rddvl image\" />"} \ No newline at end of file Index: zeldman2Eny1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eny1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eny1 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eny1 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ny1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ny1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ny1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ny1\" height=\"32\" width=\"32\" alt=\"zeldman ny1 image\" />"} \ No newline at end of file Index: zeldman2Eoswsh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoswsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoswsh 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eoswsh 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswsh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oswsh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswsh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oswsh\" height=\"32\" width=\"32\" alt=\"zeldman oswsh image\" />"} \ No newline at end of file Index: zeldman2Emaskonow =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emaskonow,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emaskonow 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emaskonow 3 Jan 2006 04:12:29 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.maskonow"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/maskonow\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.maskonow"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/maskonow\" height=\"32\" width=\"32\" alt=\"zeldman maskonow image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2632 Modified Files: zeldman2Emiles zeldman2Enokne zeldman2Escrt zeldman2Esanty zeldman2Eseangr zeldman2Eogel zeldman2Epom zeldman2Emrsp zeldman2Eorso zeldman2Emibud zeldman2Emdka zeldman2Epwinc zeldman2Ericky zeldman2Esainted zeldman2Eloist zeldman2Eprrp zeldman2Enbrhd zeldman2Emalcolm zeldman2Ems2u zeldman2Escat zeldman2Emrlee zeldman2Eloren zeldman2Enubet zeldman2Eshd2 zeldman2Emard2 zeldman2Erca2 zeldman2Eoswald zeldman2Erob zeldman2Epinkybutton zeldman2Esh zeldman2Epur zeldman2Erdprfl zeldman2Eoo1 zeldman2Eprofile zeldman2Erchclr zeldman2Eridem zeldman2Eoo5 zeldman2Esassy2 zeldman2Epriest2 zeldman2Eoo9 zeldman2Epoe2 zeldman2Epgeb zeldman2Epwe zeldman2Eran zeldman2Emtrs99 zeldman2Emarl zeldman2Esadman zeldman2Epup zeldman2Esardon zeldman2Enld2 Log Message: towards XHTML compliance Index: zeldman2Erchclr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erchclr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Erchclr 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Erchclr 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rchclr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rchclr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rchclr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rchclr\" height=\"32\" width=\"32\" alt=\"zeldman rchclr image\" />"} \ No newline at end of file Index: zeldman2Esassy2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esassy2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esassy2 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Esassy2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sassy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sassy2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sassy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sassy2\" height=\"32\" width=\"32\" alt=\"zeldman sassy2 image\" />"} \ No newline at end of file Index: zeldman2Epriest2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epriest2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epriest2 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Epriest2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.priest2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/priest2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.priest2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/priest2\" height=\"32\" width=\"32\" alt=\"zeldman priest2 image\" />"} \ No newline at end of file Index: zeldman2Emard2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emard2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emard2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Emard2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mard2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mard2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mard2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mard2\" height=\"32\" width=\"32\" alt=\"zeldman mard2 image\" />"} \ No newline at end of file Index: zeldman2Eoswald =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoswald,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoswald 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eoswald 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswald"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oswald\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswald"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oswald\" height=\"32\" width=\"32\" alt=\"zeldman oswald image\" />"} \ No newline at end of file Index: zeldman2Eshd2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eshd2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eshd2 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eshd2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shd2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shd2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shd2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/shd2\" height=\"32\" width=\"32\" alt=\"zeldman shd2 image\" />"} \ No newline at end of file Index: zeldman2Esadman =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esadman,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esadman 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Esadman 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sadman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sadman\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sadman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sadman\" height=\"32\" width=\"32\" alt=\"zeldman sadman image\" />"} \ No newline at end of file Index: zeldman2Esainted =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esainted,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esainted 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Esainted 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sainted"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sainted\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sainted"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sainted\" height=\"32\" width=\"32\" alt=\"zeldman sainted image\" />"} \ No newline at end of file Index: zeldman2Erob =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erob,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Erob 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Erob 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rob"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rob\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rob"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rob\" height=\"32\" width=\"32\" alt=\"zeldman rob image\" />"} \ No newline at end of file Index: zeldman2Eloren =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eloren,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eloren 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eloren 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loren"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/loren\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loren"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/loren\" height=\"32\" width=\"32\" alt=\"zeldman loren image\" />"} \ No newline at end of file Index: zeldman2Erca2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erca2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Erca2 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Erca2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rca2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rca2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rca2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rca2\" height=\"32\" width=\"32\" alt=\"zeldman rca2 image\" />"} \ No newline at end of file Index: zeldman2Eloist =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eloist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eloist 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eloist 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/loist\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/loist\" height=\"32\" width=\"32\" alt=\"zeldman loist image\" />"} \ No newline at end of file Index: zeldman2Epoe2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epoe2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epoe2 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Epoe2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poe2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/poe2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poe2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/poe2\" height=\"32\" width=\"32\" alt=\"zeldman poe2 image\" />"} \ No newline at end of file Index: zeldman2Eorso =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eorso,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eorso 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eorso 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.orso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/orso\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.orso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/orso\" height=\"32\" width=\"32\" alt=\"zeldman orso image\" />"} \ No newline at end of file Index: zeldman2Eoo9 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo9,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo9 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eoo9 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo9"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo9\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo9"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo9\" height=\"32\" width=\"32\" alt=\"zeldman oo9 image\" />"} \ No newline at end of file Index: zeldman2Esanty =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esanty,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esanty 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Esanty 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.santy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/santy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.santy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/santy\" height=\"32\" width=\"32\" alt=\"zeldman santy image\" />"} \ No newline at end of file Index: zeldman2Escat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Escat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Escat 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Escat 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scat\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scat\" height=\"32\" width=\"32\" alt=\"zeldman scat image\" />"} \ No newline at end of file Index: zeldman2Epwinc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epwinc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epwinc 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Epwinc 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwinc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pwinc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwinc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pwinc\" height=\"32\" width=\"32\" alt=\"zeldman pwinc image\" />"} \ No newline at end of file Index: zeldman2Emiles =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emiles,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emiles 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Emiles 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.miles"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/miles\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.miles"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/miles\" height=\"32\" width=\"32\" alt=\"zeldman miles image\" />"} \ No newline at end of file Index: zeldman2Emalcolm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emalcolm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emalcolm 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Emalcolm 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.malcolm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/malcolm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.malcolm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/malcolm\" height=\"32\" width=\"32\" alt=\"zeldman malcolm image\" />"} \ No newline at end of file Index: zeldman2Eprrp =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eprrp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eprrp 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eprrp 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prrp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/prrp\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prrp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/prrp\" height=\"32\" width=\"32\" alt=\"zeldman prrp image\" />"} \ No newline at end of file Index: zeldman2Emtrs99 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emtrs99,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emtrs99 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emtrs99 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtrs99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mtrs99\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtrs99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mtrs99\" height=\"32\" width=\"32\" alt=\"zeldman mtrs99 image\" />"} \ No newline at end of file Index: zeldman2Epom =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epom,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epom 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Epom 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pom"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pom\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pom"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pom\" height=\"32\" width=\"32\" alt=\"zeldman pom image\" />"} \ No newline at end of file Index: zeldman2Emdka =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emdka,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emdka 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Emdka 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mdka\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mdka\" height=\"32\" width=\"32\" alt=\"zeldman mdka image\" />"} \ No newline at end of file Index: zeldman2Eran =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eran,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eran 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eran 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ran\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ran\" height=\"32\" width=\"32\" alt=\"zeldman ran image\" />"} \ No newline at end of file Index: zeldman2Emarl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emarl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emarl 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Emarl 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/marl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/marl\" height=\"32\" width=\"32\" alt=\"zeldman marl image\" />"} \ No newline at end of file Index: zeldman2Epup =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epup,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epup 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Epup 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pup\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pup\" height=\"32\" width=\"32\" alt=\"zeldman pup image\" />"} \ No newline at end of file Index: zeldman2Epur =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epur,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epur 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Epur 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pur"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pur\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pur"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pur\" height=\"32\" width=\"32\" alt=\"zeldman pur image\" />"} \ No newline at end of file Index: zeldman2Enld2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enld2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enld2 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Enld2 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nld2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nld2\" height=\"32\" width=\"32\" alt=\"zeldman nld2 image\" />"} \ No newline at end of file Index: zeldman2Epgeb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epgeb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epgeb 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Epgeb 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pgeb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pgeb\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pgeb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pgeb\" height=\"32\" width=\"32\" alt=\"zeldman pgeb image\" />"} \ No newline at end of file Index: zeldman2Ericky =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ericky,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ericky 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ericky 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ricky"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ricky\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ricky"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ricky\" height=\"32\" width=\"32\" alt=\"zeldman ricky image\" />"} \ No newline at end of file Index: zeldman2Ems2u =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ems2u,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ems2u 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ems2u 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ms2u"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ms2u\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ms2u"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ms2u\" height=\"32\" width=\"32\" alt=\"zeldman ms2u image\" />"} \ No newline at end of file Index: zeldman2Eoo5 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo5,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo5 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eoo5 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo5\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo5\" height=\"32\" width=\"32\" alt=\"zeldman oo5 image\" />"} \ No newline at end of file Index: zeldman2Escrt =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Escrt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Escrt 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Escrt 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scrt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scrt\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scrt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/scrt\" height=\"32\" width=\"32\" alt=\"zeldman scrt image\" />"} \ No newline at end of file Index: zeldman2Eoo1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eoo1 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eoo1 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/oo1\" height=\"32\" width=\"32\" alt=\"zeldman oo1 image\" />"} \ No newline at end of file Index: zeldman2Epinkybutton =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epinkybutton,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epinkybutton 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Epinkybutton 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinkybutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pinkybutton\" height=\"52\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinkybutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pinkybutton\" height=\"52\" width=\"40\" alt=\"zeldman pinkybutton image\" />"} \ No newline at end of file Index: zeldman2Enubet =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enubet,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enubet 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Enubet 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nubet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nubet\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nubet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nubet\" height=\"32\" width=\"32\" alt=\"zeldman nubet image\" />"} \ No newline at end of file Index: zeldman2Emrlee =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emrlee,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emrlee 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Emrlee 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrlee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mrlee\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrlee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mrlee\" height=\"32\" width=\"32\" alt=\"zeldman mrlee image\" />"} \ No newline at end of file Index: zeldman2Epwe =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Epwe,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Epwe 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Epwe 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pwe\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/pwe\" height=\"32\" width=\"32\" alt=\"zeldman pwe image\" />"} \ No newline at end of file Index: zeldman2Enokne =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enokne,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enokne 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Enokne 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nokne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nokne\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nokne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nokne\" height=\"32\" width=\"32\" alt=\"zeldman nokne image\" />"} \ No newline at end of file Index: zeldman2Enbrhd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Enbrhd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Enbrhd 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Enbrhd 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nbrhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nbrhd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nbrhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/nbrhd\" height=\"32\" width=\"32\" alt=\"zeldman nbrhd image\" />"} \ No newline at end of file Index: zeldman2Esardon =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esardon,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esardon 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Esardon 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sardon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sardon\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sardon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sardon\" height=\"32\" width=\"32\" alt=\"zeldman sardon image\" />"} \ No newline at end of file Index: zeldman2Eprofile =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eprofile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eprofile 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eprofile 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.profile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/profile\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.profile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/profile\" height=\"32\" width=\"32\" alt=\"zeldman profile image\" />"} \ No newline at end of file Index: zeldman2Eridem =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eridem,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eridem 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eridem 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ridem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ridem\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ridem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ridem\" height=\"32\" width=\"32\" alt=\"zeldman ridem image\" />"} \ No newline at end of file Index: zeldman2Eogel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eogel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eogel 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eogel 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ogel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ogel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ogel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ogel\" height=\"32\" width=\"32\" alt=\"zeldman ogel image\" />"} \ No newline at end of file Index: zeldman2Eseangr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eseangr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eseangr 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eseangr 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.seangr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/seangr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.seangr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/seangr\" height=\"32\" width=\"32\" alt=\"zeldman seangr image\" />"} \ No newline at end of file Index: zeldman2Erdprfl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erdprfl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Erdprfl 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Erdprfl 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rdprfl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rdprfl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rdprfl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/rdprfl\" height=\"32\" width=\"32\" alt=\"zeldman rdprfl image\" />"} \ No newline at end of file Index: zeldman2Esh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Esh 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Esh 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/sh\" height=\"32\" width=\"32\" alt=\"zeldman sh image\" />"} \ No newline at end of file Index: zeldman2Emrsp =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emrsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emrsp 22 Oct 2005 02:09:27 -0000 1.2 --- zeldman2Emrsp 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mrsp\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mrsp\" height=\"32\" width=\"32\" alt=\"zeldman mrsp image\" />"} \ No newline at end of file Index: zeldman2Emibud =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Emibud,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Emibud 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Emibud 3 Jan 2006 04:12:14 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mibud"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mibud\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mibud"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/mibud\" height=\"32\" width=\"32\" alt=\"zeldman mibud image\" />"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2006-01-03 04:11:52
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2555 Modified Files: zeldman2Egksk zeldman2Ejrd91a zeldman2Ehowdi zeldman2Ejuanita zeldman2Eintlctl zeldman2Egldys zeldman2Ejarm3 zeldman2Egel zeldman2Ekiss Log Message: towards XHTML compliance Index: zeldman2Ejuanita =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejuanita,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejuanita 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ejuanita 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.juanita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/juanita\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.juanita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/juanita\" height=\"32\" width=\"32\" alt=\"zeldman juanita image\" />"} \ No newline at end of file Index: zeldman2Egel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egel 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Egel 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gel\" height=\"32\" width=\"32\" alt=\"zeldman gel image\" />"} \ No newline at end of file Index: zeldman2Ekiss =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekiss,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekiss 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ekiss 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kiss\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kiss\" height=\"32\" width=\"32\" alt=\"zeldman kiss image\" />"} \ No newline at end of file Index: zeldman2Ejrd91a =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejrd91a,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejrd91a 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ejrd91a 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jrd91a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jrd91a\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jrd91a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jrd91a\" height=\"32\" width=\"32\" alt=\"zeldman jrd91a image\" />"} \ No newline at end of file Index: zeldman2Ehowdi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehowdi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehowdi 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ehowdi 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.howdi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/howdi\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.howdi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/howdi\" height=\"32\" width=\"32\" alt=\"zeldman howdi image\" />"} \ No newline at end of file Index: zeldman2Egldys =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egldys,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egldys 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Egldys 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gldys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gldys\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gldys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gldys\" height=\"32\" width=\"32\" alt=\"zeldman gldys image\" />"} \ No newline at end of file Index: zeldman2Egksk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egksk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egksk 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Egksk 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gksk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gksk\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gksk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gksk\" height=\"32\" width=\"32\" alt=\"zeldman gksk image\" />"} \ No newline at end of file Index: zeldman2Eintlctl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eintlctl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eintlctl 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eintlctl 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.intlctl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/intlctl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.intlctl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/intlctl\" height=\"32\" width=\"32\" alt=\"zeldman intlctl image\" />"} \ No newline at end of file Index: zeldman2Ejarm3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejarm3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejarm3 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ejarm3 3 Jan 2006 04:11:44 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jarm3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jarm3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jarm3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jarm3\" height=\"32\" width=\"32\" alt=\"zeldman jarm3 image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2490 Modified Files: zeldman2Ehelga zeldman2Ehuggy zeldman2Ehardstare zeldman2Eeswms zeldman2Eldyp2 zeldman2Eje zeldman2Egogga zeldman2Ehitchy zeldman2Eishmael zeldman2Egrnhd zeldman2Egasman zeldman2Elinder2 zeldman2Efh zeldman2Ehd zeldman2Egzil zeldman2Ekssy2 zeldman2Eliberty zeldman2Ekle zeldman2Ekiki zeldman2Eexped zeldman2Efcelyfce zeldman2Egalfri zeldman2Ehonest zeldman2Elogical zeldman2Eherself1 zeldman2Ejoan zeldman2Efredalan zeldman2Ejoe zeldman2Elo2 zeldman2Eleeclown zeldman2Eiggi zeldman2Elemon zeldman2Ejayne zeldman2Ejanet zeldman2Ekid zeldman2EIpinkbutton zeldman2Ehungry zeldman2Eidream zeldman2Elenbru zeldman2Ejerbret zeldman2Elaurie zeldman2Eheybebe zeldman2Ekit zeldman2Eklw zeldman2Elod zeldman2Elipserve zeldman2Egrgyl zeldman2Eharvey zeldman2Ekys zeldman2Efk Log Message: towards XHTML compliance Index: zeldman2Egrnhd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrnhd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrnhd 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Egrnhd 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grnhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grnhd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grnhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grnhd\" height=\"32\" width=\"32\" alt=\"zeldman grnhd image\" />"} \ No newline at end of file Index: zeldman2Elaurie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elaurie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elaurie 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Elaurie 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.laurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/laurie\" height=\"50\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.laurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/laurie\" height=\"50\" width=\"44\" alt=\"zeldman laurie image\" />"} \ No newline at end of file Index: zeldman2Efcelyfce =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efcelyfce,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efcelyfce 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Efcelyfce 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fcelyfce"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fcelyfce\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fcelyfce"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fcelyfce\" height=\"32\" width=\"32\" alt=\"zeldman fcelyfce image\" />"} \ No newline at end of file Index: zeldman2Ehardstare =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehardstare,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehardstare 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ehardstare 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hardstare"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hardstare\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hardstare"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hardstare\" height=\"32\" width=\"32\" alt=\"zeldman hardstare image\" />"} \ No newline at end of file Index: zeldman2Ejoe =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejoe,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejoe 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ejoe 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joe\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joe\" height=\"32\" width=\"32\" alt=\"zeldman joe image\" />"} \ No newline at end of file Index: zeldman2Ekiki =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekiki,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekiki 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ekiki 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kiki\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kiki\" height=\"32\" width=\"32\" alt=\"zeldman kiki image\" />"} \ No newline at end of file Index: zeldman2Eldyp2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eldyp2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eldyp2 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eldyp2 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldyp2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ldyp2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldyp2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ldyp2\" height=\"32\" width=\"32\" alt=\"zeldman ldyp2 image\" />"} \ No newline at end of file Index: zeldman2Ehitchy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehitchy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehitchy 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ehitchy 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hitchy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hitchy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hitchy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hitchy\" height=\"32\" width=\"32\" alt=\"zeldman hitchy image\" />"} \ No newline at end of file Index: zeldman2Ejoan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejoan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejoan 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ejoan 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joan\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joan\" height=\"32\" width=\"32\" alt=\"zeldman joan image\" />"} \ No newline at end of file Index: zeldman2Ehd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehd 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ehd 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hd\" height=\"32\" width=\"32\" alt=\"zeldman hd image\" />"} \ No newline at end of file Index: zeldman2Eje =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eje,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eje 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eje 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.je"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/je\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.je"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/je\" height=\"32\" width=\"32\" alt=\"zeldman je image\" />"} \ No newline at end of file Index: zeldman2Eidream =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eidream,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eidream 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eidream 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.idream"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/idream\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.idream"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/idream\" height=\"32\" width=\"32\" alt=\"zeldman idream image\" />"} \ No newline at end of file Index: zeldman2Ekys =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekys,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekys 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ekys 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kys\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kys\" height=\"32\" width=\"32\" alt=\"zeldman kys image\" />"} \ No newline at end of file Index: zeldman2Eklw =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eklw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eklw 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eklw 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.klw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/klw\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.klw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/klw\" height=\"32\" width=\"32\" alt=\"zeldman klw image\" />"} \ No newline at end of file Index: zeldman2Elogical =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elogical,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elogical 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Elogical 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.logical"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/logical\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.logical"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/logical\" height=\"32\" width=\"32\" alt=\"zeldman logical image\" />"} \ No newline at end of file Index: zeldman2Eheybebe =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eheybebe,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eheybebe 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eheybebe 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.heybebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/heybebe\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.heybebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/heybebe\" height=\"32\" width=\"32\" alt=\"zeldman heybebe image\" />"} \ No newline at end of file Index: zeldman2Eleeclown =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eleeclown,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eleeclown 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eleeclown 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.leeclown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/leeclown\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.leeclown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/leeclown\" height=\"32\" width=\"32\" alt=\"zeldman leeclown image\" />"} \ No newline at end of file Index: zeldman2Ejanet =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejanet,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejanet 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ejanet 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.janet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/janet\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.janet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/janet\" height=\"32\" width=\"32\" alt=\"zeldman janet image\" />"} \ No newline at end of file Index: zeldman2Egogga =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egogga,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egogga 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Egogga 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gogga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gogga\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gogga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gogga\" height=\"32\" width=\"32\" alt=\"zeldman gogga image\" />"} \ No newline at end of file Index: zeldman2Ekle =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekle,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekle 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ekle 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kle"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kle\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kle"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kle\" height=\"32\" width=\"32\" alt=\"zeldman kle image\" />"} \ No newline at end of file Index: zeldman2Elo2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elo2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elo2 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Elo2 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lo2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lo2\" height=\"32\" width=\"32\" alt=\"zeldman lo2 image\" />"} \ No newline at end of file Index: zeldman2Ejayne =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejayne,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejayne 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ejayne 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jayne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jayne\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jayne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jayne\" height=\"32\" width=\"32\" alt=\"zeldman jayne image\" />"} \ No newline at end of file Index: zeldman2Efh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efh 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Efh 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fh\" height=\"32\" width=\"32\" alt=\"zeldman fh image\" />"} \ No newline at end of file Index: zeldman2Egrgyl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrgyl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrgyl 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Egrgyl 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grgyl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grgyl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grgyl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grgyl\" height=\"32\" width=\"32\" alt=\"zeldman grgyl image\" />"} \ No newline at end of file Index: zeldman2Eexped =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eexped,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eexped 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Eexped 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.exped"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/exped\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.exped"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/exped\" height=\"32\" width=\"32\" alt=\"zeldman exped image\" />"} \ No newline at end of file Index: zeldman2Eliberty =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eliberty,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eliberty 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eliberty 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.liberty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/liberty\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.liberty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/liberty\" height=\"32\" width=\"32\" alt=\"zeldman liberty image\" />"} \ No newline at end of file Index: zeldman2Eishmael =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eishmael,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eishmael 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eishmael 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ishmael"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ishmael\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ishmael"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ishmael\" height=\"32\" width=\"32\" alt=\"zeldman ishmael image\" />"} \ No newline at end of file Index: zeldman2Egzil =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egzil,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egzil 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Egzil 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gzil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gzil\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gzil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gzil\" height=\"32\" width=\"32\" alt=\"zeldman gzil image\" />"} \ No newline at end of file Index: zeldman2Efredalan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efredalan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efredalan 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Efredalan 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fredalan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fredalan\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fredalan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fredalan\" height=\"32\" width=\"32\" alt=\"zeldman fredalan image\" />"} \ No newline at end of file Index: zeldman2Egasman =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egasman,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egasman 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Egasman 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gasman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gasman\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gasman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gasman\" height=\"32\" width=\"32\" alt=\"zeldman gasman image\" />"} \ No newline at end of file Index: zeldman2Ejerbret =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejerbret,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejerbret 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ejerbret 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jerbret"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jerbret\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jerbret"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jerbret\" height=\"32\" width=\"32\" alt=\"zeldman jerbret image\" />"} \ No newline at end of file Index: zeldman2Eiggi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eiggi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eiggi 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eiggi 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.iggi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/iggi\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.iggi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/iggi\" height=\"32\" width=\"32\" alt=\"zeldman iggi image\" />"} \ No newline at end of file Index: zeldman2Elemon =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elemon,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elemon 22 Oct 2005 02:10:14 -0000 1.2 --- zeldman2Elemon 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lemon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lemon\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lemon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lemon\" height=\"32\" width=\"32\" alt=\"zeldman lemon image\" />"} \ No newline at end of file Index: zeldman2Elinder2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elinder2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elinder2 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Elinder2 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.linder2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/linder2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.linder2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/linder2\" height=\"32\" width=\"32\" alt=\"zeldman linder2 image\" />"} \ No newline at end of file Index: zeldman2Ekssy2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekssy2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekssy2 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ekssy2 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kssy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kssy2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kssy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kssy2\" height=\"32\" width=\"32\" alt=\"zeldman kssy2 image\" />"} \ No newline at end of file Index: zeldman2Eharvey =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eharvey,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eharvey 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eharvey 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.harvey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/harvey\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.harvey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/harvey\" height=\"32\" width=\"32\" alt=\"zeldman harvey image\" />"} \ No newline at end of file Index: zeldman2EIpinkbutton =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2EIpinkbutton,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2EIpinkbutton 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2EIpinkbutton 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.Ipinkbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/Ipinkbutton\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.Ipinkbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/Ipinkbutton\" height=\"52\" width=\"44\" alt=\"zeldman Ipinkbutton image\" />"} \ No newline at end of file Index: zeldman2Egalfri =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egalfri,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egalfri 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Egalfri 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.galfri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/galfri\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.galfri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/galfri\" height=\"32\" width=\"32\" alt=\"zeldman galfri image\" />"} \ No newline at end of file Index: zeldman2Ekid =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekid,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekid 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ekid 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kid"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kid\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kid"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kid\" height=\"32\" width=\"32\" alt=\"zeldman kid image\" />"} \ No newline at end of file Index: zeldman2Ehelga =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehelga,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehelga 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ehelga 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.helga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/helga\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.helga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/helga\" height=\"32\" width=\"32\" alt=\"zeldman helga image\" />"} \ No newline at end of file Index: zeldman2Eherself1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eherself1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eherself1 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eherself1 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.herself1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/herself1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.herself1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/herself1\" height=\"32\" width=\"32\" alt=\"zeldman herself1 image\" />"} \ No newline at end of file Index: zeldman2Elod =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elod 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Elod 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lod"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lod\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lod"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lod\" height=\"32\" width=\"32\" alt=\"zeldman lod image\" />"} \ No newline at end of file Index: zeldman2Ehuggy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehuggy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehuggy 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ehuggy 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.huggy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/huggy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.huggy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/huggy\" height=\"32\" width=\"32\" alt=\"zeldman huggy image\" />"} \ No newline at end of file Index: zeldman2Eeswms =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eeswms,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eeswms 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eeswms 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eswms"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eswms\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eswms"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eswms\" height=\"32\" width=\"32\" alt=\"zeldman eswms image\" />"} \ No newline at end of file Index: zeldman2Efk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efk 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Efk 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fk\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/fk\" height=\"32\" width=\"32\" alt=\"zeldman fk image\" />"} \ No newline at end of file Index: zeldman2Ekit =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekit,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekit 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ekit 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kit\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/kit\" height=\"32\" width=\"32\" alt=\"zeldman kit image\" />"} \ No newline at end of file Index: zeldman2Elipserve =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elipserve,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elipserve 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Elipserve 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lipserve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lipserve\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lipserve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lipserve\" height=\"32\" width=\"32\" alt=\"zeldman lipserve image\" />"} \ No newline at end of file Index: zeldman2Ehungry =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehungry,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehungry 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ehungry 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hungry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hungry\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hungry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hungry\" height=\"32\" width=\"32\" alt=\"zeldman hungry image\" />"} \ No newline at end of file Index: zeldman2Elenbru =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elenbru,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elenbru 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Elenbru 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lenbru"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lenbru\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lenbru"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lenbru\" height=\"32\" width=\"32\" alt=\"zeldman lenbru image\" />"} \ No newline at end of file Index: zeldman2Ehonest =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehonest,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehonest 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ehonest 3 Jan 2006 04:11:35 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/honest\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/honest\" height=\"32\" width=\"32\" alt=\"zeldman honest image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2413 Modified Files: zeldman2ELA zeldman2Ehc zeldman2Egran2 zeldman2Ehector3 zeldman2Efrown zeldman2Egran3 zeldman2Egrki zeldman2Ekarla zeldman2Ehbri zeldman2Egran5 zeldman2Ejg zeldman2Ehgr zeldman2ElittleJeff zeldman2Eeve zeldman2Ehs zeldman2Efranfarm zeldman2Ej zeldman2Ehmm2 zeldman2Eglo zeldman2Ejackd zeldman2Efrnki zeldman2Elilboi zeldman2Eldm87 zeldman2ElittlExxon2 zeldman2Eguit zeldman2Elncln zeldman2Egrn2s zeldman2Egr zeldman2Egjlka zeldman2Eferndl1 zeldman2Elitem zeldman2Ehmm1 zeldman2Ehwo zeldman2Egoobie zeldman2Elo3 zeldman2Eirish zeldman2Ejoandeer zeldman2Egrlh zeldman2Ejapa zeldman2Ehither zeldman2Elizbthscott zeldman2Egoboy zeldman2Ehithr zeldman2Ejonboy zeldman2Eertnmr zeldman2Ehoney zeldman2Egrets zeldman2Ejfk zeldman2Eert zeldman2Ehrz0 Log Message: towards XHTML compliance Index: zeldman2Efrown =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efrown,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efrown 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Efrown 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/frown\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/frown\" height=\"32\" width=\"32\" alt=\"zeldman frown image\" />"} \ No newline at end of file Index: zeldman2Egjlka =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egjlka,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egjlka 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Egjlka 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gjlka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gjlka\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gjlka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gjlka\" height=\"32\" width=\"32\" alt=\"zeldman gjlka image\" />"} \ No newline at end of file Index: zeldman2Efranfarm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efranfarm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efranfarm 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Efranfarm 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.franfarm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/franfarm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.franfarm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/franfarm\" height=\"32\" width=\"32\" alt=\"zeldman franfarm image\" />"} \ No newline at end of file Index: zeldman2Egrets =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrets,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrets 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Egrets 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grets"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grets\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grets"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grets\" height=\"32\" width=\"32\" alt=\"zeldman grets image\" />"} \ No newline at end of file Index: zeldman2Ehithr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehithr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehithr 22 Oct 2005 02:09:27 -0000 1.2 --- zeldman2Ehithr 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hithr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hithr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hithr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hithr\" height=\"32\" width=\"32\" alt=\"zeldman hithr image\" />"} \ No newline at end of file Index: zeldman2Ejonboy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejonboy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejonboy 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ejonboy 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jonboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jonboy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jonboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jonboy\" height=\"32\" width=\"32\" alt=\"zeldman jonboy image\" />"} \ No newline at end of file Index: zeldman2Elitem =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elitem,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elitem 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Elitem 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.litem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/litem\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.litem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/litem\" height=\"32\" width=\"32\" alt=\"zeldman litem image\" />"} \ No newline at end of file Index: zeldman2Egoobie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egoobie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egoobie 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Egoobie 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goobie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/goobie\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goobie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/goobie\" height=\"32\" width=\"32\" alt=\"zeldman goobie image\" />"} \ No newline at end of file Index: zeldman2Eglo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eglo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eglo 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eglo 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.glo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/glo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.glo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/glo\" height=\"32\" width=\"32\" alt=\"zeldman glo image\" />"} \ No newline at end of file Index: zeldman2Eguit =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eguit,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eguit 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eguit 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.guit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/guit\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.guit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/guit\" height=\"32\" width=\"32\" alt=\"zeldman guit image\" />"} \ No newline at end of file Index: zeldman2Egrn2s =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrn2s,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrn2s 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Egrn2s 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grn2s"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grn2s\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grn2s"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grn2s\" height=\"32\" width=\"32\" alt=\"zeldman grn2s image\" />"} \ No newline at end of file Index: zeldman2ElittlExxon2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2ElittlExxon2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2ElittlExxon2 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2ElittlExxon2 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littlExxon2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/littlExxon2\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littlExxon2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/littlExxon2\" height=\"52\" width=\"44\" alt=\"zeldman littlExxon2 image\" />"} \ No newline at end of file Index: zeldman2Eertnmr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eertnmr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eertnmr 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eertnmr 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ertnmr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ertnmr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ertnmr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ertnmr\" height=\"32\" width=\"32\" alt=\"zeldman ertnmr image\" />"} \ No newline at end of file Index: zeldman2Ejg =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejg 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ejg 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jg\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jg\" height=\"32\" width=\"32\" alt=\"zeldman jg image\" />"} \ No newline at end of file Index: zeldman2Ej =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ej,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ej 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ej 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.j"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/j\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.j"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/j\" height=\"32\" width=\"32\" alt=\"zeldman j image\" />"} \ No newline at end of file Index: zeldman2Ehc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehc 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ehc 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hc\" height=\"32\" width=\"32\" alt=\"zeldman hc image\" />"} \ No newline at end of file Index: zeldman2Ehwo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehwo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehwo 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ehwo 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hwo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hwo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hwo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hwo\" height=\"32\" width=\"32\" alt=\"zeldman hwo image\" />"} \ No newline at end of file Index: zeldman2Egran2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egran2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egran2 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Egran2 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran2\" height=\"32\" width=\"32\" alt=\"zeldman gran2 image\" />"} \ No newline at end of file Index: zeldman2Egoboy =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egoboy,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egoboy 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Egoboy 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/goboy\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/goboy\" height=\"32\" width=\"32\" alt=\"zeldman goboy image\" />"} \ No newline at end of file Index: zeldman2Ejfk =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejfk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejfk 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ejfk 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jfk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jfk\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jfk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jfk\" height=\"32\" width=\"32\" alt=\"zeldman jfk image\" />"} \ No newline at end of file Index: zeldman2Eirish =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eirish,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eirish 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eirish 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.irish"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/irish\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.irish"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/irish\" height=\"32\" width=\"32\" alt=\"zeldman irish image\" />"} \ No newline at end of file Index: zeldman2Eeve =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eeve,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eeve 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eeve 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eve\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eve\" height=\"32\" width=\"32\" alt=\"zeldman eve image\" />"} \ No newline at end of file Index: zeldman2Ehither =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehither,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehither 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ehither 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hither"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hither\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hither"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hither\" height=\"32\" width=\"32\" alt=\"zeldman hither image\" />"} \ No newline at end of file Index: zeldman2Elncln =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elncln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elncln 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Elncln 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lncln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lncln\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lncln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lncln\" height=\"32\" width=\"32\" alt=\"zeldman lncln image\" />"} \ No newline at end of file Index: zeldman2Egr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egr 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Egr 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gr\" height=\"32\" width=\"32\" alt=\"zeldman gr image\" />"} \ No newline at end of file Index: zeldman2Ehector3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehector3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehector3 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ehector3 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hector3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hector3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hector3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hector3\" height=\"32\" width=\"32\" alt=\"zeldman hector3 image\" />"} \ No newline at end of file Index: zeldman2Ehmm1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehmm1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehmm1 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ehmm1 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hmm1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hmm1\" height=\"32\" width=\"32\" alt=\"zeldman hmm1 image\" />"} \ No newline at end of file Index: zeldman2Eert =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eert,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eert 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eert 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ert"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ert\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ert"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ert\" height=\"32\" width=\"32\" alt=\"zeldman ert image\" />"} \ No newline at end of file Index: zeldman2Ehs =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehs 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ehs 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hs\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hs\" height=\"32\" width=\"32\" alt=\"zeldman hs image\" />"} \ No newline at end of file Index: zeldman2Egran5 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egran5,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egran5 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Egran5 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran5\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran5\" height=\"32\" width=\"32\" alt=\"zeldman gran5 image\" />"} \ No newline at end of file Index: zeldman2Elo3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elo3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elo3 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Elo3 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lo3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lo3\" height=\"32\" width=\"32\" alt=\"zeldman lo3 image\" />"} \ No newline at end of file Index: zeldman2Ehrz0 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehrz0,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehrz0 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ehrz0 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hrz0"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hrz0\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hrz0"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hrz0\" height=\"32\" width=\"32\" alt=\"zeldman hrz0 image\" />"} \ No newline at end of file Index: zeldman2Ejoandeer =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejoandeer,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejoandeer 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ejoandeer 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joandeer"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joandeer\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joandeer"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/joandeer\" height=\"32\" width=\"32\" alt=\"zeldman joandeer image\" />"} \ No newline at end of file Index: zeldman2Elizbthscott =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elizbthscott,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elizbthscott 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Elizbthscott 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lizbthscott"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lizbthscott\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lizbthscott"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lizbthscott\" height=\"32\" width=\"32\" alt=\"zeldman lizbthscott image\" />"} \ No newline at end of file Index: zeldman2Ehmm2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehmm2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehmm2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ehmm2 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hmm2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hmm2\" height=\"32\" width=\"32\" alt=\"zeldman hmm2 image\" />"} \ No newline at end of file Index: zeldman2Ehbri =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehbri,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehbri 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ehbri 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hbri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hbri\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hbri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hbri\" height=\"32\" width=\"32\" alt=\"zeldman hbri image\" />"} \ No newline at end of file Index: zeldman2Ehgr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehgr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehgr 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ehgr 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hgr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/hgr\" height=\"32\" width=\"32\" alt=\"zeldman hgr image\" />"} \ No newline at end of file Index: zeldman2Eferndl1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eferndl1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eferndl1 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eferndl1 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ferndl1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ferndl1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ferndl1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ferndl1\" height=\"32\" width=\"32\" alt=\"zeldman ferndl1 image\" />"} \ No newline at end of file Index: zeldman2Eldm87 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eldm87,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eldm87 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eldm87 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldm87"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ldm87\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldm87"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ldm87\" height=\"32\" width=\"32\" alt=\"zeldman ldm87 image\" />"} \ No newline at end of file Index: zeldman2Efrnki =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efrnki,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Efrnki 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Efrnki 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frnki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/frnki\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frnki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/frnki\" height=\"32\" width=\"32\" alt=\"zeldman frnki image\" />"} \ No newline at end of file Index: zeldman2Ekarla =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ekarla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ekarla 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ekarla 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.karla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/karla\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.karla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/karla\" height=\"32\" width=\"32\" alt=\"zeldman karla image\" />"} \ No newline at end of file Index: zeldman2ELA =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2ELA,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2ELA 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2ELA 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.LA"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/LA\" height=\"48\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.LA"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/LA\" height=\"48\" width=\"40\" alt=\"zeldman LA image\" />"} \ No newline at end of file Index: zeldman2Ejapa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejapa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejapa 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ejapa 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.japa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/japa\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.japa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/japa\" height=\"32\" width=\"32\" alt=\"zeldman japa image\" />"} \ No newline at end of file Index: zeldman2Ejackd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejackd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ejackd 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ejackd 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jackd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jackd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jackd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/jackd\" height=\"32\" width=\"32\" alt=\"zeldman jackd image\" />"} \ No newline at end of file Index: zeldman2Egran3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egran3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egran3 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Egran3 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/gran3\" height=\"32\" width=\"32\" alt=\"zeldman gran3 image\" />"} \ No newline at end of file Index: zeldman2Elilboi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Elilboi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Elilboi 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Elilboi 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lilboi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lilboi\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lilboi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/lilboi\" height=\"32\" width=\"32\" alt=\"zeldman lilboi image\" />"} \ No newline at end of file Index: zeldman2Ehoney =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ehoney,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ehoney 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ehoney 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/honey\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/honey\" height=\"32\" width=\"32\" alt=\"zeldman honey image\" />"} \ No newline at end of file Index: zeldman2Egrlh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrlh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrlh 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Egrlh 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grlh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grlh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grlh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grlh\" height=\"32\" width=\"32\" alt=\"zeldman grlh image\" />"} \ No newline at end of file Index: zeldman2Egrki =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrki,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Egrki 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Egrki 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grki\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/grki\" height=\"32\" width=\"32\" alt=\"zeldman grki image\" />"} \ No newline at end of file Index: zeldman2ElittleJeff =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2ElittleJeff,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2ElittleJeff 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2ElittleJeff 3 Jan 2006 04:11:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littleJeff"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/littleJeff\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littleJeff"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/littleJeff\" height=\"52\" width=\"44\" alt=\"zeldman littleJeff image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2300 Modified Files: zeldman2Edwgsa zeldman2Ebbll zeldman2Eclser3 zeldman2Edeadinside zeldman2Edamned2 zeldman2Eblpxt zeldman2Ebluey zeldman2Ebillw zeldman2Ect zeldman2Eeag zeldman2Eblsu zeldman2Ecaryg zeldman2Ebunko zeldman2Ebbl zeldman2Echaric zeldman2Ecico zeldman2Echeese zeldman2Ebatman zeldman2Ecrypty zeldman2Eclownhell zeldman2Ebillie zeldman2Edukem zeldman2Ecamilla zeldman2Edm2 zeldman2Eded zeldman2Edogs zeldman2Ecartop zeldman2Ebgrl zeldman2Eclcol zeldman2Eecila zeldman2Eclwn2 zeldman2Edody zeldman2Ecte2 zeldman2Ebilko zeldman2Ebardot2 zeldman2Ecramps zeldman2Ebumr zeldman2Eedw zeldman2Ebet zeldman2Ecloney Log Message: towards XHTML compliance Index: zeldman2Ebunko =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebunko,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebunko 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ebunko 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bunko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bunko\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bunko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bunko\" height=\"32\" width=\"32\" alt=\"zeldman bunko image\" />"} \ No newline at end of file Index: zeldman2Ebatman =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebatman,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebatman 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebatman 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.batman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/batman\" height=\"51\" width=\"43\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.batman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/batman\" height=\"51\" width=\"43\" alt=\"zeldman batman image\" />"} \ No newline at end of file Index: zeldman2Ecrypty =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecrypty,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecrypty 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ecrypty 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crypty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crypty\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crypty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crypty\" height=\"32\" width=\"32\" alt=\"zeldman crypty image\" />"} \ No newline at end of file Index: zeldman2Ecramps =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecramps,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecramps 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ecramps 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cramps"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cramps\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cramps"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cramps\" height=\"32\" width=\"32\" alt=\"zeldman cramps image\" />"} \ No newline at end of file Index: zeldman2Eedw =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eedw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eedw 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eedw 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.edw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/edw\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.edw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/edw\" height=\"32\" width=\"32\" alt=\"zeldman edw image\" />"} \ No newline at end of file Index: zeldman2Ebillie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebillie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebillie 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ebillie 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/billie\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/billie\" height=\"32\" width=\"32\" alt=\"zeldman billie image\" />"} \ No newline at end of file Index: zeldman2Edogs =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edogs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edogs 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edogs 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dogs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dogs\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dogs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dogs\" height=\"32\" width=\"32\" alt=\"zeldman dogs image\" />"} \ No newline at end of file Index: zeldman2Ebbll =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebbll,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebbll 22 Oct 2005 02:09:27 -0000 1.2 --- zeldman2Ebbll 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbll"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbll\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbll"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbll\" height=\"32\" width=\"32\" alt=\"zeldman bbll image\" />"} \ No newline at end of file Index: zeldman2Ecamilla =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecamilla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecamilla 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ecamilla 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.camilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/camilla\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.camilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/camilla\" height=\"32\" width=\"32\" alt=\"zeldman camilla image\" />"} \ No newline at end of file Index: zeldman2Edm2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edm2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edm2 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Edm2 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dm2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dm2\" height=\"32\" width=\"32\" alt=\"zeldman dm2 image\" />"} \ No newline at end of file Index: zeldman2Eblsu =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eblsu,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eblsu 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eblsu 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blsu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blsu\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blsu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blsu\" height=\"32\" width=\"32\" alt=\"zeldman blsu image\" />"} \ No newline at end of file Index: zeldman2Edukem =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edukem,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edukem 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Edukem 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dukem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dukem\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dukem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dukem\" height=\"32\" width=\"32\" alt=\"zeldman dukem image\" />"} \ No newline at end of file Index: zeldman2Ecico =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecico,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecico 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ecico 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cico"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cico\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cico"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cico\" height=\"32\" width=\"32\" alt=\"zeldman cico image\" />"} \ No newline at end of file Index: zeldman2Edeadinside =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edeadinside,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edeadinside 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edeadinside 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.deadinside"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/deadinside\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.deadinside"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/deadinside\" height=\"32\" width=\"32\" alt=\"zeldman deadinside image\" />"} \ No newline at end of file Index: zeldman2Ect =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ect,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ect 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ect 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ct"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ct\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ct"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ct\" height=\"32\" width=\"32\" alt=\"zeldman ct image\" />"} \ No newline at end of file Index: zeldman2Eclser3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eclser3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eclser3 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eclser3 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clser3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clser3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clser3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clser3\" height=\"32\" width=\"32\" alt=\"zeldman clser3 image\" />"} \ No newline at end of file Index: zeldman2Ebillw =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebillw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebillw 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ebillw 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/billw\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/billw\" height=\"32\" width=\"32\" alt=\"zeldman billw image\" />"} \ No newline at end of file Index: zeldman2Ecaryg =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecaryg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecaryg 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ecaryg 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.caryg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/caryg\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.caryg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/caryg\" height=\"32\" width=\"32\" alt=\"zeldman caryg image\" />"} \ No newline at end of file Index: zeldman2Eclwn2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eclwn2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eclwn2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eclwn2 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clwn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clwn2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clwn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clwn2\" height=\"32\" width=\"32\" alt=\"zeldman clwn2 image\" />"} \ No newline at end of file Index: zeldman2Edody =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edody,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edody 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Edody 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dody\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dody\" height=\"32\" width=\"32\" alt=\"zeldman dody image\" />"} \ No newline at end of file Index: zeldman2Eecila =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eecila,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eecila 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eecila 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ecila"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ecila\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ecila"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ecila\" height=\"32\" width=\"32\" alt=\"zeldman ecila image\" />"} \ No newline at end of file Index: zeldman2Eded =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eded,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eded 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eded 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ded"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ded\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ded"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ded\" height=\"32\" width=\"32\" alt=\"zeldman ded image\" />"} \ No newline at end of file Index: zeldman2Edwgsa =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edwgsa,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edwgsa 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edwgsa 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dwgsa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dwgsa\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dwgsa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dwgsa\" height=\"32\" width=\"32\" alt=\"zeldman dwgsa image\" />"} \ No newline at end of file Index: zeldman2Ebgrl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebgrl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebgrl 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ebgrl 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bgrl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bgrl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bgrl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bgrl\" height=\"32\" width=\"32\" alt=\"zeldman bgrl image\" />"} \ No newline at end of file Index: zeldman2Ebbl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebbl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebbl 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebbl 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbl\" height=\"32\" width=\"32\" alt=\"zeldman bbl image\" />"} \ No newline at end of file Index: zeldman2Eeag =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eeag,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eeag 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eeag 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eag"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eag\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eag"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eag\" height=\"32\" width=\"32\" alt=\"zeldman eag image\" />"} \ No newline at end of file Index: zeldman2Ecartop =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecartop,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecartop 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ecartop 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cartop"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cartop\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cartop"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cartop\" height=\"32\" width=\"32\" alt=\"zeldman cartop image\" />"} \ No newline at end of file Index: zeldman2Ebardot2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebardot2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebardot2 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ebardot2 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bardot2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bardot2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bardot2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bardot2\" height=\"32\" width=\"32\" alt=\"zeldman bardot2 image\" />"} \ No newline at end of file Index: zeldman2Eclcol =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eclcol,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eclcol 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eclcol 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clcol"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clcol\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clcol"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clcol\" height=\"32\" width=\"32\" alt=\"zeldman clcol image\" />"} \ No newline at end of file Index: zeldman2Echaric =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Echaric,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Echaric 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Echaric 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.charic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/charic\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.charic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/charic\" height=\"32\" width=\"32\" alt=\"zeldman charic image\" />"} \ No newline at end of file Index: zeldman2Eclownhell =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eclownhell,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eclownhell 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eclownhell 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clownhell"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clownhell\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clownhell"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/clownhell\" height=\"32\" width=\"32\" alt=\"zeldman clownhell image\" />"} \ No newline at end of file Index: zeldman2Edamned2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edamned2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edamned2 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edamned2 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.damned2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/damned2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.damned2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/damned2\" height=\"32\" width=\"32\" alt=\"zeldman damned2 image\" />"} \ No newline at end of file Index: zeldman2Ebumr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebumr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebumr 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ebumr 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bumr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bumr\" height=\"32\" width=\"32\" alt=\"zeldman bumr image\" />"} \ No newline at end of file Index: zeldman2Ebilko =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebilko,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebilko 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebilko 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bilko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bilko\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bilko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bilko\" height=\"32\" width=\"32\" alt=\"zeldman bilko image\" />"} \ No newline at end of file Index: zeldman2Eblpxt =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eblpxt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eblpxt 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eblpxt 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blpxt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blpxt\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blpxt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blpxt\" height=\"32\" width=\"32\" alt=\"zeldman blpxt image\" />"} \ No newline at end of file Index: zeldman2Ecte2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecte2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecte2 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ecte2 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cte2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cte2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cte2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cte2\" height=\"32\" width=\"32\" alt=\"zeldman cte2 image\" />"} \ No newline at end of file Index: zeldman2Ecloney =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecloney,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecloney 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ecloney 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cloney"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cloney\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cloney"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cloney\" height=\"32\" width=\"32\" alt=\"zeldman cloney image\" />"} \ No newline at end of file Index: zeldman2Echeese =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Echeese,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Echeese 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Echeese 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cheese"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cheese\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cheese"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cheese\" height=\"32\" width=\"32\" alt=\"zeldman cheese image\" />"} \ No newline at end of file Index: zeldman2Ebluey =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebluey,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebluey 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ebluey 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bluey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bluey\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bluey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bluey\" height=\"32\" width=\"32\" alt=\"zeldman bluey image\" />"} \ No newline at end of file Index: zeldman2Ebet =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebet,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebet 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ebet 3 Jan 2006 04:10:57 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bet\" height=\"47\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bet\" height=\"47\" width=\"44\" alt=\"zeldman bet image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2213 Modified Files: zeldman2Edodele2 zeldman2Edrf zeldman2Ecpn53 zeldman2Ebujo zeldman2Ecup zeldman2Econnie zeldman2Ecrnl zeldman2Edvidpane zeldman2Eeduardo zeldman2Edaphne zeldman2Edarla zeldman2Edance3 zeldman2Eclaudia zeldman2Ebif zeldman2Eelfis zeldman2Ecrimson zeldman2Ecarni zeldman2Ebebe zeldman2Edoody zeldman2Ebarbara zeldman2Eche zeldman2Ecap zeldman2Ebeads zeldman2Ecnote zeldman2Ebumr2 zeldman2Edoc zeldman2Ebbstl zeldman2Edna zeldman2Echristbutton zeldman2Ebathead zeldman2Ecorner zeldman2Ecumu99 zeldman2Edundo2 zeldman2Echet zeldman2Echiefdan zeldman2Eboyee zeldman2Ebty zeldman2Ebog zeldman2Eendo zeldman2Eblock zeldman2Eblabra zeldman2Ebd zeldman2Eboss zeldman2Eby zeldman2Ebet9mil zeldman2Ecatc zeldman2Ecrest zeldman2Edrumfan zeldman2Edurn zeldman2Ebl Log Message: towards XHTML compliance Index: zeldman2Edarla =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edarla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edarla 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Edarla 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.darla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/darla\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.darla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/darla\" height=\"32\" width=\"32\" alt=\"zeldman darla image\" />"} \ No newline at end of file Index: zeldman2Ebty =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebty,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebty 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ebty 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bty\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bty\" height=\"32\" width=\"32\" alt=\"zeldman bty image\" />"} \ No newline at end of file Index: zeldman2Ecap =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecap,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecap 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ecap 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cap\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cap\" height=\"32\" width=\"32\" alt=\"zeldman cap image\" />"} \ No newline at end of file Index: zeldman2Edoody =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edoody,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edoody 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Edoody 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/doody\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/doody\" height=\"32\" width=\"32\" alt=\"zeldman doody image\" />"} \ No newline at end of file Index: zeldman2Ebet9mil =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebet9mil,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebet9mil 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ebet9mil 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet9mil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bet9mil\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet9mil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bet9mil\" height=\"32\" width=\"32\" alt=\"zeldman bet9mil image\" />"} \ No newline at end of file Index: zeldman2Ebebe =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebebe,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebebe 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Ebebe 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bebe\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bebe\" height=\"32\" width=\"32\" alt=\"zeldman bebe image\" />"} \ No newline at end of file Index: zeldman2Ebif =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebif,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebif 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ebif 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bif"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bif\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bif"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bif\" height=\"32\" width=\"32\" alt=\"zeldman bif image\" />"} \ No newline at end of file Index: zeldman2Ecumu99 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecumu99,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecumu99 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Ecumu99 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cumu99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cumu99\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cumu99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cumu99\" height=\"32\" width=\"32\" alt=\"zeldman cumu99 image\" />"} \ No newline at end of file Index: zeldman2Echristbutton =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Echristbutton,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Echristbutton 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Echristbutton 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.christbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/christbutton\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.christbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/christbutton\" height=\"52\" width=\"44\" alt=\"zeldman christbutton image\" />"} \ No newline at end of file Index: zeldman2Eendo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eendo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eendo 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eendo 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.endo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/endo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.endo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/endo\" height=\"32\" width=\"32\" alt=\"zeldman endo image\" />"} \ No newline at end of file Index: zeldman2Econnie =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Econnie,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Econnie 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Econnie 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.connie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/connie\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.connie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/connie\" height=\"32\" width=\"32\" alt=\"zeldman connie image\" />"} \ No newline at end of file Index: zeldman2Echet =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Echet,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Echet 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Echet 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/chet\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/chet\" height=\"32\" width=\"32\" alt=\"zeldman chet image\" />"} \ No newline at end of file Index: zeldman2Ebog =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebog 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebog 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bog"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bog\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bog"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bog\" height=\"32\" width=\"32\" alt=\"zeldman bog image\" />"} \ No newline at end of file Index: zeldman2Edoc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edoc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edoc 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edoc 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/doc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/doc\" height=\"32\" width=\"32\" alt=\"zeldman doc image\" />"} \ No newline at end of file Index: zeldman2Ebbstl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebbstl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebbstl 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ebbstl 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbstl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbstl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbstl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bbstl\" height=\"32\" width=\"32\" alt=\"zeldman bbstl image\" />"} \ No newline at end of file Index: zeldman2Edundo2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edundo2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edundo2 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Edundo2 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dundo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dundo2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dundo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dundo2\" height=\"32\" width=\"32\" alt=\"zeldman dundo2 image\" />"} \ No newline at end of file Index: zeldman2Edna =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edna,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edna 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Edna 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dna"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dna\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dna"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dna\" height=\"32\" width=\"32\" alt=\"zeldman dna image\" />"} \ No newline at end of file Index: zeldman2Ecrimson =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecrimson,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecrimson 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ecrimson 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crimson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crimson\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crimson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crimson\" height=\"32\" width=\"32\" alt=\"zeldman crimson image\" />"} \ No newline at end of file Index: zeldman2Ecrnl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecrnl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecrnl 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ecrnl 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crnl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crnl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crnl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crnl\" height=\"32\" width=\"32\" alt=\"zeldman crnl image\" />"} \ No newline at end of file Index: zeldman2Edodele2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edodele2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edodele2 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Edodele2 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dodele2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dodele2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dodele2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dodele2\" height=\"32\" width=\"32\" alt=\"zeldman dodele2 image\" />"} \ No newline at end of file Index: zeldman2Ecrest =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecrest,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecrest 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ecrest 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crest\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/crest\" height=\"32\" width=\"32\" alt=\"zeldman crest image\" />"} \ No newline at end of file Index: zeldman2Ebarbara =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebarbara,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebarbara 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ebarbara 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbara"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barbara\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbara"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barbara\" height=\"32\" width=\"32\" alt=\"zeldman barbara image\" />"} \ No newline at end of file Index: zeldman2Eeduardo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eeduardo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eeduardo 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eeduardo 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eduardo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eduardo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eduardo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/eduardo\" height=\"32\" width=\"32\" alt=\"zeldman eduardo image\" />"} \ No newline at end of file Index: zeldman2Ecarni =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecarni,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecarni 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ecarni 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.carni"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/carni\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.carni"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/carni\" height=\"32\" width=\"32\" alt=\"zeldman carni image\" />"} \ No newline at end of file Index: zeldman2Ebujo =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebujo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebujo 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ebujo 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bujo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bujo\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bujo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bujo\" height=\"32\" width=\"32\" alt=\"zeldman bujo image\" />"} \ No newline at end of file Index: zeldman2Eche =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eche,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eche 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eche 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.che"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/che\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.che"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/che\" height=\"32\" width=\"32\" alt=\"zeldman che image\" />"} \ No newline at end of file Index: zeldman2Edvidpane =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edvidpane,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edvidpane 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Edvidpane 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dvidpane"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dvidpane\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dvidpane"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dvidpane\" height=\"32\" width=\"32\" alt=\"zeldman dvidpane image\" />"} \ No newline at end of file Index: zeldman2Ecpn53 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecpn53,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecpn53 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ecpn53 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cpn53"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cpn53\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cpn53"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cpn53\" height=\"32\" width=\"32\" alt=\"zeldman cpn53 image\" />"} \ No newline at end of file Index: zeldman2Ecup =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecup,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecup 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ecup 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cup\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cup\" height=\"32\" width=\"32\" alt=\"zeldman cup image\" />"} \ No newline at end of file Index: zeldman2Ebumr2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebumr2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebumr2 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebumr2 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bumr2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bumr2\" height=\"32\" width=\"32\" alt=\"zeldman bumr2 image\" />"} \ No newline at end of file Index: zeldman2Eclaudia =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eclaudia,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eclaudia 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eclaudia 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.claudia"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/claudia\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.claudia"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/claudia\" height=\"32\" width=\"32\" alt=\"zeldman claudia image\" />"} \ No newline at end of file Index: zeldman2Edrf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edrf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edrf 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Edrf 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/drf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/drf\" height=\"32\" width=\"32\" alt=\"zeldman drf image\" />"} \ No newline at end of file Index: zeldman2Ecorner =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecorner,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecorner 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ecorner 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.corner"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/corner\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.corner"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/corner\" height=\"32\" width=\"32\" alt=\"zeldman corner image\" />"} \ No newline at end of file Index: zeldman2Eblabra =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eblabra,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eblabra 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eblabra 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blabra"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blabra\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blabra"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/blabra\" height=\"32\" width=\"32\" alt=\"zeldman blabra image\" />"} \ No newline at end of file Index: zeldman2Eblock =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eblock,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eblock 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eblock 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.block"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/block\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.block"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/block\" height=\"32\" width=\"32\" alt=\"zeldman block image\" />"} \ No newline at end of file Index: zeldman2Edurn =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edurn,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edurn 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Edurn 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.durn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/durn\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.durn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/durn\" height=\"32\" width=\"32\" alt=\"zeldman durn image\" />"} \ No newline at end of file Index: zeldman2Eelfis =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eelfis,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eelfis 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eelfis 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.elfis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/elfis\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.elfis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/elfis\" height=\"32\" width=\"32\" alt=\"zeldman elfis image\" />"} \ No newline at end of file Index: zeldman2Edance3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edance3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edance3 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Edance3 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dance3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dance3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dance3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/dance3\" height=\"32\" width=\"32\" alt=\"zeldman dance3 image\" />"} \ No newline at end of file Index: zeldman2Edrumfan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edrumfan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edrumfan 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edrumfan 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drumfan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/drumfan\" height=\"52\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drumfan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/drumfan\" height=\"52\" width=\"44\" alt=\"zeldman drumfan image\" />"} \ No newline at end of file Index: zeldman2Ebd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebd 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ebd 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bd\" height=\"32\" width=\"32\" alt=\"zeldman bd image\" />"} \ No newline at end of file Index: zeldman2Eboyee =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eboyee,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eboyee 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eboyee 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boyee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/boyee\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boyee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/boyee\" height=\"32\" width=\"32\" alt=\"zeldman boyee image\" />"} \ No newline at end of file Index: zeldman2Ebathead =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebathead,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebathead 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ebathead 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bathead"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bathead\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bathead"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bathead\" height=\"32\" width=\"32\" alt=\"zeldman bathead image\" />"} \ No newline at end of file Index: zeldman2Echiefdan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Echiefdan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Echiefdan 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Echiefdan 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chiefdan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/chiefdan\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chiefdan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/chiefdan\" height=\"32\" width=\"32\" alt=\"zeldman chiefdan image\" />"} \ No newline at end of file Index: zeldman2Eboss =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eboss,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eboss 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eboss 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/boss\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/boss\" height=\"32\" width=\"32\" alt=\"zeldman boss image\" />"} \ No newline at end of file Index: zeldman2Ebl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebl 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ebl 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bl\" height=\"32\" width=\"32\" alt=\"zeldman bl image\" />"} \ No newline at end of file Index: zeldman2Ecatc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecatc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecatc 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ecatc 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.catc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/catc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.catc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/catc\" height=\"32\" width=\"32\" alt=\"zeldman catc image\" />"} \ No newline at end of file Index: zeldman2Edaphne =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edaphne,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Edaphne 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Edaphne 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.daphne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/daphne\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.daphne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/daphne\" height=\"32\" width=\"32\" alt=\"zeldman daphne image\" />"} \ No newline at end of file Index: zeldman2Ecnote =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ecnote,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ecnote 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ecnote 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cnote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cnote\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cnote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/cnote\" height=\"32\" width=\"32\" alt=\"zeldman cnote image\" />"} \ No newline at end of file Index: zeldman2Eby =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eby,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eby 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eby 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.by"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/by\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.by"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/by\" height=\"32\" width=\"32\" alt=\"zeldman by image\" />"} \ No newline at end of file Index: zeldman2Ebeads =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebeads,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebeads 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Ebeads 3 Jan 2006 04:10:45 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.beads"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/beads\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.beads"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/beads\" height=\"32\" width=\"32\" alt=\"zeldman beads image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1407 Modified Files: zeldman2Eax zeldman2Eabat zeldman2Eaz zeldman2Eacc zeldman2Eahat zeldman2Eacg zeldman2Earc4 zeldman2Earat zeldman2Eaca zeldman2Eatwi zeldman2Eace zeldman2Eacb zeldman2E93kr72 zeldman2Eacf zeldman2Ealic zeldman2E93kr73 zeldman2Earthr zeldman2Eangel zeldman2Eaprof zeldman2Ebabijan zeldman2Ealegirl zeldman2E823832 zeldman2Eadb zeldman2Eatomic zeldman2Easgwd zeldman2Ebarb3 zeldman2Eadf zeldman2Eadc zeldman2Eaxis zeldman2Eadg zeldman2Eadd zeldman2Eada zeldman2Eadh zeldman2Eascln zeldman2E890 zeldman2Ealice zeldman2Ealtair zeldman2Ebarbar zeldman2Eadm zeldman2Eaab zeldman2Ebadpriest zeldman2Eb2 zeldman2Eanimfi zeldman2Eaaf zeldman2Eaac zeldman2Easlcn zeldman2Eb3 zeldman2Eb4 zeldman2Eaad zeldman2Eb5 Log Message: towards XHTML compliance Index: zeldman2Ealice =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealice 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ealice 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alice"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alice\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alice"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alice\" height=\"32\" width=\"32\" alt=\"zeldman alice image\" />"} \ No newline at end of file Index: zeldman2Earthr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Earthr,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Earthr 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Earthr 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arthr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arthr\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arthr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arthr\" height=\"32\" width=\"32\" alt=\"zeldman arthr image\" />"} \ No newline at end of file Index: zeldman2Eaxis =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaxis,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaxis 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eaxis 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.axis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/axis\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.axis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/axis\" height=\"32\" width=\"32\" alt=\"zeldman axis image\" />"} \ No newline at end of file Index: zeldman2Ealegirl =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealegirl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealegirl 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Ealegirl 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alegirl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alegirl\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alegirl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alegirl\" height=\"32\" width=\"32\" alt=\"zeldman alegirl image\" />"} \ No newline at end of file Index: zeldman2Eaca =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaca,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaca 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eaca 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aca"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aca\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aca"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aca\" height=\"32\" width=\"32\" alt=\"zeldman aca image\" />"} \ No newline at end of file Index: zeldman2Ealtair =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealtair,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealtair 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ealtair 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altair"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/altair\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altair"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/altair\" height=\"32\" width=\"32\" alt=\"zeldman altair image\" />"} \ No newline at end of file Index: zeldman2Ebadpriest =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebadpriest,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebadpriest 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Ebadpriest 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.badpriest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/badpriest\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.badpriest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/badpriest\" height=\"32\" width=\"32\" alt=\"zeldman badpriest image\" />"} \ No newline at end of file Index: zeldman2Eaz =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaz,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaz 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eaz 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.az"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/az\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.az"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/az\" height=\"32\" width=\"32\" alt=\"zeldman az image\" />"} \ No newline at end of file Index: zeldman2Eadc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadc 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eadc 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adc\" height=\"32\" width=\"32\" alt=\"zeldman adc image\" />"} \ No newline at end of file Index: zeldman2Eax =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eax,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eax 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eax 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ax"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ax\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ax"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ax\" height=\"32\" width=\"32\" alt=\"zeldman ax image\" />"} \ No newline at end of file Index: zeldman2Eangel =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eangel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eangel 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eangel 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.angel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/angel\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.angel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/angel\" height=\"32\" width=\"32\" alt=\"zeldman angel image\" />"} \ No newline at end of file Index: zeldman2Eadb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadb 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eadb 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adb\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adb\" height=\"32\" width=\"32\" alt=\"zeldman adb image\" />"} \ No newline at end of file Index: zeldman2Eacf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eacf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eacf 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eacf 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acf\" height=\"32\" width=\"32\" alt=\"zeldman acf image\" />"} \ No newline at end of file Index: zeldman2Eb3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb3 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eb3 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b3\" height=\"32\" width=\"32\" alt=\"zeldman b3 image\" />"} \ No newline at end of file Index: zeldman2Eb2 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb2,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb2 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eb2 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b2\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b2\" height=\"32\" width=\"32\" alt=\"zeldman b2 image\" />"} \ No newline at end of file Index: zeldman2Eada =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eada,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eada 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eada 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ada"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ada\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ada"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ada\" height=\"32\" width=\"32\" alt=\"zeldman ada image\" />"} \ No newline at end of file Index: zeldman2Eadg =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadg 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eadg 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adg\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adg\" height=\"32\" width=\"32\" alt=\"zeldman adg image\" />"} \ No newline at end of file Index: zeldman2Eadf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadf 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eadf 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adf\" height=\"32\" width=\"32\" alt=\"zeldman adf image\" />"} \ No newline at end of file Index: zeldman2Eb5 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb5,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb5 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eb5 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b5\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b5\" height=\"32\" width=\"32\" alt=\"zeldman b5 image\" />"} \ No newline at end of file Index: zeldman2Eadd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadd 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eadd 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.add"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/add\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.add"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/add\" height=\"32\" width=\"32\" alt=\"zeldman add image\" />"} \ No newline at end of file Index: zeldman2E823832 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E823832,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E823832 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2E823832 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.823832"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/823832\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.823832"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/823832\" height=\"32\" width=\"32\" alt=\"zeldman 823832 image\" />"} \ No newline at end of file Index: zeldman2Eadh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadh 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eadh 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adh\" height=\"50\" width=\"44\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adh\" height=\"50\" width=\"44\" alt=\"zeldman adh image\" />"} \ No newline at end of file Index: zeldman2Eadm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadm 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eadm 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adm\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/adm\" height=\"32\" width=\"32\" alt=\"zeldman adm image\" />"} \ No newline at end of file Index: zeldman2E890 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E890,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E890 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2E890 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.890"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/890\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.890"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/890\" height=\"32\" width=\"32\" alt=\"zeldman 890 image\" />"} \ No newline at end of file Index: zeldman2Ebabijan =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebabijan,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebabijan 22 Oct 2005 02:09:27 -0000 1.2 --- zeldman2Ebabijan 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.babijan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/babijan\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.babijan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/babijan\" height=\"32\" width=\"32\" alt=\"zeldman babijan image\" />"} \ No newline at end of file Index: zeldman2Earat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Earat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Earat 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Earat 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arat\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arat\" height=\"32\" width=\"32\" alt=\"zeldman arat image\" />"} \ No newline at end of file Index: zeldman2Eascln =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eascln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eascln 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eascln 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ascln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ascln\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ascln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ascln\" height=\"32\" width=\"32\" alt=\"zeldman ascln image\" />"} \ No newline at end of file Index: zeldman2Eb4 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb4 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eb4 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b4\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b4\" height=\"32\" width=\"32\" alt=\"zeldman b4 image\" />"} \ No newline at end of file Index: zeldman2Ealic =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealic,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealic 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Ealic 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alic\" height=\"100\" width=\"80\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alic\" height=\"100\" width=\"80\" alt=\"zeldman alic image\" />"} \ No newline at end of file Index: zeldman2Eacb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eacb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eacb 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eacb 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acb\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acb\" height=\"32\" width=\"32\" alt=\"zeldman acb image\" />"} \ No newline at end of file Index: zeldman2Ebarb3 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebarb3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebarb3 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebarb3 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barb3\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barb3\" height=\"32\" width=\"32\" alt=\"zeldman barb3 image\" />"} \ No newline at end of file Index: zeldman2Easlcn =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Easlcn,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Easlcn 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Easlcn 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aslcn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aslcn\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aslcn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aslcn\" height=\"32\" width=\"32\" alt=\"zeldman aslcn image\" />"} \ No newline at end of file Index: zeldman2Eanimfi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eanimfi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eanimfi 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eanimfi 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.animfi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/animfi\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.animfi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/animfi\" height=\"32\" width=\"32\" alt=\"zeldman animfi image\" />"} \ No newline at end of file Index: zeldman2Ebarbar =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebarbar,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebarbar 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ebarbar 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbar"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barbar\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbar"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barbar\" height=\"32\" width=\"32\" alt=\"zeldman barbar image\" />"} \ No newline at end of file Index: zeldman2Eatomic =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eatomic,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eatomic 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eatomic 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atomic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atomic\" height=\"50\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atomic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atomic\" height=\"50\" width=\"40\" alt=\"zeldman atomic image\" />"} \ No newline at end of file Index: zeldman2Earc4 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Earc4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Earc4 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Earc4 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arc4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arc4\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arc4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/arc4\" height=\"32\" width=\"32\" alt=\"zeldman arc4 image\" />"} \ No newline at end of file Index: zeldman2E93kr73 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E93kr73,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E93kr73 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2E93kr73 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr73"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/93kr73\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr73"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/93kr73\" height=\"32\" width=\"32\" alt=\"zeldman 93kr73 image\" />"} \ No newline at end of file Index: zeldman2Eahat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eahat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eahat 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eahat 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ahat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ahat\" height=\"50\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ahat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ahat\" height=\"50\" width=\"40\" alt=\"zeldman ahat image\" />"} \ No newline at end of file Index: zeldman2Eatwi =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eatwi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eatwi 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eatwi 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atwi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atwi\" height=\"50\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atwi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atwi\" height=\"50\" width=\"40\" alt=\"zeldman atwi image\" />"} \ No newline at end of file Index: zeldman2Eacg =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eacg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eacg 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eacg 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acg\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acg\" height=\"32\" width=\"32\" alt=\"zeldman acg image\" />"} \ No newline at end of file Index: zeldman2Eabat =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabat 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eabat 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abat\" height=\"50\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abat\" height=\"50\" width=\"40\" alt=\"zeldman abat image\" />"} \ No newline at end of file Index: zeldman2Easgwd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Easgwd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Easgwd 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Easgwd 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.asgwd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/asgwd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.asgwd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/asgwd\" height=\"32\" width=\"32\" alt=\"zeldman asgwd image\" />"} \ No newline at end of file Index: zeldman2Eaad =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaad,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaad 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eaad 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aad"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aad\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aad"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aad\" height=\"32\" width=\"32\" alt=\"zeldman aad image\" />"} \ No newline at end of file Index: zeldman2Eacc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eacc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eacc 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eacc 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/acc\" height=\"32\" width=\"32\" alt=\"zeldman acc image\" />"} \ No newline at end of file Index: zeldman2Eaaf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaaf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaaf 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eaaf 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aaf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aaf\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aaf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aaf\" height=\"32\" width=\"32\" alt=\"zeldman aaf image\" />"} \ No newline at end of file Index: zeldman2Eace =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eace,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eace 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eace 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ace"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ace\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ace"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ace\" height=\"32\" width=\"32\" alt=\"zeldman ace image\" />"} \ No newline at end of file Index: zeldman2Eaprof =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaprof,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaprof 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eaprof 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aprof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aprof\" height=\"50\" width=\"40\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aprof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aprof\" height=\"50\" width=\"40\" alt=\"zeldman aprof image\" />"} \ No newline at end of file Index: zeldman2E93kr72 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E93kr72,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E93kr72 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2E93kr72 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr72"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/93kr72\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr72"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/93kr72\" height=\"32\" width=\"32\" alt=\"zeldman 93kr72 image\" />"} \ No newline at end of file Index: zeldman2Eaab =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaab,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaab 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Eaab 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aab"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aab\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aab"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aab\" height=\"32\" width=\"32\" alt=\"zeldman aab image\" />"} \ No newline at end of file Index: zeldman2Eaac =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eaac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eaac 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eaac 3 Jan 2006 04:08:27 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aac"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aac\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aac"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/aac\" height=\"32\" width=\"32\" alt=\"zeldman aac image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1599 Modified Files: zeldman2Eazz zeldman2Eargh zeldman2Eb6 zeldman2Eb1 zeldman2Ebang zeldman2Eb7 zeldman2Eb8 zeldman2Ebarb zeldman2Eatilla zeldman2Ealfred zeldman2Eabd zeldman2E77 zeldman2Eabb zeldman2Eabe zeldman2Eadvt zeldman2Eabf zeldman2Eabc zeldman2Eap zeldman2Eabg zeldman2Ealtbarn zeldman2Eastin zeldman2E999 Log Message: towards XHTML compliance Index: zeldman2Eargh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eargh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eargh 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eargh 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.argh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/argh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.argh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/argh\" height=\"32\" width=\"32\" alt=\"zeldman argh image\" />"} \ No newline at end of file Index: zeldman2Ebang =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebang,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebang 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ebang 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bang"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bang\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bang"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/bang\" height=\"32\" width=\"32\" alt=\"zeldman bang image\" />"} \ No newline at end of file Index: zeldman2Ealfred =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealfred,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealfred 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Ealfred 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alfred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alfred\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alfred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/alfred\" height=\"32\" width=\"32\" alt=\"zeldman alfred image\" />"} \ No newline at end of file Index: zeldman2Eap =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eap,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eap 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2Eap 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ap\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/ap\" height=\"32\" width=\"32\" alt=\"zeldman ap image\" />"} \ No newline at end of file Index: zeldman2Eabg =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabg 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eabg 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abg\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abg\" height=\"32\" width=\"32\" alt=\"zeldman abg image\" />"} \ No newline at end of file Index: zeldman2Eabe =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabe,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabe 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eabe 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abe\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abe\" height=\"32\" width=\"32\" alt=\"zeldman abe image\" />"} \ No newline at end of file Index: zeldman2Eabd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabd 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eabd 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abd\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abd\" height=\"32\" width=\"32\" alt=\"zeldman abd image\" />"} \ No newline at end of file Index: zeldman2Eb1 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb1 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eb1 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b1\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b1\" height=\"32\" width=\"32\" alt=\"zeldman b1 image\" />"} \ No newline at end of file Index: zeldman2Eabf =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabf 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eabf 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abf\" height=\"50\" width=\"38\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abf\" height=\"50\" width=\"38\" alt=\"zeldman abf image\" />"} \ No newline at end of file Index: zeldman2Eb7 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb7,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb7 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eb7 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b7\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b7\" height=\"32\" width=\"32\" alt=\"zeldman b7 image\" />"} \ No newline at end of file Index: zeldman2Eb6 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb6,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb6 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2Eb6 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b6\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b6\" height=\"32\" width=\"32\" alt=\"zeldman b6 image\" />"} \ No newline at end of file Index: zeldman2Eabc =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabc 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Eabc 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abc\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abc\" height=\"32\" width=\"32\" alt=\"zeldman abc image\" />"} \ No newline at end of file Index: zeldman2Eabb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eabb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eabb 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2Eabb 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abb\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/abb\" height=\"32\" width=\"32\" alt=\"zeldman abb image\" />"} \ No newline at end of file Index: zeldman2Ebarb =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebarb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ebarb 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2Ebarb 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barb\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/barb\" height=\"32\" width=\"32\" alt=\"zeldman barb image\" />"} \ No newline at end of file Index: zeldman2Eb8 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eb8,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eb8 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eb8 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b8\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/b8\" height=\"32\" width=\"32\" alt=\"zeldman b8 image\" />"} \ No newline at end of file Index: zeldman2Eastin =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eastin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eastin 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2Eastin 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.astin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/astin\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.astin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/astin\" height=\"32\" width=\"32\" alt=\"zeldman astin image\" />"} \ No newline at end of file Index: zeldman2Eadvt =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eadvt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eadvt 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2Eadvt 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.advt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/advt\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.advt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/advt\" height=\"32\" width=\"32\" alt=\"zeldman advt image\" />"} \ No newline at end of file Index: zeldman2Ealtbarn =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealtbarn,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Ealtbarn 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2Ealtbarn 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altbarn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/altbarn\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altbarn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/altbarn\" height=\"32\" width=\"32\" alt=\"zeldman altbarn image\" />"} \ No newline at end of file Index: zeldman2Eazz =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eazz,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eazz 22 Oct 2005 02:09:03 -0000 1.2 --- zeldman2Eazz 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.azz"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/azz\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.azz"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/azz\" height=\"32\" width=\"32\" alt=\"zeldman azz image\" />"} \ No newline at end of file Index: zeldman2E77 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E77,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E77 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2E77 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.77"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/77\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.77"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/77\" height=\"32\" width=\"32\" alt=\"zeldman 77 image\" />"} \ No newline at end of file Index: zeldman2E999 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E999,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E999 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2E999 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.999"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/999\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.999"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/999\" height=\"32\" width=\"32\" alt=\"zeldman 999 image\" />"} \ No newline at end of file Index: zeldman2Eatilla =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eatilla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2Eatilla 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2Eatilla 3 Jan 2006 04:08:43 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atilla\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/atilla\" height=\"32\" width=\"32\" alt=\"zeldman atilla image\" />"} \ No newline at end of file |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1084 Modified Files: zeldman2E4nb6 zeldman2E50001 zeldman2E52 zeldman2E54 zeldman2E58 zeldman2E543jh zeldman2E277 zeldman2E39xu zeldman2E134006 zeldman2E545 zeldman2E723149 zeldman2E30330 zeldman2E656574w zeldman2E51 zeldman2E55 zeldman2E70sby zeldman2E57 zeldman2E765432 Log Message: towards XHTML compliance Index: zeldman2E543jh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E543jh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E543jh 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2E543jh 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.543jh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/543jh\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.543jh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/543jh\" height=\"32\" width=\"32\" alt=\"zeldman 543jh image\" />"} \ No newline at end of file Index: zeldman2E50001 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E50001,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E50001 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2E50001 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.50001"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/50001\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.50001"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/50001\" height=\"32\" width=\"32\" alt=\"zeldman 50001 image\" />"} \ No newline at end of file Index: zeldman2E39xu =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E39xu,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E39xu 22 Oct 2005 02:09:49 -0000 1.2 --- zeldman2E39xu 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.39xu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/39xu\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.39xu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/39xu\" height=\"32\" width=\"32\" alt=\"zeldman 39xu image\" />"} \ No newline at end of file Index: zeldman2E30330 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E30330,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E30330 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2E30330 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.30330"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/30330\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.30330"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/30330\" height=\"32\" width=\"32\" alt=\"zeldman 30330 image\" />"} \ No newline at end of file Index: zeldman2E4nb6 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E4nb6,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E4nb6 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2E4nb6 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.4nb6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/4nb6\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.4nb6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/4nb6\" height=\"32\" width=\"32\" alt=\"zeldman 4nb6 image\" />"} \ No newline at end of file Index: zeldman2E70sby =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E70sby,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E70sby 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2E70sby 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.70sby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/70sby\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.70sby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/70sby\" height=\"32\" width=\"32\" alt=\"zeldman 70sby image\" />"} \ No newline at end of file Index: zeldman2E54 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E54,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E54 22 Oct 2005 02:09:28 -0000 1.2 --- zeldman2E54 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.54"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/54\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.54"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/54\" height=\"32\" width=\"32\" alt=\"zeldman 54 image\" />"} \ No newline at end of file Index: zeldman2E134006 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E134006,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E134006 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2E134006 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.134006"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/134006\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.134006"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/134006\" height=\"32\" width=\"32\" alt=\"zeldman 134006 image\" />"} \ No newline at end of file Index: zeldman2E723149 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E723149,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E723149 22 Oct 2005 02:09:34 -0000 1.2 --- zeldman2E723149 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.723149"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/723149\" height=\"64\" width=\"64\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.723149"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/723149\" height=\"64\" width=\"64\" alt=\"zeldman 723149 image\" />"} \ No newline at end of file Index: zeldman2E57 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E57,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E57 22 Oct 2005 02:09:27 -0000 1.2 --- zeldman2E57 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.57"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/57\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.57"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/57\" height=\"32\" width=\"32\" alt=\"zeldman 57 image\" />"} \ No newline at end of file Index: zeldman2E545 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E545,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E545 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2E545 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.545"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/545\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.545"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/545\" height=\"32\" width=\"32\" alt=\"zeldman 545 image\" />"} \ No newline at end of file Index: zeldman2E55 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E55,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E55 22 Oct 2005 02:09:21 -0000 1.2 --- zeldman2E55 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.55"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/55\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.55"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/55\" height=\"32\" width=\"32\" alt=\"zeldman 55 image\" />"} \ No newline at end of file Index: zeldman2E52 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E52,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E52 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2E52 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.52"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/52\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.52"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/52\" height=\"32\" width=\"32\" alt=\"zeldman 52 image\" />"} \ No newline at end of file Index: zeldman2E58 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E58,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E58 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2E58 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.58"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/58\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.58"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/58\" height=\"32\" width=\"32\" alt=\"zeldman 58 image\" />"} \ No newline at end of file Index: zeldman2E277 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E277,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E277 22 Oct 2005 02:09:54 -0000 1.2 --- zeldman2E277 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.277"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/277\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.277"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/277\" height=\"32\" width=\"32\" alt=\"zeldman 277 image\" />"} \ No newline at end of file Index: zeldman2E51 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E51,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E51 22 Oct 2005 02:10:00 -0000 1.2 --- zeldman2E51 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.51"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/51\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.51"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/51\" height=\"32\" width=\"32\" alt=\"zeldman 51 image\" />"} \ No newline at end of file Index: zeldman2E656574w =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E656574w,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E656574w 22 Oct 2005 02:09:43 -0000 1.2 --- zeldman2E656574w 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.656574w"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/656574w\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.656574w"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/656574w\" height=\"32\" width=\"32\" alt=\"zeldman 656574w image\" />"} \ No newline at end of file Index: zeldman2E765432 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E765432,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zeldman2E765432 22 Oct 2005 02:09:11 -0000 1.2 --- zeldman2E765432 3 Jan 2006 04:07:52 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.765432"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/765432\" height=\"32\" width=\"32\"/>"} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.765432"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "resources/icons/zeldman/765432\" height=\"32\" width=\"32\" alt=\"zeldman 765432 image\" />"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-12-31 20:23:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22820 Modified Files: WinLand.rc Log Message: more tweaks for display of menu items Index: WinLand.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/WinLand.rc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** WinLand.rc 1 Nov 2005 19:12:07 -0000 1.10 --- WinLand.rc 31 Dec 2005 20:23:07 -0000 1.11 *************** *** 353,361 **** MENUITEM "Plain Text", stylemenu+plainitem MENUITEM SEPARATOR ! MENUITEM "Bold", stylemenu+bolditem ! MENUITEM "Italic", stylemenu+italicitem ! MENUITEM "Underline", stylemenu+underlineitem ! MENUITEM "Outline", stylemenu+outlineitem ! MENUITEM "Shadow", stylemenu+shadowitem MENUITEM "Superscript", stylemenu+superscriptitem MENUITEM "Subscript", stylemenu+subscriptitem --- 353,361 ---- MENUITEM "Plain Text", stylemenu+plainitem MENUITEM SEPARATOR ! MENUITEM "&Bold\tCtrl+Shift+B", stylemenu+bolditem ! MENUITEM "&Italic\tCtrl+Shift+I", stylemenu+italicitem ! MENUITEM "&Underline\tCtrl+Shift+U", stylemenu+underlineitem ! MENUITEM "&Outline\tCtrl+Shift+O", stylemenu+outlineitem ! MENUITEM "&Shadow\tCtrl+Shift+S", stylemenu+shadowitem MENUITEM "Superscript", stylemenu+superscriptitem MENUITEM "Subscript", stylemenu+subscriptitem *************** *** 428,432 **** POPUP "Find and Replace" BEGIN ! MENUITEM "&Find\tCtrl+F", findandreplacemenu+1 MENUITEM "Replace", findandreplacemenu+2 MENUITEM "Find Next\tCtrl+G", findandreplacemenu+3 --- 428,432 ---- POPUP "Find and Replace" BEGIN ! MENUITEM "&Find...\tCtrl+F", findandreplacemenu+1 MENUITEM "Replace", findandreplacemenu+2 MENUITEM "Find Next\tCtrl+G", findandreplacemenu+3 |