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...> - 2005-11-01 19:12:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1820 Modified Files: SHELL.R kernelverbs.r Log Message: Fix for File menu Save As menu item problem and Frontier script based File menu items. See < http://sourceforge.net/tracker/index.php?func=detail&aid=1339237&group_id=120666&atid=687798 >. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SHELL.R 1 Oct 2005 17:34:23 -0000 1.9 --- SHELL.R 1 Nov 2005 19:11:52 -0000 1.10 *************** *** 169,173 **** "Save as RunnableÉ", noIcon, noKey, noMark, plain, /* [8] */ ! "Save a CopyÉ", noIcon, noKey, noMark, plain, /* [9] */ "Revert", noIcon, noKey, noMark, plain, --- 169,173 ---- "Save as RunnableÉ", noIcon, noKey, noMark, plain, /* [8] */ ! "Save AsÉ", noIcon, noKey, noMark, plain, /* 2005-11-01 creedon */ /* [9] */ "Revert", noIcon, noKey, noMark, plain, *************** *** 221,225 **** "Save as RunnableÉ", noIcon, noKey, noMark, plain, /* [8] */ ! "Save a CopyÉ", noIcon, noKey, noMark, plain, /* [9] */ "Revert", noIcon, noKey, noMark, plain, --- 221,225 ---- "Save as RunnableÉ", noIcon, noKey, noMark, plain, /* [8] */ ! "Save AsÉ", noIcon, noKey, noMark, plain, /* 2005-11-01 creedon */ /* [9] */ "Revert", noIcon, noKey, noMark, plain, Index: kernelverbs.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/kernelverbs.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kernelverbs.r 16 Sep 2005 02:01:03 -0000 1.1 --- kernelverbs.r 1 Nov 2005 19:11:52 -0000 1.2 *************** *** 787,794 **** "closeall", "save", ! "savecopy", "revert", "print", ! "quit" } } --- 787,795 ---- "closeall", "save", ! // "savecopy", /* 2005-11-01 creedon */ "revert", "print", ! "quit", ! "saveas" /* 2005-10-26 creedon */ } } |
|
From: creedon <icr...@us...> - 2005-11-01 18:13:21
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19074 Modified Files: langhtml.c Log Message: str_pagebreak from <p> to <p />, compatibility with post HTML 4.01 standards Index: langhtml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhtml.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** langhtml.c 24 Jan 2005 03:06:30 -0000 1.6 --- langhtml.c 1 Nov 2005 18:13:10 -0000 1.7 *************** *** 78,82 **** #define str_mailto "\x1A<a href=\"mailto:^0\">^0</a>" #define str_hotlink "\x13<a href=\"^0\">^1</a>" ! #define str_pagebreak "\x03<p>" #define str_startbold "\x03<b>" #define str_endbold "\x04</b>" --- 78,82 ---- #define str_mailto "\x1A<a href=\"mailto:^0\">^0</a>" #define str_hotlink "\x13<a href=\"^0\">^1</a>" ! #define str_pagebreak "\x05<p />" /* 2005-10-29 creedon - changed from <p> to <p /> compatibility with post HTML 4.01 standards */ #define str_startbold "\x03<b>" #define str_endbold "\x04</b>" *************** *** 2221,2225 **** break; ! case '\r': { /*insert a <p> in front of a double-return*/ if (!flinsidetag) { --- 2221,2225 ---- break; ! case '\r': { /*insert a <p /> in front of a double-return*/ if (!flinsidetag) { |
|
From: creedon <icr...@us...> - 2005-11-01 18:11:39
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18739 Modified Files: lang.r Log Message: change special folder string array count comment to reflect actual number of elements Index: lang.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/lang.r,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang.r 1 Oct 2005 17:36:40 -0000 1.8 --- lang.r 1 Nov 2005 18:11:31 -0000 1.9 *************** *** 304,308 **** resource 'STR#' (142, "special folder", purgeable) { ! { /* array StringArray: 11 elements */ /* [1] */ "system", --- 304,308 ---- resource 'STR#' (142, "special folder", purgeable) { ! { /* array StringArray: 12 elements */ /* [1] */ "system", |
|
From: creedon <icr...@us...> - 2005-10-23 02:30:52
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10594 Modified Files: zeldman2Etootsbut Log Message: close img tag Index: zeldman2Etootsbut =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etootsbut,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etootsbut 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Etootsbut 23 Oct 2005 02:30:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tootsbut"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-23 02:30:00
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Manila/externalCss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10325 Added Files: restoreDefault get set checkIn Log Message: scripts for get, set, etc. external css for Manila sites --- NEW FILE: checkIn --- (This appears to be a binary file; contents omitted.) --- NEW FILE: set --- (This appears to be a binary file; contents omitted.) --- NEW FILE: restoreDefault --- (This appears to be a binary file; contents omitted.) --- NEW FILE: get --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-10-23 02:24:29
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Manila/externalCss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9687/externalCss Log Message: Directory /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/apps/Manila/externalCss added to the repository |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26442 Modified Files: scriptingNewsAnimatedGraphic turkey Wes xmlRpcMan radioCoffeeMug radioBadge radioProductShot w3c Log Message: close img tags Index: turkey =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/turkey,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** turkey 8 Jul 2005 21:35:57 -0000 1.1 --- turkey 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Wes 8 Jul 2005 21:35:57 -0000 1.1 --- Wes 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></a> \ No newline at end of file Index: w3c =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/w3c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** w3c 8 Jul 2005 21:35:57 -0000 1.1 --- w3c 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.w3c ! <a href="http://w3.org/"><img src="http://static.userland.com/misc/snImages/w3c.gif" height="17" width="31" border="0"></a> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.w3c ! <a href="http://w3.org/"><img src="http://static.userland.com/misc/snImages/w3c.gif" height="17" width="31" border="0"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radioProductShot 8 Jul 2005 21:35:57 -0000 1.1 --- radioProductShot 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radioCoffeeMug 8 Jul 2005 21:35:57 -0000 1.1 --- radioCoffeeMug 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** xmlRpcMan 8 Jul 2005 21:35:57 -0000 1.1 --- xmlRpcMan 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radioBadge 8 Jul 2005 21:35:57 -0000 1.1 --- radioBadge 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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: scriptingNewsAnimatedGraphic =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/scriptingNewsAnimatedGraphic,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scriptingNewsAnimatedGraphic 8 Jul 2005 21:35:57 -0000 1.1 --- scriptingNewsAnimatedGraphic 22 Oct 2005 02:10:34 -0000 1.2 *************** *** 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"/></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-serv26369 Modified Files: zeldman2Esmile zeldman2Elvrn zeldman2Elemon zeldman2Ercr zeldman2Estuf zeldman2Eexped Log Message: close img tags Index: zeldman2Eexped =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eexped,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eexped 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eexped 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.exped"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Estuf 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Estuf 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.stuf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elvrn 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Elvrn 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lvrn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esmile 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Esmile 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ercr 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ercr 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rcr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elemon 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Elemon 22 Oct 2005 02:10:14 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lemon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv26203 Modified Files: zeldman2Emnals zeldman2Eangel zeldman2Emarcel2 zeldman2Emtlhdd zeldman2Emdn2 zeldman2Eada zeldman2Epgeb zeldman2Exrsp zeldman2Eclser3 zeldman2Ebathead zeldman2ElittleJeff zeldman2Eadm zeldman2Ecrimson zeldman2Emtrs99 zeldman2Ejarm3 zeldman2Econnie zeldman2E4nb6 zeldman2Estd zeldman2E30330 zeldman2Emaskonow zeldman2Eby zeldman2E70sby zeldman2Egasman zeldman2Emrlee zeldman2Edukem zeldman2Eaca zeldman2Eb3 zeldman2Eace zeldman2Enix zeldman2Evh zeldman2Evertig zeldman2Eclcol zeldman2Ect zeldman2Eldyp2 zeldman2Egran2 zeldman2Eiggi zeldman2Egran3 zeldman2Enolo zeldman2Ekiss zeldman2Eaad zeldman2Ebardot2 zeldman2Egran5 zeldman2E51 zeldman2Eap zeldman2Ealic zeldman2Ejerbret zeldman2Egldys zeldman2Eadb zeldman2Eax zeldman2Eadf Log Message: close img tags Index: zeldman2ElittleJeff =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2ElittleJeff,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2ElittleJeff 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2ElittleJeff 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littleJeff"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Evh 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Evh 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enix 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Enix 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nix"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eldyp2 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eldyp2 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldyp2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E30330 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2E30330 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.30330"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecrimson 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ecrimson 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crimson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emnals 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Emnals 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnals"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emdn2 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Emdn2 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emtlhdd 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Emtlhdd 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtlhdd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enolo 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Enolo 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nolo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb3 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eb3 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eax 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eax 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ax"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eangel 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eangel 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.angel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edukem 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Edukem 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dukem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadb 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eadb 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E4nb6 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2E4nb6 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.4nb6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eap 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eap 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emtrs99 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Emtrs99 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mtrs99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egran2 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Egran2 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egran3 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Egran3 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eada 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eada 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ada"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealic 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ealic 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadf 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eadf 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egran5 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Egran5 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gran5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ect 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ect 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ct"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadm 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eadm 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emarcel2 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Emarcel2 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marcel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epgeb 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Epgeb 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pgeb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekiss 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ekiss 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E70sby 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2E70sby 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.70sby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egasman 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Egasman 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gasman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emrlee 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Emrlee 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrlee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejerbret 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ejerbret 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jerbret"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eiggi 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eiggi 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.iggi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E51 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2E51 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.51"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Econnie 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Econnie 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.connie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emaskonow 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Emaskonow 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.maskonow"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Estd 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Estd 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.std"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebardot2 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ebardot2 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bardot2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eclcol 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eclcol 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clcol"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebathead 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ebathead 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bathead"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egldys 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Egldys 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gldys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Exrsp 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Exrsp 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eclser3 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eclser3 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clser3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaad 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eaad 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aad"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejarm3 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ejarm3 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jarm3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eby 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eby 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.by"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaca 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eaca 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aca"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Evertig 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Evertig 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vertig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eace 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eace 22 Oct 2005 02:10:00 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ace"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv26129 Modified Files: zeldman2Eb4 zeldman2Ejoe zeldman2Edodele2 zeldman2Eharvey zeldman2Emalcolm zeldman2Enugl zeldman2Epriest2 zeldman2Eridem zeldman2Escream1 zeldman2Esircuss zeldman2E277 zeldman2Ejoandeer zeldman2Epoke zeldman2Etub1 zeldman2Ehwo zeldman2Ealice zeldman2E52 zeldman2Eoswsh zeldman2Eloren zeldman2Emonstr zeldman2Enbrhd zeldman2Eoswald zeldman2Escrt zeldman2Expr2 zeldman2Emagrita zeldman2Eveng zeldman2Egr zeldman2Eatilla zeldman2Ebd zeldman2Efrnki zeldman2E999 zeldman2Ebadpriest zeldman2Ebl zeldman2Eono zeldman2Erdprfl zeldman2Efredalan zeldman2Ebet9mil zeldman2Eb1 zeldman2Eprrp zeldman2Erddvl zeldman2Egrlh zeldman2Epom zeldman2Ejoan zeldman2Edm2 zeldman2Escat zeldman2Eherself1 zeldman2Ewel zeldman2Ewrhdbl zeldman2Egogga zeldman2Esup Log Message: close img tags Index: zeldman2Ealice =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ealice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealice 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ealice 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alice"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etub1 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Etub1 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tub1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epriest2 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Epriest2 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.priest2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoswald 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eoswald 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswald"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eatilla 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eatilla 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eloren 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eloren 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loren"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eveng 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eveng 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.veng"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esircuss 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Esircuss 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sircuss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebadpriest 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ebadpriest 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.badpriest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejoan 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ejoan 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edm2 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Edm2 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enbrhd 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Enbrhd 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nbrhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eprrp 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eprrp 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prrp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehwo 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ehwo 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hwo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Escat 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Escat 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewel 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ewel 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emalcolm 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Emalcolm 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.malcolm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epom 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Epom 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pom"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egr 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Egr 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edodele2 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Edodele2 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dodele2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egogga 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Egogga 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gogga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb1 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eb1 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esup 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Esup 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Escrt 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Escrt 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scrt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emagrita 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Emagrita 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.magrita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejoandeer 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ejoandeer 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joandeer"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epoke 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Epoke 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Escream1 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Escream1 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.scream1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emonstr 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Emonstr 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.monstr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb4 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eb4 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eharvey 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eharvey 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.harvey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Expr2 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Expr2 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xpr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eono 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eono 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E52 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2E52 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.52"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enugl 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Enugl 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nugl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebet9mil 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ebet9mil 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet9mil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efrnki 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Efrnki 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frnki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewrhdbl 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ewrhdbl 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efredalan 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Efredalan 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fredalan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eridem 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eridem 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ridem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E999 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2E999 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.999"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebd 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ebd 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eherself1 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eherself1 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.herself1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrlh 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Egrlh 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grlh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebl 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Ebl 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Erddvl 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Erddvl 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rddvl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejoe 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ejoe 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.joe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E277 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2E277 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.277"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Erdprfl 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Erdprfl 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rdprfl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoswsh 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eoswsh 22 Oct 2005 02:09:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oswsh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv26057 Modified Files: zeldman2Eacc zeldman2Ecpn53 zeldman2Esmr zeldman2Eacg zeldman2Emelissa zeldman2Ebilko zeldman2Eglo zeldman2Eblabra zeldman2Eintlctl zeldman2E50001 zeldman2Ejuanita zeldman2Eleeclown zeldman2Eoo3 zeldman2Eaab zeldman2Eoo7 zeldman2Eoran zeldman2Eaaf zeldman2Ebumr2 zeldman2Eclownhell zeldman2Etarot zeldman2Ebarb zeldman2Egoobie zeldman2E39xu zeldman2Ebog zeldman2Egalfri zeldman2Ecamilla zeldman2Ejg zeldman2Eeswms zeldman2Eascln zeldman2Eblock zeldman2Etam zeldman2Etoast zeldman2Ecrnl zeldman2Eded zeldman2Eblsu zeldman2Emarl zeldman2Ehc zeldman2Ehrz0 zeldman2Ebbl zeldman2Enld zeldman2Eqqqq zeldman2Elrnbc zeldman2Esanty zeldman2Elogical zeldman2Ehs zeldman2Ebatman zeldman2Ehector3 zeldman2Edvidpane zeldman2Ebarb3 zeldman2Ejayne Log Message: close img tags Index: zeldman2Etam =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Etam,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etam 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Etam 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tam"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebatman 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ebatman 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.batman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehs 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ehs 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eglo 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eglo 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.glo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecamilla 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ecamilla 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.camilla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejg 8 Jul 2005 17:20:29 -0000 1.1 --- zeldman2Ejg 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehc 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ehc 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E50001 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2E50001 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.50001"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eblsu 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eblsu 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blsu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elogical 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Elogical 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.logical"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emelissa 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Emelissa 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.melissa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eleeclown 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eleeclown 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.leeclown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esanty 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Esanty 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.santy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecrnl 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ecrnl 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crnl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehector3 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ehector3 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hector3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoran 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eoran 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egoobie 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Egoobie 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goobie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebilko 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ebilko 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bilko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebarb 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ebarb 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebog 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Ebog 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bog"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etarot 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Etarot 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tarot"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emarl 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Emarl 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.marl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eqqqq 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eqqqq 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.qqqq"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Ejuanita =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ejuanita,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejuanita 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Ejuanita 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.juanita"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edvidpane 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Edvidpane 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dvidpane"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecpn53 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ecpn53 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cpn53"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebumr2 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ebumr2 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eascln 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eascln 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ascln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo7 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eoo7 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo3 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eoo3 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etoast 8 Jul 2005 17:20:29 -0000 1.1 --- zeldman2Etoast 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.toast"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eded 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eded 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ded"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebarb3 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ebarb3 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barb3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enld 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Enld 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eblabra 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eblabra 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blabra"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eblock 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eblock 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.block"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebbl 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ebbl 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehrz0 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ehrz0 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hrz0"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E39xu 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2E39xu 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.39xu"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejayne 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ejayne 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jayne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egalfri 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Egalfri 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.galfri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elrnbc 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Elrnbc 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lrnbc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esmr 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Esmr 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eclownhell 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eclownhell 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clownhell"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eeswms 8 Jul 2005 17:20:29 -0000 1.1 --- zeldman2Eeswms 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eswms"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eintlctl 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eintlctl 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.intlctl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eacc 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eacc 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaaf 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eaaf 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aaf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eacg 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eacg 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaab 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eaab 22 Oct 2005 02:09:49 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aab"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25974 Modified Files: zeldman2Eacb zeldman2Eb5 zeldman2Elenbru zeldman2Egrets zeldman2Eacf zeldman2Ekssy2 zeldman2Egoboy zeldman2Ecico zeldman2Evp013 zeldman2Etvtest zeldman2Ewretkin zeldman2Exbono zeldman2E77 zeldman2Eklw zeldman2E656574w zeldman2Epurpwm zeldman2Eidream zeldman2Epinkybutton zeldman2Eshesells2 zeldman2Ecartop zeldman2Epoe2 zeldman2Eadc zeldman2Eaz zeldman2Earat zeldman2Elilboi zeldman2Eadg zeldman2Ewarbutton zeldman2Efrown zeldman2Ebty zeldman2Eabb zeldman2Eaprof zeldman2Elinder2 zeldman2Enokne zeldman2Eabf zeldman2Ekarla zeldman2Epinme zeldman2Eran zeldman2Ehelga zeldman2Erob zeldman2Emt zeldman2Ewooden zeldman2Ewhis zeldman2Eprayer1 zeldman2Ebluey zeldman2Egksk zeldman2Ekys zeldman2Ehungry zeldman2Ecumu99 zeldman2Ejonboy zeldman2Eaxis Log Message: close img tags Index: zeldman2Efrown =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efrown,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efrown 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Efrown 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.frown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebty 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ebty 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrets 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Egrets 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grets"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epurpwm 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Epurpwm 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.purpwm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaxis 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eaxis 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.axis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eran 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eran 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ran"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Erob 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Erob 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rob"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewretkin 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ewretkin 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wretkin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecumu99 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ecumu99 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cumu99"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewooden 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ewooden 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wooden"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E656574w 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2E656574w 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.656574w"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epoe2 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Epoe2 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.poe2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewarbutton 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ewarbutton 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.warbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eidream 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eidream 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.idream"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaz 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eaz 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.az"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekys 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ekys 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kys"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epinkybutton 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Epinkybutton 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinkybutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egoboy 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Egoboy 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.goboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eklw 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eklw 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.klw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehelga 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ehelga 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.helga"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecico 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ecico 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cico"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadc 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eadc 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewhis 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ewhis 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabf 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eabf 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eprayer1 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eprayer1 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.prayer1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb5 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eb5 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabb 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eabb 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadg 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eadg 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emt 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Emt 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Evp013 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Evp013 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vp013"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Earat 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Earat 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekarla 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ekarla 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.karla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eshesells2 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eshesells2 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shesells2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Exbono 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Exbono 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xbono"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elinder2 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Elinder2 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.linder2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epinme 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Epinme 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pinme"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekssy2 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ekssy2 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kssy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E77 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2E77 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.77"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecartop 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ecartop 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cartop"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enokne 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Enokne 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nokne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elilboi 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Elilboi 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lilboi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eacf 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eacf 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etvtest 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Etvtest 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tvtest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejonboy 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ejonboy 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jonboy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egksk 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Egksk 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gksk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eacb 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eacb 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.acb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehungry 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ehungry 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hungry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elenbru 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Elenbru 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lenbru"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaprof 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eaprof 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aprof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebluey 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ebluey 22 Oct 2005 02:09:43 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bluey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25896 Modified Files: zeldman2Eswanson zeldman2Edoody zeldman2Esassy2 zeldman2Esmiley zeldman2Elitem zeldman2Ewrhdgr zeldman2Ebujo zeldman2Ennw zeldman2Elutso zeldman2Echet zeldman2Edarla zeldman2Eastin zeldman2Elipserve zeldman2Ecarni zeldman2E134006 zeldman2Eorso zeldman2Ecorner zeldman2Edance3 zeldman2Ealegirl zeldman2Eclaudia zeldman2Efk zeldman2Emnuel zeldman2Ekiki zeldman2E723149 zeldman2Elncln zeldman2Ebif zeldman2Espace zeldman2Eungm zeldman2Ecloney zeldman2Eishmael zeldman2Exas3 zeldman2Egrgyl zeldman2Elo2 zeldman2Evasey zeldman2Eheybebe zeldman2Esainted zeldman2Ecrest zeldman2Eedw zeldman2Egrki zeldman2Enobred zeldman2Epeke zeldman2Esig zeldman2Ewoof zeldman2Ezr zeldman2Eoldlaurie zeldman2Eming zeldman2Esis zeldman2Efcelyfce zeldman2Edundo2 zeldman2Erca2 Log Message: close img tags Index: zeldman2Edarla =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Edarla,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edarla 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Edarla 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.darla"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esassy2 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Esassy2 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sassy2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eswanson 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eswanson 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.swanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efcelyfce 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Efcelyfce 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fcelyfce"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealegirl 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ealegirl 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alegirl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebif 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ebif 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bif"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esainted 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esainted 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sainted"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekiki 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ekiki 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kiki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elitem 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Elitem 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.litem"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewoof 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ewoof 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.woof"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Erca2 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Erca2 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rca2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eedw 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eedw 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.edw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E723149 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2E723149 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.723149"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Echet 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Echet 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eorso 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eorso 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.orso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elutso 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Elutso 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lutso"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edundo2 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Edundo2 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dundo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epeke 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Epeke 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peke"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewrhdgr 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ewrhdgr 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.wrhdgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrki 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Egrki 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grki"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esis 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esis 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eungm 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eungm 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ungm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elncln 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Elncln 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lncln"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecrest 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ecrest 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebujo 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ebujo 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bujo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ezr 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ezr 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esig 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esig 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sig"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eishmael 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eishmael 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ishmael"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrgyl 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Egrgyl 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grgyl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Evasey 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Evasey 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vasey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ennw 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ennw 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nnw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emnuel 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Emnuel 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mnuel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecarni 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Ecarni 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.carni"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eclaudia 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eclaudia 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.claudia"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enobred 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Enobred 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nobred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eming 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eming 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ming"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecorner 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ecorner 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.corner"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elo2 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Elo2 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E134006 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2E134006 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.134006"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edance3 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Edance3 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dance3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Espace 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Espace 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.space"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efk 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Efk 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edoody 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Edoody 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Exas3 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Exas3 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.xas3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoldlaurie 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eoldlaurie 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oldlaurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eastin 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eastin 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.astin"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esmiley 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Esmiley 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eheybebe 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eheybebe 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.heybebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elipserve 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Elipserve 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lipserve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecloney 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ecloney 22 Oct 2005 02:09:34 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cloney"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25807 Modified Files: zeldman2Ebbll zeldman2Emrsp zeldman2E57 zeldman2Ehithr zeldman2Ebabijan zeldman2Enubet zeldman2Edogs zeldman2E890 zeldman2Eloist zeldman2Ecramps zeldman2Edrumfan zeldman2Ejanet zeldman2Ehuggy zeldman2Eabd zeldman2Eendo zeldman2Edeadinside zeldman2Ekid zeldman2Ebillie zeldman2Eahat zeldman2Ezel zeldman2Eb6 zeldman2Eny1 zeldman2Edaphne zeldman2Ebumr zeldman2Ekit zeldman2Ehmm1 zeldman2Esteve zeldman2Ews1ny zeldman2Eprofile zeldman2E93kr72 zeldman2Edoc zeldman2E54 zeldman2E93kr73 zeldman2Ems2u zeldman2Enewsy zeldman2Eoo1 zeldman2Eoo5 zeldman2Ezny zeldman2Edamned2 zeldman2Ehowdi zeldman2Eoo9 zeldman2Edwgsa zeldman2Eecila zeldman2Ebebe zeldman2Eargh zeldman2Eworry zeldman2Emibud zeldman2Eshnhm zeldman2Epeep zeldman2Egzil Log Message: close img tags Index: zeldman2Esteve =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Esteve,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esteve 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Esteve 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.steve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehithr 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ehithr 22 Oct 2005 02:09:27 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hithr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebebe 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ebebe 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bebe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eahat 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eahat 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ahat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Eargh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eargh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eargh 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eargh 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.argh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eloist 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eloist 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.loist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebillie 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ebillie 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eendo 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Eendo 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.endo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edogs 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Edogs 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dogs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebbll 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ebbll 22 Oct 2005 02:09:27 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbll"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehuggy 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ehuggy 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.huggy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enewsy 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Enewsy 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.newsy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabd 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eabd 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecramps 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ecramps 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cramps"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejanet 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ejanet 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.janet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edeadinside 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Edeadinside 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.deadinside"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehmm1 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Ehmm1 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb6 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eb6 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emrsp 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Emrsp 22 Oct 2005 02:09:27 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mrsp"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epeep 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Epeep 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.peep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eshnhm 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eshnhm 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shnhm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo9 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eoo9 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo9"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ems2u 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Ems2u 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ms2u"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo5 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eoo5 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo5"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo1 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eoo1 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E890 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2E890 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.890"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ezel 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ezel 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eecila 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eecila 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ecila"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E57 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2E57 22 Oct 2005 02:09:27 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.57"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E54 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2E54 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.54"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eworry 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eworry 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.worry"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edwgsa 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Edwgsa 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dwgsa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehowdi 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ehowdi 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.howdi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eprofile 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eprofile 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.profile"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enubet 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Enubet 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nubet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebabijan 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ebabijan 22 Oct 2005 02:09:27 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.babijan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edrumfan 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Edrumfan 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drumfan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekid 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ekid 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kid"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edaphne 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Edaphne 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.daphne"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egzil 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Egzil 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gzil"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ews1ny 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ews1ny 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ws1ny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edamned2 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Edamned2 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.damned2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edoc 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Edoc 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.doc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebumr 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Ebumr 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bumr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eny1 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eny1 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ny1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekit 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ekit 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emibud 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Emibud 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mibud"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E93kr73 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2E93kr73 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr73"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E93kr72 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2E93kr72 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.93kr72"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ezny 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Ezny 22 Oct 2005 02:09:28 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zny"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25721 Modified Files: zeldman2Ebang zeldman2Easgwd zeldman2Eogel zeldman2Eeag zeldman2Easlcn zeldman2Ebbstl zeldman2E55 zeldman2Etwist zeldman2Ealtbarn zeldman2Ehgr zeldman2Eadd zeldman2Ecatc zeldman2Eadh zeldman2Emunum zeldman2Ehitchy zeldman2Efranfarm zeldman2Enaft zeldman2Enld2 zeldman2Eabc zeldman2Eabg zeldman2Egel zeldman2Esmanson zeldman2Emcv zeldman2EIpinkbutton zeldman2Ecup zeldman2Echeese zeldman2Eseangr zeldman2Eche zeldman2Eertnmr zeldman2E545 zeldman2Ebarbar zeldman2Epwe zeldman2Eferndl1 zeldman2Eldm87 zeldman2Evali zeldman2Ejapa zeldman2Ekle zeldman2Eshd2 zeldman2Echristbutton zeldman2Elod zeldman2Eyoik zeldman2Ebillw zeldman2Ecrypty zeldman2Eanimfi zeldman2Eoo4 zeldman2Epup zeldman2Eoo8 zeldman2Eaac zeldman2Especs zeldman2Ehither Log Message: close img tags Index: zeldman2Efranfarm =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Efranfarm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efranfarm 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Efranfarm 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.franfarm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecrypty 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ecrypty 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.crypty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eshd2 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eshd2 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shd2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esmanson 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Esmanson 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.smanson"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehgr 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ehgr 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hgr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eferndl1 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Eferndl1 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ferndl1"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Echristbutton 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Echristbutton 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.christbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebang 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Ebang 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bang"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehitchy 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ehitchy 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hitchy"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eertnmr 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eertnmr 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ertnmr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etwist 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Etwist 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.twist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejapa 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ejapa 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.japa"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehither 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Ehither 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hither"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emcv 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Emcv 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mcv"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabg 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eabg 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ekle 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ekle 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.kle"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabc 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eabc 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eyoik 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eyoik 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.yoik"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebillw 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ebillw 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.billw"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadh 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eadh 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.adh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epup 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Epup 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eche 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eche 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.che"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enld2 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Enld2 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nld2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Eoo8 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Eoo8,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo8 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eoo8 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Easgwd 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Easgwd 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.asgwd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecup 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ecup 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo4 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eoo4 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadd 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eadd 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.add"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Evali 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Evali 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.vali"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Especs 8 Jul 2005 17:16:36 -0000 1.1 --- zeldman2Especs 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.specs"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epwe 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Epwe 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E55 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2E55 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.55"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emunum 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Emunum 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.munum"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eldm87 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eldm87 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ldm87"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Easlcn 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Easlcn 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aslcn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eanimfi 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Eanimfi 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.animfi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebbstl 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Ebbstl 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bbstl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealtbarn 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ealtbarn 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altbarn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eeag 8 Jul 2005 17:20:29 -0000 1.1 --- zeldman2Eeag 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eag"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebarbar 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Ebarbar 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbar"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eogel 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eogel 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ogel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enaft 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Enaft 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.naft"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elod 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Elod 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lod"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecatc 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ecatc 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.catc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E545 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2E545 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.545"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eseangr 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2Eseangr 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.seangr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egel 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Egel 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Echeese 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Echeese 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cheese"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2EIpinkbutton 8 Jul 2005 17:14:55 -0000 1.1 --- zeldman2EIpinkbutton 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.Ipinkbutton"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eaac 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Eaac 22 Oct 2005 02:09:21 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.aac"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25620 Modified Files: zeldman2Ealfred zeldman2Ecnote zeldman2Echiefdan zeldman2Eeduardo zeldman2Esh zeldman2Emard2 zeldman2Eguit zeldman2Ejfk zeldman2Ej zeldman2Eelfis zeldman2Eralph zeldman2Eb2 zeldman2Esardon zeldman2E765432 zeldman2Ex45 zeldman2Ezel2 zeldman2Ewhspr2 zeldman2Ehmm2 zeldman2Eclwn2 zeldman2Elaurie zeldman2E823832 zeldman2Emiles zeldman2Elo3 zeldman2Earc4 zeldman2Emgoo zeldman2Eshaver2 zeldman2Ecap zeldman2Eboss zeldman2E58 zeldman2Egrn2s zeldman2E543jh zeldman2Epwinc zeldman2Ealtair zeldman2Edody zeldman2Eteef zeldman2Ejrd91a zeldman2Enimfi2 zeldman2Eert zeldman2Emama zeldman2Eadvt zeldman2Eslyby zeldman2Ebarbara zeldman2Egjlka zeldman2Esuely zeldman2Eirish zeldman2Eb7 zeldman2Egrnhd zeldman2Edna zeldman2Ecaryg zeldman2ELA Log Message: close img tags Index: zeldman2Egjlka =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egjlka,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egjlka 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Egjlka 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.gjlka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecap 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ecap 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cap"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Echiefdan 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Echiefdan 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.chiefdan"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emard2 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Emard2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mard2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealtair 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ealtair 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.altair"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eguit 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eguit 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.guit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eslyby 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eslyby 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.slyby"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ealfred 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ealfred 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.alfred"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejfk 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ejfk 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jfk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epwinc 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Epwinc 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pwinc"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eirish 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eirish 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.irish"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2ELA 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2ELA 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.LA"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emiles 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Emiles 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.miles"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrn2s 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Egrn2s 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grn2s"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emama 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Emama 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mama"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edna 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Edna 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dna"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb7 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Eb7 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b7"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebarbara 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2Ebarbara 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.barbara"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enimfi2 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Enimfi2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nimfi2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elo3 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Elo3 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lo3"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emgoo 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Emgoo 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mgoo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecaryg 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ecaryg 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.caryg"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eert 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eert 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ert"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb2 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eb2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eadvt 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eadvt 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.advt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eclwn2 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eclwn2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.clwn2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edody 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Edody 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.dody"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eralph 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eralph 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ralph"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehmm2 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ehmm2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hmm2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ezel2 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ezel2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.zel2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eshaver2 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Eshaver2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.shaver2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eeduardo 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eeduardo 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eduardo"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esuely 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Esuely 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.suely"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E823832 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2E823832 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.823832"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ewhspr2 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ewhspr2 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.whspr2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ej 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ej 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.j"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esardon 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Esardon 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sardon"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E58 8 Jul 2005 17:19:37 -0000 1.1 --- zeldman2E58 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.58"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eelfis 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eelfis 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.elfis"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2E543jh =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2E543jh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E543jh 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2E543jh 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.543jh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Earc4 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Earc4 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arc4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejrd91a 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ejrd91a 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jrd91a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Egrnhd =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Egrnhd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Egrnhd 8 Jul 2005 17:13:32 -0000 1.1 --- zeldman2Egrnhd 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.grnhd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eboss 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2Eboss 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boss"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ex45 8 Jul 2005 17:19:36 -0000 1.1 --- zeldman2Ex45 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.x45"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eteef 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Eteef 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.teef"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2E765432 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2E765432 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.765432"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecnote 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ecnote 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cnote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esh 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esh 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elaurie 8 Jul 2005 17:13:31 -0000 1.1 --- zeldman2Elaurie 22 Oct 2005 02:09:11 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.laurie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25509 Modified Files: zeldman2Ebunko zeldman2Ehardstare zeldman2Ektch zeldman2Eboyee zeldman2Earthr zeldman2Eabe zeldman2Emdka zeldman2Ebeads zeldman2Eazz zeldman2Esav zeldman2Ehd zeldman2Eson zeldman2Eeve zeldman2Eoltwist zeldman2Eb8 zeldman2Eolmn zeldman2Emas zeldman2Ericky zeldman2Ebet zeldman2Esk zeldman2Elizbthscott zeldman2Eabat zeldman2Ehbri zeldman2Efh zeldman2Erchclr zeldman2Enorf zeldman2Ehonest zeldman2Eatomic zeldman2Eblpxt zeldman2Eatwi zeldman2Edurn zeldman2Ebgrl zeldman2Ehoney zeldman2Eoo2 zeldman2Eoo6 zeldman2Epur zeldman2Enach zeldman2Er2m4 zeldman2Esleep zeldman2Edrf zeldman2Esadman zeldman2Ecte2 zeldman2Eje zeldman2Estrm zeldman2Ejackd zeldman2Eliberty zeldman2Echaric zeldman2Epink zeldman2Etat zeldman2ElittlExxon2 Log Message: close img tags Index: zeldman2Er2m4 =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Er2m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Er2m4 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Er2m4 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.r2m4"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Erchclr =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Erchclr,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Erchclr 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Erchclr 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.rchclr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebeads 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ebeads 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.beads"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epink 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Epink 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pink"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehardstare 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ehardstare 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hardstare"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esadman 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Esadman 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sadman"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enorf 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Enorf 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.norf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eliberty 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eliberty 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.liberty"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoltwist 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eoltwist 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oltwist"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehbri 8 Jul 2005 17:08:19 -0000 1.1 --- zeldman2Ehbri 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hbri"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehoney 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ehoney 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honey"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esav 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Esav 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sav"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2ElittlExxon2 8 Jul 2005 17:10:21 -0000 1.1 --- zeldman2ElittlExxon2 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.littlExxon2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Etat 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Etat 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.tat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eje 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eje 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.je"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eolmn 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Eolmn 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.olmn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehd 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ehd 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.hd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eeve 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eeve 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.eve"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Ektch =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ektch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ektch 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Ektch 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ktch"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabe 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eabe 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abe"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emdka 8 Jul 2005 17:20:30 -0000 1.1 --- zeldman2Emdka 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mdka"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eazz 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eazz 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.azz"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Enach 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Enach 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.nach"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ejackd 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ejackd 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.jackd"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eblpxt 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eblpxt 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.blpxt"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Epur 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Epur 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.pur"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Earthr 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Earthr 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.arthr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ericky 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Ericky 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.ricky"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Elizbthscott 8 Jul 2005 17:10:22 -0000 1.1 --- zeldman2Elizbthscott 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.lizbthscott"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo6 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eoo6 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo6"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Efh 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Efh 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.fh"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eoo2 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eoo2 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.oo2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esleep 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esleep 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sleep"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edrf 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Edrf 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.drf"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file Index: zeldman2Ebunko =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/zeldman2Ebunko,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebunko 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Ebunko 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bunko"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebgrl 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ebgrl 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bgrl"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Estrm 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Estrm 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.strm"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Edurn 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Edurn 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.durn"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eb8 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Eb8 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.b8"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eatomic 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Eatomic 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atomic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eabat 8 Jul 2005 17:21:20 -0000 1.1 --- zeldman2Eabat 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.abat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eboyee 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eboyee 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.boyee"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Echaric 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Echaric 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.charic"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eatwi 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Eatwi 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.atwi"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Emas 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Emas 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.mas"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Eson 8 Jul 2005 17:17:43 -0000 1.1 --- zeldman2Eson 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.son"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ecte2 8 Jul 2005 17:08:20 -0000 1.1 --- zeldman2Ecte2 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.cte2"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Esk 8 Jul 2005 17:12:02 -0000 1.1 --- zeldman2Esk 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.sk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ehonest 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ehonest 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.honest"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zeldman2Ebet 8 Jul 2005 17:18:40 -0000 1.1 --- zeldman2Ebet 22 Oct 2005 02:09:03 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["zeldman.bet"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv25334 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: close img tags Index: qbullet2Esidesmiley =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/qbullet2Esidesmiley,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esidesmiley 8 Jul 2005 17:18:40 -0000 1.1 --- qbullet2Esidesmiley 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sidesmiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Evr 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Evr 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.vr"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Elightbulb5Fa 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Elightbulb5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Enote 8 Jul 2005 17:10:21 -0000 1.1 --- qbullet2Enote 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eremote 8 Jul 2005 17:18:40 -0000 1.1 --- qbullet2Eremote 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esound 8 Jul 2005 17:17:43 -0000 1.1 --- qbullet2Esound 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esmileyblank 8 Jul 2005 17:13:32 -0000 1.1 --- qbullet2Esmileyblank 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smileyblank"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Elogin5Fa 8 Jul 2005 17:10:22 -0000 1.1 --- qbullet2Elogin5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Elogin 8 Jul 2005 17:17:43 -0000 1.1 --- qbullet2Elogin 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.login"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eform 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Eform 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.form"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eedit 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Eedit 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.edit"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esmiley 8 Jul 2005 17:10:21 -0000 1.1 --- qbullet2Esmiley 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eacrobat 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Eacrobat 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Emailto 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Emailto 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eqb5Fshow 8 Jul 2005 17:17:43 -0000 1.1 --- qbullet2Eqb5Fshow 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.qb_show"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Escrolldown5Fa 8 Jul 2005 17:10:21 -0000 1.1 --- qbullet2Escrolldown5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Emailto5Fa 8 Jul 2005 17:19:36 -0000 1.1 --- qbullet2Emailto5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.mailto_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2E3d 8 Jul 2005 17:20:30 -0000 1.1 --- qbullet2E3d 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.3d"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eacrobat5Fa 8 Jul 2005 17:10:21 -0000 1.1 --- qbullet2Eacrobat5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.acrobat_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esearch 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Esearch 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.search"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Enew 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Enew 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.new"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eftpdir 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Eftpdir 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.ftpdir"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Ereal 8 Jul 2005 17:19:36 -0000 1.1 --- qbullet2Ereal 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.real"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Emovie 8 Jul 2005 17:16:36 -0000 1.1 --- qbullet2Emovie 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Edisk 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Edisk 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.disk"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Einfo 8 Jul 2005 17:14:55 -0000 1.1 --- qbullet2Einfo 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Emovie5Fa 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Emovie5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.movie_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eremote5Fa 8 Jul 2005 17:10:22 -0000 1.1 --- qbullet2Eremote5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.remote_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Epowerpoint 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Epowerpoint 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.powerpoint"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Escrollup 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Escrollup 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eupdated 8 Jul 2005 17:18:40 -0000 1.1 --- qbullet2Eupdated 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.updated"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Enote5Fa 8 Jul 2005 17:18:40 -0000 1.1 --- qbullet2Enote5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.note_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Elightbulb 8 Jul 2005 17:17:43 -0000 1.1 --- qbullet2Elightbulb 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.lightbulb"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Ewindow5Fa 8 Jul 2005 17:17:43 -0000 1.1 --- qbullet2Ewindow5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Escrolldown 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Escrolldown 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrolldown"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Einfo5Fa 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Einfo5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.info_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Escrollup5Fa 8 Jul 2005 17:19:36 -0000 1.1 --- qbullet2Escrollup5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.scrollup_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Enews 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Enews 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.news"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Ehelp5Fa 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Ehelp5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esound5Fa 8 Jul 2005 17:12:02 -0000 1.1 --- qbullet2Esound5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.sound_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Ehelp 8 Jul 2005 17:10:21 -0000 1.1 --- qbullet2Ehelp 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.help"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eword 8 Jul 2005 17:20:30 -0000 1.1 --- qbullet2Eword 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.word"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esmiley5Fa 8 Jul 2005 17:18:40 -0000 1.1 --- qbullet2Esmiley5Fa 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.smiley_a"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eflash 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Eflash 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.flash"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Eexcel 8 Jul 2005 17:16:36 -0000 1.1 --- qbullet2Eexcel 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.excel"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Esecure 8 Jul 2005 17:13:31 -0000 1.1 --- qbullet2Esecure 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.secure"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qbullet2Ewindow 8 Jul 2005 17:08:20 -0000 1.1 --- qbullet2Ewindow 22 Oct 2005 02:08:18 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.["qbullet.window"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-22 02:07:35
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25136 Modified Files: noAmazon noMorePesosForSenorBezos noAmazonAlignRight Picard 3B2D3E Log Message: close img tags Index: Picard =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/Picard,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Picard 8 Jul 2005 21:35:57 -0000 1.1 --- Picard 22 Oct 2005 02:07:25 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** noMorePesosForSenorBezos 8 Jul 2005 21:35:57 -0000 1.1 --- noMorePesosForSenorBezos 22 Oct 2005 02:07:25 -0000 1.2 *************** *** 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"/></a> \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** noAmazonAlignRight 8 Jul 2005 21:35:57 -0000 1.1 --- noAmazonAlignRight 22 Oct 2005 02:07:25 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** noAmazon 8 Jul 2005 21:35:57 -0000 1.1 --- noAmazon 22 Oct 2005 02:07:25 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 3B2D3E 8 Jul 2005 17:08:19 -0000 1.1 --- 3B2D3E 22 Oct 2005 02:07:25 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:TEXT:system.verbs.builtins.html.data.glossary.[";->"] ! {"<img src=\"" + config.mainresponder.prefs.baseUrl + "mainresponderresources/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\"/>"} \ 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-serv24895 Modified Files: gandhi Dorothy curly James20Kirk brain manilaProductShot Buddha Martin20Luther20King JFK Log Message: close img tags Index: JFK =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/glossary/JFK,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JFK 8 Jul 2005 21:35:57 -0000 1.1 --- JFK 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manilaProductShot 8 Jul 2005 21:35:57 -0000 1.1 --- manilaProductShot 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** curly 8 Jul 2005 21:35:57 -0000 1.1 --- curly 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Dorothy 8 Jul 2005 21:35:57 -0000 1.1 --- Dorothy 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Martin20Luther20King 8 Jul 2005 21:35:57 -0000 1.1 --- Martin20Luther20King 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** brain 8 Jul 2005 21:35:57 -0000 1.1 --- brain 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Buddha 8 Jul 2005 21:35:57 -0000 1.1 --- Buddha 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/> \ 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gandhi 8 Jul 2005 21:35:57 -0000 1.1 --- gandhi 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** James20Kirk 8 Jul 2005 21:35:57 -0000 1.1 --- James20Kirk 22 Oct 2005 02:05:29 -0000 1.2 *************** *** 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"/></a> \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-18 16:26:33
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/webserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25164 Modified Files: encodeArgs Log Message: towards more modern standards such as XHTML v1.1 Index: encodeArgs =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/webserver/encodeArgs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** encodeArgs 26 Mar 2005 19:44:07 -0000 1.1.1.1 --- encodeArgs 18 Oct 2005 16:26:25 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.webserver.encodeArgs ! on encodeArgs (adrTable) { ÇEncode a table into an http args string. local (argString = ""); on add (name, value) { if argstring != "" { argString = argString + "&"}; argString = argString + name + "=" + value}; for i = 1 to sizeOf (adrTable^) { local (name = nameOf (adrTable^ [i])); local (value = string (adrTable^ [i])); name = string.urlEncode (name); value = string.urlEncode (value); name = string.replaceAll (name, "%20", "+"); value = string.replaceAll (value, "%20", "+"); add (name, value)}; return (argString)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.webserver.encodeArgs ! on encodeArgs (adrTable, flEncodeAmpersand = false) { ÇChanges Ç10/14/05; 2:05:06 AM by TAC Çadded flEncodeAmpersand parameter, needed to produce XHTML v1.1 compliant urls ÇEncode a table into an http args string. local (argString = ""); on add (name, value) { local { s}; bundle { // set s if flEncodeAmpersand { s = "&"} else { s = "&"}}; if argstring != "" { argString = argString + s}; argString = argString + name + "=" + value}; for i = 1 to sizeOf (adrTable^) { local (name = nameOf (adrTable^ [i])); local (value = string (adrTable^ [i])); name = string.urlEncode (name); value = string.urlEncode (value); name = string.replaceAll (name, "%20", "+"); value = string.replaceAll (value, "%20", "+"); add (name, value)}; return (argString)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-18 16:26:29
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/standardMacros In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25133 Modified Files: imageRef Log Message: towards more modern standards such as XHTML v1.1 Index: imageRef =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/html/data/standardMacros/imageRef,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** imageRef 26 Mar 2005 19:43:03 -0000 1.1.1.1 --- imageRef 18 Oct 2005 16:26:19 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.html.data.standardMacros.imageRef ! on imageRef (imagespec, explanation=nil, hspace="", align="", usemap="", ismap=false, border=0, pageTable=nil, glossref="", vspace="", lowsrc="", rollsrc="", height="", width="", name="", id="", style="", class="", title="") { ÇChange Notes: Ç5.0 changes DW Ç11/15/97 at 5:59:03 AM by DW Çdoesn't run off html.data.page, instead it assumes that xxx has been set up. Çtakes pagetable as an optional param, facilitates debugging, allows calling from outside of html suite. Çsupport for glossary references Ç5.0 changes PBS ÇThursday, January 01, 1998 at 12:52:02 PM by PBS ÇAdded vspace, lowscr, and rollsrc parameters. ÇThe rollsrc parameter specifies the image to display during Çan on mouseover event. ÇMade Frontier smarter about writing out changed images. ÇWednesday, January 07, 1998 at 4:24:37 PM by PBS ÇRemoved timeModified check. ÇAdded "name" parameter. ÇSunday, January 18, 1998 at 4:06:39 PM by PBS ÇCall html.getImagePath, a new script which builds relative URLs for images. Ç6.0 changes ÇFri, Feb 19, 1999 at 11:55:48 AM by PBS ÇAdded title parameter. Ç6.2.1 changes Ç07/05/00; 5:55:33 PM by PBS ÇCreate a default alt attribute if explanation is nil or "". HTML standards require alt attributes for all images. ÇPut quotes around the values for all attributes. local (htmlText = ""); local (imageTable, heightWidthString = ""); if pageTable == nil { pageTable = html.getPageTableAddress ()}; on add (s) { htmlText = htmlText + s}; ÇGet image data: url, path, address, mac file type, height, and width. imageTable = html.getImageData (imageSpec, pageTable); bundle { //get height and width of image; build heightWidthString if height == "" { height = imageTable.height}; if width == "" { width = imageTable.width}; if height != 0 { //we may have failed to get image size heightWidthString = "height=\"" + height + "\" "}; if width != 0 { heightWidthString = heightWidthString + "width=\"" + width + "\""}}; bundle { //build html text if name == "" { //optional name parameter add ("<img src=\"" + imageTable.url + "\" " + heightWidthString)} else { add ("<img name=\"" + name + "\" src=\"" + imageTable.url + "\" " + heightWidthString)}; if id != "" { add (" id=\"" + id + "\"")}; if lowsrc != "" { local (lowSrcData = html.getImageData (lowsrc, pageTable)); add (" lowsrc=\"" + lowSrcData.url + "\"")}; if explanation == nil { explanation = nameOf (imageTable.adrImage^) + " picture"}; if hspace != "" { add (" hspace=\"" + hspace + "\"")}; if vspace != "" { add (" vspace=\"" + vspace + "\"")}; if align != "" { add (" align=\"" + align + "\"")}; if usemap != "" { add (" usemap=\"#" + usemap + "\"")}; if ismap { add (" ismap")}; if rollsrc != "" { local (rollData = html.getImageData (rollsrc, pageTable)); add (" onmouseout=\"this.src='" + imageTable.url + "'\""); add (" onmouseover=\"this.src='" + rollData.url + "'\"")}; if style != "" { add (" style=\"" + style + "\"")}; if class != "" { add (" class=\"" + class + "\"")}; if title != "" { add (" title=\"" + title + "\"")}; add (" alt=\"" + explanation + "\""); //PBS 07/05/00: always add the alt attribute, as it's required by the HTML spec add (" border=\"" + border + "\""); ÇWed, Dec 25, 1996 at 7:33:16 AM by DW add (">")}; if glossref != "" { //5.0 enclose the imageref in an anchor or glosspatch local (s = html.refGlossary (glossref)); Çassume we have a hard-coded link or a glosspatch Ç<a href="http://www.scripting.com/frontier/">Frontier</a> or Ç[[#glossPatch Welcome to Alpha User's Test Page!|websitessamples/randomStuff|]] if s beginsWith "[[#" { local (ix = string.patternMatch (' ', s)); s = string.delete (s, 1, ix); s = string.nthField (s, '|', 2); Çthis is the part we keep htmltext = "[[#glossPatch " + htmltext + "|" + s + "|]]"} else { Çassume it's an a href s = string.nthField (s, '>', 1) + ">"; Çpop off the <a href="xxx"> part htmltext = s + htmltext + "</a>"}}; return (htmltext)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.html.data.standardMacros.imageRef ! on imageRef (imagespec, explanation=nil, hspace="", align="", usemap="", ismap=false, border=0, pageTable=nil, glossref="", vspace="", lowsrc="", rollsrc="", height="", width="", name="", id="", style="", class="", title="") { ÇChanges Ç10/17/05; 11:34:53 AM by TAC Çclose img tag, minor script formatting changes Ç07/05/00; 5:55:33 PM by PBS ÇCreate a default alt attribute if explanation is nil or "". HTML standards require alt attributes for all images. ÇPut quotes around the values for all attributes. ÇFri, Feb 19, 1999 at 11:55:48 AM by PBS ÇAdded title parameter. ÇSunday, January 18, 1998 at 4:06:39 PM by PBS ÇCall html.getImagePath, a new script which builds relative URLs for images. ÇWednesday, January 07, 1998 at 4:24:37 PM by PBS ÇRemoved timeModified check. ÇAdded "name" parameter. ÇThursday, January 01, 1998 at 12:52:02 PM by PBS ÇAdded vspace, lowscr, and rollsrc parameters. ÇThe rollsrc parameter specifies the image to display during Çan on mouseover event. ÇMade Frontier smarter about writing out changed images. Ç11/15/97 at 5:59:03 AM by DW Çdoesn't run off html.data.page, instead it assumes that xxx has been set up. Çtakes pagetable as an optional param, facilitates debugging, allows calling from outside of html suite. Çsupport for glossary references local (htmlText = ""); local (imageTable, heightWidthString = ""); if pageTable == nil { pageTable = html.getPageTableAddress ()}; on add (s) { htmlText = htmlText + s}; ÇGet image data: url, path, address, mac file type, height, and width. imageTable = html.getImageData (imageSpec, pageTable); bundle { // get height and width of image; build heightWidthString if height == "" { height = imageTable.height}; if width == "" { width = imageTable.width}; if height != 0 { // we may have failed to get image size heightWidthString = "height=\"" + height + "\" "}; if width != 0 { heightWidthString = heightWidthString + "width=\"" + width + "\""}}; bundle { // build html text if name == "" { // optional name parameter add ("<img src=\"" + imageTable.url + "\" " + heightWidthString)} else { add ("<img name=\"" + name + "\" src=\"" + imageTable.url + "\" " + heightWidthString)}; if id != "" { add (" id=\"" + id + "\"")}; if lowsrc != "" { local (lowSrcData = html.getImageData (lowsrc, pageTable)); add (" lowsrc=\"" + lowSrcData.url + "\"")}; if explanation == nil { explanation = nameOf (imageTable.adrImage^) + " picture"}; if hspace != "" { add (" hspace=\"" + hspace + "\"")}; if vspace != "" { add (" vspace=\"" + vspace + "\"")}; if align != "" { add (" align=\"" + align + "\"")}; if usemap != "" { add (" usemap=\"#" + usemap + "\"")}; if ismap { add (" ismap")}; if rollsrc != "" { local (rollData = html.getImageData (rollsrc, pageTable)); add (" onmouseout=\"this.src='" + imageTable.url + "'\""); add (" onmouseover=\"this.src='" + rollData.url + "'\"")}; if style != "" { add (" style=\"" + style + "\"")}; if class != "" { add (" class=\"" + class + "\"")}; if title != "" { add (" title=\"" + title + "\"")}; add (" alt=\"" + explanation + "\""); // PBS 07/05/00: always add the alt attribute, as it's required by the HTML spec add (" border=\"" + border + "\""); // Wed, Dec 25, 1996 at 7:33:16 AM by DW add ("/>")}; if glossref != "" { // 5.0 enclose the imageref in an anchor or glosspatch local (s = html.refGlossary (glossref)); Çassume we have a hard-coded link or a glosspatch Ç<a href="http:// www.scripting.com/frontier/">Frontier</a> or Ç[[#glossPatch Welcome to Alpha User's Test Page!|websitessamples/randomStuff|]] if s beginsWith "[[#" { local (ix = string.patternMatch (' ', s)); s = string.delete (s, 1, ix); s = string.nthField (s, '|', 2); // this is the part we keep htmlText = "[[#glossPatch " + htmlText + "|" + s + "|]]"} else { // assume it's an a href s = string.nthField (s, '>', 1) + ">"; // pop off the <a href="xxx"> part htmlText = s + htmlText + "</a>"}}; return (htmlText)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-18 16:24:05
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/discuss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24486 Modified Files: buildImageTag readMessage Log Message: towards more modern standards such as XHTML v1.1 Index: readMessage =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/discuss/readMessage,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readMessage 12 Jul 2005 19:34:15 -0000 1.2 --- readMessage 18 Oct 2005 16:23:56 -0000 1.3 *************** *** 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 Ç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. Ç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" { local (adrMember = mainResponder.members.getMemberTable (membershipGroup, adrMsgTable^.member)); local (name = adrMember^.personalInfo.name); 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><a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + "\">" + mainResponder.discuss.cowSkullImage (pta) + "</a>")}}; 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) { Ç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 Ç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. Ç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" { local (adrMember = mainResponder.members.getMemberTable (membershipGroup, adrMsgTable^.member)); local (name = adrMember^.personalInfo.name); 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/><a href=\"" + pta^.responderAttributes.urls^.discussMsgReader + msgNum + "\">" + mainResponder.discuss.cowSkullImage (pta) + "</a>")}}; 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 Index: buildImageTag =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/discuss/buildImageTag,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** buildImageTag 26 Mar 2005 21:45:33 -0000 1.1.1.1 --- buildImageTag 18 Oct 2005 16:23:56 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:mainResponder.discuss.buildImageTag ! on buildImageTag (msgNum) { ÇGiven a message number, build the image tag. ÇThis works for new-style image management, where the images are stored in the dg in an image subtable. ÇAn image in a dg message table has the following elements: Çbits, the binary data. Çheight, the height in pixels of the image. Çwidth, the width in pixels of the image. ÇmimeType, the MIME type of the image (not referenced in this script). ÇThis feature requires an imageViewer element in the #urls table. This should be a URL to a script which takes a msgNum as pathArgs, as in http://mysite.com/picture$. This script returns the actual image data with MIME type specified in the response headers. Ç10/20/99; 11:18:55 AM by PBS ÇChanges: Ç02/29/00; 10:47:20 PM by PBS ÇIf the image has been written to disk, the URL is stored in the image subtable. Use that URL instead of calculating the URL. Ç04/10/00; 3:02:46 PM by JES ÇLocalized -- The alt element had a colon in it. Now it's looked up. Ç05/01/00; 2:19:46 PM by JES ÇChanged getString call that used a replacement list, so that it passes a replacementTableAddress instead. local (pta = html.getPageTableAddress ()); local (adrMsgTable = mainResponder.discuss.getMessageTable (msgNum)); if not defined (pta^.responderAttributes.urls^.imageViewer) { //check for imageViewer in #urls table return ("")}; //return empty string, can't build an img tag if not defined (adrMsgTable^.image) { //check for image subtable return ("")}; //return empty string, can't build an img tag local (imgTag = "<img src=\""); local (url = pta^.responderAttributes.urls^.imageViewer + adrMsgTable^.msgNum); if defined (adrMsgTable^.image.url) { //PBS 02/29/00: if the image is on a static server, use that URL instead of the calculated URL url = adrMsgTable^.image.url}; imgTag = imgTag + url + "\" "; imgTag = imgTag + "height=\"" + adrMsgTable^.image.height + "\" "; imgTag = imgTag + "width=\"" + adrMsgTable^.image.width + "\" "; imgTag = imgTag + "border=\"0\" "; local (altText, replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: build replacement table for getString replacementTable.msgsubject = adrMsgTable^.subject; replacementTable.msgbody = adrMsgTable^.body; altText = mainResponder.getString ("discuss.imageAltText", @replacementTable); altText = string.replaceAll (altText, "\n", " "); //make sure the alt text can appear in an img tag altText = string.replaceAll (altText, "\r", " "); altText = string.replaceAll (altText, "\"", """); imgTag = imgTag + "alt=\"" + altText + "\">"; return (imgTag)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:mainResponder.discuss.buildImageTag ! on buildImageTag (msgNum) { ÇChanges Ç10/17/05; 11:42:39 AM by TAC Çclose tag Ç05/01/00; 2:19:46 PM by JES ÇChanged getString call that used a replacement list, so that it passes a replacementTableAddress instead. Ç04/10/00; 3:02:46 PM by JES ÇLocalized -- The alt element had a colon in it. Now it's looked up. Ç02/29/00; 10:47:20 PM by PBS ÇIf the image has been written to disk, the URL is stored in the image subtable. Use that URL instead of calculating the URL. ÇGiven a message number, build the image tag. ÇThis works for new-style image management, where the images are stored in the dg in an image subtable. ÇAn image in a dg message table has the following elements: Çbits, the binary data. Çheight, the height in pixels of the image. Çwidth, the width in pixels of the image. ÇmimeType, the MIME type of the image (not referenced in this script). ÇThis feature requires an imageViewer element in the #urls table. This should be a URL to a script which takes a msgNum as pathArgs, as in http://mysite.com/picture$. This script returns the actual image data with MIME type specified in the response headers. Ç10/20/99; 11:18:55 AM by PBS local (pta = html.getPageTableAddress ()); local (adrMsgTable = mainResponder.discuss.getMessageTable (msgNum)); if not defined (pta^.responderAttributes.urls^.imageViewer) { //check for imageViewer in #urls table return ("")}; //return empty string, can't build an img tag if not defined (adrMsgTable^.image) { //check for image subtable return ("")}; //return empty string, can't build an img tag local (imgTag = "<img src=\""); local (url = pta^.responderAttributes.urls^.imageViewer + adrMsgTable^.msgNum); if defined (adrMsgTable^.image.url) { //PBS 02/29/00: if the image is on a static server, use that URL instead of the calculated URL url = adrMsgTable^.image.url}; imgTag = imgTag + url + "\" "; imgTag = imgTag + "height=\"" + adrMsgTable^.image.height + "\" "; imgTag = imgTag + "width=\"" + adrMsgTable^.image.width + "\" "; imgTag = imgTag + "border=\"0\" "; local (altText, replacementTable); new (tableType, @replacementTable); // 05/01/00 JES: build replacement table for getString replacementTable.msgsubject = adrMsgTable^.subject; replacementTable.msgbody = adrMsgTable^.body; altText = mainResponder.getString ("discuss.imageAltText", @replacementTable); altText = string.replaceAll (altText, "\n", " "); //make sure the alt text can appear in an img tag altText = string.replaceAll (altText, "\r", " "); altText = string.replaceAll (altText, "\"", """); imgTag = imgTag + "alt=\"" + altText + "\"/>"; return (imgTag)} \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-10-18 16:22:21
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23951 Modified Files: respond Log Message: remove UserLand from error page title Index: respond =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/respond,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** respond 26 Mar 2005 21:45:08 -0000 1.1.1.1 --- respond 18 Oct 2005 16:22:09 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:mainResponder.respond ! on respond (adrparamtable, fldebug=false) { ÇStarted 9/26/98; 10:54:02 AM by DW ÇA clean fresh start for the user.webserver.responders table. ÇBuild a fast kernelizable responder that supports a very high level concept of a website. ÇChanges: Ç10/23/04; 1:17:48 AM by JES ÇRespect config.mainResponder.prefs.flMapFirstLevelOfUrlsToManilaSites. If false, then do not map the first level of the path in incoming requests to Manila sites. Default is to preserve existing behavior in existing installs, and to not map to Manila sites in new installs. (See mainResponder.init and mainResponder.install.) Ç9/16/04; 2:11:44 AM by JES ÇFix a bug in latin-to-mac translation when parsing POST args where more than one argument has the same name. ÇSingle arguments were handled fine, but subsequent same-name ones weren't. ÇFix bug where high-ascii characters in the path were not handled properly on MacOS. ÇFix a bug in If-Modified-Since handling, which prevented it from working properly unless mainResponder debugging was turned on. Ç11/5/02; 2:47:14 PM by JES ÇHandle HEAD requests according to the HTTP 1.1 specification. Saves bandwidth when responding to clients which support the HEAD method. Çhttp://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 Ç9/16/02; 2:43:53 AM by JES ÇFix a bug which causes sites on the last leaf of an XML siteTree to return an error, by de-referencing the address attribute of the site in the tableDive sub-function of the responder. ÇPreviously, the address of an XML table would be returned, and this table was not a valid website. Nobody was following the address on the last leaf of the siteTree. ÇNow we dereference the address attribute, and return the address for the value of "nomad". This is normally a valid website, as long as the siteTree is valid, and the site still exists. Ç9/10/02; 5:01:56 PM by JES ÇCall userland.trialVersionCheck to find out if the trial has expired, instead of checking userland.trialVersion.flTrialVersion and userland.trialVersion.flExpired directly. Ç7/2/02; 1:43:28 AM by JES ÇNew XML siteTree type, redirect. Implements the same functionality as redirect strings for old-style config.mainResponder.domains records. Ç1/7/02; 12:38:55 PM by PBS ÇDon't serve any objects whose name begins with . (dot). This prevents the server from, for example, serving .DS_Store files on Mac OS X. Ç10/1/01; 3:34:37 PM by PBS ÇManila sites with names like 123test couldn't be found because 123test, when it's an address, needs to be in quotes and bracketted. Fixed. Ç01/03/01; 2:44:11 AM by JES ÇFixed a text conversion problem: On Macintosh, convert both searchArgs and pathArgs to Mac text, even if no postArgs are specified. Ç2000: Ç05/11/00; 5:19:40 PM by PBS ÇIf the manilaMacros table in manila.root is defined, add that to the search path for macro evaluation. Ç06/10/00; 5:05:24 PM by PBS ÇSupport for XML siteTree feature, which allows one to specify a hierarchy of sites in XML. siteTrees are legal in config.mainResponder.domains and config.mainResponder.sites. Ç06/14/00; 4:31:26 PM by PBS ÇAdded /mainResponderResources/ as a system website, so the Pike button and other icons have a constant path despite the settings at config.mainResponder.domains. Ç06/27/00; 12:56:31 PM by JES ÇBug fix -- make sure an XML siteTree outline exists if the structure exists. Ç07/05/00; 12:47:57 PM by PBS ÇIf an entry in config.mainResponder.domains is a string containing a URL to redirect to, and the request contains path args, make sure the path args are added to the URL that the browser is redirected to. Ç07/06/00; 5:48:03 PM by PBS ÇIf the domain is set up as an XML siteTree domain, but the site we're looking for isn't in the XML outline, check the config.manila.sites and config.mainResponder.sites tables. This makes it work the same way as when your default domain points to Guest Databases/www/ -- which is how people expect this to work. This should cut way down, or eliminate entirely, the reports about not being able to figure out how to make one's sites accessible. Ç07/22/00 at 4:06:35 AM by AR ÇRe-enabled the controlAccess callback loop. Ç08/09/00; 12:43:44 PM by PBS ÇClosed security hole. Certain combinations of characters could, in some circumstances, allow one to get outside the static files folder. Ç08/31/00; 8:01:51 PM by PBS ÇFixed a bug in serving tables -- the last line of the serveTable handler now references adrTable. See Matt Neuburg's diagnosis: http://frontier.userland.com/discuss/msgReader$5439 Ç10/27/00; 11:32:10 AM by PBS ÇChanged profiling prefix from /profile to /profile/. Ç10/31/00; 5:16:54 PM by JES ÇFixed bug where redirecting using the scriptError ("!redirect [url]") method wouldn't redirect to URLs longer than 254 characters. To use the fix properly, first call mainResponder.redirect to set the redirect URL in adrParamTable^.responderAttributes, and then call scriptError with the same URL to short-circuit rendering and force redirection. Ç11/08/00; 3:02:42 PM by PBS ÇFixed a problem when serving from the file system on Windows. (When serving Gems, for example.) Folder paths would have doubled backslash characters in the path, which had to be collapsed when turning a path to a filespec. Ç1999: Ç7/29/99 by DW ÇIf you have a #redirect directive in a website, when the responder dives into the table it will remap the url thru the string value of #redirect. It's smart, so it will keep the partial URL intact. Ç7/30/99; 10:51:13 by PBS ÇIf a table is being rendered as a page via the #renderTableWith mechanism, don't add a trailing slash. If a trailing slash is present, redirect to remove the trailing slash. New subroutine: pathMustNotEndWithSlash, it's the opposite of pathMustEndWithSlash. ÇIf the host ends with the port, as in nirvana.userland.com:81, find nirvana.userland.com in the config.mainResponder.domains table if nirvana.userland.com:81 is not present in that table. Also handle cases where a trailing period is present, such as nirvana.userland.com. or nirvana.userland.com.:81. ÇIf an object isn't found in a website, the website can over-ride mainResponder.respond's built-in behavior, which is to scriptError with a message about the object not being found. A website can have a page -- script, wpText, whatever -- called #objectNotFoundHandler. This is what gets called if the object isn't found. It's rendered or called with regard to the standard rules -- allowScriptsToRun, flRender, etc. are all obeyed, so there are no suprises. This adds a potentially powerful feature: a script can be defined which implements a virtual hierarchy -- in other words, you could write a script which dives into an outline: you could create an entire website, or part of a site, from a single outline. There are many possibilities. Ç8/1/99; 1:13:33 by PBS ÇError pages are now iso8859-encoded. This is because some Frontier error messages may contain characters which should be translated to HTML entities. ÇMacintosh file uploading fixed -- post args are not converted from Latin to Mac text for attached files -- only "regular" post args are converted. Ç8/11/99; 2:56:17 PM by PBS ÇFolded in Dave's fixes for #redirect feature. Check to be sure objectName and path are defined. ÇFix for custom scripts for tableToHTML and FolderToHTML -- the scripts should be found now. Previously an error was generated. Previous error: "Can't call folderToHTML because it isn't a script." De-referencing solves this problem. Ç8/25/99; 12:09:37 PM by PBS ÇCall html.deletePageTableAddress at the end -- there is no need to keep the dangling pta in the system.temp.pageTableAddresses table. In fact, not deleting it can lead to crashes in certain circumstances. ÇAdded pathEvaluation callback. Scripts in the config.mainResponder.callbacks.pathEvaluation table can over-ride mainResponder's normal path evaluation. ÇThe param table is in scope for these callbacks. There are two special items: ÇdomainPath -- this is the path for this domain, as specified in config.mainResponder.domains. It may be any value that's legal in config.mainResponder.domains. ÇadrObjectToServe -- this is nil. If a callback places a value here, then that's the object that will be served. The value can be any type that mainResponder.respond knows how to handle. ÇNote: attributes will be gathered at the level of adrObjectToServe^. If you want to gather more attributes, you'll have to do it in your callback or in a filter. This is because mainResponder's normal attribute-gathering routine is circumvented when a callback handles path evaluation. ÇAlso note: if there is a scriptError in any of these callbacks, that scriptError will be reflected in the page. These callbacks must be coded carefully. This is an advanced feature, and one is responsible for one's own code. ÇThis was originally requested by Seth Dillingham on the Frontier-Server list. ÇAdded serveFromCache callback. ÇWhen mainResponder wants to serve an object from the cache, the scripts in config.mainResponder.callbacks.serveFromCache are called. ÇThe param table is in scope. It contains a special boolean, flServeFromCache, set to true. ÇIf any callback sets this to false, then mainResponder.respond will build the object rather than use the cache. ÇThis was originally requested by Matt Daw on the Frontier-Server list. ÇMacintosh file uploading, which was thought to be fixed earlier, is now fixed completely. The final problem was a hard-to-see typo: Çif typeOf (adrPostTable^ [i] == stringType) Ç...should have read... Çif typeOf (adrPostTable^ [i]) == stringType ÇYou can now turn on Mac text conversion at config.mainResponder.prefs.flConvertToMacText and have files that are uploaded remain unconverted. Ç9/25/99; 5:44:51 PM by PBS ÇA serveFromCacheCallback can get the address of the requested object that's been cached. It's at adrParamTable^.adrCachedObject. This callback can also get the address of the cached version, in cache.root. It's at adrParamTable^.adrCacheItem. Ç10/25/99; 3:53:16 PM by PBS ÇFixed two minor bugs in supporting the controlPanel system website. Changed the scope of flsystemwebsite and check the existence of config.mainResponder.prefs.flControlPanel before checking its value. Ç11/9/99; 8:37:55 PM by PBS ÇShort URLs for Manila sites. If the domain points to the www folder, and the first part of the path is a name in config.manila.sites, then short-circuit the walk -- set nomad to point to the Manila site. This way, instead of URLs like http://myserver.com/mySite/mySite/, you can have URLs like http://myserver.com/mySite/, even though the website is at [mySite.root].mySite, even though the domain points to the www folder. This change is compatible with 6.0: if you don't have a config.manila.sites table, then nothing special happens. Ç12/16/99; 2:50:24 PM by PBS ÇShort URLs for mainResponder sites: if a table at config.mainResponder.sites exists, and the first part of the path matches a name in that table, and the domain points to the www folder, then follow the address in config.mainResponder.sites. This works similarly to config.manila.sites. However, items in config.mainResponder.sites can also be tables or filespecs. Ç12/16/99; 3:36:36 PM by PBS ÇFix a #redirect bug. When requesting /x, the redirected URL might be /x/x -- part of the path was being doubled. on core () { mainResponder.callbackLoop (@config.mainresponder.callbacks.controlAccess, adrparamtable); local (flCallbackParsedPath = false); //PBS 8/25/99: a callback may evaluate the path, then this gets set to true local (flprofile = false); //if true, we return the text of the profile, not the page if config.mainresponder.prefs.flProfiling { local (prefix = "/profile/"); //PBS 10/27/00: prefix changed from /profile to /profile/ -- to avoid conflict with Manila's profiles and any other URL that begins with /profile Çmsg (adrparamtable^.path) if adrparamtable^.path beginswith prefix { adrparamtable^.path = string.delete (adrparamtable^.path, 1, sizeof (prefix)); adrparamtable^.path = "/" + adrparamtable^.path; script.startProfile (true); flprofile = true}}; local (adrdebuglog = nil); //it stays nil if debugging isn't on on addDebugLog (name, val) { xml.addvalue (adrdebuglog, name, val)}; local (fldebug = config.mainresponder.prefs.flDebug); if fldebug { if adrparamtable^.requestHeaders.["User-Agent"] == "Testing in Debugger" { fldebug = false} else { if not defined (config.mainresponder.debugLog) { new (tabletype, @config.mainresponder.debugLog)}; adrdebuglog = xml.addtable (@config.mainresponder.debugLog, string.timestring ()); addDebugLog ("paramsIn", adrparamtable^); addDebugLog ("path", adrparamtable^.path); addDebugLog ("client", tcp.dns.getDomainName (adrparamtable^.client))}}; adrparamtable^.responseHeaders.["Content-Type"] = "text/html"; //the most common value bundle { //for debugging, save a copy of the param table in a global if config.mainresponder.prefs.flKeepParamTable { try { //might not have a User-Agent field if adrparamtable^.requestHeaders.["User-Agent"] != "Testing in Debugger" { scratchpad.paramtable = adrparamtable^}}}}; local (adratts = @adrparamtable^.responderAttributes); adratts^ = config.mainresponder.globals; on noFolderError (f) { scriptError ("There is no folder or object database named \"" + (file.filefrompath (f) - file.getpathchar ()) + "\" in the folder \"" + file.folderfrompath (f) + "\".")}; on gatherAttributes (adrtable) { //copy all #attributes from the table into adratts^ Çthis does something different from html.buildPageTable Çit adds them one level at a time, we don't care how we got here Çin html.buildPageTable we pop all the way out to the top of the website. Çthat would be incorrect for the web server local (adrsecurityscript = @adrtable^.["#security"]); if defined (adrsecurityscript^) { //great! the sysop is using a cool feature callScript (adrsecurityscript, {}, adrparamtable)}; //scriptError to kill request local (i, ct = sizeof (adrtable^), adritem, name); for i = 1 to ct { adritem = @adrtable^ [i]; name = nameof (adritem^); if not (name beginswith "#") { break}; name = string.delete (name, 1, 1); //pop off the # case string.lower (name) { "redirect" { ÇDW 7/29/99: If you have a #redirect directive in a website, when the responder dives into the table it will remap the url thru the string value of #redirect. It's smart, so it will keep the partial URL intact. local (url = string (adritem^)); Çif defined (objectName) //PBS 12/16/99: commented out to fix a bug where URLs would have repeated elements, such as /foo/foo rather than /foo. (Was: make sure objectName is defined.) Çurl = url + objectName if defined (path) { //make sure path is defined if sizeof (path) > 0 { if not (url endswith "/") { url = url + "/"}; url = url + path}}; Çdialog.alert (url) scriptError ("!redirect " + url)}}; case typeof (adritem^) { tabletype { if string.lower (name) == "prefs" { local (i, ct = sizeof (adritem^), adrprefsitem, name); for i = 1 to ct { adrprefsitem = @adritem^ [i]; name = nameof (adrprefsitem^); if name beginswith "#" { name = string.delete (name, 1, 1)}; adratts^.[name] = adrprefsitem^}} else { //copy the address of the table try {delete (@adrAtts^.[name])}; //work around an apparent kernel bug adratts^.[name] = adritem}}; outlinetype; scripttype; menubartype; binarytype; wptexttype { adratts^.[name] = adritem}} //copy the address else { adratts^.[name] = adritem^}}}; on attMustBeTrue (attname) { on attError () { scriptError ("The attribute \"" + attname + "\" must be true.")}; local (adratt = @adratts^.[attname]); if defined (adratt^) { if not adratt^ { //it's false attError ()}} else { attError ()}; return (true)}; on attIsTrue (attname) { local (adratt = @adratts^.[attname]); if defined (adratt^) { return (boolean (adratt^))} else { return (false)}}; on serveAsXml (folder) { if not file.isFolder (folder) { scriptError ("Can't serve \"" + folder + "\" as XML because it isn't a folder.")}; local (xmltext = "", indentlevel = 0, f, pc = file.getpathchar ()); on add (s) { xmltext = xmltext + string.filledString ("\t", indentlevel) + s + "\r"}; add ("<?xml version=\"1.0\"?>"); add ("<directory>"); indentlevel++; fileloop (f in folder) { local (name = file.filefrompath (f)); if name endswith pc { name = string.delete (name, sizeof (name), 1)}; add ("<file>"); indentlevel++; add ("<name>" + name + "</name>"); bundle { //add type local (mimetype); if file.isfolder (f) { mimeType = "folder"} else { if name endswith ".root" { mimetype = "application/x-frontier-database"} else { local (objectType = file.type (f)); case sys.os () { // decide what the MIME type is "Win95"; "WinNT" { local (extension = objectType); extension = string.replaceAll (extension, " ", ""); // strip spaces if defined (user.webserver.prefs.ext2MIME.[extension]) { mimeType= user.webserver.prefs.ext2MIME.[extension]} else { mimeType = "text/plain"}}; "MacOS" { if defined (user.webserver.prefs.type2MIME.[objectType]) { mimeType = user.webserver.prefs.type2MIME.[objectType]} else { mimeType = "text/plain"}}}}}; add ("<type>" + mimeType + "</type>")}; add ("<creationDate>" + date.netStandardString (file.created (f)) + "</creationDate>"); add ("<modificationDate>" + date.netStandardString (file.modified (f)) + "</modificationDate>"); add ("<size>" + file.size (f) + "</size>"); add ("</file>"); indentlevel--}; add ("</directory>"); indentlevel--; adrparamtable^.responseHeaders.["Content-Type"] = "text/xml"; adrparamtable^.responseBody = xmltext}; on serveFile (f) { adrparamtable^.responseBody = string (file.readwholefile (f)); adrparamtable^.responseHeaders.["Content-Type"] = mainResponder.getFileMimeType (f); adrparamtable^.responseHeaders.["Last-Modified"] = date.netStandardString (file.modified (f))}; on serveScript (adrscript) { adrparamtable^.responseBody = string (callScript (adrscript, {}, adrparamtable))}; on serveObject (adr) { bundle { //set up the URLs table if not defined (adratts^.urls) { //there's no #urls server attribute adratts^.urls = @config.mainresponder.urls}}; mainResponder.members.checkMembership (adr, adrparamtable); //scriptErrors if redirecting if (adratts^.flrender) and (typeof (adr^) != binaryType) { //pass it thru the website framework local (adrcacheitem = nil); if defined (adratts^.flRenderingCache) and (adratts^.flRenderingCache) { //this page can be cached local (adrcache = mainResponder.cache.getCacheTable ()); adrcacheitem = @adrcache^.[string (adr)]; if defined (adrcacheitem^) { if timeModified (adrcacheitem) >= timeModified (adr) { //the cache is still good if typeof (adr^) != scripttype { ÇPBS 8/25/99: call a callback that can decide whether or not to serve this from the cache. adrParamTable^.flServeFromCache = true; if defined (config.mainResponder.callbacks.serveFromCache) { adrParamTable^.adrCachedObject = adr; //PBS 9/25/99: allow callback to get the address of the object being requested adrParamTable^.adrCacheItem = adrCacheItem; //PBS 9/25/99: allow callback to get the address of the cached version, in cache.root mainResponder.callbackLoop (@config.mainResponder.callbacks.serveFromCache, adrParamTable)}; if adrParamTable^.flServeFromCache == true { adrparamtable^.responseBody = string (adrcacheitem^.text); adrcacheitem^.hits++; return}}}}}; if defined (manilaMacros) { //PBS 05/11/00: if defined, add manilaMacros to macro evaluation path with manilaMacros { adrparamtable^.responseBody = html.buildObject (adr, adrparamtable)}} else { adrparamtable^.responseBody = html.buildObject (adr, adrparamtable)}; if adrcacheitem != nil { //caching is enabled if not defined (adrcacheitem^) { new (tabletype, adrcacheitem)}; adrcacheitem^.hits = 0; wp.newtextobject (adrparamtable^.responseBody, @adrcacheitem^.text); fileMenu.saveMyRoot (adrcacheitem)}; local (adrredirecturl = @adrparamtable^.responderAttributes.redirectUrl); if defined (adrredirecturl^) { scriptError ("!redirect " + adrredirecturl^)}} else { case typeof (adr^) { scripttype { serveScript (adr)}} else { if defined (adratts^.rawTextPreformatted) and (adratts^.rawTextPreformatted) { local (s = string.replaceall (string (adr^), "<", "<")); adrparamtable^.responseBody = "<html><body><pre>\r" + s + "\r</pre></body></html>"} else { adrparamtable^.responseBody = string (adr^)}; adrparamtable^.responseHeaders.["Content-Type"] = mainResponder.getODBMimeType (adr); local (moddate = timeModified (adr)); if typeof (moddate) == booleantype { moddate = clock.now (); try { //JES 9/16/04: use mod date of parent table if typeOf (parentOf (adr^)^) == tabletype { moddate = timeModified (parentOf (adr^))}}}; adrparamtable^.responseHeaders.["Last-Modified"] = date.netStandardString (moddate)}}}; on folderToHTML (folder) { attMustBeTrue ("allowDirectoryListings"); bundle { //set up the URLs table; Fri, 12 Mar 1999 00:50:44 GMT by AR if not defined (adratts^.urls) { //there's no #urls server attribute adratts^.urls = @config.mainresponder.urls}}; local (adrscript = @mainResponder.folderToHTML); if defined (adratts^.folderToHTML) { adrscript = @adratts^.folderToHTML; if typeOf (adrScript^) == addressType { //PBS 8/11/99: if adrScript^ is an address, de-reference adrScript = adrScript^}}; return (adrscript^ (folder, adrparamtable))}; on tableToHTML (adrtable) { gatherAttributes (adrtable); attMustBeTrue ("allowDirectoryListings"); bundle { //set up the URLs table; Fri, 12 Mar 1999 00:50:40 GMT by AR if not defined (adratts^.urls) { //there's no #urls server attribute adratts^.urls = @config.mainresponder.urls}}; local (adrscript = @mainResponder.tableToHTML); if defined (adratts^.tableToHTML) { adrscript = @adratts^.tableToHTML; if typeOf (adrScript^) == addressType { //PBS 8/11/99: if adrScript^ is an address, de-reference adrScript = adrScript^}}; return (adrscript^ (adrtable, adrparamtable))}; on openRootFile (f) { if not window.isOpen (f) { if file.filefrompath (f) beginswith "#" { scriptError ("Can't open the file \"" + f + "\" because its name begins with a pound-sign.")}; fileMenu.open (f, hidden:true); if config.mainResponder.prefs.flLogDatabaseOpens { Çyou may want to add this file to user.databases local (adrtable = @system.temp.mainResponder.databaseOpensLog); if not defined (adrtable^) { new (tabletype, adrtable)}; adrtable^.[f] = clock.now ()}}}; on checkPoundsign (name) { //scriptErrors if the name begins with a # if name beginswith "#" { scriptError ("Can't serve \"" + name + "\" because its name begins with a pound-sign.")}}; on tableDive (nomad, name) { bundle { //handle siteTree XML structures in config.root if inSiteTreeXmlTable (nomad) { local (name = string.lower (name)); local (adrItem); for adrItem in nomad { local (itemName = string.lower (xml.convertToDisplayName (nameOf (adrItem^)))); if itemName == "site" { local (siteName = string.lower (adrItem^.["/atts"].name)); Çif siteName == name Çif defined (adrItem^.["/atts"].address) //JES 9/16/02: dereference the last address in the siteTree Çreturn (address (adrItem^.["/atts"].address)) Çreturn (dereferenceXmlTable (adrItem)) Çreturn (adrItem) if siteName == name { // 03/03/03 JTC installed workaround by Tom Clifton local (xmlAddress); try { xmlAddress = xml.getAddress (adrItem, "site")} else { if defined (adrItem^.["/atts"].address) { //JES 9/16/02: dereference the last address in the siteTree Çreturn (address (adrItem^.["/atts"].address)) return (dereferenceXmlTable (adrItem))}}; return (adrItem)}}}; ÇCheck config.manila.sites and config.mainResponder.sites. PBS 07/06/00. if defined (stack) and sizeOf (stack) == 0 { local (flMapFirstLevelOfUrlsToManilaSites = true); if defined (config.mainResponder.prefs.flMapFirstLevelOfUrlsToManilaSites) { flMapFirstLevelOfUrlsToManilaSites = config.mainResponder.prefs.flMapFirstLevelOfUrlsToManilaSites}; if flMapFirstLevelOfUrlsToManilaSites and defined (config.manila.sites.[objectName]) { // 10/22/04; 4:27:33 PM by EDS added pref return (config.manila.sites.[objectName])} else { if defined (config.mainResponder.sites) { if defined (config.mainResponder.sites.[objectName]) { nomad = @config.mainResponder.sites.[objectName]; if defined (config.mainResponder.sites.[objectName].siteTree.directory) { return (initialXmlSiteTreeDive (nomad))}; return(nomad)}}}}; // 10/22/04; 4:01:55 PM by EDS need to return the nomad even if it's not a site tree. ÇDe-reference current nomad, site not found. nomad = dereferenceXmlTable (nomad); if typeOf (nomad) == fileSpecType { return (folderDive (nomad, name))}}}; gatherAttributes (nomad); //get the attributes before we dive checkPoundsign (name); //scriptErrors if the name begins with a # if not defined (nomad^.[name]) { if (string.lower (name) == "images") and (defined (nomad^.["#images"])) { name = "#images"} else { if table.tableContains (@config.mainResponder, nomad) and defined (nomad^.siteTree.directory) { //PBS 06/10/00: support for XML siteTree in config.mainResponder.sites return (initialXmlSiteTreeDive (nomad))} else { if defined (adrAtts^.objectNotFoundHandler) { //PBS 7/30/99: a website can define an object -- page, script, whatever -- to handle object not found conditions. It will be called via the standard rules, based on the website's preferences (allowScriptsToRun, etc.) return (adrAtts^.objectNotFoundHandler)} else { scriptError ("Can't process the request because there is no object named \"" + name + "\".")}}}}; return (@nomad^.[name])}; on folderDive (f, name) { local (pc = file.getpathchar ()); if not file.exists (f) { //allow URLs to reference odbs without including ".root" local (name = file.filefrompath (f) - pc); //for error message f = f + ".root"; if not file.exists (f) { noFolderError (f)}}; if file.isfolder (f) { if not (f endswith pc) { f = f + pc}; return (filespec (f + name))} else { //it might be a guest database if not (string.lower (f) endsWith ".root") { scriptError ("Can't dive into \"" + f + "\" because its name doesn't end with \".root\".")}; openRootFile (f); return (tableDive (@[f], name))}}; on pathMustEndWithSlash () { local (s = string.trimWhiteSpace (adrparamtable^.path)); if not (s endswith "/") { scriptError ("!redirect " + s + "/")}}; on pathMustNotEndWithSlash () { //PBS 7/30/99: tables rendered as pages must not end with a slash local (s = string.trimWhiteSpace (adrparamtable^.path)); if s endsWith "/" { s = string.delete (s, sizeOf (s), 1); scriptError ("!redirect " + s)}}; on serveTable (adrtable) { bundle { //PBS 06/09/00: de-reference XML siteTree table adrTable = dereferenceXmlTable (adrTable); if typeOf (adrTable) == fileSpecType { return (serveFolder (adrTable))}}; //it's really a filespec local (defaults = list (adratts^.defaultDirectoryItems), item, adritem, flnotfound = true); if defined (adrTable^.["#defaultDirectoryItems"]) { //Fri, 12 Mar 1999 01:24:15 GMT by AR defaults = list (adrTable^.["#defaultDirectoryItems"])}; if defined (adrTable^.["#prefs"].defaultDirectoryItems) { defaults = list (adrTable^.["#prefs"].defaultDirectoryItems)}; for item in defaults { adritem = @adrtable^.[item]; if defined (adritem^) { gatherattributes (adrtable); pathMustEndWithSlash (); //possibly redirect serveObject (adritem); flnotfound = false; break}}; if flnotfound { if defined (adratts^.renderTableWith) { pathMustNotEndWithSlash (); //PBS 7/30/99: this table is a page: it must not end in a slash serveObject (adrtable)} else { pathMustEndWithSlash (); //possibly redirect adrparamtable^.responseBody = tableToHTML (adrTable)}}}; //PBS 08/31/00: adrTable, not nomad, is correct here on serveFolder (folder) { pathMustEndWithSlash (); //possibly redirect local (pc = file.getpathchar ()); if not (folder endswith pc) { folder = folder + pc}; local (defaults = list (adratts^.defaultDirectoryItems), item, f, flnotfound = true); for item in defaults { f = folder + item; if file.exists (f) { serveFile (f); flnotfound = false; break}}; if flnotfound { Çadrparamtable^.responseBody = folderToHTML (nomad) adrparamtable^.responseBody = folderToHTML (folder)}}; on compileXmlIfNeeded (adrTable) { //PBS 06/09/00: compile an XML siteTree structure if needed if defined (adrTable^.structure) { if timeModified (@adrTable^.outline) <= timeModified (@adrTable^.structure) { return (true)}}; //no need to compile xml.compile (string (adrTable^.outline), @adrTable^.structure); //compile needed return (true)}; on inSiteTreeXmlTable (adrTable) { //PBS 06/09/00: is adrTable in an XML siteTree structure? if nameOf (adrTable^) contains "\t" { if table.tableContains (@config, adrTable) { return (true)}}; return (false)}; on dereferenceXmlTable (adrTable) { //PBS 06/09/00: get an address or filespec from an XML siteTree entry if inSiteTreeXmlTable (adrTable) { if defined (adrTable^.["/atts"].address) { try { return (address (adrTable^.["/atts"].address))} else { //PBS 10/01/01: the address might be a name like 123test, which needs to be in quotes return (address ("[\"" + adrTable^.["/atts"].address + "\"]"))}} else { if defined (adrTable^.["/atts"].folderPath) { Çreturn (fileSpec (string (fileSpec (adrTable^.["/atts"].folderPath)))) local (path = adrTable^.["/atts"].folderPath); if system.environment.isWindows { //PBS 11/08/00: fix problem with folder paths in the siteTree XML on Windows path = string.replaceAll (path, "\\\\", "\\")}; return (fileSpec (path))} else { if defined (adrTable^.["/atts"].redirect) { scriptError ("!redirect " + adrTable^.["/atts"].redirect)}}}}; return (adrTable)}; on gatherGlobals (adrGlobals) { //PBS 06/09/00: broken out into a subroutine for siteTree support local (i, ct = sizeOf (adrGlobals^), adritem); for i = 1 to ct { adritem = @adrGlobals^ [i]; adratts^.[nameof (adritem^)] = adritem^}; return (true)}; on initialXmlSiteTreeDive (adrTable) { //PBS 06/10/00: XML siteTree support, broken out because used in two places -- this routine dives into the XML structure, first re-compiling if necessary if defined (adrTable^.siteTree.globals) { gatherGlobals (@adrTable^.siteTree.globals)}; if not defined (adrTable^.siteTree.directory) { scriptError ("Server configuration error. siteTree table must contain an element named directory.")}; if not defined (adrTable^.siteTree.directory.outline) { if defined (adrTable^.siteTree.directory.structure) { // 06/27/00 JES: make sure an outline exists if an XML structure does local (xmlText, xmlWpText); xmlText = xml.decompile (@adrTable^.siteTree.directory.structure); local (xmlHeader = string.nthField (xmlText, '\r', 1)); xmlText = string.delete (xmlText, 1, sizeOf (xmlHeader)); xmlText = string.trimWhiteSpace (xmlText); wp.newTextObject (xmlText, @xmlWpText); table.assign (@adrTable^.siteTree.directory.outline, xmlWpText)} else { scriptError ("Server configuration error. A siteTree's directory table must contain an element named outline.")}}; compileXmlIfNeeded (@adrTable^.siteTree.directory); if not defined (adrTable^.siteTree.directory.structure [1]) { scriptError ("Server configuration error. A siteTree's XML structure must not be empty.")}; return (@adrTable^.siteTree.directory.structure [1] [1])}; //return a new value for nomad case string.upper (adrparamtable^.method) { //initialization based on method "POST" { 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)}}}; local (nomad); bundle { //JES 4/8/02: handle expired trials -- load the serial number page or error if defined (userland.trialVersionCheck) { if userland.trialVersionCheck (false) { local (domain = adrparamtable^.host, lowerpath = string.lower (adrparamtable^.path)); if domain contains ":" { domain = string.nthField (domain, ":", 1)}; local (flRedirectToSerialNumberPage = false); bundle { //if serving to a the same machine, or viewing a control panel page, redirect to the serial number page if tcp.equalNames (domain, "127.0.0.1") { flRedirectToSerialNumberPage = true}; if (lowerpath beginsWith "/controlpanel/") { flRedirectToSerialNumberPage = true}; if (lowerpath == "/controlpanel/serialnumber") { flRedirectToSerialNumberPage = false}; if (lowerpath beginsWith "/mainresponderresources/") { flRedirectToSerialNumberPage = false}; if defined (mainResponder.adminSite.urls.serialNumber) { if lowerpath beginsWith string.lower (mainResponder.adminSite.urls.serialNumber) { flRedirectToSerialNumberPage = false}}}; if flRedirectToSerialNumberPage { if defined (mainResponder.adminSite.urls.serialNumber) { scriptError ("!redirect http://" + adrparamtable^.host + mainResponder.adminSite.urls.serialNumber)} else { scriptError ("!redirect http://" + adrparamtable^.host + "/controlPanel/serialNumber")}} else { local (flerror = true); if lowerpath == "/controlpanel/serialnumber" { flerror = false}; if lowerpath beginsWith "/mainresponderresources/" { flerror = false}; if defined (mainResponder.adminSite.urls.serialNumber) { if lowerpath == string.lower (mainResponder.adminSite.urls.serialNumber) { flerror = false}}; if flerror { scriptError ("Can't respond to the request because this trial installation of Frontier has expired.")}}}}}; bundle { //convert text from latin to Mac character sets, if this is a Mac ÇSat, Mar 20, 1999 at 4:54:21 PM by PBS if system.environment.isMac { //PBS 3/20/99: convert Mac text if config.mainResponder.prefs.flConvertToMacText { if defined (adrParamTable^.postArgs) { on convertTable (adrPostTable) { //PBS 8/1/99: convert post args tables, recursively. ÇDon't convert uploaded files. local (i); local (flAttachedFile = defined (adrPostTable^.["Content-Type"])); for i = 1 to sizeOf (adrPostTable^) { if not flAttachedFile { if typeOf (adrPostTable^ [i]) == stringType { adrPostTable^ [i] = latinToMac.convert (adrPostTable^ [i])}; if typeOf (adrPostTable^ [i]) == listType { //JES 9/16/04: fix bug with multiple same-name arguments adrPostTable^ [i] = list (latinToMac.convert (adrPostTable^ [i]))}}; if typeOf (adrPostTable^ [i]) == tableType { convertTable (@adrPostTable^ [i])}}; return (true)}; convertTable (@adrParamTable^.postArgs); }; if defined (adrParamTable^.searchArgs) { //01/03/01 JES: convert to Mac text even if postArgs aren't present if adrParamTable^.searchArgs != "" { adrparamtable^.searchArgs = latinToMac.convert (adrparamtable^.searchArgs)}}; if defined (adrParamTable^.pathArgs) { //01/03/01 JES: convert to Mac text even if postArgs aren't present if adrParamTable^.pathArgs != "" { adrparamtable^.pathArgs = latinToMac.convert (adrparamtable^.pathArgs)}}}}}; bundle { //initialize nomad, this is where virtual hosting is implemented local (adrDomain = @config.mainResponder.domains.default); if defined (adrParamTable^.host) { on lookUpHost (hostName) { //PBS 7/30/99: look up a host in config.mainResponder.domains and set adrDomain if defined (config.mainResponder.domains.[hostName]) { adrDomain = @config.mainResponder.domains.[hostName]; return (true)}; return (false)}; if not (lookUpHost (adrParamTable^.host)) { //first do the standard lookup ÇPBS 7/30/99: The standard look up wasn't found. Try removing the port and any trailing dots. local (hostName = adrParamTable^.host); if hostName contains ":" { hostName = string.popSuffix (hostName, ":")}; //PBS 7/30/99: remove trailing port hostName = string.popTrailing (hostName, '.'); //PBS 7/30/99: remove trailing dot lookUpHost (hostName)}}; bundle { //based on type, initialize nomad on setnomad (adrdomain) { case typeOf (adrdomain^) { tabletype { if defined (adrDomain^.siteTree) { //PBS 06/09/00: handle XML siteTree tables nomad = initialXmlSiteTreeDive (adrDomain); return (true)} else { //look for a docTree item if not defined (adrdomain^.doctree) { scriptError ("Server configuration error. Domain table must contain an element named docTree.")}}; if defined (adrdomain^.globals) { //add the elements of this table to the responder attributes table gatherGlobals (@adrDomain^.globals); //PBS 06/09/00: code below was broken out, since it was used in multiple places Çlocal (i, ct = sizeof (adrdomain^.globals), adritem) Çfor i = 1 to ct Çadritem = @adrdomain^.globals [i] Çadratts^.[nameof (adritem^)] = adritem^};}; setnomad (@adrdomain^.doctree)}; //recurse stringtype { local (s = adrdomain^); if string.lower (s) beginsWith "http://" { //redirect! ÇscriptError ("!redirect " + s + adrparamtable^.path) scriptError ("!redirect " + s + string.nthField (adrparamtable^.firstLine, ' ', 2))}; //JES 07/04/00: if the path contains path args, make sure they're part of the URL redirected to nomad = filespec (adrdomain^)}; addresstype; filespectype { nomad = adrdomain^}} else { scriptError ("Server configuration error. The type of a domain doctree must be either table, string or filespec.")}}; setnomad (adrdomain)}; if fldebug { addDebugLog ("home", nomad)}}; bundle { //PBS 8/25/99: give callbacks a chance to override standard path evaluation local (adrCallbacks = @config.mainResponder.callbacks.pathEvaluation); if defined (adrCallbacks^) { adrParamTable^.domainPath = nomad; //this might be an address or filespec adrParamTable^.adrObjectToServe = nil; //callback places a value here if it wants to over-ride standard path evaluation mainResponder.callbackLoop (adrCallbacks, adrParamTable); //call the callbacks if defined (adrParamTable^.adrObjectToServe) and adrParamTable^.adrObjectToServe != nil { //did a callback evaluate the path? nomad = adrParamTable^.adrObjectToServe; //set nomad to the callback-specified value flCallbackParsedPath = true}}}; //this is so the rest of this script knows that the callback handle path evaluation bundle { //leave nomad pointing to the object to be served if not flCallbackParsedPath { //PBS 8/25/99: if callback evaluated path, skip this bundle local (stack = {}, path, objectname); Çpath = string.lower (string.urlDecode (adrparamtable^.path)) if system.environment.isMac { //JES 9/16/04: handle high-ascii in URL properly path = string.lower (string.latinToMac (string.urlDecode (adrparamtable^.path)))} else { //not MacOS -- just do string.lower, without character translation path = string.lower (string.urlDecode (adrparamtable^.path))}; if path beginswith "/" { path = string.delete (path, 1, 1)}; bundle { //when Frontier is running behind a web server like WebSTAR or IIS, ignore .wsf extensions if defined (adrparamtable^.wsfSuffixRequired) { if adrparamtable^.wsfSuffixRequired { if string.lower (path) endsWith ".wsf" { path = string.mid (path, 1, sizeof (path) - 4)}}}}; while sizeof (path) > 0 { local (flsystemwebsite = false); //PBS 10/25/99: moved this declaration so it gets set false for the next part of the path. Otherwise URLs inside the system website won't work. objectname = string.nthField (path, '/', 1); bundle { //check for system websites, like controlPanel if sizeof (stack) == 0 { //check for special mainResponder-implemented websites flsystemwebsite = false; case string.lower (objectname) { "controlpanel" { if defined (config.mainResponder.prefs.flControlPanel) and config.mainResponder.prefs.flControlPanel { //PBS 10/25/99: flControlPanel may not exist; check that it exists before checking its value nomad = @mainResponder.controlPanel; flsystemwebsite = true}}; "mainresponderresources" { //PBS 06/14/00: /mainResponderResources/ is now a system website pointing to mainResponder.resources, which contains various icons, including Pike buttons. This way the Pike button (etc.) will show up regardless of the settings at config.mainResponder.domains. nomad = @mainResponder.resources; flsystemwebsite = true}} else { //PBS 11/9/99: short URLs for Manila sites: if the first part of the path points to an item in config.manila.sites, set nomad to config.manila.sites.[objectName]. if string.lower (nomad) == string.lower (Frontier.getSubFolder ("www")) { Ç10/22/04; 4:08:36 PM by EDS Çnot changing this, since in this one case, this is the best behavior for the manila site name short curcuit behavior. if defined (config.manila.sites.[objectName]) { nomad = config.manila.sites.[objectName]; flsystemwebsite = true}; if not flsystemwebsite { //PBS 12/16/99: short URLs for mainResponder sites. The mechanism works similarly to the mechanism for Manila sites, except that the table is at config.mainResponder.sites. However, an entry at config.mainResponder sites can be a table itself or a filespec, it doesn't have to be an address if defined (config.mainResponder.sites) { if defined (config.mainResponder.sites.[objectName]) { nomad = @config.mainResponder.sites.[objectName]; if defined (config.mainResponder.sites.[objectName].siteTree.directory) { nomad = initialXmlSiteTreeDive (nomad)}; flsystemwebsite = true}}}}}}}; if not flsystemwebsite { if objectname == ".." { //pop the stack local (sizestack = sizeof (stack)); if sizestack == 0 { scriptError ("Can't surface beyond the root of the website.")}; nomad = stack [sizestack]; delete (@stack [sizestack]); continue}; bundle { //PBS 08/09/00: close security hole if objectName beginsWith ".." { //DW 08/09/00: close security hole scriptError ("Can't process objects with names beginning with \"..\".")}; if objectName contains "\\" { scriptError ("Can't process objects with names containing \"\\\".")}; if objectName contains ":" { scriptError ("Can't process objects with names containing \":\".")}}; bundle { //PBS 01/07/02: don't serve files or folders whose name begins with a dot. if objectName beginsWith "." { scriptError ("Can't process objects with names beginning with a dot.")}}; case typeof (nomad) { addresstype { while (typeof (nomad^) == addresstype) {nomad = nomad^}; case typeof (nomad^) { tabletype { //diving into a table nomad = tableDive (nomad, objectname)}; filespectype { //nomad now becomes a filespec nomad = folderDive (nomad^, objectname)}}}; filespectype { nomad = folderDive (nomad, objectname)}}}; if fldebug { addDebugLog ("step", nomad)}; ÇPBS 7/30/99: if the object wasn't found, and the website wants to handle this condition itself, it can over-ride mainResponder.respond's built-in behavior. ÇBreak out of this loop: there's no point to continue walking the path, since we know the current object wasn't found. if defined (adrAtts^.objectNotFoundHandler) and nomad == adrAtts^.objectNotFoundHandler { ÇHints for the object not found handler: stuff the remaining path in the page table and the last good nomad. adrParamTable^.lastNomad = nomad; if sizeOf (stack) > 0 { adrParamTable^.lastNomad = stack [sizeOf (stack)]}; adrParamTable^.remainingPath = path; break}; path = string.delete (path, 1, sizeof (objectname) + 1); stack = stack + nomad}} else { //PBS 8/25/99: callback handled path parsing, but we need to gather attributes if typeOf (nomad) == addressType { if typeOf (nomad^) == tableType { gatherAttributes (nomad)} else { gatherAttributes (parentOf (nomad^))}}}}; bundle { //serve the object nomad points to on serveFilespec (nomad) { if file.exists (nomad) { if file.isFolder (nomad) { serveFolder (nomad)} else { if string.lower (nomad) endswith ".root" { openRootFile (nomad); serveAddress (@[nomad])} else { serveFile (nomad)}}} else { //the file doesn't exist try { //see if there's an odb with the name, open it and serve from it local (f = nomad + ".root"); openRootFile (f); nomad = @[f]; serveAddress (nomad)} else { if tryError beginswith "!" { //it's a redirect, rethrow it scriptError (tryError)}; on error () { noFolderError (nomad)}; local (f = file.folderfrompath (nomad) + "#" + file.filefrompath (nomad)); if file.exists (f) { serveFile (f)} else { if string.lower (nomad) endswith ".xml" { //try to serve it as XML local (f = string.delete (nomad, sizeof (nomad) - 3, 4)); //pop off the .xml if not file.exists (f) { error ()}; serveAsXml (f)} else { error ()}}}}}; on serveAddress (nomad) { case typeof (nomad^) { addresstype { serveAddress (nomad^)}; filespectype { serveFileSpec (nomad^)}; scripttype { if adratts^.flrender { serveObject (nomad)} else { if attIsTrue ("allowScriptsToRun") { serveScript (nomad)} else { if attMustBeTrue ("allowScriptListings") { local (s = string.replaceall (string (nomad^), "<", "<")); Çlocal (s = mainResponder.neuterText (string (nomad^), false, true)) adrparamtable^.responseBody = "<html><body><pre>\r" + s + "\r</pre></body></html>"}}}}; tabletype { serveTable (nomad)}} else { serveObject (nomad)}}; case typeof (nomad) { filespectype { serveFilespec (nomad)}; addresstype { serveAddress (nomad)}}}; bundle { //compare If-Modified-Since with, maybe we can avoid serving it try { local (cachedate = date (adrparamtable^.requestHeaders.["If-Modified-Since"])); local (localdate = date (adrparamtable^.responseHeaders.["Last-Modified"])); if flDebug { //JES 9/16/04: debug calls only work if debugging is on, so this code probably never worked properly addDebugLog ("cachedate", cachedate); addDebugLog ("localdate", localdate)}; if cachedate >= localdate { //the cached object is fresh, so don't send it again adrParamTable^.code = 304; adrparamtable^.responseBody = ""}}}; bundle { //call the lightweightMacros routines mainResponder.callbackLoop (@config.mainresponder.callbacks.lightweightMacros, adrparamtable)}; bundle { //for debugging, save a copy of the param table in a global if fldebug { addDebugLog ("paramsOut", adrparamtable^)}; Çif config.mainresponder.prefs.flKeepParamTable Çif adrparamtable^.requestHeaders.["User-Agent"] != "Testing in Debugger" Çscratchpad.paramtable = adrparamtable^};}; bundle { //if profile, return that text instead of the text of the request if flprofile { local (info); script.stopProfile (@info); local (oldtarget = target.set (@info)); table.sortby ("Value"); target.set (oldtarget); local (htmltext = "", indentlevel = 0); on add (s) { htmltext = htmltext + string.filledString ("\t", indentlevel) + s + "\r"}; add ("<html>"); indentlevel++; add ("<head>"); indentlevel++; local (title = "Profiling results for \"" + adrparamtable^.path + "\"", adritem); add ("<title>" + title + "</title>"); add ("</head>"); indentlevel--; add ("<body>"); indentlevel++; add ("<blockquote>"); indentlevel++; add ("<h2>" + title + "</h2>"); add ("<blockquote>"); indentlevel++; add ("<table cellspacing=\"5\">"); indentlevel++; add ("<tr><td><b>" + "Procedure" + "</b></td><td><b>" + "Ticks" + "</b></td></tr>"); for i = sizeof (info) downto 1 { adritem = @info [i]; add ("<tr><td><font size=\"-1\">" + nameof (adritem^) + "</font></td><td><center><font size=\"-1\">" + adritem^ + "</font></center></td></tr>")}; add ("</table>"); indentlevel--; add ("</blockquote>"); indentlevel--; add ("</blockquote>"); indentlevel--; add ("</body>"); indentlevel--; add ("</html>"); indentlevel--; adrparamtable^.responseBody = htmltext}}; bundle { //for membership info, if a callback is defined, call it if defined (adrparamtable^.adrMemberInfo) { //we had a member record for this user local (groupname = adrparamtable^.memberGroupName); local (adrmembers = mainResponder.members.getMembershipTable (groupname)); local (adrcallbacks = @adrmembers^.callbacks); if defined (adrcallbacks^) { //there's a callbacks table in the membership table local (adrcallback = @adrcallbacks^.closeMemberTable); if defined (adrcallback^) { adrcallback^ (adrparamtable^.adrMemberInfo)}}}}; return (true)}; if fldebug { core ()} else { try { //everything happens in the context of this try core ()} else { //some code threw a scriptError, catch it local (s = tryError); if s [1] == "!" { //it's a faked error local (command = string.nthfield (s, ' ', 1)); local (args = string.delete (s, 1, sizeof (command) + 1)); case command { "!redirect" { adrparamtable^.code = 302; //non-permanent redirect adrparamtable^.responseBody = webserver.util.buildErrorPage ("302 FOUND", "Found the page."); if defined (adrparamtable^.responderAttributes.redirectUrl) { // 10/31/00 JES: fixed problem redirecting to urls longer than 245 characters ÇFor this to work, first call mainResponder.redirect to set the redirect URL, and then scriptError ("!redirect " + url). if adrparamtable^.responderAttributes.redirectUrl beginsWith args { args = adrparamtable^.responderAttributes.redirectUrl}}; adrparamtable^.responseHeaders.location = args; adrparamtable^.responseHeaders.URI = args; try {delete (@adrparamtable^.responseHeaders.["Content-Type"])}}}} else { //show the error to the user local (msgForSysop = s); local (title = "UserLand Frontier Server Error"); local (htmltext = "", indentlevel = 0); on add (s) { htmltext = htmltext + string.filledString ("\t", indentlevel) + s + "\r"}; add ("<html>"); indentlevel++; add ("<head>"); indentlevel++; add ("<title>" + title + "</title>"); add ("</head>"); indentlevel--; add ("<body>"); indentlevel++; add ("<blockquote>"); indentlevel++; add ("<blockquote>"); indentlevel++; add ("<font size=\"+2\" face=\"helvetica,arial\">"); indentlevel++; add ("<br><b>" + "<i>Sorry!</i> There was an error: </b>" + msgForSysop); add ("</font>"); indentlevel--; Çadd ("<blockquote>"); indentlevel++ add ("<font size=\"+0\" face=\"helvetica,arial\">"); indentlevel++; Çadd ("<p>Object: " + nomad + ".") add ("<p>The error was detected by "+ "Frontier " + Frontier.version ()); add (" in " + "mainResponder.respond" + "."); add (" Webmaster: " + user.prefs.mailaddress + "."); add (" Time: " + date.netstandardstring (clock.now ()) + "."); add ("</font>"); indentlevel--; Çadd ("</blockquote>"); indentlevel-- add ("</blockquote>"); indentlevel--; add ("</blockquote>"); indentlevel--; add ("</body>"); indentlevel--; add ("</html>"); indentlevel--; bundle { //PBS 8/1/99: iso8859 encode the error page. Some error messages may contain characters which should be translated to HTML entities. if system.environment.isWindows { htmltext = string.iso8859encode (htmltext, @html.data.iso8859.win)}; if system.environment.isMac { htmltext = string.iso8859encode (htmltext, @html.data.iso8859.mac)}}; adrparamtable^.responseBody = htmltext}}; try { //logging code, we want to log everything, including errors if config.mainresponder.prefs.flLog { mainResponder.log.add (adrparamtable)}; }};Çnote: for the log timing stats to be meaningful, the log code must be called as late as possible bundle { //JES 11/5/02: handle HTTP 1.1 HEAD requests if adrparamtable^.method == "HEAD" { adrparamtable^.responseHeaders.["Content-Length"] = sizeOf (adrparamtable^.responseBody); adrparamtable^.responseBody = ""}}; html.deletePageTableAddress (); //PBS 8/25/99: don't leave a dangling pta in the temp table return (true)}; bundle { //test code if dialog.ask ("URL:", @config.mainResponder.prefs.lastPath) { local (parts = string.urlsplit (config.mainResponder.prefs.lastPath)); local (paramtable = mainresponder.testing.testparams); paramtable.path = parts [3]; paramtable.uri = paramtable.path; paramtable.host = parts [2]; if paramtable.host contains ":" { paramtable.port = string.nthField (paramtable.host, ":", 2)}; mainResponder.respond (@paramtable, true); temp.z = paramtable}}; Çbundle //old test code Çlocal (fltiming = false) Çif fltiming Çlocal (olddebug = config.mainresponder.prefs.flDebug) Çconfig.mainresponder.prefs.flDebug = false Çlocal (ctloops = 100, i, s, ticks, tickspercall) ÇmainResponder.testing.paramTableFixed.requestHeaders.["User-Agent"] = "Testing in Debugger" Çticks = clock.ticks () Çfor i = 1 to ctloops Çrespond (@mainResponder.data.paramTableFixed) Çtickspercall = double (clock.ticks () - ticks) / ctloops Çconfig.mainresponder.prefs.flDebug = olddebug Çif not defined (mainResponder.data.timingOutline) Çnew (outlinetype, @mainResponder.data.timingOutline) Çedit (@mainResponder.data.timingOutline) Çop.firstsummit () Çop.insert (tickspercall + " ticks per call at " + string.timeString (), up) Çelse Çlocal (params = table.getcursoraddress ()^) //put cursor on param table you want to run Çparams.requestHeaders.["User-Agent"] = "Testing in Debugger" Çtry {delete (@params.paramtable.responderAtts)} Çrespond (@params) \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:mainResponder.respond ! on respond (adrparamtable, fldebug=false) { ÇStarted 9/26/98; 10:54:02 AM by DW ÇA clean fresh start for the user.webserver.responders table. ÇBuild a fast kernelizable responder that supports a very high level concept of a website. ÇChanges: Ç10/23/04; 1:17:48 AM by JES ÇRespect config.mainResponder.prefs.flMapFirstLevelOfUrlsToManilaSites. If false, then do not map the first level of the path in incoming requests to Manila sites. Default is to preserve existing behavior in existing installs, and to not map to Manila sites in new installs. (See mainResponder.init and mainResponder.install.) Ç9/16/04; 2:11:44 AM by JES ÇFix a bug in latin-to-mac translation when parsing POST args where more than one argument has the same name. ÇSingle arguments were handled fine, but subsequent same-name ones weren't. ÇFix bug where high-ascii characters in the path were not handled properly on MacOS. ÇFix a bug in If-Modified-Since handling, which prevented it from working properly unless mainResponder debugging was turned on. Ç11/5/02; 2:47:14 PM by JES ÇHandle HEAD requests according to the HTTP 1.1 specification. Saves bandwidth when responding to clients which support the HEAD method. Çhttp://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 Ç9/16/02; 2:43:53 AM by JES ÇFix a bug which causes sites on the last leaf of an XML siteTree to return an error, by de-referencing the address attribute of the site in the tableDive sub-function of the responder. ÇPreviously, the address of an XML table would be returned, and this table was not a valid website. Nobody was following the address on the last leaf of the siteTree. ÇNow we dereference the address attribute, and return the address for the value of "nomad". This is normally a valid website, as long as the siteTree is valid, and the site still exists. Ç9/10/02; 5:01:56 PM by JES ÇCall userland.trialVersionCheck to find out if the trial has expired, instead of checking userland.trialVersion.flTrialVersion and userland.trialVersion.flExpired directly. Ç7/2/02; 1:43:28 AM by JES ÇNew XML siteTree type, redirect. Implements the same functionality as redirect strings for old-style config.mainResponder.domains records. Ç1/7/02; 12:38:55 PM by PBS ÇDon't serve any objects whose name begins with . (dot). This prevents the server from, for example, serving .DS_Store files on Mac OS X. Ç10/1/01; 3:34:37 PM by PBS ÇManila sites with names like 123test couldn't be found because 123test, when it's an address, needs to be in quotes and bracketted. Fixed. Ç01/03/01; 2:44:11 AM by JES ÇFixed a text conversion problem: On Macintosh, convert both searchArgs and pathArgs to Mac text, even if no postArgs are specified. Ç2000: Ç05/11/00; 5:19:40 PM by PBS ÇIf the manilaMacros table in manila.root is defined, add that to the search path for macro evaluation. Ç06/10/00; 5:05:24 PM by PBS ÇSupport for XML siteTree feature, which allows one to specify a hierarchy of sites in XML. siteTrees are legal in config.mainResponder.domains and config.mainResponder.sites. Ç06/14/00; 4:31:26 PM by PBS ÇAdded /mainResponderResources/ as a system website, so the Pike button and other icons have a constant path despite the settings at config.mainResponder.domains. Ç06/27/0... [truncated message content] |
|
From: creedon <icr...@us...> - 2005-10-09 23:44:56
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userPrefs/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18557 Added Files: jumpAddress newSuiteName Log Message: various default user prefs --- NEW FILE: jumpAddress --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userPrefs.dialogs.jumpAddress websites --- NEW FILE: newSuiteName --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userPrefs.dialogs.newSuiteName |