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-06-15 23:31:48
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/localization/languages/english/strings/setupFrontier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11062 Modified Files: main Log Message: fixes so that adminSite can be used to complete Frontier install Index: main =================================================================== RCS file: /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/localization/languages/english/strings/setupFrontier/main,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main 26 Mar 2005 21:45:50 -0000 1.1.1.1 --- main 15 Jun 2005 23:31:37 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:optx:mainResponder.localization.languages.english.strings.setupFrontier.main ! Congratulations on installing Frontier <%frontier.version ()%>!</p> <p>There's just one more easy step -- to personalize this copy of Frontier, configure your network settings, create your first website, and complete the installation.</p> [[setupError]][[proxyConfirm]] <form method="POST"> <table border="0" cellspacing="1" cellpadding="5"> <tr> <td align="left">Name:</td> <td valign="top" colspan="1"><input type="text" name="name" size="50" maxlength="255" value="[[username]]"></td> </tr> <tr> <td align="left">Server domain:</td> <td valign="top" colspan="1"><input type="text" name="serverDomain" size="50" maxlength="255" value="[[serverDomain]]"></td> </tr> <tr> <td align="left">Email address: </td> <td valign="top" colspan="1"><input type="text" name="email" size="50" maxlength="255" value="[[useremail]]"></td> </tr> <tr> <td align="left">Outgoing (SMTP) mail server:</td> <td valign="top" colspan="1"><input type="text" name="mailHost" size="50" maxlength="255" value="[[mailhost]]"></td> </tr> <tr> <td align="left">Organization:</td> <td valign="top" colspan="1"><input type="text" name="organization" size="50" maxlength="255" value="[[userorganization]]"></td> </tr> <tr> <td align="left">Admin password:</td> <td valign="top" colspan="1"><input type="password" name="password" size="25" maxlength="255" value="[[userpassword]]"></td> </tr> <tr> <td align="left">Repeat:</td> <td valign="top" colspan="1"><input type="password" name="repeatPassword" size="25" maxlength="255" value="[[userpassword]]"></td> </tr> <tr><td></td><td><input type="submit" name="setupFrontier" value="Submit"></td></tr> </table> </form> <p><b>Important note:</b> If you need to connect through a proxy server, please <a href="#proxy">set that up first</a> before completing the installation.</p> <h4><hr><a name="proxy">Proxy server settings</a></h4> If you must use a proxy server to access the Internet, please tell Frontier how to communicate with it. Check the box below, fill in the settings, and then click the Submit button. [[proxyError]] <form method="POST"> <table border="0" cellspacing="1" cellpadding="5"> <tr> <td colspan="2"><input type="checkbox" name="enabled" value=xxx [[proxyenabled]]> Check this box if you want Frontier to communicate through the proxy server described below.<br><br></td> </tr> <tr> <td align="left">Domain:</td> <td valign="top" colspan="1"><input type="text" name="domain" size="50" maxlength="100" value="[[proxydomain]]"></td> </tr> <tr> <td align="left">Port:</td> <td valign="top" colspan="1"><input type="text" name="port" size="50" maxlength="100" value="[[proxyport]]"></td> </tr> <tr> <td align="left">Username:</td> <td valign="top" colspan="1"><input type="text" name="username" size="50" maxlength="100" value="[[proxyusername]]"></td> </tr> <tr> <td align="left">Password:</td> <td valign="top" colspan="1"><input type="password" name="password" size="25" maxlength="100" value="[[proxypassword]]"></td> </tr> <tr><td></td><td><input type="submit" name="proxy" value="Submit"></td></tr> </table> </form> \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:optx:mainResponder.localization.languages.english.strings.setupFrontier.main ! Congratulations on installing Frontier <%frontier.version ()%>!</p> <p>There's just one more easy step -- to personalize this copy of Frontier, configure your network settings, and complete the installation.</p> [[setupError]][[proxyConfirm]] <form method="POST"> <table border="0" cellspacing="1" cellpadding="5"> <tr> <td align="left">Name:</td> <td valign="top" colspan="1"><input type="text" name="name" size="50" maxlength="255" value="[[username]]"></td> </tr> <tr> <td align="left">Server domain:</td> <td valign="top" colspan="1"><input type="text" name="serverDomain" size="50" maxlength="255" value="[[serverDomain]]"></td> </tr> <tr> <td align="left">Email address: </td> <td valign="top" colspan="1"><input type="text" name="email" size="50" maxlength="255" value="[[useremail]]"></td> </tr> <tr> <td align="left">Outgoing (SMTP) mail server:</td> <td valign="top" colspan="1"><input type="text" name="mailHost" size="50" maxlength="255" value="[[mailhost]]"></td> </tr> <tr> <td align="left">Organization:</td> <td valign="top" colspan="1"><input type="text" name="organization" size="50" maxlength="255" value="[[userorganization]]"></td> </tr> <tr> <td align="left">Admin password:</td> <td valign="top" colspan="1"><input type="password" name="password" size="25" maxlength="255" value="[[userpassword]]"></td> </tr> <tr> <td align="left">Repeat:</td> <td valign="top" colspan="1"><input type="password" name="repeatPassword" size="25" maxlength="255" value="[[userpassword]]"></td> </tr> <tr><td></td><td><input type="submit" name="setupFrontier" value="Submit"></td></tr> </table> </form> <p><b>Important note:</b> If you need to connect through a proxy server, please <a href="#proxy">set that up first</a> before completing the installation.</p> <h4><hr><a name="proxy">Proxy server settings</a></h4> If you must use a proxy server to access the Internet, please tell Frontier how to communicate with it. Check the box below, fill in the settings, and then click the Submit button. [[proxyError]] <form method="POST"> <table border="0" cellspacing="1" cellpadding="5"> <tr> <td colspan="2"><input type="checkbox" name="enabled" value=xxx [[proxyenabled]]> Check this box if you want Frontier to communicate through the proxy server described below.<br><br></td> </tr> <tr> <td align="left">Domain:</td> <td valign="top" colspan="1"><input type="text" name="domain" size="50" maxlength="100" value="[[proxydomain]]"></td> </tr> <tr> <td align="left">Port:</td> <td valign="top" colspan="1"><input type="text" name="port" size="50" maxlength="100" value="[[proxyport]]"></td> </tr> <tr> <td align="left">Username:</td> <td valign="top" colspan="1"><input type="text" name="username" size="50" maxlength="100" value="[[proxyusername]]"></td> </tr> <tr> <td align="left">Password:</td> <td valign="top" colspan="1"><input type="password" name="password" size="25" maxlength="100" value="[[proxypassword]]"></td> </tr> <tr><td></td><td><input type="submit" name="proxy" value="Submit"></td></tr> </table> </form> \ No newline at end of file |
|
From: creedon <icr...@us...> - 2005-06-15 22:55:18
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24942 Modified Files: objectsNotExamined Log Message: No log message. Index: objectsNotExamined =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/objectsNotExamined,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objectsNotExamined 14 Jun 2005 22:07:42 -0000 1.2 --- objectsNotExamined 15 Jun 2005 22:54:55 -0000 1.3 *************** *** 1,3 **** FrontierVcsFile:1:optx:system.verbs.builtins.Frontier.data.objectsNotExamined ! examples age amplitude blue cleanupWindows counter countTables destTable ??? dir docs Basic1 duration filterExample flag frequency funStuff adventure beach chess dancing equestrianism fishing green haircolor letter list1 list2 lunchReminder mouseat name nextchar people AU picture ptrtext QSOpen readme readAllText red Sample Outline 1 Sample Outline 2 Sample Outline 3 setFontTest song soundTester styleTest subTable1 message synonym table1 entry1 entry2 entry3 entry4 table2 entry4 table3 ??? table4 ??? testColor testOutline testPicture testString testText testText2 todolist Universe watchKeys windowat wpTester yesterday suites applescripts data helloWorld loadFolder loadOSAX oldstuff editScript init installMenu menu traps EDsv EDcl FilemakerLib Version bringDBToFront bringToFront close countRecords dbIsOpen deleteAllRecords deleteRecord find findAll getAllRecords getCellByRecordID getCellNames getCellNRecords getCellNRecordsAsString getCellNthRecord getCellSize getDBSize getFirstRecord getFirstRecordID getFrontDBName getID getLastRecord getLastRecordID getLayoutNames getNRecords getNRecordsAsString getNthRecord getRecordByID getRecordIDs getRecordSize hideWindow isRunning launch lockDB newRecord nthRecordExists open openDocument openFilemakerFolder packDB quit sendToBack setCellByRecordID setCellNRecords setCellNthRecord setNthRecord setRecordByID showWindow simpleFind sort unlockDB unpackDB unsort menu ftpClient bringToFront data *Author* *Version* *Release Notes* currentid supportedClients examples oneliners fetch fileExists fileFromPath folderFromPath ftpProtocolHandler getURL isFolder launch list mkdir quit remove rename sendText store sureFilePath mail drivers Eudora getMessageTable setNotification enableFiltering init otherRoot addMessage close f items readme startup open otherRootFilter traps CSOmeNot defaultFilter shutdown startup navigator data adrOutline card modalCard outlines apple system webAuthor popupString testCard windowTitle goThere recalc setTarget spawn odbcQueryTool importSuite installMenu menu suiteName odbEditor edit editors AppleScript apps canEdit edit traps EDsv EDcl Card apps canEdit edit traps cwin swin Text apps canEdit edit traps FCls FMod states looper nthState table state01 state02 state03 state04 state05 state06 state07 state08 state09 state10 state11 state12 state13 state14 state15 state16 state17 state18 state19 state20 state21 state22 state23 state24 state25 state26 state27 state28 state29 state30 state31 state32 state33 state34 state35 state36 state37 state38 state39 state40 state41 state42 state43 state44 state45 state46 state47 state48 state49 state50 system cards agentsCard fileInfoDialog moreInfoDialog tableInfoDialog techSupport extensions odbc checkDataSource connect connectionCleaner data dll macCarbon dFork rFork macPPC dFork rFork windows odbc_shutdown odbc_startup suite importSuite installMenu menu suiteName disconnect disconnectAll DSExists examples resultsTabText returnLists returnTables returnText testBlobs cover cover_tn InsertBlobs resultBlobs RetrieveBlobs execute init menu preferences #NOTE: breakOnErrors columnDelim datasources Default maxConnections minConnections recycleTime timeout dllpath dsn formatResults pwd queries Sample rowDelim showQuery uid queryTool BuildQueryList commentToggle QueryResult ReadMe RunSQLQuery showBreakOnErrors showSQLQueryStatus SQLQuery README release notes returnLists returnRecords returnTables returnText version regex compile data adrSyntaxOptions dll macCarbon dFork rFork macPPC dFork rFork windows dllpath getPath installDLL introCaseSensitive README syntaxOptions buildTable RE_SYNTAX_AWK RE_SYNTAX_DMG RE_SYNTAX_ED RE_SYNTAX_EGREP RE_SYNTAX_EMACS RE_SYNTAX_GREP RE_SYNTAX_POSIX_AWK RE_SYNTAX_POSIX_BASIC RE_SYNTAX_POSIX_EGREP RE_SYNTAX_POSIX_EXTENDED RE_SYNTAX_POSIX_MINIMAL_BASIC RE_SYNTAX_POSIX_MINIMAL_EXTENDED RE_SYNTAX_SED syntaxBits RE_BACKSLASH_ESCAPE_IN_LISTS RE_BK_PLUS_QM RE_CHAR_CLASSES RE_CONTEXT_INDEP_ANCHORS RE_CONTEXT_INDEP_OPS RE_CONTEXT_INVALID_OPS RE_DOT_NEWLINE RE_DOT_NOT_NULL RE_HAT_LISTS_NOT_NEWLINE RE_INTERVALS RE_LIMITED_OPS RE_NEWLINE_ALT RE_NO_BK_BRACES RE_NO_BK_PARENS RE_NO_BK_REFS RE_NO_BK_VBAR RE_NO_EMPTY_RANGES RE_UNMATCHED_RIGHT_PAREN_ORD util importDLLs docServer #platform #verbClass compile default easyMatch easySearch extract free grep init join match quoteRE search split subst visit easyMatch easySearch examples data bookmarks buildEntitiesTable entities2ascii 26233136313B 26233136323B 26233136333B 26233136343B 26233136353B 26233136373B 26233136383B 26233137303B 26233137313B 26233137323B 26233137363B 26233137373B 26233138303B 26233138313B 26233138323B 26233138333B 26233138363B 26233138373B 26233139313B 26233234373B 2641456C69673B 264161637574653B 2641636972633B 264167726176653B 264172696E673B 264174696C64653B 2641756D6C3B 2643636564696C3B 264561637574653B 2645636972633B 264567726176653B 2645756D6C3B 264961637574653B 2649636972633B 264967726176653B 2649756D6C3B 264E74696C64653B 264F61637574653B 264F636972633B 264F67726176653B 264F736C6173683B 264F74696C64653B 264F756D6C3B 265561637574653B 2655636972633B 265567726176653B 2655756D6C3B 266161637574653B 2661636972633B 2661656C69673B 266167726176653B 266172696E673B 266174696C64653B 2661756D6C3B 2663636564696C3B 26636F70793B 266561637574653B 2665636972633B 266567726176653B 2665756D6C3B 266961637574653B 2669636972633B 266967726176653B 2669756D6C3B 266E6273703B 266E74696C64653B 266F61637574653B 266F636972633B 266F67726176653B 266F736C6173683B 266F74696C64653B 266F756D6C3B 267265673B 26737A6C69673B 267561637574653B 2675636972633B 267567726176653B 2675756D6C3B 2679756D6C3B 2D2D 2E2E2E 5B2667743B5D 5B266C743B5D 5B4F455D 5B5926233136383B5D 5B5E5D 5B6170706C655D 5B617070726F7820657175616C5D 5B6261736520225D 5B6261736520275D 5B62726576655D 5B6361726F6E5D 5B636564696C6C615D 5B64626C206461676765725D 5B64656C74615D 5B646F7420616363656E745D 5B646F746C65737320695D 5B66695D 5B666C5D 5B666C6F72696E5D 5B6772656174657220657175616C5D 5B68756E67617269616E20756D6C6175745D 5B696E666E6974795D 5B696E74656772616C5D 5B6C65737320657175616C5D 5B6C6F7A656E67655D 5B6D6163726F6E5D 5B6E6F7420657175616C5D 5B6F655D 5B6F676F6E656B5D 5B6F6D6567615D 5B7061727469616C20646966665D 5B7065722074686F755D 5B70695D 5B70726F647563745D 5B7261646963616C5D 5B72696E675D 5B73676C206461676765725D 5B7369676D615D 5B74726164656D61726B5D 5B7E5D html bookmarksToGlossary easyMatch easySearch enableLinks extract extractBookmarks extractRefs grep introGroups introMatch introReplace introReplaceAll iso8859Decode join parseSgml sgmlToText split stripSgmlComments subst visit extract free grep init join LICENSE match quoteRE README search split subst version visit macintosh core close count create dataSize delete duplicate exists get getAs move open print quit save saveAs set globals coerceValue countAppleListItems DDEEvent getAppleListItem getEventAttribute getEventSender insertionLoc namedElement nthElement nthWindow pattern property putAppleListItem setEventInteraction setEventTimeOut setEventTransactionID misc beginTransaction copy createPublisher cut doMenu doScript editGraphic endTransaction imageGraphic isUniform paste redo revert select show undo menus sharedMenus verbs apps amazon actorSearch artistSearch asinSearch authorSearch browseNodeSearch call data methods actorSearch artistSearch asinSearch authorSearch browseNodeSearch directorSearch keywordSearch listmaniaSearch manufacturerSearch similaritySearch upcSearch namespace path port server soapAction tag version directorSearch init keywordSearch listmaniaSearch macros box manufacturerSearch similaritySearch upcSearch AnArchie about appInfo app1supported id name path sharedMenus bringToFront clear close copyclip cut eventInfo distance fileDescriptor fileSize host isDirectory modification objectHierarchy path position size examples davestoring fetching fetchURL findAndOutline getDisinfectant getExpander outlineResults storing urlToFTPRec fetch find frontwindowrecord geturl help id index launch list mget mkdir nlist open openDocument paste printDocument quit remove rename selectall sendcommand showabout store undo utilities findInList fileToList organizeOutline BarChart addBar examples dakoTest appInfo app1Supported id name path sharedMenus getBarCount getBarValue id newWindow setBar setBarCount setBarLabel setBarValue setUnits update volumeReport BBEdit appInfo app1supported id name path sharedMenus beginTransaction bringToFront changeCase changeNotes close copy count createPublisher cut delete detab doMenu doScript editGraphic endTransaction entab eventInfo allLines autoBalance autoIndent bbedit capitalizeLines capitalizeSentences capitalizeWords characterWidth clipboard compileErrors currentLine cursorPosition delete1 differences diskBrowser diskFile displayFont displayFontSize dos editDate editingWindow endcolumn endline everyOccurrence everything firstLine firstVisibleLine fullLines generic glossaryWindow hasMailer id1 index left leftOneSpace length lineBreaks lineNumbers lowerCase mac mailerActive mailerExpanded mpwShell multi-fileDifferences none offset paragraph philipBar philipBar1 position projectBrowser raiseCase recentFile replaceCharacter replaceCode replaceString reverseIndent right rightOneSpace saveDate savedState searchResults searchString selectedText selection selection-object selectionEnd selectionEndLine selectionStart selectionStartLine showInvisibles showSpaces smartQuotes softWrapping startcolumn startline statusBar tabStops tabWidth unix unknown windowKind windowText windowWidth examples capitalizeSelSentences changeLineEndings insertTextAndSave replaceAllString prefixWithGreaterThan rePrefixSelection window1Position window2Position window2Position80Col window80Col50Line window80Columns find findDifferences get getDiskFile getSelectedText goToFunction goToLine goToMarker hardWrap id imageGraphic insertFile insertFolder insertGlossaryEntry insertLineBreaks insertProject insertText isRunning isUniform launch make objectHierarchy openDocument paste printDocument quit redo removeLineBreaks replace revert save select set sharedMenuHelp shift show twiddle undo unwrap zapGremlins blogger data appKey port protocol rpcPath server deletePost editPost getRecentPosts getTemplate getUserBlogs getUsersBlogs init mailToBlog checkMail enabled script install test menuCommands install post newPost setTemplate testing manilaBloggerApi data appKey port protocol rpcPath server runme cardEditor agent appInfo app1supported id name path sharedMenus bringToFront cleanObject countObjects countSelectedObjects data version defaults apppath folderpath objectName stubpath deleteObject editCardFile editSpecialAttributes examples coolSitesInButtons newCancelButton newDroplet newFolderIcon newOKbutton oneLiners randomColorLoop randomLoop runInClayBasket getCardAttributes getCardBackColor getCardGrid getCardGridUnits getCardSize getLastOpenedFile getNthObject getNthSelectedObject getObjectAttributes getObjectEnabled getObjectFillColor getObjectFlag getObjectFont getObjectFrame getObjectFrameColor getObjectJustification getObjectLanguage getObjectRect getObjectScript getObjectSeeThru getObjectShadowDepth getObjectText getObjectTextColor getObjectType getObjectVisible getPackedCard getPackedObject getPackedTable id invalObject memAvail newClone newObject objectExists readPackedCard renameObject runCard setCardAttributes setCardBackColor setCardGrid setCardSize setFontSizeStyle setGlobalTable setObjectAttributes setObjectEnabled setObjectFillColor setObjectFlag setObjectFont setObjectFrame setObjectFrameColor setObjectJustification setObjectLanguage setObjectRect setObjectScript setObjectSeeThru setObjectShadowDepth setObjectText setObjectTextColor setObjectType setObjectVisible specifications docserver source rbg.xxx docserver source wire compiler source oneliners utilities tightcorner tables ??? uniqueName updateObject version utilities loadFolder runTestCard web coolSitesInButtons nineCoolButtons siteInButton Eudora appInfo app1supported id name path sharedMenus attachFiles bringToFront changeNotes close closeMessage connect count countMailboxes countMailfolders countMessages createMessage data DocServerSource installDocs delete Dictionary duplicate eventInfo addresses alreadyRead alternate and appears appledouble applesingle attachmentEncoding attachType binhex body cEuTEInWin cEuWTEText conjunction contains copying date destination destroyAttachments doesNotAppear doesNotContain endsWith expansion fakeTabs field file filter forwarded FSS hasConnected hasManuallyFiltered header hqxText ignore incoming intersects is isNot kDontSend keepCopy kEuAttach kEuConnect kEudoraSuite kEuForward kEuNotify kEuPleaseNotify kEuQueue kEuRedirect kEuReply kEuSalvage kEuSendLater kEuSendNever kEuSendNext kEuSendNow kEuStartNotifying kEuStopNotifying kEuUnqueue keyEuCheck keyEuDocumentList keyEuIncludeSelf keyEuMessList keyEuNotify keyEuQueue keyEuQuoteText keyEuReplyAll keyEuSend keyEuWhen kForwarded kIn kOut kQueued kRead kRedirected kRegular kReplied kSendable kSent kTrash kUnRead kUnSendable kUnSent label location mailArrives mailbox mailboxType mailFolder mailSent manual matchTerm message neededSpace neverSent nickname nicknameFile nicknameFile1 none notes notSendable opensFilters or outgoing position preserveMacintoshInfo priority priorityHigh priorityHighest priorityLow priorityLowest priorityNormal qp queued rawNotes recipient redirected replied resizeable returnReceipt selectedText sendable sender sent setting showAll showAllHeaders signature size spaceRequired spaceWasted standard startsWith status subject tabExpansion TOCFSS tocLocation topLevel transliterationTable uniqueID unless unread useDate uuencode value verb wasteSpace when willBeDeleted willBeFetched willConnect wrap examples addToFrontier attachDocument boxLoop formResponse forwardMessage oneLiners templates exists fetchurl forward get getAlternateSignature getCurrentMessageObject getCurrentMessageTable getCurrentScript getMailboxName getMailFolderName getMessageBCC getMessageCC getMessageDate getMessageFrom getMessageObject getMessagePriority getMessageReplyTo getMessageSender getMessageSenderField getMessageStatus getMessageSubject getMessageText getMessageTo getScriptPrefsFolder getSelectedText getSetting getSignature geturl id isRunning launch make menuReadme move moveMessage newOutgoingMessage notice objectHierarchy open openDocument openMessage print printDocument printMessage queue queueMenuMessage queueSendMessage quit Readme redirect replaceSelectedText reply replyToDigest save saveAs saveMessage sendAgain sendNow set setAlternateSignature setMessageAttachments setMessageBCC setMessageCC setMessagePriority setMessageSender setMessageStatus setMessageSubject setMessageText setMessageTo setSetting setSignature toys backup readMe subUserLandList turnNotificationOff turnNotificationOn ucmds c massageText wrappercmd wrapText unqueue visitMessages Fetch appInfo app1supported id name path sharedMenus bringToFront close count create dataSize delete download duplicate eventInfo addBinSuffix addHqxSuffix addTxtSuffix allowDuplicateConnections anarchieEmulation applesingle approximateItemSize automatic automaticDefaultsToText binary binhex bookmark bookmarkListWindow bydate byhost byname bynamewithcase bypath bysize bytesTransfered byuserid caseSensitiveSorting currentDirectory currentItem custom dayMonthDates decodeApplesingle decodeBinhex decodeMacbinaryi decodeMacbinaryii decodeMachost decodeStuffit defaultBinaryFileCreator defaultBinaryFileType defaultBookmarkListFont defaultBookmarkListFontSize defaultCacheTimeout defaultPassword defaultShortcut defaultTextFont defaultTextFontSize defaultTextTabWidth defaultUploadBinaryFormat defaultUploadTextFormat directory displayServerMessages downloadFolder elapsedTransferTime encodeNames file filespec helpWindow hostname id info-macMirror initialDirectory itemFormat itemType keepConnectionsAlive link macbinaryi macbinaryii machost maximumCacheSize maximumDataPort miminumDataPort modificationDate omitDotFiles overwriteFiles parentDirectory password path proxyServer rawData remoteDirectory remoteFile remoteItem shortcutWindow showSignonDialog size socksGateway socksGatewayPort status text text1 text2 textFileCreator textWindow transcriptWindow transferMode transferWindow translateIso umichMirror unknown unknownFormat url url1 useInternetConfig usePassiveMode useProxyServer userid useSocksGateway useTypeI viewOrder word-wrapMargin wrappedText examples uploadFolder readme data ??? errorcode exists fetch get getAs geturl id index launch list mkdir move objectHierarchy open openApplication openDocument print printDocument putInto quit quitApplication remove rename save saveAs sendcommand sendTo set store utilities grindObjectModel view viewFileList Finder about aboutThisMacintosh accessoryProcess accessorySuitcase alias aliasFile appInfo app1supported id name path sharedMenus appleMenuItemsFolder applicationFile applicationProcess baxter **ReadMeScriptableFinder changesInBeta5 calculateFolderSizes capacity changeView cleanUp close closeInfo comment commentHeading completelyExpanded computer conflicts container containerWindow contentSpace controlPanel controlPanelsFolder count cpu creationDate creatorType dataSize dateHeading defs cleanupCodes 0 1 2 3 4 5 6 7 8 delete deskAccessoryFile desktop desktopObject disk diskInformationHeading docs documentFile drag duplicate eject ejectable empty emptyTrash entireContents erase examples makeRootAlias existingItems exists expandable expanded exported extensionsFolder fileSharing fileType finderParam folder fontFile fontsFolder fontSuitcase fpu freeSpace get getInfo getPrivilege group groupPrivileges grow guestPrivileges hardware icon iconSize informationWindow inheritedPrivileges insertionSpec kind kindHeading labelHeading labelIndex largestFreeBlock localVolume locked make makeChanges makeWindow memoryAvailable memoryInstalled minimumPartitionSize mmu modificationDate mounted move objectHierarchy open operatingSystem originalItem owner ownerPrivileges pageSetup partitionSize partitionSpaceUsed physicalSize position preferencesFolder previousListView print printWindow process productVersion protected putAway remoteEvents restart scriptable seeFiles seeFolders select selected set setPosition sharableContainer shared sharingPrivileges sharingStartingUp sharingWindow shortcuts showClipboard shutDown shutdownItemsFolder sizeHeading sleep smallIcon snapToGrid sort soundFile soundSystem staggeredGrid startup startupDisk startupItemsFolder statusWindow suggestedPartitionSize suitcase systemFolder temporaryItemsFolder trash trashObject uniqueID update user versionHeading view viewByAll viewFont viewFontSize viewPreferences warnBeforeEmptying windowVerb zoomWindow FinderClassic about alias appInfo app1Supported id name path sharedMenus bringToFront changeView class close closeInfo drag duplicate emptyTrash folderVerb getInfo getPrivilege grow id makeAliasList makeWindow move open pageSetup print printWindow putAway restart reveal setPosition showClipboard shutdown sleep view byComment byDate byIcon byKind byLabel byname bySize bySmallIcon byVersion windowVerb zoomWindow FinderMenu appInfo app1Supported id name path sharedMenus backup cards closeType data creatorString prompt typeString loadCards typeCreator commands backup doIt getBackupNumber makeSpace mostRecentBackup openBackupFolder setPath batchTypeCreator closeParentFolders easyTypeChanger findInFile findLockedFiles flipMenus iconSorter launchEverything listSelectedFiles makeDesktopAlias makeSystemAlias oldstuff typeCreatorDialog typeDialog DITL DLOG load copyToResourceFork outlineFolders putFilesAway reconcileDialog DITL DLOG load copyToResourceFork reconciler searchstring sendThruEudora setTypeCreator stuffer typeCreatorDialog data creator type docServerSource editFileList getSelectionList init listSelectedScripts setFileCreator ucmd code visitPaths google data apiVersion methods getCachedPage search spellingSuggestion namespace path port server soapAction docs getCachedPage init macros box search spellingSuggestion mailToTheFuture addMessage data path port server deleteMessage getAllMessages getMessage getMessageCount init testAll metaWeblog data port protocol rpcPath server editPost getPost init newPost msExplorer activate appInfo app1supported id name path sharedMenus bringToFront id openDocument openurl printDocument quit netEvents version id appInfo app1Supported id name path sharedMenus examples biapPaths getDomains httpGet ips manyThreads oneThread scriptingPaths testListen whoIs abortStream addressDecode addressEncode addressToName backup bringToFront closeStream init isRunning launch listenStream listenThread myAddress nameToAddress openStream quit readStream statusStream writeStream readMe Netscape appInfo app1supported id name path sharedMenus bringToFront eventInfo name text window examples buildCoolSitesTable coolsites Future Fantasy Bookstore Aaron A. Aardvark's AARDVARK ABSTRACT Aeon Flux Aidan Christopher Kolar Alias Alian Nation Art Crimes Austin Texas Ballroom Dancing Beatles Big Time Television Blackjack Server Bob Allison's Homepage BOB(c) BRETTnews Buena Vista Pictures Carlos' Coloring Book Christmas in New York Comics n'stuff! Computer Graphics Confession Booth Cool Site of the Day Countdown to Christmas CSU Entomology Cybersight Dealernet Dining Out on the Net Downtown Anywhere eGG Fair Play Female Bodybuilder Home Page Find the Spam! Four 11 Directory Services Game Bytes Glass Wings Gramercy Press Hawai'i's Home page Hawaii Visitor Bureau Hollyweb Home Page Publisher Hot! Hot! Hot! Hotwired Internet Art Museum for Free Internet Underground Music Archive Juggling Information Service Kaleidospace Karate Las Vegas Online Le Club Le WebLouvre Live California Election Returns Lurker's Guide to Babylon 5 Megadeath Arizona Michael's Music Page Mksdk Mosaic Communications (NetScape!) Nebraska Game and Parks Commission Netboy Nettwerk New Zealand Symphony Orchestra Oceania - The Atlantis Project Over the Coffee Paris Pathfinder Pixel Pushers Praser Maze 5 Reinventing Government Toolkit Return to InfiNet's Home Page</ ReZ.n8 Rocket Science San Francisco Examiner San Francisco Free Press Search the AP Newswire Sega Skew South Dakota Speleology (caving) Server Spider Web Star Trek: Generations Starship Design Strobe SurfNet Tabatha's days at work Tag Lines The Almost Complete List of MUSHes The Amazing Fishcam! The Capitol Steps The Climbing Archive The Creative Internet The Doggie Page The Fashion Page The Horror Web The Infobot Hotlist The Klingon Language Institute The Last Homely House The Lego Page The Mabus Homeroom The Magic 8-ball The MIT Hacks Gallery The Monster Board The Monty Python Page The Mutant Page The New York City Information Page The New York Web The Nexus Gate The North Pole The Plastic Princess Page The Public Personals The Real Beer Page The Relief Goddess Office The Stones The Tori Amos Home Page The Virtual Pub The Well's Woodstock The White House The X-Files Theodore Tugboat Uncle Bob's Christmas Page Useless WWW Pages Usenet Image Indexing Vampyre's Box of Roses Vampyres Only Virtual Chevrolet Virtual Town Web Puzzler Web World Webaholics Anonymous Wine.com WNUR Jazz Information Server Word of the Day World Birthday Web Xearth Yuval Fisher's Home Page ZStuff oneLiners randomCoolJump randomCoolSites testopen displayText fetchUrl getFrontWindowTitle getFrontWindowURL getScriptPrefsFolder getSource getWindowInfo getWindowList goBack goForward goHome id launch notes openDocument openFromGlossary openUrl quit registerProtocol registerUrlEcho reload toys urlJumper unregisterProtocol unregisterUrlEcho utilities backup viewGlossary getGlossaryHTML stuff appInfo app1supported id name path sharedMenus version createArchive id trackback changedPost discoverPingInfo discoverPingInfo-bkp getAutodiscoveryXml initOutboundUrl initPost ping readme respondToPing uBASE addField addRecord appInfo app1supported id name path sharedMenus bringToFront caseSensitive closeFile countFiles countRecords deleteRecord examples allNightStates checkStates copyBase msgStates newStates oneLiners reportStates stressBase getField getFilePath getFirstRecord getLastRecord getNextRecord getPrevRecord id isRunning launch lookupRecord newFile nthFile openFile validateFile weblogUpdates data flDebug flShowMessages port protocol rpcPath server soapAction ping publicRssPing WebStar addUser appInfo app1supported id name path sharedMenus bringToFront commands cards nightlyTasks digestLog doNightlyTasks init nightlyTasksDialog readme writeReport deleteUser domenu eventInfo accessControls actions defMimeType BufferSize errorFile hideWindow indexFile logFile logFormat logging maxListens maxUsers noAccessFile noDNS pigDelay port postProcessor preProcessor realms refuseConnections suffixMappings timeOut verboseMessages version flushCache getAccessControls getActions getBufferSize getDefMimeType getErrorFile getIndexFile getLogFile getLogFormat getMaxListens getMaxUsers getNoAccessFile getNoDNS getPigDelay getPort getPostProcessor getPreProcessor getRealms getSuffixMappings getTimeOut getVersion hideWindow id initReplyText isRunning launch objectHierarchy quit refuseConnections requestReporting restart root close defined loadSite newObject newTable open save setValue test1 sendPartial setAccessControls setActions setBufferSize setDefMimeType setErrorFile setIndexFile setLogFile setLogFormat setMaxListens setMaxUsers setNoAccessFile setNoDNS setPigDelay setPort setPostProcessor setPreProcessor setRealms setSuffixMappings setTimeOut statusReport suspendLogging validateUser verboseMessages builtins app adrAppTable alertDialog askDialog bringToFront clearNetworkApp closeAllWindows closeWindow confirmDialog countWindows editWindow enableDialogs getErrorString getFilePath getPageRectangle getPicture getTargetWindow getText getWindowPosition id linkToNetworkApp madeChanges moveWindow newWindow nthWindow openWindow performanceTest printWindow putPicture putText quit revertWindow saveWindow selectAll selectWindow setFont setFontSize setTargetWindow setWindowTitle somethingSelected zoomWindow betty examples farTest correctResponse rpcRequest rpcReturn 0001 methodResponse 0001 params 0001 param 0001 value test faultTest test localTest rpcRequest rpcReturn 0001 methodResponse 0001 params 0001 param 0001 value test macros handleForm rpc clientMulticall serverSupport callHandler multiCall test clock idleTime set timerExpired db close countItems defined delete get getModDate getNthItem getValue isTable new newTable open save set setValue dialog cards alert ask fileInfo moreInfo notify threeWay twoWay fileInfo getValue hideItem loadFromFile notify olddialogs alert ask threeWay twoWay run runFromFile runModeless setItemEnable setValue showItem dll call isLoaded load unload export addToLog callimporter callImportSubMenu card getObjectAdr importer importFolder importSubMenu lastfolder sendAllDeskScripts sendFolder sendOSAScript sendSubMenu sendToDesktop fileMenu closeAll print Frontier countThreads findertofront getProgramName hideApplication isPowerPC isRuntime new2ClickFile protocols soap xmlrpc requestToFront shipdate tools data virginRadioToolsMenu html addToGlossary buildFromOutline buildOnePage cleanForExport data images space processMacrosCallback dialog compileIfDirty data htmlDialogsDll htmlEditor draw run showHtmlDialog website #css #filters #ftpSite folder url #glossary #javaScript #prefs activeUrls addLineFeeds autoParagraphs bgcolor clayCompatibility #template #tools default directory compileIfDirty data defaultPrefs commentTemplate foldericon linkicon miniXmlCoffeeMugIcon miniXmlIcon suggestALinkTemplate template getBreadcrumbString getCanonicalName getFirstComment getInclusionFromCache initDirectoryTable popUri stripTitle suggestALinkForm viewDirectory walk editor formStart get getEditingTool tagEditor wysiwygEditor wysiwygEditorMozilla expandURLs ftp upload getOneTagValue getTableLine menu htmlMenuEnabled remove neuterJavaScript neuterMacros neuterTags oldstuff buildSiteMenu code codeCenter formfinish formstart formtextfield mailToHTML parseLinks publishBinaryObject refGlossary runDirective runDirectives shutdown table addColumn addRow delete methods html new render traversalSkip ucmds embeddedcode getRefconHtml macroprocessor testoutlinecmd testtext utilities backup buildCDF buildMCF convertclayglossary convertclaysite findAllHREFs glossaryperformance installEmbeddedScript mcfToOutline prefsReportBuild testDavenet testMacros testShutdown testtext launch anything appleMenu application appWithDocument controlPanel resource usingID menu addSuite buildMenubar clearMenubar deleteSubMenu getCommandKey getScript importSuite install isInstalled remove setCommandKey setScript toggle zoomScript mouse button location odbServer addToLog commandDecode commandEncode commandHandle commandSend daemon count daemon port init readme sampleCommand serverStart targetClear targetSet test osa compile getSource pict expressions getPicture PICTToPicture pictureToPICT scheduleUpdate setPicture point get set quickTime isPlaying open play stop radio prefs browseHelp browseHttpFile browseOpmlFile browseSystemPrefs errorString postCatcher refreshAfterPost seeAlso special ftp languagePopup mailPassword newPassword passwords wizzyEditorCheckbox xmlRpcAndSoapCheckbox templatePref re compile docs DocServer #platform #verbClass compile expand extract getPatternInfo grep join match replace split visit patternsyntax porting expand extract getPatternInfo grep join license match replace split testing comparison expand extract getPatternInfo grep join match replace replaceWithCallback split stressTest umlauts visit visit rectangle get inset outset random set rez countResources countResTypes deleteNamedResource deleteResource getNamedResource getNthResInfo getNthResource getNthResType getResource getResourceAttributes getStringResource namedResourceExists putNamedResource putResource putStringResource resourceExists setResourceAttributes rgb get set rootUpdates getCurrent getPendingUpdatesList getUpdate multiRootUpdate threadedMultiRootUpdate threadedUpdate update searchEngine checkStopWords cleanText createPreview data stopWords a about after all also an and are around be because been both but can cant did do doing down each end etc for from get had have having if in into is isnt itself lot may maybe nbsp nor not now of only onto our out per saw that the their them then there thereby therefore these they theyll theyre theyve those though through thru to under until very want was wasnt went were werent weve what when where which who whom will with within without wont would wouldnt yet you youd youll your youre yours yourself youve deIndexPage doSearch getIndexAddress getPreviewsAddress indexCurrentPage indexFolder indexLocalPage indexLocalSite indexPage indexRemotePage indexViaHTTP init mergeResults replaceAll saveIndex searchMacro stripMarkup version semaphore lock unlockAll unlock semaphores lock unlockAll unlock soap constants actorNext charsetLatin1 charsetUsAscii charsetUtf16 charsetUtf8 faultClient faultMustUnderstand faultServer faultVersionMismatch floatINF floatNaN floatNegativeINF maxInt minInt nsEncodingPrefix nsEncodingURI nsEnvelopePrefix nsEnvelopeURI nsSchemaDataPrefix nsSchemaDataURI nsSchemaPrefix nsSchemaURI responseTemplate 00001000 Envelope /atts namespace SOAP-ENV:encodingStyle xmlns:SOAP-ENV xmlns:xsd xmlns:xsi 00002000 Body /atts namespace schemaVersions 1999 nsDataPrefix nsDataURI nsPrefix nsURI 2001 nsDataPrefix nsDataURI nsPrefix nsURI decode array float main simpleType struct unknownSimpleType encode array float main simpleType struct qname body localPart namespaceURI envelope localPart namespaceURI fault localPart namespaceURI header localPart namespaceURI responder condition enabled rpc client server stringutils parseHeader xmlutils addAttributeValue addElement createMessage createRequest createResponse declareNamespaceInElement decodeAmpersands elementMatches encodeWithAmpersands getAttributeValue getCharacterData getElementName getFirstChildElement getNamedChildElement getNextSiblingElement getNthChildElement getQualifiedName hasChildren namespaceCollectDefinitions namespacePrefixToURI namespaceURIToPrefix popScope pushScope resolveHref setCharacterData setNamespacePrefixOfElement setQualifiedName speaker playNamedSound stack create dispose init pool stack1 top vals item1 item2 item3 pop push readme test visit string addCommas ansiToUtf16 ansiToUtf8 cleanMailAddress commentDelete countWords daveNetMassager delete filledString firstSentence firstWord getFileURL getNextMonth getRandomPassword getWordChar hashMD5 hasSuffix hex htmlToEmail httpResultSplit insert isNumeric iso8859encode isPunctuation lastWord latinToMac macToLatin mailMessageToTable memAvailString multipleReplaceAll nthChar nthWord parseHttpArgs percent popTrailingFilename processHtmlMacros quotedPrintableDecode ratio setWordChar trimWhiteSpace typeToString upper urlDecode urlEncode utf16ToAnsi utf8ToAnsi wildcardMatch wrap sys appIsIACAware browseNetwork getAppSize getMinAppSize setAppSize setFrontApp setMinAppSize tcp im builtinDrivers aim code _credits _version core __init__ _callsub c_ERROR c_SIGN_ON connect derror disconnect err_disconnect ferror flap_to_toc go process_loop recv_event start_log_in incoming chat_in chat_invite chat_join chat_left chat_update_buddy config error eviled goto_url im_in start update_buddy outgoing addBuddy addDeny addPermit chatAccept chatInvite chatJoin chatLeave chatSend chatWhisper evil getInfo removeBuddy sendIm setAway setConfig setIdle setInfo prefs _agent _debug _flSpawnCallbackThreads _info _seq TOC_SERV TOC_SERV_AUTH responderCallbacks im_in sampleCallbacks chat_in chat_invite chat_join chat_left chat_update_buddy config error eviled goto_url im_in start update_buddy util emptyTable encode normalize normbuds posix2date prepareRepl pwdenc repl ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ® ¯ À Á Â Ã Ä Å Æ Ç È É Ê Î Ð Ñ Ò Ó Ô Õ Ö × Ø Ú Û Ü Ý Þ ß à á â ã ä ð õ ö ÷ ø ù ú û ü ý þ ÿ strip_html init send start startup stop jabber code closeConnection deleteHandler everyMinute examples chef chef chefMessageHandler directWeblogPoster presenceTrackingShell pubsub callbacks subscribeService unsubscribeService pubsubDocs pubsubSubscribe pubsubUnsubscribe pubsubPublishHandler pubsubSubscribe pubsubUnsubscribe readme rpc handler readme rpc rpcDocs xmlrpcCall xmlrpcResponse tcpImServer getHandler getPresenceInfo handleMessage handlers iqLoggedIn iqRegister iqRoster iqVersion message presence idTables create delete getAdr init messages iqAuth iqRegisterRequest iqRosterRequest iqVersionRequest message presence subscribe unsubscribe openConnection parseJabberId registerHandler thread waitForIqReply writeXML xmlAlphaDecode init send start startup stop builtinResponders blogger condition data helpText enabled methods login logoff post setServer script manila condition data helpText rendererInfo flRenderOnEntry name enabled methods flip homepage login logoff post replace setTitle script metaWeblog condition data helpText enabled methods login logoff post setServer script news condition enabled script rpi condition enabled script state condition enabled script callbacks startup data protocolHandler virginResponders blogger condition enabled prefs allowedScreenNames blogId flPublish password siteInfo appKey port protocol rpcPath server username script manila condition enabled prefs allowedScreenNames currentSite script metaWeblog condition enabled prefs allowedScreenNames blogId flPublish password siteInfo port protocol rpcPath server username script news condition enabled script rpi condition enabled script state condition enabled script virginRpiHandlers examples msg findDriver init log add rpi client encode server testing compare tests.base64 tests.encoding tortureTest send server start startAll stop stopAll utilities cleanError thread callScript evaluate exists getCount getCurrentID getDefaultTimeSlice getGlobalAddress getNthID getStackDump getStats getTimeSlice isSleeping kill setDefaultTimeSlice setTimeSlice sleep sleepFor sleepTicks wake wrapper userland cleanRoot commonStylesMac huge font size medium font size readable font size tiny font size commonStylesWin huge font size medium font size readable font size tiny font size completeSetup copyResources createDefaultIspSite createDefaultManilaSite createDefaultSite defaultPages faq faqTitle feedback feedbackTitle home homeTitle dwRestore dwSave notepad oldstuff buildChangesOutline changes2 createReadMeFile data frontierurl sdkurl deleteArethaStats dougslist everything Frontier3toAretha loadFolder menu pages inthefolder partsExport partsList release reload sanitizer testscripts testlog testparentof unload unloadlist readme readmeSite #alink #bgcolor #filters finalfilter pagefilter #ftpSite folder isLocal url #link #template #vlink desktopScripts glossary About SetFrontierStackSize Desktop Scripts Frontier Main Readme setFrontierStackSize main setFrontierStackSize tools trialVersion flExpired flTrialVersion whenInstalled whenRegistered trialVersionCheck userlandMenu workarounds initialMacDisplayGlitch webserver data cgis samples runtimeError syntaxError tellParams tellTime icons !readme a alert.black alert.red back ball.gray ball.red binary binhex blank bomb box1 box2 broken burst c comp.blue comp.gray compressed continued default dir down dvi f folder folder.open folder.sec forward generic generic.red generic.sec hand.right hand.up icon.sheet image1 image2 image3 index layout left link movie p patch pdf pie0 pie1 pie2 pie3 pie4 pie5 pie6 pie7 pie8 portal ps quill right screw1 screw2 script sound1 sound2 sphere1 sphere2 tar tex text transfer unknown up uu uuencoded world1 world2 protoResponder responses 100 101 102 200 201 202 203 204 205 206 207 300 301 302 303 304 305 307 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 422 423 424 425 500 501 502 503 504 505 trap trapScript debugCGI dispatch echoResponder encodeArgs errorMessage fileNotFoundError handler httpHeader initCleanAndSafe processMacros sendPartial standardMacros browserFilter chooseFolder counter domainFilter ipFilter passwordFilter refererFilter usernameFilter util buildResponse directoryDisplay add finish start getMethodAdr getResponderTableAdr getServerString parseAuth parseCookies pathToAddress pathToAddressExt readBytes readUntil requestAuth setCookie unlockSemaphores version xml addTable addValue aggregator bootstrap clearCache everyMinute getEnclosureData getServicesXml init menuCommands importSubscriptions readAllServices readService rpcHandlers channelChanged saveServicesXml storyArrivedCallback subscribeService unsubscribeErrantServices unsubscribeService updateArchives updateSubscriptions alidl get compile convertToDisplayName decompile examples !pathological compile decompile tableStructure 0001 comment 0002 author 0003 foo /atts namespace 0002 bar /atts namespace /contents 0003 bar /atts namespace /contents 0004 baz /atts namespace /contents 0005 froboz /atts namespace /contents 0006 Cancoon /atts namespace /contents 0007 start taggedText xText bugShow script taggedText myComputer compile tableStructure 0001 myComputer 0001 brand 0002 model 0003 ram 0004 os taggedText myComputer2 compile report tableStructure 0001 myComputer /atts username 0002 brand 0003 model 0004 ram 0005 os taggedText myComputer3 compile tableStructure 0001 myComputer 0001 brand /atts location /contents 0002 model 0003 ram 0004 os taggedText namespaces compile decompile tableStructure 0001 lockinfo /atts namespace 0002 lockscope /atts namespace 0002 exclusive /atts namespace /contents 0003 locktype /atts namespace 0002 write /atts namespace /contents 0004 owner /atts namespace 0002 href /atts namespace /contents taggedText xText namespaces2 compile decompile tableStructure 00001000 a /atts namespace xmlns xmlns:a xmlns:c 00002000 b 00001000 c /atts namespace xmlns 00002000 d taggedText siteChanges getAndCompile report reportText tableStructure 0001 site 0001 url 0002 version 0003 docs 0004 webmaster 0005 update 0001 time 0002 serialNum 0003 file 0001 url 0002 modDate 0004 file 0001 url 0002 modDate 0005 file 0001 url 000... [truncated message content] |
|
From: creedon <icr...@us...> - 2005-06-15 22:49:57
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22261 Added Files: addServerMenu completeSetup Log Message: moved from userland table --- NEW FILE: addServerMenu --- (This appears to be a binary file; contents omitted.) --- NEW FILE: completeSetup --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-06-15 16:49:20
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/menuCommands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14069 Added Files: addToUserDatabases Log Message: moved to system.menus.scripts.addToUserDatabases, stub --- NEW FILE: addToUserDatabases --- FrontierVcsFile:1:scpt:mainResponder.menuCommands.addToUserDatabases system.menus.scripts.addToUserDatabases () // 6/15/05; 9:31:03 AM by TAC - stub for compatibility |
|
From: creedon <icr...@us...> - 2005-06-15 16:47:30
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/menuCommands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13172 Removed Files: unInstallSite changeSiteUrl installSite Log Message: removed, manila specific scripts --- changeSiteUrl DELETED --- --- installSite DELETED --- --- unInstallSite DELETED --- |
|
From: creedon <icr...@us...> - 2005-06-14 22:07:52
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14156 Modified Files: objectsNotExamined Log Message: No log message. Index: objectsNotExamined =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/objectsNotExamined,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objectsNotExamined 13 Jun 2005 20:45:42 -0000 1.1 --- objectsNotExamined 14 Jun 2005 22:07:42 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:optx:system.verbs.builtins.Frontier.data.objectsNotExamined ! examples age amplitude blue cleanupWindows counter countTables destTable ??? dir docs Basic1 duration filterExample flag frequency funStuff adventure beach chess dancing equestrianism fishing green haircolor letter list1 list2 lunchReminder mouseat name nextchar people AU picture ptrtext QSOpen readme readAllText red Sample Outline 1 Sample Outline 2 Sample Outline 3 setFontTest song soundTester styleTest subTable1 message synonym table1 entry1 entry2 entry3 entry4 table2 entry4 table3 ??? table4 ??? testColor testOutline testPicture testString testText testText2 todolist Universe watchKeys windowat wpTester yesterday suites applescripts data helloWorld loadFolder loadOSAX oldstuff editScript init installMenu menu traps EDsv EDcl FilemakerLib Version bringDBToFront bringToFront close countRecords dbIsOpen deleteAllRecords deleteRecord find findAll getAllRecords getCellByRecordID getCellNames getCellNRecords getCellNRecordsAsString getCellNthRecord getCellSize getDBSize getFirstRecord getFirstRecordID getFrontDBName getID getLastRecord getLastRecordID getLayoutNames getNRecords getNRecordsAsString getNthRecord getRecordByID getRecordIDs getRecordSize hideWindow isRunning launch lockDB newRecord nthRecordExists open openDocument openFilemakerFolder packDB quit sendToBack setCellByRecordID setCellNRecords setCellNthRecord setNthRecord setRecordByID showWindow simpleFind sort unlockDB unpackDB unsort menu ftpClient bringToFront data *Author* *Version* *Release Notes* currentid supportedClients examples oneliners fetch fileExists fileFromPath folderFromPath ftpProtocolHandler getURL isFolder launch list mkdir quit remove rename sendText store sureFilePath mail drivers Eudora getMessageTable setNotification enableFiltering init otherRoot addMessage close f items readme startup open otherRootFilter traps CSOmeNot defaultFilter shutdown startup navigator data adrOutline card modalCard outlines apple system webAuthor popupString testCard windowTitle goThere recalc setTarget spawn odbcQueryTool importSuite installMenu menu suiteName odbEditor edit editors AppleScript apps canEdit edit traps EDsv EDcl Card apps canEdit edit traps cwin swin Text apps canEdit edit traps FCls FMod states looper nthState table state01 state02 state03 state04 state05 state06 state07 state08 state09 state10 state11 state12 state13 state14 state15 state16 state17 state18 state19 state20 state21 state22 state23 state24 state25 state26 state27 state28 state29 state30 state31 state32 state33 state34 state35 state36 state37 state38 state39 state40 state41 state42 state43 state44 state45 state46 state47 state48 state49 state50 system cards agentsCard fileInfoDialog moreInfoDialog tableInfoDialog techSupport extensions odbc checkDataSource connect connectionCleaner data dll macCarbon dFork rFork macPPC dFork rFork windows odbc_shutdown odbc_startup suite importSuite installMenu menu suiteName disconnect disconnectAll DSExists examples resultsTabText returnLists returnTables returnText testBlobs cover cover_tn InsertBlobs resultBlobs RetrieveBlobs execute init menu preferences #NOTE: breakOnErrors columnDelim datasources Default maxConnections minConnections recycleTime timeout dllpath dsn formatResults pwd queries Sample rowDelim showQuery uid queryTool BuildQueryList commentToggle QueryResult ReadMe RunSQLQuery showBreakOnErrors showSQLQueryStatus SQLQuery README release notes returnLists returnRecords returnTables returnText version regex compile data adrSyntaxOptions dll macCarbon dFork rFork macPPC dFork rFork windows dllpath getPath installDLL introCaseSensitive README syntaxOptions buildTable RE_SYNTAX_AWK RE_SYNTAX_DMG RE_SYNTAX_ED RE_SYNTAX_EGREP RE_SYNTAX_EMACS RE_SYNTAX_GREP RE_SYNTAX_POSIX_AWK RE_SYNTAX_POSIX_BASIC RE_SYNTAX_POSIX_EGREP RE_SYNTAX_POSIX_EXTENDED RE_SYNTAX_POSIX_MINIMAL_BASIC RE_SYNTAX_POSIX_MINIMAL_EXTENDED RE_SYNTAX_SED syntaxBits RE_BACKSLASH_ESCAPE_IN_LISTS RE_BK_PLUS_QM RE_CHAR_CLASSES RE_CONTEXT_INDEP_ANCHORS RE_CONTEXT_INDEP_OPS RE_CONTEXT_INVALID_OPS RE_DOT_NEWLINE RE_DOT_NOT_NULL RE_HAT_LISTS_NOT_NEWLINE RE_INTERVALS RE_LIMITED_OPS RE_NEWLINE_ALT RE_NO_BK_BRACES RE_NO_BK_PARENS RE_NO_BK_REFS RE_NO_BK_VBAR RE_NO_EMPTY_RANGES RE_UNMATCHED_RIGHT_PAREN_ORD util importDLLs docServer #platform #verbClass compile default easyMatch easySearch extract free grep init join match quoteRE search split subst visit easyMatch easySearch examples data bookmarks buildEntitiesTable entities2ascii 26233136313B 26233136323B 26233136333B 26233136343B 26233136353B 26233136373B 26233136383B 26233137303B 26233137313B 26233137323B 26233137363B 26233137373B 26233138303B 26233138313B 26233138323B 26233138333B 26233138363B 26233138373B 26233139313B 26233234373B 2641456C69673B 264161637574653B 2641636972633B 264167726176653B 264172696E673B 264174696C64653B 2641756D6C3B 2643636564696C3B 264561637574653B 2645636972633B 264567726176653B 2645756D6C3B 264961637574653B 2649636972633B 264967726176653B 2649756D6C3B 264E74696C64653B 264F61637574653B 264F636972633B 264F67726176653B 264F736C6173683B 264F74696C64653B 264F756D6C3B 265561637574653B 2655636972633B 265567726176653B 2655756D6C3B 266161637574653B 2661636972633B 2661656C69673B 266167726176653B 266172696E673B 266174696C64653B 2661756D6C3B 2663636564696C3B 26636F70793B 266561637574653B 2665636972633B 266567726176653B 2665756D6C3B 266961637574653B 2669636972633B 266967726176653B 2669756D6C3B 266E6273703B 266E74696C64653B 266F61637574653B 266F636972633B 266F67726176653B 266F736C6173683B 266F74696C64653B 266F756D6C3B 267265673B 26737A6C69673B 267561637574653B 2675636972633B 267567726176653B 2675756D6C3B 2679756D6C3B 2D2D 2E2E2E 5B2667743B5D 5B266C743B5D 5B4F455D 5B5926233136383B5D 5B5E5D 5B6170706C655D 5B617070726F7820657175616C5D 5B6261736520225D 5B6261736520275D 5B62726576655D 5B6361726F6E5D 5B636564696C6C615D 5B64626C206461676765725D 5B64656C74615D 5B646F7420616363656E745D 5B646F746C65737320695D 5B66695D 5B666C5D 5B666C6F72696E5D 5B6772656174657220657175616C5D 5B68756E67617269616E20756D6C6175745D 5B696E666E6974795D 5B696E74656772616C5D 5B6C65737320657175616C5D 5B6C6F7A656E67655D 5B6D6163726F6E5D 5B6E6F7420657175616C5D 5B6F655D 5B6F676F6E656B5D 5B6F6D6567615D 5B7061727469616C20646966665D 5B7065722074686F755D 5B70695D 5B70726F647563745D 5B7261646963616C5D 5B72696E675D 5B73676C206461676765725D 5B7369676D615D 5B74726164656D61726B5D 5B7E5D html bookmarksToGlossary easyMatch easySearch enableLinks extract extractBookmarks extractRefs grep introGroups introMatch introReplace introReplaceAll iso8859Decode join parseSgml sgmlToText split stripSgmlComments subst visit extract free grep init join LICENSE match quoteRE README search split subst version visit macintosh core close count create dataSize delete duplicate exists get getAs move open print quit save saveAs set globals coerceValue countAppleListItems DDEEvent getAppleListItem getEventAttribute getEventSender insertionLoc namedElement nthElement nthWindow pattern property putAppleListItem setEventInteraction setEventTimeOut setEventTransactionID misc beginTransaction copy createPublisher cut doMenu doScript editGraphic endTransaction imageGraphic isUniform paste redo revert select show undo menus sharedMenus verbs apps amazon actorSearch artistSearch asinSearch authorSearch browseNodeSearch call data methods actorSearch artistSearch asinSearch authorSearch browseNodeSearch directorSearch keywordSearch listmaniaSearch manufacturerSearch similaritySearch upcSearch namespace path port server soapAction tag version directorSearch init keywordSearch listmaniaSearch macros box manufacturerSearch similaritySearch upcSearch AnArchie about appInfo app1supported id name path sharedMenus bringToFront clear close copyclip cut eventInfo distance fileDescriptor fileSize host isDirectory modification objectHierarchy path position size examples davestoring fetching fetchURL findAndOutline getDisinfectant getExpander outlineResults storing urlToFTPRec fetch find frontwindowrecord geturl help id index launch list mget mkdir nlist open openDocument paste printDocument quit remove rename selectall sendcommand showabout store undo utilities findInList fileToList organizeOutline BarChart addBar examples dakoTest appInfo app1Supported id name path sharedMenus getBarCount getBarValue id newWindow setBar setBarCount setBarLabel setBarValue setUnits update volumeReport BBEdit appInfo app1supported id name path sharedMenus beginTransaction bringToFront changeCase changeNotes close copy count createPublisher cut delete detab doMenu doScript editGraphic endTransaction entab eventInfo allLines autoBalance autoIndent bbedit capitalizeLines capitalizeSentences capitalizeWords characterWidth clipboard compileErrors currentLine cursorPosition delete1 differences diskBrowser diskFile displayFont displayFontSize dos editDate editingWindow endcolumn endline everyOccurrence everything firstLine firstVisibleLine fullLines generic glossaryWindow hasMailer id1 index left leftOneSpace length lineBreaks lineNumbers lowerCase mac mailerActive mailerExpanded mpwShell multi-fileDifferences none offset paragraph philipBar philipBar1 position projectBrowser raiseCase recentFile replaceCharacter replaceCode replaceString reverseIndent right rightOneSpace saveDate savedState searchResults searchString selectedText selection selection-object selectionEnd selectionEndLine selectionStart selectionStartLine showInvisibles showSpaces smartQuotes softWrapping startcolumn startline statusBar tabStops tabWidth unix unknown windowKind windowText windowWidth examples capitalizeSelSentences changeLineEndings insertTextAndSave replaceAllString prefixWithGreaterThan rePrefixSelection window1Position window2Position window2Position80Col window80Col50Line window80Columns find findDifferences get getDiskFile getSelectedText goToFunction goToLine goToMarker hardWrap id imageGraphic insertFile insertFolder insertGlossaryEntry insertLineBreaks insertProject insertText isRunning isUniform launch make objectHierarchy openDocument paste printDocument quit redo removeLineBreaks replace revert save select set sharedMenuHelp shift show twiddle undo unwrap zapGremlins blogger data appKey port protocol rpcPath server deletePost editPost getRecentPosts getTemplate getUserBlogs getUsersBlogs init mailToBlog checkMail enabled script install test menuCommands install post newPost setTemplate testing manilaBloggerApi data appKey port protocol rpcPath server runme cardEditor agent appInfo app1supported id name path sharedMenus bringToFront cleanObject countObjects countSelectedObjects data version defaults apppath folderpath objectName stubpath deleteObject editCardFile editSpecialAttributes examples coolSitesInButtons newCancelButton newDroplet newFolderIcon newOKbutton oneLiners randomColorLoop randomLoop runInClayBasket getCardAttributes getCardBackColor getCardGrid getCardGridUnits getCardSize getLastOpenedFile getNthObject getNthSelectedObject getObjectAttributes getObjectEnabled getObjectFillColor getObjectFlag getObjectFont getObjectFrame getObjectFrameColor getObjectJustification getObjectLanguage getObjectRect getObjectScript getObjectSeeThru getObjectShadowDepth getObjectText getObjectTextColor getObjectType getObjectVisible getPackedCard getPackedObject getPackedTable id invalObject memAvail newClone newObject objectExists readPackedCard renameObject runCard setCardAttributes setCardBackColor setCardGrid setCardSize setFontSizeStyle setGlobalTable setObjectAttributes setObjectEnabled setObjectFillColor setObjectFlag setObjectFont setObjectFrame setObjectFrameColor setObjectJustification setObjectLanguage setObjectRect setObjectScript setObjectSeeThru setObjectShadowDepth setObjectText setObjectTextColor setObjectType setObjectVisible specifications docserver source rbg.xxx docserver source wire compiler source oneliners utilities tightcorner tables ??? uniqueName updateObject version utilities loadFolder runTestCard web coolSitesInButtons nineCoolButtons siteInButton Eudora appInfo app1supported id name path sharedMenus attachFiles bringToFront changeNotes close closeMessage connect count countMailboxes countMailfolders countMessages createMessage data DocServerSource installDocs delete Dictionary duplicate eventInfo addresses alreadyRead alternate and appears appledouble applesingle attachmentEncoding attachType binhex body cEuTEInWin cEuWTEText conjunction contains copying date destination destroyAttachments doesNotAppear doesNotContain endsWith expansion fakeTabs field file filter forwarded FSS hasConnected hasManuallyFiltered header hqxText ignore incoming intersects is isNot kDontSend keepCopy kEuAttach kEuConnect kEudoraSuite kEuForward kEuNotify kEuPleaseNotify kEuQueue kEuRedirect kEuReply kEuSalvage kEuSendLater kEuSendNever kEuSendNext kEuSendNow kEuStartNotifying kEuStopNotifying kEuUnqueue keyEuCheck keyEuDocumentList keyEuIncludeSelf keyEuMessList keyEuNotify keyEuQueue keyEuQuoteText keyEuReplyAll keyEuSend keyEuWhen kForwarded kIn kOut kQueued kRead kRedirected kRegular kReplied kSendable kSent kTrash kUnRead kUnSendable kUnSent label location mailArrives mailbox mailboxType mailFolder mailSent manual matchTerm message neededSpace neverSent nickname nicknameFile nicknameFile1 none notes notSendable opensFilters or outgoing position preserveMacintoshInfo priority priorityHigh priorityHighest priorityLow priorityLowest priorityNormal qp queued rawNotes recipient redirected replied resizeable returnReceipt selectedText sendable sender sent setting showAll showAllHeaders signature size spaceRequired spaceWasted standard startsWith status subject tabExpansion TOCFSS tocLocation topLevel transliterationTable uniqueID unless unread useDate uuencode value verb wasteSpace when willBeDeleted willBeFetched willConnect wrap examples addToFrontier attachDocument boxLoop formResponse forwardMessage oneLiners templates exists fetchurl forward get getAlternateSignature getCurrentMessageObject getCurrentMessageTable getCurrentScript getMailboxName getMailFolderName getMessageBCC getMessageCC getMessageDate getMessageFrom getMessageObject getMessagePriority getMessageReplyTo getMessageSender getMessageSenderField getMessageStatus getMessageSubject getMessageText getMessageTo getScriptPrefsFolder getSelectedText getSetting getSignature geturl id isRunning launch make menuReadme move moveMessage newOutgoingMessage notice objectHierarchy open openDocument openMessage print printDocument printMessage queue queueMenuMessage queueSendMessage quit Readme redirect replaceSelectedText reply replyToDigest save saveAs saveMessage sendAgain sendNow set setAlternateSignature setMessageAttachments setMessageBCC setMessageCC setMessagePriority setMessageSender setMessageStatus setMessageSubject setMessageText setMessageTo setSetting setSignature toys backup readMe subUserLandList turnNotificationOff turnNotificationOn ucmds c massageText wrappercmd wrapText unqueue visitMessages Fetch appInfo app1supported id name path sharedMenus bringToFront close count create dataSize delete download duplicate eventInfo addBinSuffix addHqxSuffix addTxtSuffix allowDuplicateConnections anarchieEmulation applesingle approximateItemSize automatic automaticDefaultsToText binary binhex bookmark bookmarkListWindow bydate byhost byname bynamewithcase bypath bysize bytesTransfered byuserid caseSensitiveSorting currentDirectory currentItem custom dayMonthDates decodeApplesingle decodeBinhex decodeMacbinaryi decodeMacbinaryii decodeMachost decodeStuffit defaultBinaryFileCreator defaultBinaryFileType defaultBookmarkListFont defaultBookmarkListFontSize defaultCacheTimeout defaultPassword defaultShortcut defaultTextFont defaultTextFontSize defaultTextTabWidth defaultUploadBinaryFormat defaultUploadTextFormat directory displayServerMessages downloadFolder elapsedTransferTime encodeNames file filespec helpWindow hostname id info-macMirror initialDirectory itemFormat itemType keepConnectionsAlive link macbinaryi macbinaryii machost maximumCacheSize maximumDataPort miminumDataPort modificationDate omitDotFiles overwriteFiles parentDirectory password path proxyServer rawData remoteDirectory remoteFile remoteItem shortcutWindow showSignonDialog size socksGateway socksGatewayPort status text text1 text2 textFileCreator textWindow transcriptWindow transferMode transferWindow translateIso umichMirror unknown unknownFormat url url1 useInternetConfig usePassiveMode useProxyServer userid useSocksGateway useTypeI viewOrder word-wrapMargin wrappedText examples uploadFolder readme data ??? errorcode exists fetch get getAs geturl id index launch list mkdir move objectHierarchy open openApplication openDocument print printDocument putInto quit quitApplication remove rename save saveAs sendcommand sendTo set store utilities grindObjectModel view viewFileList Finder about aboutThisMacintosh accessoryProcess accessorySuitcase alias aliasFile appInfo app1supported id name path sharedMenus appleMenuItemsFolder applicationFile applicationProcess baxter **ReadMeScriptableFinder changesInBeta5 calculateFolderSizes capacity changeView cleanUp close closeInfo comment commentHeading completelyExpanded computer conflicts container containerWindow contentSpace controlPanel controlPanelsFolder count cpu creationDate creatorType dataSize dateHeading defs cleanupCodes 0 1 2 3 4 5 6 7 8 delete deskAccessoryFile desktop desktopObject disk diskInformationHeading docs documentFile drag duplicate eject ejectable empty emptyTrash entireContents erase examples makeRootAlias existingItems exists expandable expanded exported extensionsFolder fileSharing fileType finderParam folder fontFile fontsFolder fontSuitcase fpu freeSpace get getInfo getPrivilege group groupPrivileges grow guestPrivileges hardware icon iconSize informationWindow inheritedPrivileges insertionSpec kind kindHeading labelHeading labelIndex largestFreeBlock localVolume locked make makeChanges makeWindow memoryAvailable memoryInstalled minimumPartitionSize mmu modificationDate mounted move objectHierarchy open operatingSystem originalItem owner ownerPrivileges pageSetup partitionSize partitionSpaceUsed physicalSize position preferencesFolder previousListView print printWindow process productVersion protected putAway remoteEvents restart scriptable seeFiles seeFolders select selected set setPosition sharableContainer shared sharingPrivileges sharingStartingUp sharingWindow shortcuts showClipboard shutDown shutdownItemsFolder sizeHeading sleep smallIcon snapToGrid sort soundFile soundSystem staggeredGrid startup startupDisk startupItemsFolder statusWindow suggestedPartitionSize suitcase systemFolder temporaryItemsFolder trash trashObject uniqueID update user versionHeading view viewByAll viewFont viewFontSize viewPreferences warnBeforeEmptying windowVerb zoomWindow FinderClassic about alias appInfo app1Supported id name path sharedMenus bringToFront changeView class close closeInfo drag duplicate emptyTrash folderVerb getInfo getPrivilege grow id makeAliasList makeWindow move open pageSetup print printWindow putAway restart reveal setPosition showClipboard shutdown sleep view byComment byDate byIcon byKind byLabel byname bySize bySmallIcon byVersion windowVerb zoomWindow FinderMenu appInfo app1Supported id name path sharedMenus backup cards closeType data creatorString prompt typeString loadCards typeCreator commands backup doIt getBackupNumber makeSpace mostRecentBackup openBackupFolder setPath batchTypeCreator closeParentFolders easyTypeChanger findInFile findLockedFiles flipMenus iconSorter launchEverything listSelectedFiles makeDesktopAlias makeSystemAlias oldstuff typeCreatorDialog typeDialog DITL DLOG load copyToResourceFork outlineFolders putFilesAway reconcileDialog DITL DLOG load copyToResourceFork reconciler searchstring sendThruEudora setTypeCreator stuffer typeCreatorDialog data creator type docServerSource editFileList getSelectionList init listSelectedScripts setFileCreator ucmd code visitPaths google data apiVersion methods getCachedPage search spellingSuggestion namespace path port server soapAction docs getCachedPage init macros box search spellingSuggestion mailToTheFuture addMessage data path port server deleteMessage getAllMessages getMessage getMessageCount init testAll metaWeblog data port protocol rpcPath server editPost getPost init newPost msExplorer activate appInfo app1supported id name path sharedMenus bringToFront id openDocument openurl printDocument quit netEvents version id appInfo app1Supported id name path sharedMenus examples biapPaths getDomains httpGet ips manyThreads oneThread scriptingPaths testListen whoIs abortStream addressDecode addressEncode addressToName backup bringToFront closeStream init isRunning launch listenStream listenThread myAddress nameToAddress openStream quit readStream statusStream writeStream readMe Netscape appInfo app1supported id name path sharedMenus bringToFront eventInfo name text window examples buildCoolSitesTable coolsites Future Fantasy Bookstore Aaron A. Aardvark's AARDVARK ABSTRACT Aeon Flux Aidan Christopher Kolar Alias Alian Nation Art Crimes Austin Texas Ballroom Dancing Beatles Big Time Television Blackjack Server Bob Allison's Homepage BOB(c) BRETTnews Buena Vista Pictures Carlos' Coloring Book Christmas in New York Comics n'stuff! Computer Graphics Confession Booth Cool Site of the Day Countdown to Christmas CSU Entomology Cybersight Dealernet Dining Out on the Net Downtown Anywhere eGG Fair Play Female Bodybuilder Home Page Find the Spam! Four 11 Directory Services Game Bytes Glass Wings Gramercy Press Hawai'i's Home page Hawaii Visitor Bureau Hollyweb Home Page Publisher Hot! Hot! Hot! Hotwired Internet Art Museum for Free Internet Underground Music Archive Juggling Information Service Kaleidospace Karate Las Vegas Online Le Club Le WebLouvre Live California Election Returns Lurker's Guide to Babylon 5 Megadeath Arizona Michael's Music Page Mksdk Mosaic Communications (NetScape!) Nebraska Game and Parks Commission Netboy Nettwerk New Zealand Symphony Orchestra Oceania - The Atlantis Project Over the Coffee Paris Pathfinder Pixel Pushers Praser Maze 5 Reinventing Government Toolkit Return to InfiNet's Home Page</ ReZ.n8 Rocket Science San Francisco Examiner San Francisco Free Press Search the AP Newswire Sega Skew South Dakota Speleology (caving) Server Spider Web Star Trek: Generations Starship Design Strobe SurfNet Tabatha's days at work Tag Lines The Almost Complete List of MUSHes The Amazing Fishcam! The Capitol Steps The Climbing Archive The Creative Internet The Doggie Page The Fashion Page The Horror Web The Infobot Hotlist The Klingon Language Institute The Last Homely House The Lego Page The Mabus Homeroom The Magic 8-ball The MIT Hacks Gallery The Monster Board The Monty Python Page The Mutant Page The New York City Information Page The New York Web The Nexus Gate The North Pole The Plastic Princess Page The Public Personals The Real Beer Page The Relief Goddess Office The Stones The Tori Amos Home Page The Virtual Pub The Well's Woodstock The White House The X-Files Theodore Tugboat Uncle Bob's Christmas Page Useless WWW Pages Usenet Image Indexing Vampyre's Box of Roses Vampyres Only Virtual Chevrolet Virtual Town Web Puzzler Web World Webaholics Anonymous Wine.com WNUR Jazz Information Server Word of the Day World Birthday Web Xearth Yuval Fisher's Home Page ZStuff oneLiners randomCoolJump randomCoolSites testopen displayText fetchUrl getFrontWindowTitle getFrontWindowURL getScriptPrefsFolder getSource getWindowInfo getWindowList goBack goForward goHome id launch notes openDocument openFromGlossary openUrl quit registerProtocol registerUrlEcho reload toys urlJumper unregisterProtocol unregisterUrlEcho utilities backup viewGlossary getGlossaryHTML stuff appInfo app1supported id name path sharedMenus version createArchive id trackback changedPost discoverPingInfo discoverPingInfo-bkp getAutodiscoveryXml initOutboundUrl initPost ping readme respondToPing uBASE addField addRecord appInfo app1supported id name path sharedMenus bringToFront caseSensitive closeFile countFiles countRecords deleteRecord examples allNightStates checkStates copyBase msgStates newStates oneLiners reportStates stressBase getField getFilePath getFirstRecord getLastRecord getNextRecord getPrevRecord id isRunning launch lookupRecord newFile nthFile openFile validateFile weblogUpdates data flDebug flShowMessages port protocol rpcPath server soapAction ping publicRssPing WebStar addUser appInfo app1supported id name path sharedMenus bringToFront commands cards nightlyTasks digestLog doNightlyTasks init nightlyTasksDialog readme writeReport deleteUser domenu eventInfo accessControls actions defMimeType BufferSize errorFile hideWindow indexFile logFile logFormat logging maxListens maxUsers noAccessFile noDNS pigDelay port postProcessor preProcessor realms refuseConnections suffixMappings timeOut verboseMessages version flushCache getAccessControls getActions getBufferSize getDefMimeType getErrorFile getIndexFile getLogFile getLogFormat getMaxListens getMaxUsers getNoAccessFile getNoDNS getPigDelay getPort getPostProcessor getPreProcessor getRealms getSuffixMappings getTimeOut getVersion hideWindow id initReplyText isRunning launch objectHierarchy quit refuseConnections requestReporting restart root close defined loadSite newObject newTable open save setValue test1 sendPartial setAccessControls setActions setBufferSize setDefMimeType setErrorFile setIndexFile setLogFile setLogFormat setMaxListens setMaxUsers setNoAccessFile setNoDNS setPigDelay setPort setPostProcessor setPreProcessor setRealms setSuffixMappings setTimeOut statusReport suspendLogging validateUser verboseMessages builtins app adrAppTable alertDialog askDialog bringToFront clearNetworkApp closeAllWindows closeWindow confirmDialog countWindows editWindow enableDialogs getErrorString getFilePath getPageRectangle getPicture getTargetWindow getText getWindowPosition id linkToNetworkApp madeChanges moveWindow newWindow nthWindow openWindow performanceTest printWindow putPicture putText quit revertWindow saveWindow selectAll selectWindow setFont setFontSize setTargetWindow setWindowTitle somethingSelected zoomWindow betty examples farTest correctResponse rpcRequest rpcReturn 0001 methodResponse 0001 params 0001 param 0001 value test faultTest test localTest rpcRequest rpcReturn 0001 methodResponse 0001 params 0001 param 0001 value test macros handleForm rpc clientMulticall serverSupport callHandler multiCall test clock idleTime set timerExpired db close countItems defined delete get getModDate getNthItem getValue isTable new newTable open save set setValue dialog cards alert ask fileInfo moreInfo notify threeWay twoWay fileInfo getValue hideItem loadFromFile notify olddialogs alert ask threeWay twoWay run runFromFile runModeless setItemEnable setValue showItem dll call isLoaded load unload export addToLog callimporter callImportSubMenu card getObjectAdr importer importFolder importSubMenu lastfolder sendAllDeskScripts sendFolder sendOSAScript sendSubMenu sendToDesktop fileMenu closeAll print Frontier countThreads findertofront getProgramName hideApplication isPowerPC isRuntime new2ClickFile protocols soap xmlrpc requestToFront shipdate tools data virginRadioToolsMenu html addToGlossary buildFromOutline buildOnePage cleanForExport data images space processMacrosCallback dialog compileIfDirty data htmlDialogsDll htmlEditor draw run showHtmlDialog website #css #filters #ftpSite folder url #glossary #javaScript #prefs activeUrls addLineFeeds autoParagraphs bgcolor clayCompatibility #template #tools default directory compileIfDirty data defaultPrefs commentTemplate foldericon linkicon miniXmlCoffeeMugIcon miniXmlIcon suggestALinkTemplate template getBreadcrumbString getCanonicalName getFirstComment getInclusionFromCache initDirectoryTable popUri stripTitle suggestALinkForm viewDirectory walk editor formStart get getEditingTool tagEditor wysiwygEditor wysiwygEditorMozilla expandURLs ftp upload getOneTagValue getTableLine menu htmlMenuEnabled remove neuterJavaScript neuterMacros neuterTags oldstuff buildSiteMenu code codeCenter formfinish formstart formtextfield mailToHTML parseLinks publishBinaryObject refGlossary runDirective runDirectives shutdown table addColumn addRow delete methods html new render traversalSkip ucmds embeddedcode getRefconHtml macroprocessor testoutlinecmd testtext utilities backup buildCDF buildMCF convertclayglossary convertclaysite findAllHREFs glossaryperformance installEmbeddedScript mcfToOutline prefsReportBuild testDavenet testMacros testShutdown testtext launch anything appleMenu application appWithDocument controlPanel resource usingID menu addSuite buildMenubar clearMenubar deleteSubMenu getCommandKey getScript importSuite install isInstalled remove setCommandKey setScript toggle zoomScript mouse button location odbServer addToLog commandDecode commandEncode commandHandle commandSend daemon count daemon port init readme sampleCommand serverStart targetClear targetSet test osa compile getSource pict expressions getPicture PICTToPicture pictureToPICT scheduleUpdate setPicture point get set quickTime isPlaying open play stop radio prefs browseHelp browseHttpFile browseOpmlFile browseSystemPrefs errorString postCatcher refreshAfterPost seeAlso special ftp languagePopup mailPassword newPassword passwords wizzyEditorCheckbox xmlRpcAndSoapCheckbox templatePref re compile docs DocServer #platform #verbClass compile expand extract getPatternInfo grep join match replace split visit patternsyntax porting expand extract getPatternInfo grep join license match replace split testing comparison expand extract getPatternInfo grep join match replace replaceWithCallback split stressTest umlauts visit visit rectangle get inset outset random set rez countResources countResTypes deleteNamedResource deleteResource getNamedResource getNthResInfo getNthResource getNthResType getResource getResourceAttributes getStringResource namedResourceExists putNamedResource putResource putStringResource resourceExists setResourceAttributes rgb get set rootUpdates getCurrent getPendingUpdatesList getUpdate multiRootUpdate threadedMultiRootUpdate threadedUpdate update searchEngine checkStopWords cleanText createPreview data stopWords a about after all also an and are around be because been both but can cant did do doing down each end etc for from get had have having if in into is isnt itself lot may maybe nbsp nor not now of only onto our out per saw that the their them then there thereby therefore these they theyll theyre theyve those though through thru to under until very want was wasnt went were werent weve what when where which who whom will with within without wont would wouldnt yet you youd youll your youre yours yourself youve deIndexPage doSearch getIndexAddress getPreviewsAddress indexCurrentPage indexFolder indexLocalPage indexLocalSite indexPage indexRemotePage indexViaHTTP init mergeResults replaceAll saveIndex searchMacro stripMarkup version semaphore lock unlockAll unlock semaphores lock unlockAll unlock soap constants actorNext charsetLatin1 charsetUsAscii charsetUtf16 charsetUtf8 faultClient faultMustUnderstand faultServer faultVersionMismatch floatINF floatNaN floatNegativeINF maxInt minInt nsEncodingPrefix nsEncodingURI nsEnvelopePrefix nsEnvelopeURI nsSchemaDataPrefix nsSchemaDataURI nsSchemaPrefix nsSchemaURI responseTemplate 00001000 Envelope /atts namespace SOAP-ENV:encodingStyle xmlns:SOAP-ENV xmlns:xsd xmlns:xsi 00002000 Body /atts namespace schemaVersions 1999 nsDataPrefix nsDataURI nsPrefix nsURI 2001 nsDataPrefix nsDataURI nsPrefix nsURI decode array float main simpleType struct unknownSimpleType encode array float main simpleType struct qname body localPart namespaceURI envelope localPart namespaceURI fault localPart namespaceURI header localPart namespaceURI responder condition enabled rpc client server stringutils parseHeader xmlutils addAttributeValue addElement createMessage createRequest createResponse declareNamespaceInElement decodeAmpersands elementMatches encodeWithAmpersands getAttributeValue getCharacterData getElementName getFirstChildElement getNamedChildElement getNextSiblingElement getNthChildElement getQualifiedName hasChildren namespaceCollectDefinitions namespacePrefixToURI namespaceURIToPrefix popScope pushScope resolveHref setCharacterData setNamespacePrefixOfElement setQualifiedName speaker playNamedSound stack create dispose init pool stack1 top vals item1 item2 item3 pop push readme test visit string addCommas ansiToUtf16 ansiToUtf8 cleanMailAddress commentDelete countWords daveNetMassager delete filledString firstSentence firstWord getFileURL getNextMonth getRandomPassword getWordChar hashMD5 hasSuffix hex htmlToEmail httpResultSplit insert isNumeric iso8859encode isPunctuation lastWord latinToMac macToLatin mailMessageToTable memAvailString multipleReplaceAll nthChar nthWord parseHttpArgs percent popTrailingFilename processHtmlMacros quotedPrintableDecode ratio setWordChar trimWhiteSpace typeToString upper urlDecode urlEncode utf16ToAnsi utf8ToAnsi wildcardMatch wrap sys appIsIACAware browseNetwork getAppSize getMinAppSize setAppSize setFrontApp setMinAppSize tcp im builtinDrivers aim code _credits _version core __init__ _callsub c_ERROR c_SIGN_ON connect derror disconnect err_disconnect ferror flap_to_toc go process_loop recv_event start_log_in incoming chat_in chat_invite chat_join chat_left chat_update_buddy config error eviled goto_url im_in start update_buddy outgoing addBuddy addDeny addPermit chatAccept chatInvite chatJoin chatLeave chatSend chatWhisper evil getInfo removeBuddy sendIm setAway setConfig setIdle setInfo prefs _agent _debug _flSpawnCallbackThreads _info _seq TOC_SERV TOC_SERV_AUTH responderCallbacks im_in sampleCallbacks chat_in chat_invite chat_join chat_left chat_update_buddy config error eviled goto_url im_in start update_buddy util emptyTable encode normalize normbuds posix2date prepareRepl pwdenc repl ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ® ¯ À Á Â Ã Ä Å Æ Ç È É Ê Î Ð Ñ Ò Ó Ô Õ Ö × Ø Ú Û Ü Ý Þ ß à á â ã ä ð õ ö ÷ ø ù ú û ü ý þ ÿ strip_html init send start startup stop jabber code closeConnection deleteHandler everyMinute examples chef chef chefMessageHandler directWeblogPoster presenceTrackingShell pubsub callbacks subscribeService unsubscribeService pubsubDocs pubsubSubscribe pubsubUnsubscribe pubsubPublishHandler pubsubSubscribe pubsubUnsubscribe readme rpc handler readme rpc rpcDocs xmlrpcCall xmlrpcResponse tcpImServer getHandler getPresenceInfo handleMessage handlers iqLoggedIn iqRegister iqRoster iqVersion message presence idTables create delete getAdr init messages iqAuth iqRegisterRequest iqRosterRequest iqVersionRequest message presence subscribe unsubscribe openConnection parseJabberId registerHandler thread waitForIqReply writeXML xmlAlphaDecode init send start startup stop builtinResponders blogger condition data helpText enabled methods login logoff post setServer script manila condition data helpText rendererInfo flRenderOnEntry name enabled methods flip homepage login logoff post replace setTitle script metaWeblog condition data helpText enabled methods login logoff post setServer script news condition enabled script rpi condition enabled script state condition enabled script callbacks startup data protocolHandler virginResponders blogger condition enabled prefs allowedScreenNames blogId flPublish password siteInfo appKey port protocol rpcPath server username script manila condition enabled prefs allowedScreenNames currentSite script metaWeblog condition enabled prefs allowedScreenNames blogId flPublish password siteInfo port protocol rpcPath server username script news condition enabled script rpi condition enabled script state condition enabled script virginRpiHandlers examples msg findDriver init log add rpi client encode server testing compare tests.base64 tests.encoding tortureTest send server start startAll stop stopAll utilities cleanError thread callScript evaluate exists getCount getCurrentID getDefaultTimeSlice getGlobalAddress getNthID getStackDump getStats getTimeSlice isSleeping kill setDefaultTimeSlice setTimeSlice sleep sleepFor sleepTicks wake wrapper userland cleanRoot commonStylesMac huge font size medium font size readable font size tiny font size commonStylesWin huge font size medium font size readable font size tiny font size completeSetup copyResources createDefaultIspSite createDefaultManilaSite createDefaultSite defaultPages faq faqTitle feedback feedbackTitle home homeTitle dwRestore dwSave isValidSerialNumber notepad oldstuff buildChangesOutline changes2 createReadMeFile data frontierurl sdkurl deleteArethaStats dougslist everything Frontier3toAretha loadFolder menu pages inthefolder partsExport partsList release reload sanitizer testscripts testlog testparentof unload unloadlist readme readmeSite #alink #bgcolor #filters finalfilter pagefilter #ftpSite folder isLocal url #link #template #vlink desktopScripts glossary About SetFrontierStackSize Desktop Scripts Frontier Main Readme setFrontierStackSize main setFrontierStackSize tools trialVersion flExpired flTrialVersion whenInstalled whenRegistered trialVersionCheck userlandMenu workarounds initialMacDisplayGlitch webserver data cgis samples runtimeError syntaxError tellParams tellTime icons !readme a alert.black alert.red back ball.gray ball.red binary binhex blank bomb box1 box2 broken burst c comp.blue comp.gray compressed continued default dir down dvi f folder folder.open folder.sec forward generic generic.red generic.sec hand.right hand.up icon.sheet image1 image2 image3 index layout left link movie p patch pdf pie0 pie1 pie2 pie3 pie4 pie5 pie6 pie7 pie8 portal ps quill right screw1 screw2 script sound1 sound2 sphere1 sphere2 tar tex text transfer unknown up uu uuencoded world1 world2 protoResponder responses 100 101 102 200 201 202 203 204 205 206 207 300 301 302 303 304 305 307 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 422 423 424 425 500 501 502 503 504 505 trap trapScript debugCGI dispatch echoResponder encodeArgs errorMessage fileNotFoundError handler httpHeader initCleanAndSafe processMacros sendPartial standardMacros browserFilter chooseFolder counter domainFilter ipFilter passwordFilter refererFilter usernameFilter util buildResponse directoryDisplay add finish start getMethodAdr getResponderTableAdr getServerString parseAuth parseCookies pathToAddress pathToAddressExt readBytes readUntil requestAuth setCookie unlockSemaphores version xml addTable addValue aggregator bootstrap clearCache everyMinute getEnclosureData getServicesXml init menuCommands importSubscriptions readAllServices readService rpcHandlers channelChanged saveServicesXml storyArrivedCallback subscribeService unsubscribeErrantServices unsubscribeService updateArchives updateSubscriptions alidl get compile convertToDisplayName decompile examples !pathological compile decompile tableStructure 0001 comment 0002 author 0003 foo /atts namespace 0002 bar /atts namespace /contents 0003 bar /atts namespace /contents 0004 baz /atts namespace /contents 0005 froboz /atts namespace /contents 0006 Cancoon /atts namespace /contents 0007 start taggedText xText bugShow script taggedText myComputer compile tableStructure 0001 myComputer 0001 brand 0002 model 0003 ram 0004 os taggedText myComputer2 compile report tableStructure 0001 myComputer /atts username 0002 brand 0003 model 0004 ram 0005 os taggedText myComputer3 compile tableStructure 0001 myComputer 0001 brand /atts location /contents 0002 model 0003 ram 0004 os taggedText namespaces compile decompile tableStructure 0001 lockinfo /atts namespace 0002 lockscope /atts namespace 0002 exclusive /atts namespace /contents 0003 locktype /atts namespace 0002 write /atts namespace /contents 0004 owner /atts namespace 0002 href /atts namespace /contents taggedText xText namespaces2 compile decompile tableStructure 00001000 a /atts namespace xmlns xmlns:a xmlns:c 00002000 b 00001000 c /atts namespace xmlns 00002000 d taggedText siteChanges getAndCompile report reportText tableStructure 0001 site 0001 url 0002 version 0003 docs 0004 webmaster 0005 update 0001 time 0002 serialNum 0003 file 0001 url 0002 modDate 0004 file 0001 url 0002 modDate 0005 file ... [truncated message content] |
|
From: creedon <icr...@us...> - 2005-06-14 21:26:35
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/userland In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25749 Removed Files: isValidSerialNumber Log Message: removed, not needed for open source release --- isValidSerialNumber DELETED --- |
|
From: creedon <icr...@us...> - 2005-06-14 21:16:08
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/userland In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19517 Removed Files: virginBookmarkMenu Log Message: incorporated into virginCustomMenu at Frontier.data --- virginBookmarkMenu DELETED --- |
|
From: creedon <icr...@us...> - 2005-06-14 21:15:13
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/userland In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19199 Removed Files: virginCustomMenu Log Message: moved to Frontier.data --- virginCustomMenu DELETED --- |
|
From: creedon <icr...@us...> - 2005-06-14 21:08:14
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/webBrowser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15390 Added Files: MOSSmoddate MSIEmoddate Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: MSIEmoddate --- FrontierVcsFile:1:date:system.verbs.builtins.Frontier.data.userTableLeftovers.webBrowser.MSIEmoddate 4/30/01; 6:19:23 PM --- NEW FILE: MOSSmoddate --- FrontierVcsFile:1:date:system.verbs.builtins.Frontier.data.userTableLeftovers.webBrowser.MOSSmoddate 4/30/01; 3:41:23 PM |
|
From: creedon <icr...@us...> - 2005-06-14 21:08:08
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/editors/BBEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15349 Added Files: getCreator getFile getText Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: getFile --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.editors.BBEdit.getFile on getFile () { local (s); with objectModel, BBEdit, eventInfo { try { s = get (window [1].diskFile)} else { scripterror ("Couldn't get the 'diskFile' attribute from the frontmost BBEdit window.")}}} --- NEW FILE: getCreator --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.editors.BBEdit.getCreator on getCreator () { return (BBEdit.id)} --- NEW FILE: getText --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.editors.BBEdit.getText on getText () { local (s); if not sys.appisrunning (bbedit.id) { scriptError ("BBEdit is not running.")}; with objectModel, BBEdit, eventInfo { try { s = get (window [1].windowText)} else { scripterror ("Couldn't get the 'windowText' attribute from the frontmost BBEdit window.")}}} |
|
From: creedon <icr...@us...> - 2005-06-14 21:08:03
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/unix/scripts/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15275 Added Files: getStateNames getStateName errorTest Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: getStateName --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.unix.scripts.examples.getStateName on getStateName (statenum) { statenum = number (statenum); return (states.nthState (statenum) + "\n")} --- NEW FILE: errorTest --- (This appears to be a binary file; contents omitted.) --- NEW FILE: getStateNames --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.unix.scripts.examples.getStateNames on getStateNames (num1, num2, num3, num4) { on gs (num) { return (states.nthState (number (num)) + "\n")}; return (gs (num1) + gs (num2) + gs (num3) + gs (num4))} |
|
From: creedon <icr...@us...> - 2005-06-14 21:07:57
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/macros In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15152 Added Files: imageTag frontierLink glossarypatcher gifRef spacelines globalGifRef amazonISBN daveNetLink randomFortune renderScript figure storyList relGifRef circumference Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: circumference --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.macros.circumference on circumference(diameter) if {real, integer} contains class of diameter then return (diameter * 3.14159) end if end circumference --- NEW FILE: figure --- (This appears to be a binary file; contents omitted.) --- NEW FILE: daveNetLink --- (This appears to be a binary file; contents omitted.) --- NEW FILE: randomFortune --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.macros.randomFortune local (s); target.set (@scratchpad.fortunes); op.firstsummit (); op.go (down, random (0, 4)); s = op.getlinetext (); target.clear (); return (s) --- NEW FILE: glossarypatcher --- (This appears to be a binary file; contents omitted.) --- NEW FILE: storyList --- (This appears to be a binary file; contents omitted.) --- NEW FILE: renderScript --- (This appears to be a binary file; contents omitted.) --- NEW FILE: imageTag --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.macros.imageTag on imageTag (gifname, alt = gifname, hspace = "", align = "", usemap = "", height = -1, width = -1) { return (bbSite.tools.imageTag (gifname, alt, hspace, align, usemap, height, width))} --- NEW FILE: globalGifRef --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacelines --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.macros.spacelines on spacelines (ctlines) { local (s = "", i); for i = 1 to ctlines { s = s + "<br>"}; return (s)} --- NEW FILE: amazonISBN --- (This appears to be a binary file; contents omitted.) --- NEW FILE: frontierLink --- (This appears to be a binary file; contents omitted.) --- NEW FILE: relGifRef --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gifRef --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-06-14 21:07:51
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/macros/BBEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15011 Added Files: macroDocsLine Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: macroDocsLine --- (This appears to be a binary file; contents omitted.) |
|
From: creedon <icr...@us...> - 2005-06-14 21:07:37
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/renderers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14967 Added Files: fatHeadlines cadillac newSiteOutliner justText bsoRenderer ideaListRenderer davenetoutline notespagerenderer docServerSite Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: fatHeadlines --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.renderers.fatHeadlines on fatHeadlines (adrOutline) { local (pta = html.getPageTableAddress ()); local (flBoldLevel0 = not defined (pta^.flDisableBoldLevel0)); local (ctLevel0 = 0); op.setDisplay (false); op.firstsummit (); op.fullexpand (); local (level = 0); local (htmltext = "", indentlevel = 0); on add (s) { htmltext = htmltext + string.filledString ("\t", indentlevel) + s + "\r"}; on visit () { loop { local (hassubs = op.countSubs (1) > 0); local (linetext = op.getlinetext ()); if level > 1 { //indent 20 pixels per level local (pixels = 20 * (level - 1)); add ("<p><table><tr><td valign=\"center\" width=\"" + pixels + "\"> </td><td>" + linetext + "</td></tr></table>")} else { if level == 0 { linetext = "<a name=\"mainHead" + ++ctLevel0 + "\">" + linetext + "</a>"; if flBoldLevel0 { linetext = "<b>" + linetext + "</b>"}}; add ("<p>" + linetext + "<br>")}; if hassubs { op.go (right, 1); level++; visit (); level--; op.go (left, 1)}; if not op.go (down, 1) { break}}}; visit (); op.setDisplay (true); return (htmlText)} --- NEW FILE: davenetoutline --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ideaListRenderer --- (This appears to be a binary file; contents omitted.) --- NEW FILE: notespagerenderer --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bsoRenderer --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newSiteOutliner --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cadillac --- (This appears to be a binary file; contents omitted.) --- NEW FILE: docServerSite --- (This appears to be a binary file; contents omitted.) --- NEW FILE: justText --- FrontierVcsFile:1:scpt:system.verbs.builtins.Frontier.data.userTableLeftovers.html.renderers.justText on justText (adroutline) { return (string (adroutline^))} |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/Eudora/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14707 Added Files: flameresponse joboffer appreciation help productinfo lunch Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: lunch --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.lunch <greetings>! You make some very interesting points in your email message entitled ***<subject>*** I think we should do a lunch sometime in the next two weeks. Please let me know when you have time available. Thanks! <user> <org> --- NEW FILE: productinfo --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.productinfo Thanks for your interest in UserLand's products! All the information you could possibly want is at: <http://www.scripting.com/frontier/> Cooooool. <user> <org> --- NEW FILE: joboffer --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.joboffer <greetings>! You make some very excellent points in your email message entitled ***<subject>*** I am very impressed with your ideas, and your ability to present them. We have a job opening here that's perfectly suited to a person of your abilities. It pays much more than your current position. You would have to relocate to Hawaii. Please let me know if you're interested. Thanks! <user> <org> --- NEW FILE: appreciation --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.appreciation <greetings>! Thank you so much for your very interesting message entitled ***<subject>*** I found it very interesting and enlightening. Sincerely, <user> <org> --- NEW FILE: flameresponse --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.flameresponse Flames, personal comments, four letter words, are not welcome on this list. In the future, when someone leaves a message that evokes your anger, you do not have a right to engage them. You also don't have the right to answer their questions. They may rephrase their question respectfully and get an answer. Write to the person privately if you feel you must say something to them. You may not use this mailing list to vent your frustrations. You may not use this mailing list to explain how this mailing list works. This is a working mailing list, we have no time for personal comments. From time to time newcomers will break these rules. That's the way it goes. But if you are a regular participant here, you must abide by them. This is not open to debate. Do not reply to this email on the list. <user> --- NEW FILE: help --- FrontierVcsFile:1:wptx:system.verbs.builtins.Frontier.data.userTableLeftovers.Eudora.templates.help Help! I don't understand what you're trying to say in your email message entitled ***<subject>*** Please let me know if I can assist you in any way. Thanks! <user> <org> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14495 Added Files: zeldman2E55 zeldman2Ektch zeldman2Ehrz0 root20update zeldman2Ewooden zeldman2Edna James20Kirk zeldman2Ekle daveWinerImage curly zeldman2Etvtest zeldman2Eacb zeldman2Eheybebe What20Are20Weblogs3F ThinkTank zeldman2Eloist Netscape qbullet2Etext Dale20Dougherty zeldman2Ewrhdgr zeldman2Emtlhdd zeldman2Eadb zeldman2Ekssy2 zeldman2Eleeclown cluetrain Backend zeldman2Eadm zeldman2E77 zeldman2Egel qbullet2Emailto zeldman2Elitem zeldman2Ewhspr2 zeldman2E58 Dorothy RFC MailToTheFuture2ECom Andre Linux20Newbies zeldman2Ekys zeldman2Ewhis zeldman2E93kr72 zeldman2Ejarm3 zeldman2E277 UserLand zeldman2Ehelga zeldman2Eertnmr zeldman2Exbono qbullet2Escrollup Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: zeldman2Ektch --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ktch"] <img src="http://static.userland.com/shortcuts/images/zeldman/ktch.gif"> --- NEW FILE: zeldman2Elitem --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.litem"] <img src="http://static.userland.com/shortcuts/images/zeldman/litem.gif"> --- NEW FILE: zeldman2Eloist --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.loist"] <img src="http://static.userland.com/shortcuts/images/zeldman/loist.gif"> --- NEW FILE: zeldman2Ewooden --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.wooden"] <img src="http://static.userland.com/shortcuts/images/zeldman/wooden.gif"> --- NEW FILE: cluetrain --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.cluetrain <a href="http://weblogs.userland.com/cluetrain/">Cluetrain</a> --- NEW FILE: zeldman2Eertnmr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ertnmr"] <img src="http://static.userland.com/shortcuts/images/zeldman/ertnmr.gif"> --- NEW FILE: qbullet2Etext --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.text"] <img src="http://static.userland.com/shortcuts/images/qbullets/text.gif"> --- NEW FILE: qbullet2Emailto --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.mailto"] <img src="http://static.userland.com/shortcuts/images/qbullets/mailto.gif"> --- NEW FILE: Dale20Dougherty --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Dale Dougherty"] <a href="http://weblogs.oreillynet.com/dale/">Dale Dougherty</a> --- NEW FILE: zeldman2Ekys --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kys"] <img src="http://static.userland.com/shortcuts/images/zeldman/kys.gif"> --- NEW FILE: UserLand --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.UserLand <a href="http://www.userland.com/">UserLand</a> --- NEW FILE: curly --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Ewrhdgr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.wrhdgr"] <img src="http://static.userland.com/shortcuts/images/zeldman/wrhdgr.gif"> --- NEW FILE: zeldman2Eleeclown --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.leeclown"] <img src="http://static.userland.com/shortcuts/images/zeldman/leeclown.gif"> --- NEW FILE: zeldman2Edna --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.dna"] <img src="http://static.userland.com/shortcuts/images/zeldman/dna.gif"> --- NEW FILE: zeldman2Eadb --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.adb"] <img src="http://static.userland.com/shortcuts/images/zeldman/adb.gif"> --- NEW FILE: zeldman2Ewhis --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.whis"] <img src="http://static.userland.com/shortcuts/images/zeldman/whis.gif"> --- NEW FILE: zeldman2Ekle --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kle"] <img src="http://static.userland.com/shortcuts/images/zeldman/kle.gif"> --- NEW FILE: Andre --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Andre <a href="http://www.spicynoodles.com/"><img src="http://static.userland.com/misc/snImages/andre.gif" height="45" width="30" border="0"></a> --- NEW FILE: James20Kirk --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: daveWinerImage --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.daveWinerImage <a href="http://dave.editthispage.com/myNameIsDaveWiner"><img src="http://static.userland.com/misc/snImages/dave2000small.gif" height="40" width="42" border="0"></a> --- NEW FILE: Netscape --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Netscape <a href="http://www.netscape.com/">Netscape</a> --- NEW FILE: zeldman2Eadm --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.adm"] <img src="http://static.userland.com/shortcuts/images/zeldman/adm.gif"> --- NEW FILE: zeldman2Egel --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gel"] <img src="http://static.userland.com/shortcuts/images/zeldman/gel.gif"> --- NEW FILE: qbullet2Escrollup --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.scrollup"] <img src="http://static.userland.com/shortcuts/images/qbullets/scrollup.gif"> --- NEW FILE: Dorothy --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Etvtest --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tvtest"] <img src="http://static.userland.com/shortcuts/images/zeldman/tvtest.gif"> --- NEW FILE: RFC --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.RFC <a href="http://www.userland.com/whatIsAnRfc">RFC</a> --- NEW FILE: What20Are20Weblogs3F --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["What Are Weblogs?"] <a href="http://www.weblogs.com/about" title="A Weblog is kind of a continual tour, with a human guide who you get to know."><img src="http://static.userland.com/weblogsCom/images/scripting2weblogscom/whatAreWeblogs.gif" height="81" width="109" border="0"></a> --- NEW FILE: zeldman2E55 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.55"] <img src="http://static.userland.com/shortcuts/images/zeldman/55.gif"> --- NEW FILE: zeldman2Exbono --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.xbono"] <img src="http://static.userland.com/shortcuts/images/zeldman/xbono.gif"> --- NEW FILE: zeldman2Ewhspr2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.whspr2"] <img src="http://static.userland.com/shortcuts/images/zeldman/whspr2.gif"> --- NEW FILE: zeldman2E77 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.77"] <img src="http://static.userland.com/shortcuts/images/zeldman/77.gif"> --- NEW FILE: zeldman2Ekssy2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kssy2"] <img src="http://static.userland.com/shortcuts/images/zeldman/kssy2.gif"> --- NEW FILE: zeldman2E58 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.58"] <img src="http://static.userland.com/shortcuts/images/zeldman/58.gif"> --- NEW FILE: zeldman2Ehrz0 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hrz0"] <img src="http://static.userland.com/shortcuts/images/zeldman/hrz0.gif"> --- NEW FILE: MailToTheFuture2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["MailToTheFuture.Com"] <a href="http://www.mailtothefuture.com/">MailToTheFuture.Com</a> --- NEW FILE: Linux20Newbies --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Linux Newbies"] <a href="http://linuxnewbies.editthispage.com/">Linux Newbies</a> --- NEW FILE: zeldman2Ehelga --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.helga"] <img src="http://static.userland.com/shortcuts/images/zeldman/helga.gif"> --- NEW FILE: root20update --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["root update"] <a href="http://frontier.userland.com/updates/Frontier">root update</a> --- NEW FILE: ThinkTank --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.ThinkTank <a href="http://www.outliners.com/thinkTank2Pc.html">ThinkTank</a> --- NEW FILE: zeldman2Eheybebe --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.heybebe"] <img src="http://static.userland.com/shortcuts/images/zeldman/heybebe.gif"> --- NEW FILE: zeldman2E277 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.277"] <img src="http://static.userland.com/shortcuts/images/zeldman/277.gif"> --- NEW FILE: zeldman2Eacb --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.acb"] <img src="http://static.userland.com/shortcuts/images/zeldman/acb.gif"> --- NEW FILE: zeldman2Ejarm3 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jarm3"] <img src="http://static.userland.com/shortcuts/images/zeldman/jarm3.gif"> --- NEW FILE: zeldman2Emtlhdd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.mtlhdd"] <img src="http://static.userland.com/shortcuts/images/zeldman/mtlhdd.gif"> --- NEW FILE: zeldman2E93kr72 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.93kr72"] <img src="http://static.userland.com/shortcuts/images/zeldman/93kr72.gif"> --- NEW FILE: Backend --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Backend <a href="http://backend.userland.com/">Backend</a> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14219 Added Files: zeldman2Egzil zeldman2Eherself1 zeldman2E70sby zeldman2Esircuss Scripting20News zeldman2E52 MailToTheFuture EditThisPage2ECom zeldman2E545 zeldman2Evasey zeldman2Ews1ny Marc20Canter zeldman2Eacf zeldman2Ezr zeldman2E93kr73 zeldman2Ejoan zeldman2Egrlh zeldman2Eintlctl radioProductShot Mister20Ed My2EUserLand20On20The20Desktop zeldman2Eyoik zeldman2Eaab Store Stewart20Alsop zeldman2Ezel2 zeldman2Edundo2 hotlist zeldman2Egran2 zeldman2Ehgr qbullet2Ehelp synchronicity My2EUserLand2ECom zeldman2Eadf EditThisPage zeldman2Esteve Surveys Support20Associates zeldman2Exrsp About20Manila edit20this20page20button qbullet2Eqbullets SalonHerringWiredFool2ECom qbullet2Esmileyblank zeldman2Eabb zeldman2Efk zeldman2Ewoof qbullet2Eprivate qbullet2Esearch Wes Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: zeldman2Esteve --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.steve"] <img src="http://static.userland.com/shortcuts/images/zeldman/steve.gif"> --- NEW FILE: Surveys --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Surveys <a href="http://surveys.userland.com/">Surveys</a> --- NEW FILE: zeldman2Eherself1 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.herself1"] <img src="http://static.userland.com/shortcuts/images/zeldman/herself1.gif"> --- NEW FILE: zeldman2Egrlh --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grlh"] <img src="http://static.userland.com/shortcuts/images/zeldman/grlh.gif"> --- NEW FILE: zeldman2Ehgr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hgr"] <img src="http://static.userland.com/shortcuts/images/zeldman/hgr.gif"> --- NEW FILE: zeldman2Ewoof --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.woof"] <img src="http://static.userland.com/shortcuts/images/zeldman/woof.gif"> --- NEW FILE: qbullet2Esmileyblank --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.smileyblank"] <img src="http://static.userland.com/shortcuts/images/qbullets/smileyblank.gif"> --- NEW FILE: Wes --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Esircuss --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.sircuss"] <img src="http://static.userland.com/shortcuts/images/zeldman/sircuss.gif"> --- NEW FILE: zeldman2Ejoan --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.joan"] <img src="http://static.userland.com/shortcuts/images/zeldman/joan.gif"> --- NEW FILE: SalonHerringWiredFool2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["SalonHerringWiredFool.Com"] <a href="http://salonherringwiredfool.com/">SalonHerringWiredFool.Com</a> --- NEW FILE: Store --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Store <a href="http://store.userland.com/">Store</a> --- NEW FILE: zeldman2Edundo2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.dundo2"] <img src="http://static.userland.com/shortcuts/images/zeldman/dundo2.gif"> --- NEW FILE: radioProductShot --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.radioProductShot <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioProductShot.gif" height="190" width="140" border="0"></a> --- NEW FILE: qbullet2Eqbullets --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.qbullets"] <img src="http://static.userland.com/shortcuts/images/qbullets/qbullets.gif"> --- NEW FILE: zeldman2E70sby --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.70sby"] <img src="http://static.userland.com/shortcuts/images/zeldman/70sby.gif"> --- NEW FILE: Marc20Canter --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Marc Canter"] <a href="http://marcsvoice.editthispage.com/">Marc Canter</a> --- NEW FILE: qbullet2Eprivate --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.private"] <img src="http://static.userland.com/shortcuts/images/qbullets/private.gif"> --- NEW FILE: synchronicity --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.synchronicity <a href="http://www.userland.com/whatIsSynchronicity">synchronicity</a> --- NEW FILE: zeldman2Egran2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gran2"] <img src="http://static.userland.com/shortcuts/images/zeldman/gran2.gif"> --- NEW FILE: qbullet2Esearch --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.search"] <img src="http://static.userland.com/shortcuts/images/qbullets/search.gif"> --- NEW FILE: zeldman2Eadf --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.adf"] <img src="http://static.userland.com/shortcuts/images/zeldman/adf.gif"> --- NEW FILE: zeldman2Ezel2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.zel2"] <img src="http://static.userland.com/shortcuts/images/zeldman/zel2.gif"> --- NEW FILE: zeldman2Eyoik --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.yoik"] <img src="http://static.userland.com/shortcuts/images/zeldman/yoik.gif"> --- NEW FILE: zeldman2Ezr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.zr"] <img src="http://static.userland.com/shortcuts/images/zeldman/zr.gif"> --- NEW FILE: Support20Associates --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Support Associates"] <a href="http://frontier.userland.com/stories/storyReader$1470">Support Associates</a> --- NEW FILE: zeldman2Egzil --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gzil"] <img src="http://static.userland.com/shortcuts/images/zeldman/gzil.gif"> --- NEW FILE: Scripting20News --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Scripting News"] <a href="http://www.scripting.com/">Scripting News</a> --- NEW FILE: zeldman2Evasey --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.vasey"] <img src="http://static.userland.com/shortcuts/images/zeldman/vasey.gif"> --- NEW FILE: zeldman2Eabb --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.abb"] <img src="http://static.userland.com/shortcuts/images/zeldman/abb.gif"> --- NEW FILE: EditThisPage2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["EditThisPage.Com"] <a href="http://www.editthispage.com/">EditThisPage.Com</a> --- NEW FILE: MailToTheFuture --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.MailToTheFuture <a href="http://www.mailtothefuture.com/">MailToTheFuture</a> --- NEW FILE: zeldman2E52 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.52"] <img src="http://static.userland.com/shortcuts/images/zeldman/52.gif"> --- NEW FILE: Mister20Ed --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Mister Ed"] <a href="http://www.scripting.com/wavs/misterEd.wav" title="Hello! I am Mister Ed."><img src="http://static.userland.com/misc/snImages/misterEd.gif" height="74" width="45" border="0"></a> --- NEW FILE: Stewart20Alsop --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Stewart Alsop"] <img src="http://static.userland.com/misc/snImages/alsop.gif" height="52" width="39" border="0"> --- NEW FILE: edit20this20page20button --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["edit this page button"] <a href="http://www.editthispage.com/" title="It's so easy it's revolutionary."><img src="http://static.userland.com/editThisPageCom/images/editThisPageButton.gif" width="123" height="24" border="0" alt="Edit this Page button"></a> --- NEW FILE: My2EUserLand2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["My.UserLand.Com"] <a href="http://my.userland.com/">My.UserLand.Com</a> --- NEW FILE: hotlist --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.hotlist <a href="http://www.weblogs.com/hotList">hotlist</a> --- NEW FILE: EditThisPage --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.EditThisPage <a href="http://www.editthispage.com/">EditThisPage</a> --- NEW FILE: About20Manila --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["About Manila"] <a href="http://manila.userland.com/">About Manila</a> --- NEW FILE: zeldman2E93kr73 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.93kr73"] <img src="http://static.userland.com/shortcuts/images/zeldman/93kr73.gif"> --- NEW FILE: qbullet2Ehelp --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.help"] <img src="http://static.userland.com/shortcuts/images/qbullets/help.gif"> --- NEW FILE: My2EUserLand20On20The20Desktop --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["My.UserLand On The Desktop"] My.UserLand On The Desktop --- NEW FILE: zeldman2Ews1ny --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ws1ny"] <img src="http://static.userland.com/shortcuts/images/zeldman/ws1ny.gif"> --- NEW FILE: zeldman2Exrsp --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.xrsp"] <img src="http://static.userland.com/shortcuts/images/zeldman/xrsp.gif"> --- NEW FILE: zeldman2E545 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.545"] <img src="http://static.userland.com/shortcuts/images/zeldman/545.gif"> --- NEW FILE: zeldman2Efk --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.fk"] <img src="http://static.userland.com/shortcuts/images/zeldman/fk.gif"> --- NEW FILE: zeldman2Eintlctl --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.intlctl"] <img src="http://static.userland.com/shortcuts/images/zeldman/intlctl.gif"> --- NEW FILE: zeldman2Eacf --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.acf"] <img src="http://static.userland.com/shortcuts/images/zeldman/acf.gif"> --- NEW FILE: zeldman2Eaab --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.aab"] <img src="http://static.userland.com/shortcuts/images/zeldman/aab.gif"> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13914 Added Files: zeldman2Ejayne zeldman2Eeve XML2DDEV Qube20Quorner Jerry Spicy20Noodles zeldman2Eguit zeldman2Ewretkin zeldman2Ejoe zeldman2Eacg Tomalak27s20Realm Microsoft zeldman2Egjlka Radio20UserLand zeldman2Ehmm2 zeldman2Ejrd91a zeldman2Elrnbc zeldman2Eaac Samples zeldman2E50001 zeldman2Eadg zeldman2Expr2 Dave zeldman2Ecatc qbullet2Epicture zeldman2Eabc zeldman2Ejackd zeldman2Emagrita qbullet2Esound zeldman2E57 zeldman2Ejfk Weblog20Monitor Directory zeldman2Eson zeldman2Evp013 zeldman2Elipserve root20updates zeldman2Ebumr2 zeldman2Echet Weblogs2ECom Preferences zeldman2Eacc Christmas20Tree Outliners userLandNavBox qbullet2Esidesmiley cookies zeldman2Erchclr zeldman2Etootsbut Edit20this20Page Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: zeldman2Egjlka --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gjlka"] <img src="http://static.userland.com/shortcuts/images/zeldman/gjlka.gif"> --- NEW FILE: cookies --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.cookies <a href="http://home.netscape.com/newsref/std/cookie_spec.html">cookies</a> --- NEW FILE: Preferences --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Preferences <a href="http://prefs.userland.com/">Preferences</a> --- NEW FILE: zeldman2Erchclr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.rchclr"] <img src="http://static.userland.com/shortcuts/images/zeldman/rchclr.gif"> --- NEW FILE: zeldman2Ewretkin --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.wretkin"] <img src="http://static.userland.com/shortcuts/images/zeldman/wretkin.gif"> --- NEW FILE: qbullet2Esound --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.sound"] <img src="http://static.userland.com/shortcuts/images/qbullets/sound.gif"> --- NEW FILE: zeldman2Etootsbut --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tootsbut"] <img src="http://static.userland.com/shortcuts/images/zeldman/tootsbut.gif"> --- NEW FILE: zeldman2Eguit --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.guit"] <img src="http://static.userland.com/shortcuts/images/zeldman/guit.gif"> --- NEW FILE: Samples --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Samples <a href="http://samples.userland.com/">Samples</a> --- NEW FILE: Jerry --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Jerry <a href="http://www.scripting.com/wavs/touchOfGrey.mp3"><img src="http://static.userland.com/misc/snImages/jerryThumb.gif" height="59" width="50" border="0"></a> --- NEW FILE: zeldman2Echet --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.chet"] <img src="http://static.userland.com/shortcuts/images/zeldman/chet.gif"> --- NEW FILE: Radio20UserLand --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Radio UserLand"] <a href="http://radio.userland.com/">Radio UserLand</a> --- NEW FILE: Tomalak27s20Realm --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Tomalak's Realm"] <a href="http://www.tomalak.org/">Tomalak's Realm</a> --- NEW FILE: zeldman2Eeve --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.eve"] <img src="http://static.userland.com/shortcuts/images/zeldman/eve.gif"> --- NEW FILE: zeldman2E50001 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.50001"] <img src="http://static.userland.com/shortcuts/images/zeldman/50001.gif"> --- NEW FILE: Dave --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Dave <a href="http://dave.editthispage.com/myNameIsDaveWiner">Dave</a> --- NEW FILE: qbullet2Esidesmiley --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.sidesmiley"] <img src="http://static.userland.com/shortcuts/images/qbullets/sidesmiley.gif"> --- NEW FILE: zeldman2Eabc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.abc"] <img src="http://static.userland.com/shortcuts/images/zeldman/abc.gif"> --- NEW FILE: qbullet2Epicture --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.picture"] <img src="http://static.userland.com/shortcuts/images/qbullets/picture.gif"> --- NEW FILE: zeldman2Eadg --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.adg"] <img src="http://static.userland.com/shortcuts/images/zeldman/adg.gif"> --- NEW FILE: zeldman2Ejackd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jackd"] <img src="http://static.userland.com/shortcuts/images/zeldman/jackd.gif"> --- NEW FILE: zeldman2Emagrita --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.magrita"] <img src="http://static.userland.com/shortcuts/images/zeldman/magrita.gif"> --- NEW FILE: zeldman2Eson --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.son"] <img src="http://static.userland.com/shortcuts/images/zeldman/son.gif"> --- NEW FILE: zeldman2Evp013 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.vp013"] <img src="http://static.userland.com/shortcuts/images/zeldman/vp013.gif"> --- NEW FILE: Weblogs2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Weblogs.Com"] <a href="http://www.weblogs.com/">Weblogs.Com</a> --- NEW FILE: Qube20Quorner --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Qube Quorner"] <a href="http://weblogs.userland.com/qube/">Qube Quorner</a> --- NEW FILE: zeldman2Ebumr2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.bumr2"] <img src="http://static.userland.com/shortcuts/images/zeldman/bumr2.gif"> --- NEW FILE: zeldman2Ehmm2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hmm2"] <img src="http://static.userland.com/shortcuts/images/zeldman/hmm2.gif"> --- NEW FILE: XML2DDEV --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["XML-DEV"] <a href="http://www.lists.ic.ac.uk/hypermail/xml-dev/">XML-DEV</a> --- NEW FILE: Weblog20Monitor --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Weblog Monitor"] <a href="http://www.weblogs.com/">Weblogs.Com</a> --- NEW FILE: zeldman2E57 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.57"] <img src="http://static.userland.com/shortcuts/images/zeldman/57.gif"> --- NEW FILE: Directory --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Directory <a href="http://www.userland.com/directory/71">Directory</a> --- NEW FILE: Christmas20Tree --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Christmas Tree"] <a href="http://www.superopendirectory.com/" title="Click on the Christmas Tree for an Easter Egg."><img src="http://www.scripting.com/images/xmasTree.gif" height="66" width="44" border="0"></a> --- NEW FILE: zeldman2Expr2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.xpr2"] <img src="http://static.userland.com/shortcuts/images/zeldman/xpr2.gif"> --- NEW FILE: Microsoft --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Microsoft <a href="http://www.microsoft.com/">Microsoft</a> --- NEW FILE: zeldman2Ejfk --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jfk"] <img src="http://static.userland.com/shortcuts/images/zeldman/jfk.gif"> --- NEW FILE: Spicy20Noodles --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Spicy Noodles"] <a href="http://spicynoodles.com/"><img src="http://static.userland.com/misc/snImages/spicyNoodlesThumb.gif" height="66" width="78" border="0"></a> --- NEW FILE: zeldman2Ejayne --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jayne"] <img src="http://static.userland.com/shortcuts/images/zeldman/jayne.gif"> --- NEW FILE: zeldman2Elrnbc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lrnbc"] <img src="http://static.userland.com/shortcuts/images/zeldman/lrnbc.gif"> --- NEW FILE: Outliners --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Outliners <a href="http://www.outliners.com/">Outliners</a> --- NEW FILE: zeldman2Ejrd91a --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jrd91a"] <img src="http://static.userland.com/shortcuts/images/zeldman/jrd91a.gif"> --- NEW FILE: root20updates --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["root updates"] <a href="http://frontier.userland.com/updates/Frontier">root updates</a> --- NEW FILE: userLandNavBox --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.userLandNavBox <!-- UserLand.Com sites --> <br><table cellspacing="3" cellpadding="0"> <tr> <td> <table cellspacing="0" cellpadding="1" border="0"> <tr bgcolor="black"> <td align="left"> <table cellspacing="0" cellpadding="2" border="0"> <tr height="18" bgcolor="black"> <td nowrap><a href="http://www.userland.com/"><font color="black"><img src="http://legacystatic1.userland.com/snImages/userland.gif" border="0"></font></td> </tr> <tr bgcolor="white"> <td colspan="3"> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.userland.com/directory/71">Directory</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.scripting.com/">Scripting News</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://davenet.userland.com/">DaveNet</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://radio.userland.com/">Radio UserLand</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://manila.userland.com/">Manila</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.manilasites.com/">ManilaSites.Com</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://frontier.userland.com/">Frontier</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://backend.userland.com/">Backend</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://login.userland.com/">Log In</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://prefs.userland.com/">Preferences</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://search.userland.com/">Search</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.mailtothefuture.com/">MailToTheFuture</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://store.userland.com/">Store</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://whois.userland.com/">WhoIs?</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.xmlrpc.com/">XML-RPC</a></td></tr></table> <table cellpadding="3" cellspacing="0"><tr><td valign="top"><img src="http://legacystatic1.userland.com/snImages/bullet.gif" width="5" height="10"></td><td valign="middle"><a href="http://www.soapware.org/">SoapWare</a></td></tr></table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: Edit20this20Page --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Edit this Page"] <a href="http://davenet.userland.com/1999/05/24/editThisPage">Edit this Page</a> --- NEW FILE: zeldman2Ecatc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.catc"] <img src="http://static.userland.com/shortcuts/images/zeldman/catc.gif"> --- NEW FILE: zeldman2Ejoe --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.joe"] <img src="http://static.userland.com/shortcuts/images/zeldman/joe.gif"> --- NEW FILE: zeldman2Elipserve --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lipserve"] <img src="http://static.userland.com/shortcuts/images/zeldman/lipserve.gif"> --- NEW FILE: zeldman2Eacc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.acc"] <img src="http://static.userland.com/shortcuts/images/zeldman/acc.gif"> --- NEW FILE: zeldman2Eacg --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.acg"] <img src="http://static.userland.com/shortcuts/images/zeldman/acg.gif"> --- NEW FILE: zeldman2Eaac --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.aac"] <img src="http://static.userland.com/shortcuts/images/zeldman/aac.gif"> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14021 Added Files: Create20a20Weblog DaveNet zeldman2Ehd zeldman2Ehwo zeldman2Eadc zeldman2Edamned2 zeldman2Eloren zeldman2Ehector3 zeldman2E890 ManilaSites2ECom http Radio F2F manilaExpressImage zeldman2E999 zeldman2Eishmael zeldman2Ehungry Dan20Gillmor27s20eJournal brain SoapWare OPML scriptingNewsAnimatedGraphic Dancing20Hamsters zeldman2Elod zeldman2Ekit Dr20Matt zeldman2Ealegirl qbullet2Elist qbullet2Etelnet Brad20Pettit zeldman2Eliberty zeldman2Eexped frontierMacOsX 3B2D3E Dave20Winer buckyBadger zeldman2Eaaf zeldman2Egogga DocServer zeldman2Eidream Salon zeldman2Egran3 zeldman2Ezny Python zeldman2Ehither My2EUserLand zeldman2Efrnki zeldman2Efh the20outliner20for20everyone Buddha Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: ManilaSites2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["ManilaSites.Com"] <a href="http://www.manilasites.com/">ManilaSites.Com</a> --- NEW FILE: zeldman2Ealegirl --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.alegirl"] <img src="http://static.userland.com/shortcuts/images/zeldman/alegirl.gif"> --- NEW FILE: zeldman2Eliberty --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.liberty"] <img src="http://static.userland.com/shortcuts/images/zeldman/liberty.gif"> --- NEW FILE: zeldman2Eidream --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.idream"] <img src="http://static.userland.com/shortcuts/images/zeldman/idream.gif"> --- NEW FILE: zeldman2Eloren --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.loren"] <img src="http://static.userland.com/shortcuts/images/zeldman/loren.gif"> --- NEW FILE: brain --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: Buddha --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Buddha <img src="http://static.userland.com/misc/snImages/buddha.gif" height="51" width="50" border="0"> --- NEW FILE: Dr20Matt --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Dr Matt"] <a href="http://drmatt.userland.com/">Dr Matt</a> --- NEW FILE: Brad20Pettit --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Brad Pettit"] <a href="http://bradpettit.editthispage.com/">Brad Pettit</a> --- NEW FILE: zeldman2Ehd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hd"] <img src="http://static.userland.com/shortcuts/images/zeldman/hd.gif"> --- NEW FILE: scriptingNewsAnimatedGraphic --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Ehwo --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hwo"] <img src="http://static.userland.com/shortcuts/images/zeldman/hwo.gif"> --- NEW FILE: SoapWare --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.SoapWare <a href="http://www.soapware.org/">SoapWare</a> --- NEW FILE: OPML --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.OPML <a href="http://www.opml.org/spec">OPML</a> --- NEW FILE: qbullet2Etelnet --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.telnet"] <img src="http://static.userland.com/shortcuts/images/qbullets/telnet.gif"> --- NEW FILE: Python --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Python <a href="http://www.python.org/">Python</a> --- NEW FILE: manilaExpressImage --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.manilaExpressImage <a href="http://manilaexpress.userland.com/" title="Manila Express makes adding links to your Manila weblog as easy as 1-2-3."><img src="http://static.userland.com/misc/snImages/manilaExpress.gif" height="66" width="100" border="0"></a> --- NEW FILE: zeldman2Ehector3 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hector3"] <img src="http://static.userland.com/shortcuts/images/zeldman/hector3.gif"> --- NEW FILE: zeldman2Egran3 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gran3"] <img src="http://static.userland.com/shortcuts/images/zeldman/gran3.gif"> --- NEW FILE: Create20a20Weblog --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Create a Weblog"] <a href="http://www.weblogs.com/iWantOne"><img src="http://static.userland.com/weblogsCom/images/WebLogs/clickHereToCreateYourOwnWeblo.gif" width="179" height="52" border="0"></a> --- NEW FILE: My2EUserLand --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["My.UserLand"] <a href="http://my.userland.com/">My.UserLand</a> --- NEW FILE: 3B2D3E --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.[";->"] <img src="http://static.userland.com/shortcuts/images/qbullets/sidesmiley.gif"> --- NEW FILE: zeldman2Eishmael --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ishmael"] <img src="http://static.userland.com/shortcuts/images/zeldman/ishmael.gif"> --- NEW FILE: zeldman2E890 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.890"] <img src="http://static.userland.com/shortcuts/images/zeldman/890.gif"> --- NEW FILE: zeldman2Eexped --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.exped"] <img src="http://static.userland.com/shortcuts/images/zeldman/exped.gif"> --- NEW FILE: http --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.http <a href="http://www.w3.org/TR/REC-xml">HTTP</a> --- NEW FILE: zeldman2Efh --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.fh"] <img src="http://static.userland.com/shortcuts/images/zeldman/fh.gif"> --- NEW FILE: frontierMacOsX --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.frontierMacOsX <a href="http://frontier-osx.userland.com/"><img src="http://www.scripting.com/images/frontier7logo.gif" height="80" width="80" border="0"></a> --- NEW FILE: DaveNet --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.DaveNet <a href="http://davenet.userland.com/">DaveNet</a> --- NEW FILE: qbullet2Elist --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.list"] <img src="http://static.userland.com/shortcuts/images/qbullets/list.gif"> --- NEW FILE: Dan20Gillmor27s20eJournal --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Dan Gillmor's eJournal"] <a href="http://weblog.mercurycenter.com/ejournal/">Dan Gillmor's eJournal</a> --- NEW FILE: zeldman2Efrnki --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.frnki"] <img src="http://static.userland.com/shortcuts/images/zeldman/frnki.gif"> --- NEW FILE: zeldman2Eaaf --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.aaf"] <img src="http://static.userland.com/shortcuts/images/zeldman/aaf.gif"> --- NEW FILE: Dancing20Hamsters --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Dancing Hamsters"] <a href="http://www.hamsterdance.com/">Dancing Hamsters</a> --- NEW FILE: F2F --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.F2F <a href="http://www.userland.com/whatIsF2F">F2F</a> --- NEW FILE: buckyBadger --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.buckyBadger <a href="http://www.wisc.edu/" title="Fuck em Bucky!"><img src="http://www.scripting.com/twentyFour/gifs/bucky.gif" border="0"></a> --- NEW FILE: Salon --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Salon <a href="http://www.salon.com/">Salon</a> --- NEW FILE: zeldman2E999 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.999"] <img src="http://static.userland.com/shortcuts/images/zeldman/999.gif"> --- NEW FILE: DocServer --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.DocServer <a href="http://docserver.userland.com/">DocServer</a> --- NEW FILE: zeldman2Edamned2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.damned2"] <img src="http://static.userland.com/shortcuts/images/zeldman/damned2.gif"> --- NEW FILE: zeldman2Elod --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lod"] <img src="http://static.userland.com/shortcuts/images/zeldman/lod.gif"> --- NEW FILE: Dave20Winer --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Dave Winer"] <a href="http://dave.editthispage.com/myNameIsDaveWiner">Dave Winer</a> --- NEW FILE: zeldman2Eadc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.adc"] <img src="http://static.userland.com/shortcuts/images/zeldman/adc.gif"> --- NEW FILE: Radio --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Radio <a href="http://radio.userland.com/">Radio</a> --- NEW FILE: zeldman2Ekit --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kit"] <img src="http://static.userland.com/shortcuts/images/zeldman/kit.gif"> --- NEW FILE: zeldman2Ehither --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hither"] <img src="http://static.userland.com/shortcuts/images/zeldman/hither.gif"> --- NEW FILE: zeldman2Ehungry --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hungry"] <img src="http://static.userland.com/shortcuts/images/zeldman/hungry.gif"> --- NEW FILE: the20outliner20for20everyone --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["the outliner for everyone"] <a href="http://pikebeta.userland.com/"><img src="http://static.userland.com/images/array/anotherpikesm.gif" width="100" height="102" border="0"></a> --- NEW FILE: zeldman2Egogga --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gogga"] <img src="http://static.userland.com/shortcuts/images/zeldman/gogga.gif"> --- NEW FILE: zeldman2Ezny --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.zny"] <img src="http://static.userland.com/shortcuts/images/zeldman/zny.gif"> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13612 Added Files: zeldman2Elncln zeldman2Eadd XML2DRPC Manila2DNewbies Digital20Creations zeldman2E823832 zeldman2Espace zeldman2Eveng zeldman2Etam MacBird zeldman2E51 WordNet Discuss qbullet2Emovie zeldman2Eendo zeldman2Eswanson zeldman2Elenbru tcp2EhttpClient zeldman2Efranfarm johnRobb zeldman2E656574w Buy20Now zeldman2Ex45 zeldman2Efrown zeldman2Ebif zeldman2Ejerbret radioCoffeeMug bill20gates zeldman2Ebarbar zeldman2Ekiki zeldman2Eklw zeldman2Esmr zeldman2Eirish zeldman2Ewrhdbl Outliners2ECom gandhi zeldman2Ehowdi ROTFL zeldman2Evh qbullet2Escrolldown zeldman2Egldys qbullet2Enote zeldman2Etat qbullet2Eform zeldman2Eabg zeldman2Eharvey manilaProductShot zeldman2Egrki zeldman2Ezel zeldman2E54 Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: zeldman2Efrown --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.frown"] <img src="http://static.userland.com/shortcuts/images/zeldman/frown.gif"> --- NEW FILE: zeldman2Etam --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tam"] <img src="http://static.userland.com/shortcuts/images/zeldman/tam.gif"> --- NEW FILE: zeldman2Efranfarm --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.franfarm"] <img src="http://static.userland.com/shortcuts/images/zeldman/franfarm.gif"> --- NEW FILE: zeldman2Eswanson --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.swanson"] <img src="http://static.userland.com/shortcuts/images/zeldman/swanson.gif"> --- NEW FILE: zeldman2Evh --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.vh"] <img src="http://static.userland.com/shortcuts/images/zeldman/vh.gif"> --- NEW FILE: zeldman2Ebif --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.bif"] <img src="http://static.userland.com/shortcuts/images/zeldman/bif.gif"> --- NEW FILE: zeldman2Ekiki --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kiki"] <img src="http://static.userland.com/shortcuts/images/zeldman/kiki.gif"> --- NEW FILE: Buy20Now --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Buy Now"] <a href="http://store.userland.com/"><img src="http://www.scripting.com/images/buyNow.gif" border="0" width="30" height="31"></a> --- NEW FILE: radioCoffeeMug --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.radioCoffeeMug <a href="http://radio.userland.com/"><img src="http://www.scripting.com/images/radioMugOnGrey.gif" width="89" height="107" border="0"></a> --- NEW FILE: bill20gates --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["bill gates"] <a href="http://www.scripting.com/wavs/billgates.wav"><img src="http://static.userland.com/misc/snImages/billGates.gif" width="40" height="60" border="0"></a> --- NEW FILE: zeldman2Eendo --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.endo"] <img src="http://static.userland.com/shortcuts/images/zeldman/endo.gif"> --- NEW FILE: Digital20Creations --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Digital Creations"] <a href="http://www.digicool.com/">Digital Creations</a> --- NEW FILE: qbullet2Enote --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.note"] <img src="http://static.userland.com/shortcuts/images/qbullets/note.gif"> --- NEW FILE: tcp2EhttpClient --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["tcp.httpClient"] <a href="http://docserver.userland.com/tcp/httpclient">tcp.httpClient</a> --- NEW FILE: zeldman2Etat --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tat"] <img src="http://static.userland.com/shortcuts/images/zeldman/tat.gif"> --- NEW FILE: zeldman2E656574w --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.656574w"] <img src="http://static.userland.com/shortcuts/images/zeldman/656574w.gif"> --- NEW FILE: zeldman2Egldys --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gldys"] <img src="http://static.userland.com/shortcuts/images/zeldman/gldys.gif"> --- NEW FILE: zeldman2Esmr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.smr"] <img src="http://static.userland.com/shortcuts/images/zeldman/smr.gif"> --- NEW FILE: zeldman2Eklw --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.klw"] <img src="http://static.userland.com/shortcuts/images/zeldman/klw.gif"> --- NEW FILE: zeldman2Eirish --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.irish"] <img src="http://static.userland.com/shortcuts/images/zeldman/irish.gif"> --- NEW FILE: zeldman2Egrki --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grki"] <img src="http://static.userland.com/shortcuts/images/zeldman/grki.gif"> --- NEW FILE: Outliners2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Outliners.Com"] <a href="http://www.outliners.com/">Outliners.Com</a> --- NEW FILE: zeldman2Elncln --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lncln"] <img src="http://static.userland.com/shortcuts/images/zeldman/lncln.gif"> --- NEW FILE: zeldman2Eveng --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.veng"] <img src="http://static.userland.com/shortcuts/images/zeldman/veng.gif"> --- NEW FILE: XML2DRPC --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["XML-RPC"] <a href="http://www.xmlrpc.com/">XML-RPC</a> --- NEW FILE: qbullet2Eform --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.form"] <img src="http://static.userland.com/shortcuts/images/qbullets/form.gif"> --- NEW FILE: zeldman2Eabg --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.abg"] <img src="http://static.userland.com/shortcuts/images/zeldman/abg.gif"> --- NEW FILE: qbullet2Escrolldown --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.scrolldown"] <img src="http://static.userland.com/shortcuts/images/qbullets/scrolldown.gif"> --- NEW FILE: zeldman2Eadd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.add"] <img src="http://static.userland.com/shortcuts/images/zeldman/add.gif"> --- NEW FILE: ROTFL --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.ROTFL <a href="http://www.userland.com/whatIsRotfl">ROTFL</a> --- NEW FILE: zeldman2E823832 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.823832"] <img src="http://static.userland.com/shortcuts/images/zeldman/823832.gif"> --- NEW FILE: Discuss --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Discuss <a href="http://discuss.userland.com/">Discuss</a> --- NEW FILE: qbullet2Emovie --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.movie"] <img src="http://static.userland.com/shortcuts/images/qbullets/movie.gif"> --- NEW FILE: zeldman2Ehowdi --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.howdi"] <img src="http://static.userland.com/shortcuts/images/zeldman/howdi.gif"> --- NEW FILE: manilaProductShot --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.manilaProductShot <a href="http://manila.userland.com/"><img src="http://www.scripting.com/images/manilabox.gif" height="189" width="176" border="0"></a> --- NEW FILE: zeldman2Espace --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.space"] <img src="http://static.userland.com/shortcuts/images/zeldman/space.gif"> --- NEW FILE: zeldman2Ezel --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.zel"] <img src="http://static.userland.com/shortcuts/images/zeldman/zel.gif"> --- NEW FILE: zeldman2E54 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.54"] <img src="http://static.userland.com/shortcuts/images/zeldman/54.gif"> --- NEW FILE: zeldman2E51 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.51"] <img src="http://static.userland.com/shortcuts/images/zeldman/51.gif"> --- NEW FILE: MacBird --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.MacBird <a href="http://macbird.userland.com/">MacBird</a> --- NEW FILE: WordNet --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.WordNet <form action="http://www.cogsci.princeton.edu/cgi-bin/webwn/" method="get"><input type="hidden" name="stage" value="1"> <table><tr><td><input type="text" name="word" size="15"></td><td><input type="submit" value="WordNet"></td></tr></table></form> --- NEW FILE: zeldman2Ewrhdbl --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.wrhdbl"] <img src="http://static.userland.com/shortcuts/images/zeldman/wrhdbl.gif"> --- NEW FILE: zeldman2Eharvey --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.harvey"] <img src="http://static.userland.com/shortcuts/images/zeldman/harvey.gif"> --- NEW FILE: zeldman2Ebarbar --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.barbar"] <img src="http://static.userland.com/shortcuts/images/zeldman/barbar.gif"> --- NEW FILE: Manila2DNewbies --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Manila-Newbies"] <a href="http://weblogs.userland.com/manilaNewbies/">Manila-Newbies</a> --- NEW FILE: johnRobb --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.johnRobb <a href="http://www.userland.com/johnRobb"><img src="http://www.scripting.com/images/johnRobbThumb.gif" height="38" width="37" border="0"></a> --- NEW FILE: zeldman2Ejerbret --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jerbret"] <img src="http://static.userland.com/shortcuts/images/zeldman/jerbret.gif"> --- NEW FILE: zeldman2Ex45 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.x45"] <img src="http://static.userland.com/shortcuts/images/zeldman/x45.gif"> --- NEW FILE: gandhi --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Elenbru --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lenbru"] <img src="http://static.userland.com/shortcuts/images/zeldman/lenbru.gif"> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13039 Added Files: zeldman2Ejanet xmlRpcMan XML2DRPC2ECOM zeldman2Ej zeldman2Eferndl1 zeldman2Ehc WhoIs3F zeldman2Eaad zeldman2Eby zeldman2Eiggi zeldman2Eldm87 zeldman2Etub1 BDG Frontier SalonHerringWiredFool zeldman2Elo2 Manila the20pope zeldman2Eert XML Angel Zope zeldman2Eseangr zeldman2Eabd zeldman2Eteef WorldLink noAmazonAlignRight zeldman2Edoody dogma202000 qbullet2Eftpdir UserLand2ECom Picard zeldman2Ealtair SOAP zeldman2Ejapa zeldman2Ejuanita Global20Shortcuts xml2Ecompile zeldman2Eje zeldman2Etwist zeldman2Evertig Search zeldman2Eglo qbullet2Enews cheesecake zeldman2Elutso userLandBar zeldman2Ehbri zeldman2Edarla JFK Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: JFK --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Edarla --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.darla"] <img src="http://static.userland.com/shortcuts/images/zeldman/darla.gif"> --- NEW FILE: Frontier --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Frontier <a href="http://frontier.userland.com/">Frontier</a> --- NEW FILE: Picard --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: BDG --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.BDG <a href="http://www.soapware.org/bdg" title="A Busy Developer's Guide to SOAP 1.1.">BDG</a> --- NEW FILE: zeldman2Ehbri --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hbri"] <img src="http://static.userland.com/shortcuts/images/zeldman/hbri.gif"> --- NEW FILE: dogma202000 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["dogma 2000"] <a href="http://netdyslexia.editthispage.com/dogma2000"><img src="http://static.userland.com/misc/snImages/thisSiteCompliesMoreOrLessToTheRulesOfDogma2000.gif" height="43" width="228" border="0"></a> --- NEW FILE: zeldman2Etub1 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tub1"] <img src="http://static.userland.com/shortcuts/images/zeldman/tub1.gif"> --- NEW FILE: zeldman2Eglo --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.glo"] <img src="http://static.userland.com/shortcuts/images/zeldman/glo.gif"> --- NEW FILE: WorldLink --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.WorldLink <a href="http://www.worldlink.co.uk/">WorldLink</a> --- NEW FILE: Manila --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Manila <a href="http://manila.userland.com/">Manila</a> --- NEW FILE: Zope --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Zope <a href="http://www.zope.org/">Zope</a> --- NEW FILE: zeldman2Eferndl1 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ferndl1"] <img src="http://static.userland.com/shortcuts/images/zeldman/ferndl1.gif"> --- NEW FILE: zeldman2Eje --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.je"] <img src="http://static.userland.com/shortcuts/images/zeldman/je.gif"> --- NEW FILE: zeldman2Elutso --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lutso"] <img src="http://static.userland.com/shortcuts/images/zeldman/lutso.gif"> --- NEW FILE: zeldman2Ejapa --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.japa"] <img src="http://static.userland.com/shortcuts/images/zeldman/japa.gif"> --- NEW FILE: zeldman2Ejanet --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.janet"] <img src="http://static.userland.com/shortcuts/images/zeldman/janet.gif"> --- NEW FILE: the20pope --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["the pope"] <a href="http://www.scripting.com/wavs/popeJohnPaul.wav"><img src="http://static.userland.com/misc/snImages/thepope.gif" height="88" width="75" border="0"></a> --- NEW FILE: zeldman2Eabd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.abd"] <img src="http://static.userland.com/shortcuts/images/zeldman/abd.gif"> --- NEW FILE: zeldman2Eteef --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.teef"] <img src="http://static.userland.com/shortcuts/images/zeldman/teef.gif"> --- NEW FILE: zeldman2Eert --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ert"] <img src="http://static.userland.com/shortcuts/images/zeldman/ert.gif"> --- NEW FILE: Global20Shortcuts --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Global Shortcuts"] <a href="http://glossary.userland.com/">Global Shortcuts</a> --- NEW FILE: zeldman2Ejuanita --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.juanita"] <img src="http://static.userland.com/shortcuts/images/zeldman/juanita.gif"> --- NEW FILE: zeldman2Elo2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lo2"] <img src="http://static.userland.com/shortcuts/images/zeldman/lo2.gif"> --- NEW FILE: qbullet2Eftpdir --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.ftpdir"] <img src="http://static.userland.com/shortcuts/images/qbullets/ftpdir.gif"> --- NEW FILE: XML --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.XML <a href="http://www.w3.org/TR/REC-xml">XML</a> --- NEW FILE: XML2DRPC2ECOM --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["XML-RPC.COM"] <a href="http://www.xml-rpc.com/">XML-RPC.COM</a> --- NEW FILE: Search --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Search <a href="http://search.userland.com/">Search</a> --- NEW FILE: zeldman2Etwist --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.twist"] <img src="http://static.userland.com/shortcuts/images/zeldman/twist.gif"> --- NEW FILE: cheesecake --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.cheesecake <a href="http://discuss.userland.com/msgReader$17701"><img src="http://www.scripting.com/images/cheesecake.jpg" height="45" width="50" border="0"></a> --- NEW FILE: UserLand2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["UserLand.Com"] <a href="http://www.userland.com/">UserLand.Com</a> --- NEW FILE: SalonHerringWiredFool --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.SalonHerringWiredFool <a href="http://www.salonherringwiredfool.com/">SalonHerringWiredFool</a> --- NEW FILE: WhoIs3F --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["WhoIs?"] <a href="http://whois.userland.com/">WhoIs?</a> --- NEW FILE: zeldman2Eiggi --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.iggi"] <img src="http://static.userland.com/shortcuts/images/zeldman/iggi.gif"> --- NEW FILE: noAmazonAlignRight --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.noAmazonAlignRight <a href="http://www.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> --- NEW FILE: zeldman2Ealtair --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.altair"] <img src="http://static.userland.com/shortcuts/images/zeldman/altair.gif"> --- NEW FILE: zeldman2Eldm87 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ldm87"] <img src="http://static.userland.com/shortcuts/images/zeldman/ldm87.gif"> --- NEW FILE: zeldman2Ej --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.j"] <img src="http://static.userland.com/shortcuts/images/zeldman/j.gif"> --- NEW FILE: zeldman2Ehc --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hc"] <img src="http://static.userland.com/shortcuts/images/zeldman/hc.gif"> --- NEW FILE: xml2Ecompile --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["xml.compile"] <a href="http://docserver.userland.com/xml/compile">xml.compile</a> --- NEW FILE: qbullet2Enews --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.news"] <img src="http://static.userland.com/shortcuts/images/qbullets/news.gif"> --- NEW FILE: userLandBar --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.userLandBar <a href="http://www.userland.com/"><img src="http://legacystatic1.userland.com/snImages/userland.gif" width="138" height="14" border="0"></a> --- NEW FILE: Angel --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Angel <a href="http://davenet.userland.com/1998/02/04/forgiveHer" title="I believe we have the most to learn from the people we want to listen to the least."><img src="http://static.userland.com/misc/snImages/angel.gif" height="108" width="77" border="0"></a> --- NEW FILE: zeldman2Edoody --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.doody"] <img src="http://static.userland.com/shortcuts/images/zeldman/doody.gif"> --- NEW FILE: zeldman2Eseangr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.seangr"] <img src="http://static.userland.com/shortcuts/images/zeldman/seangr.gif"> --- NEW FILE: zeldman2Eaad --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.aad"] <img src="http://static.userland.com/shortcuts/images/zeldman/aad.gif"> --- NEW FILE: zeldman2Eby --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.by"] <img src="http://static.userland.com/shortcuts/images/zeldman/by.gif"> --- NEW FILE: zeldman2Evertig --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.vertig"] <img src="http://static.userland.com/shortcuts/images/zeldman/vertig.gif"> --- NEW FILE: SOAP --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.SOAP <a href="http://radiodiscuss.userland.com/soap">SOAP</a> --- NEW FILE: xmlRpcMan --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.xmlRpcMan <a href="http://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> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12570 Added Files: zeldman2E30330 zeldman2Ehardstare zeldman2Estrm zeldman2Efcelyfce Jakob20Nielsen zeldman2Ehitchy osxBadge qbullet2Enew Log20In zeldman2Ewel qbullet2Esmiley zeldman2Esmiley w3c zeldman2Eaca noMorePesosForSenorBezos zeldman2Efredalan knRjgv3JkNlg7NIzCWNNg zeldman2Etarot This20is20a20Manila20Site qbullet2Escript zeldman2Egalfri Beta zeldman2Ejoandeer zeldman2Esuely Martin20Luther20King zeldman2Eada RSS zeldman2E765432 DavosNewbies frontierProductShot zeldman2Eldyp2 zeldman2Eworry turkey glossary zeldman2Egrn2s zeldman2Egasman zeldman2Eeswms zeldman2Elemon zeldman2Elvrn Apple WorldLink20Magazine zeldman2Elinder2 zeldman2Estuf AFAIK UserLand20Software zeldman2E134006 zeldman2Egksk noAmazon Manila20Express zeldman2Esup Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: Log20In --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Log In"] <a href="http://login.userland.com/">Log In</a> --- NEW FILE: zeldman2Estuf --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.stuf"] <img src="http://static.userland.com/shortcuts/images/zeldman/stuf.gif"> --- NEW FILE: zeldman2Efcelyfce --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.fcelyfce"] <img src="http://static.userland.com/shortcuts/images/zeldman/fcelyfce.gif"> --- NEW FILE: osxBadge --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.osxBadge <a href="http://frontier-osx.userland.com/" title="Easy and powerful browser-based content management for Apple's Unix."><img src="http://www.scripting.com/images/osxBadge.gif" width="88" height="31" border="0" alt="Easy and powerful browser-based content management for Apple's Unix."></a> --- NEW FILE: zeldman2Ehardstare --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hardstare"] <img src="http://static.userland.com/shortcuts/images/zeldman/hardstare.gif"> --- NEW FILE: knRjgv3JkNlg7NIzCWNNg --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["This is a Manila Site (Dynamic)"] <table cellpadding="0" cellspacing="0"><tr><td height="31" width="88"><SCRIPT LANGUAGE="JavaScript" SRC="http://badges.userland.com/manila"></SCRIPT></td></tr></table> --- NEW FILE: zeldman2Eldyp2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ldyp2"] <img src="http://static.userland.com/shortcuts/images/zeldman/ldyp2.gif"> --- NEW FILE: DavosNewbies --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.DavosNewbies <a href="http://www.davosnewbies.com/">DavosNewbies</a> --- NEW FILE: zeldman2E30330 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.30330"] <img src="http://static.userland.com/shortcuts/images/zeldman/30330.gif"> --- NEW FILE: zeldman2Ehitchy --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hitchy"] <img src="http://static.userland.com/shortcuts/images/zeldman/hitchy.gif"> --- NEW FILE: qbullet2Esmiley --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.smiley"] <img src="http://static.userland.com/shortcuts/images/qbullets/smiley.gif"> --- NEW FILE: noMorePesosForSenorBezos --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.noMorePesosForSenorBezos <a href="http://davenet.userland.com/2000/02/28/noMorePesosForSenorBezos"><img src="http://static.userland.com/misc/snImages/littlJeffBezos.gif" height="59" width="40" border="0"></a> --- NEW FILE: turkey --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: frontierProductShot --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.frontierProductShot <a href="http://frontier.userland.com/"><img src="http://www.scripting.com/images/frontierBox2.gif" height="188" width="169" border="0"></a> --- NEW FILE: w3c --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.w3c <a href="http://w3.org/"><img src="http://static.userland.com/misc/snImages/w3c.gif" height="17" width="31" border="0"></a> --- NEW FILE: Manila20Express --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Manila Express"] <a href="http://manilaexpress.userland.com/">Manila Express</a> --- NEW FILE: zeldman2Ewel --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.wel"] <img src="http://static.userland.com/shortcuts/images/zeldman/wel.gif"> --- NEW FILE: zeldman2Eada --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ada"] <img src="http://static.userland.com/shortcuts/images/zeldman/ada.gif"> --- NEW FILE: zeldman2Egrn2s --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grn2s"] <img src="http://static.userland.com/shortcuts/images/zeldman/grn2s.gif"> --- NEW FILE: zeldman2Etarot --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.tarot"] <img src="http://static.userland.com/shortcuts/images/zeldman/tarot.gif"> --- NEW FILE: Martin20Luther20King --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: Beta --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Beta <a href="http://www.userland.com/whatIsABeta">Beta</a> --- NEW FILE: zeldman2Eeswms --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.eswms"] <img src="http://static.userland.com/shortcuts/images/zeldman/eswms.gif"> --- NEW FILE: zeldman2Esup --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.sup"] <img src="http://static.userland.com/shortcuts/images/zeldman/sup.gif"> --- NEW FILE: qbullet2Enew --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.new"] <img src="http://static.userland.com/shortcuts/images/qbullets/new.gif"> --- NEW FILE: Jakob20Nielsen --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Jakob Nielsen"] <a href="http://www.useit.com/hotlist/spotlight.html" title="Thanks to Partykeller.EditThisPage.Com for the wonderful Nielsen imagery"><img src="http://www.scripting.com/images/jakobAnimated.gif" border="0" width="77" height="80"></a> --- NEW FILE: zeldman2E765432 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.765432"] <img src="http://static.userland.com/shortcuts/images/zeldman/765432.gif"> --- NEW FILE: zeldman2Ejoandeer --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.joandeer"] <img src="http://static.userland.com/shortcuts/images/zeldman/joandeer.gif"> --- NEW FILE: UserLand20Software --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["UserLand Software"] <a href="http://www.userland.com/">UserLand Software</a> --- NEW FILE: qbullet2Escript --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.script"] <img src="http://static.userland.com/shortcuts/images/qbullets/script.gif"> --- NEW FILE: zeldman2E134006 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.134006"] <img src="http://static.userland.com/shortcuts/images/zeldman/134006.gif"> --- NEW FILE: zeldman2Egasman --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gasman"] <img src="http://static.userland.com/shortcuts/images/zeldman/gasman.gif"> --- NEW FILE: noAmazon --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.noAmazon <a href="http://www.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> --- NEW FILE: zeldman2Eworry --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.worry"] <img src="http://static.userland.com/shortcuts/images/zeldman/worry.gif"> --- NEW FILE: zeldman2Esuely --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.suely"] <img src="http://static.userland.com/shortcuts/images/zeldman/suely.gif"> --- NEW FILE: zeldman2Elemon --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lemon"] <img src="http://static.userland.com/shortcuts/images/zeldman/lemon.gif"> --- NEW FILE: zeldman2Elinder2 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.linder2"] <img src="http://static.userland.com/shortcuts/images/zeldman/linder2.gif"> --- NEW FILE: zeldman2Estrm --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.strm"] <img src="http://static.userland.com/shortcuts/images/zeldman/strm.gif"> --- NEW FILE: Apple --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Apple <a href="http://www.apple.com/">Apple</a> --- NEW FILE: zeldman2Efredalan --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.fredalan"] <img src="http://static.userland.com/shortcuts/images/zeldman/fredalan.gif"> --- NEW FILE: WorldLink20Magazine --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["WorldLink Magazine"] <a href="http://www.worldlink.co.uk/">WorldLink Magazine</a> --- NEW FILE: zeldman2Egalfri --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.galfri"] <img src="http://static.userland.com/shortcuts/images/zeldman/galfri.gif"> --- NEW FILE: This20is20a20Manila20Site --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["This is a Manila Site"] <a href="http://manila.userland.com/" title="Create your own Manila site in minutes. Everyone's doing it!"><img src="http://www.scripting.com/images/thisIsAManilaSite2.gif" width="88" height="31" border="0" alt="Create your own Manila site in minutes. Everyone's doing it!"></a> --- NEW FILE: AFAIK --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.AFAIK <a href="http://www.userland.com/whatIsAfaik">AFAIK</a> --- NEW FILE: glossary --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.glossary <a href="http://glossary.userland.com/">glossary</a> --- NEW FILE: zeldman2Elvrn --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lvrn"] <img src="http://static.userland.com/shortcuts/images/zeldman/lvrn.gif"> --- NEW FILE: zeldman2Esmiley --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.smiley"] <img src="http://static.userland.com/shortcuts/images/zeldman/smiley.gif"> --- NEW FILE: zeldman2Egksk --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gksk"] <img src="http://static.userland.com/shortcuts/images/zeldman/gksk.gif"> --- NEW FILE: zeldman2Eaca --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.aca"] <img src="http://static.userland.com/shortcuts/images/zeldman/aca.gif"> --- NEW FILE: RSS --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.RSS <a href="http://backend.userland.com/rss092">RSS</a> |
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/html/glossary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12328 Added Files: zeldman2Eungm qbullet2Eremote zeldman2Elo3 pike Zope20Newbies zeldman2Ehoney zeldman2Egoobie qbullet2Evr zeldman2Egran5 zeldman2Estd zeldman2Elilboi radioBadge zeldman2Ehithr weblogBannerAd qbullet2Edisk zeldman2E4nb6 zeldman2E543jh WhoIs2EUserLand2ECom zeldman2Eabe Blogger zeldman2Ekid zeldman2Egoboy zeldman2Eadvt userLandAvantgo zeldman2Elizbthscott macintouch zeldman2Egrgyl zeldman2Ehonest zeldman2Evali zeldman2Eace zeldman2Ejg zeldman2Ealice zeldman2Ekarla zeldman2Egr zeldman2Ejonboy zeldman2Ehuggy zeldman2Etoast zeldman2Ehmm1 qbullet2Eupdated zeldman2Ekiss zeldman2Egrets zeldman2Egrnhd zeldman2Ehs xmlStorageSystem zeldman2Especs zeldman2Exas3 zeldman2E39xu zeldman2Elogical zeldman2Ealfred UserLand20Software2C20Inc2E Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: zeldman2Ealice --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.alice"] <img src="http://static.userland.com/shortcuts/images/zeldman/alice.gif"> --- NEW FILE: UserLand20Software2C20Inc2E --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["UserLand Software, Inc."] <a href="http://www.userland.com/stories/storyReader$35">UserLand Software, Inc.</a> --- NEW FILE: zeldman2Egrets --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grets"] <img src="http://static.userland.com/shortcuts/images/zeldman/grets.gif"> --- NEW FILE: zeldman2Ehithr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hithr"] <img src="http://static.userland.com/shortcuts/images/zeldman/hithr.gif"> --- NEW FILE: xmlStorageSystem --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.xmlStorageSystem <a href="http://www.soapware.org/xmlStorageSystem">xmlStorageSystem</a> --- NEW FILE: zeldman2Ehs --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hs"] <img src="http://static.userland.com/shortcuts/images/zeldman/hs.gif"> --- NEW FILE: zeldman2Ehoney --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.honey"] <img src="http://static.userland.com/shortcuts/images/zeldman/honey.gif"> --- NEW FILE: qbullet2Eremote --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.remote"] <img src="http://static.userland.com/shortcuts/images/qbullets/remote.gif"> --- NEW FILE: zeldman2Ealfred --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.alfred"] <img src="http://static.userland.com/shortcuts/images/zeldman/alfred.gif"> --- NEW FILE: zeldman2Ejg --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jg"] <img src="http://static.userland.com/shortcuts/images/zeldman/jg.gif"> --- NEW FILE: qbullet2Evr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.vr"] <img src="http://static.userland.com/shortcuts/images/qbullets/vr.gif"> --- NEW FILE: WhoIs2EUserLand2ECom --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["WhoIs.UserLand.Com"] <a href="http://whois.userland.com/">WhoIs.UserLand.Com</a> --- NEW FILE: zeldman2Egoboy --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.goboy"] <img src="http://static.userland.com/shortcuts/images/zeldman/goboy.gif"> --- NEW FILE: qbullet2Edisk --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.disk"] <img src="http://static.userland.com/shortcuts/images/qbullets/disk.gif"> --- NEW FILE: Zope20Newbies --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["Zope Newbies"] <a href="http://weblogs.userland.com/zopeNewbies/">Zope Newbies</a> --- NEW FILE: zeldman2Elogical --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.logical"] <img src="http://static.userland.com/shortcuts/images/zeldman/logical.gif"> --- NEW FILE: zeldman2Eungm --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ungm"] <img src="http://static.userland.com/shortcuts/images/zeldman/ungm.gif"> --- NEW FILE: zeldman2Egr --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gr"] <img src="http://static.userland.com/shortcuts/images/zeldman/gr.gif"> --- NEW FILE: zeldman2Eabe --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.abe"] <img src="http://static.userland.com/shortcuts/images/zeldman/abe.gif"> --- NEW FILE: zeldman2E4nb6 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.4nb6"] <img src="http://static.userland.com/shortcuts/images/zeldman/4nb6.gif"> --- NEW FILE: zeldman2Egran5 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.gran5"] <img src="http://static.userland.com/shortcuts/images/zeldman/gran5.gif"> --- NEW FILE: zeldman2Elo3 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lo3"] <img src="http://static.userland.com/shortcuts/images/zeldman/lo3.gif"> --- NEW FILE: zeldman2Elilboi --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lilboi"] <img src="http://static.userland.com/shortcuts/images/zeldman/lilboi.gif"> --- NEW FILE: radioBadge --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.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> --- NEW FILE: zeldman2Egrgyl --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grgyl"] <img src="http://static.userland.com/shortcuts/images/zeldman/grgyl.gif"> --- NEW FILE: zeldman2Eadvt --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.advt"] <img src="http://static.userland.com/shortcuts/images/zeldman/advt.gif"> --- NEW FILE: zeldman2Ehmm1 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.hmm1"] <img src="http://static.userland.com/shortcuts/images/zeldman/hmm1.gif"> --- NEW FILE: zeldman2Ekiss --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kiss"] <img src="http://static.userland.com/shortcuts/images/zeldman/kiss.gif"> --- NEW FILE: zeldman2Evali --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.vali"] <img src="http://static.userland.com/shortcuts/images/zeldman/vali.gif"> --- NEW FILE: qbullet2Eupdated --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["qbullet.updated"] <img src="http://static.userland.com/shortcuts/images/qbullets/updated.gif"> --- NEW FILE: zeldman2Especs --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.specs"] <img src="http://static.userland.com/shortcuts/images/zeldman/specs.gif"> --- NEW FILE: zeldman2Etoast --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.toast"] <img src="http://static.userland.com/shortcuts/images/zeldman/toast.gif"> --- NEW FILE: weblogBannerAd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.weblogBannerAd <table cellpadding="0" cellspacing="0"><tr><td height="24" width="175"><SCRIPT LANGUAGE="JavaScript" SRC="http://ads.weblogs.com/ad.js"></SCRIPT></td></tr></table> --- NEW FILE: zeldman2Egoobie --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.goobie"] <img src="http://static.userland.com/shortcuts/images/zeldman/goobie.gif"> --- NEW FILE: userLandAvantgo --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.userLandAvantgo <a href="http://avantgo.userland.com/"><img src="http://www.scripting.com/images/palm.gif" height=63 width=42 border=0></a> --- NEW FILE: zeldman2Ekarla --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.karla"] <img src="http://static.userland.com/shortcuts/images/zeldman/karla.gif"> --- NEW FILE: zeldman2E543jh --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.543jh"] <img src="http://static.userland.com/shortcuts/images/zeldman/543jh.gif"> --- NEW FILE: pike --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.pike <a href="http://pikebeta.userland.com/">Pike</a> --- NEW FILE: zeldman2E39xu --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.39xu"] <img src="http://static.userland.com/shortcuts/images/zeldman/39xu.gif"> --- NEW FILE: zeldman2Elizbthscott --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.lizbthscott"] <img src="http://static.userland.com/shortcuts/images/zeldman/lizbthscott.gif"> --- NEW FILE: zeldman2Estd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.std"] <img src="http://static.userland.com/shortcuts/images/zeldman/std.gif"> --- NEW FILE: zeldman2Ekid --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.kid"] <img src="http://static.userland.com/shortcuts/images/zeldman/kid.gif"> --- NEW FILE: Blogger --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.Blogger <a href="http://www.blogger.com/">Blogger</a> --- NEW FILE: zeldman2Egrnhd --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.grnhd"] <img src="http://static.userland.com/shortcuts/images/zeldman/grnhd.gif"> --- NEW FILE: zeldman2Exas3 --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.xas3"] <img src="http://static.userland.com/shortcuts/images/zeldman/xas3.gif"> --- NEW FILE: zeldman2Ehuggy --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.huggy"] <img src="http://static.userland.com/shortcuts/images/zeldman/huggy.gif"> --- NEW FILE: macintouch --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.macintouch <a href="http://www.macintouch.com/">MacInTouch</a> --- NEW FILE: zeldman2Ehonest --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.honest"] <img src="http://static.userland.com/shortcuts/images/zeldman/honest.gif"> --- NEW FILE: zeldman2Ejonboy --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.jonboy"] <img src="http://static.userland.com/shortcuts/images/zeldman/jonboy.gif"> --- NEW FILE: zeldman2Eace --- FrontierVcsFile:1:TEXT:system.verbs.builtins.Frontier.data.userTableLeftovers.html.glossary.["zeldman.ace"] <img src="http://static.userland.com/shortcuts/images/zeldman/ace.gif"> |
|
From: creedon <icr...@us...> - 2005-06-14 21:03:19
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/Frontier/data/userTableLeftovers/prefs/dates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12251 Added Files: dayNames monthNames Log Message: user table leftovers, some of the objects will probably need a new home, and should be set at first root run and/or startup --- NEW FILE: dayNames --- FrontierVcsFile:1:list:system.verbs.builtins.Frontier.data.userTableLeftovers.prefs.dates.dayNames {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"} --- NEW FILE: monthNames --- FrontierVcsFile:1:list:system.verbs.builtins.Frontier.data.userTableLeftovers.prefs.dates.monthNames {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"} |