Source: site.ls [edit]

Command List

Module: global
   a9(term) [source/edit]   Return list of links from a9 search results
   a9storefront(addr) [source/edit]   Produces an image of the storefront, given an address
   acronym(acronymToFind) [source/edit]   Looks up definitions for acronyms
   activeUsageGraph() [source/edit/go]   Sample usage log for Active
   aliasScraper() [source/edit/go]   
   answers(search) [source/edit]   Calls www.answers.com with the search term
   azn(searchTerm) [source/edit]   Search Amazon.com for searchTerm
   bookmarksToXML(tag,user) [source/edit]   Converts all bookmarks for a user to an XML format, as defined by del.ico.us (http://del.icio.us/help/api/posts)
   cacheGetURL(url) [source/edit]   Returns a url but caches the URL.
   caloPublic() [source/edit/go]   CALO :: Cognitive Agent that Learns and Organizes
   chart(data) [source/edit]   A render function that displays a chart of data (in progress)
   chartDemo(n) [source/edit]   chartDemo returns several different examples of Chart Data, keyed by n=1,2,..5. For use with the chart() command.
   chartRender(charturl) [source/edit]   Renders a chart URL as an image
   cleanUpString(str) [source/edit]   Tranforms misc. HTML tags into spaces
   clearCache(func) [source/edit]   Clears cached results for a function.
   collab(tagSearch) [source/edit]   Search a specific Tag on CollaBlog
   competition() [source/edit/go]   WubHub reminds me of...
   deliciousPopular(tag) [source/edit]   Finds popular items on delicious for a tag
   digg(term) [source/edit]   Search Digg for specified term
   directions(fromAddr,toAddr) [source/edit]   Return HTML of directions fromAddr toAddr
   dist(fromZip,toZip) [source/edit]   Alias for "distance"
   distance(fromAddr,toAddr) [source/edit]   Calculates the distance in miles fromAddr toAddr
   distanceRender(miles) [source/edit]   Displays a message related to distance
   doit(user,query) [source/edit]   Executes a query
   ebaySearch(item) [source/edit]   eBay Search: look for item
   echo(input) [source/edit]   A command to echo back the input argument - input: any input argument - returns: the input argument
   findBooksBy(author) [source/edit]   A command to find books by an author -> Example input: author='Michael Dahl'
   findCheapestBook(topic) [source/edit]   A command to find cheapest book for a topic -> finds ref:cheapest matching amazon book, returns detail page to it. -> Example input: topic='Harry Potter'
   findContactPage(organizat... [source/edit]   A command to find contact page of an organization -> Example input: organization='stanford university'
   findMovieTheaters(zipcode) [source/edit]   A command to find movie theaters for a zipcode -> look up theaters for zipcode from Yahoo. Returns list of words for each theater name.
   findPerDiem(year,city,state) [source/edit]   A command to lookup the Per Diem rate for a year, a city, and a state - year (string): A year (e.g. 2007) - city (string): A city (e.g. Oakland) - state (string): A state (e.g. California) - returns (string): Per diem in dollars as an integer value
   findPhone(person) [source/edit]   A command to find phone for someone
   findPhotos(term) [source/edit]   A command to find photos for a term -> searches for images on Flickr -> Example inputs: term='flower'
   findPublications(project) [source/edit]   A command to find publications for a project -> Example input: project='centibots'
   findWeather(zipcode) [source/edit]   A command to find weather for a zipcode
   forecast5day(zip) [source/edit]   Display five-day weather forecast (weatherunderground)
   froogle(query) [source/edit]   Searches Google's Froogle
   g(search) [source/edit]   Calls Google's main search
   geocode(addr) [source/edit]   Returns lat long results given an address string
   germanToEnglish(url) [source/edit]   Do Google translation of specified URL
   getSFStationPartyInfo(url) [source/edit]   Returns an information record given a URL to sfstation.com
   gim(search) [source/edit]   Displays Google Images with search term
   groupIdeas() [source/edit/go]   Thoughts about how groups should be implemented in WubHub.
   gs(search) [source/edit]   Calls Google Scholar with the search term
   howManyCommands() [source/edit/go]   Counts the number of commands you can see.
   ideas() [source/edit/go]   Contains a community-editable list of ideas and requests for improving WubHub.
   imdb(search) [source/edit]   Search for an actor or movie in the Internet Movie DataBase.
   installWubHubInFirefox() [source/edit/go]   
   instantAnswer(question) [source/edit]   Calls Microsoft Live 2.0 Instant Answer API
   instantdomainsearch() [source/edit/go]   Instant Domain Search
   linklistRender(linklist) [source/edit]   Renders a list of link objects [. link=.. title=.. .]
   lsTIR() [source/edit/go]   Return a list of functions created by tLID.
   lsTLID() [source/edit/go]   Return a list of functions created by tLID.
   lsTLIDRender(data) [source/edit]   Renders a list of TLID functions
   ltTLID() [source/edit/go]   Return a list of ALL functions created by tLID, using flags to find them.
   luckySearch(term) [source/edit]   A command to lucky search for a term -> search Google for a term, click the first result, return the page
   luckySearchUsingMslive(term) [source/edit]   A command to lucky search for a term using MSLive -> Example input: term='Adam Cheyer'
   map(data) [source/edit]   Display a map of a given address or coordinate point
   mobilemap(data) [source/edit]   Display a map of a given address or coordinate point
   mweb(word) [source/edit]   Word definitions from dictionary at m-w.com
   onelook(word) [source/edit]   Look up specified word in Onelook (multiple dictionary search)
   opinions() [source/edit/go]   Contains a community editable page for contributing opinions about WubHub
   opml() [source/edit/go]   Outline Processor Markup Language (OPML) Standard
   parseAddress(addrStr) [source/edit]   From a freeform address string, returns lat/long, street, city, zip using a free service from Yahoo
   partyBonk(city) [source/edit]   Plots a map with the events for city
   pdaDirections(fromAddr,to... [source/edit]   Return HTML for directions fromAddr toAddr, suitable for PDA display
   play(music) [source/edit]   A command to play some music -> input may be song name or artist, but must be in lowercase Requires tLID 0-1-7 -> Example input: music='ray charles'
   popular() [source/edit/go]   Lists functions in order of most popular, according to number of calls.
   popularRender(data) [source/edit]   Render function for Popular command
   portrait() [source/edit/go]   Portrait art tutorials-tips on how to draw faces and portraits - drawing lessons, color theory, sketching people
   profile() [source/edit/go]   Displays user profile
   programmableWeb() [source/edit/go]   ProgrammableWeb: Mashups and the Web as Platform
   quotes() [source/edit/go]   Quotes on the Web about WubHub
   refreshCache(func) [source/edit]   Refreshes cached results for a function.
   rowRender(listlist) [source/edit]   Render a lists of items in rows
   search(term) [source/edit]   A command to search for a term -> Example input: term='SRI International'
   searchCodeProject(term) [source/edit]   Search Code Project free source code and tutorials (.NET)
   searchGoogle(term) [source/edit]   A command to search google for a term
   seatguru() [source/edit/go]   Welcome to SeatGuru!
   sfStationPartyLinks() [source/edit/go]   
   slashsearch(term) [source/edit]   Show recent slashdot posts containing specified term
   soccerOnTV(country,team) [source/edit]   Finds all North America TV telecasts for team from specified country. Example: soccerOnTV(Germany, Bayern) Note: Country name and team name should start with capital letters.
   soccertv(country) [source/edit]   Lists upcoming telecasts in the US for teams from specified country.
   songSearch(song) [source/edit]   Find any song for download
   speedTest() [source/edit/go]   Speed Test
   split(input,split) [source/edit]   A command to split an input into pieces using split chars - input (string): Any input string - split (string): Split characters - returns (string[]): Split list
   swik(searchStr) [source/edit]   Searches SWiK. SWiK is a community driven resource for open source software. SWiK contains information and news about thousands of open source projects and people are constantly adding cool new stuff.
   ticker(name) [source/edit]   Look up company stock symbol
   tlidReleaseNotes() [source/edit/go]   Release notes for tlid
   tlidRender(data) [source/edit]   A render function for results returned by functions created using tLID.
   tlidToDo() [source/edit/go]   Lists bugs and features to add to tLID.
   toOPML(data) [source/edit]   Converts data expressed in XOXO, XML, RSS, ATOM, or JSON and converts it to OPML (Outline Processor Markup Language)
   translateToEnglish(webpag... [source/edit]   A command to translate a webpage from a language to English -> Example input: webpage='http://www.google.it' language='Italian'
   translateToFrench(term) [source/edit]   A command to translate a term to French
   u(domain) [source/edit]   Input a domain name. The fn fills in the rest, http, www, .com, etc.
   weather(zip) [source/edit]   Returns weather object
   weatherRender(w) [source/edit]   Formats weather results as a table
   webLToJSTranslationStatus() [source/edit/go]   Describes Andreas' (un)successfully translated WebL functions to JS
   wikipedia(term) [source/edit]   Search for a term on Wikipedia.org
   wp(term) [source/edit]   Alias for wikipedia(term), a search on wikipedia.org
   yahooDirections(from,to) [source/edit]   Shows Yahoo directions from 'fromAddr' to 'toAddr'
   yahooLocal(search,location) [source/edit]   Looks up records that match search at location 'place', using Yahoo Local
   yahooLocalByDistance(sear... [source/edit]   Looks up records that match search at location 'place', using Yahoo Local
   yahooLocalSearch(searchte... [source/edit]   A command to find records that match searchterm at location 'place', using Yahoo Local - searchterm (string): Something to look for - location (string): An address - returns (string[]): List of results
   yahoofinance(symbol) [source/edit]   Stock quote information
   yfinance(symbol) [source/edit]   Stock quote information
   youTube(video) [source/edit]   Search Videos on YouTube Last Edit: April 28, 2007 From: Cataldo
   yubnub(cmd) [source/edit]   
Module: site
   about() [source/edit/go]   The About page for WubHub
   acheyerprofile() [source/edit/go]   Displays Adam Cheyer's profile
   activityLogs() [source/edit/go]   Displays an aggregated list of all activitylogs marked with an 'activitylog' flag.
   addCmdToPortal(portal) [source/edit]   Brings up a form that lets you a portlet to a portal.
   addEntryToBlog(blogName) [source/edit]   Adds an enty to a blog.
   blog() [source/edit/go]   A blog by the WubHub team
   blogItem(blogName,id) [source/edit]   Displays a single blog entry, selected by BlogName and ID.
   blogToRSS(blogName) [source/edit]   Converts blog-style data to an RSS feed
   blogs() [source/edit/go]   Displays an aggregated list of all blogs marked with a 'blog' flag.
   bookmark(title,url) [source/edit]   creates bookmark page given title and URL
   cmdlineRewrite(cmdline) [source/edit]   Can perform cmdline rewriting. If rewrites commandline, returns new string, else returns nil.
   contact() [source/edit/go]   Contact the developers
   create() [source/edit/go]   Creates a new WubHub function
   createGroup() [source/edit/go]   Create a new WubHub group.
   delete(funcname) [source/edit]   Deletes a WubHub command
   describe(func) [source/edit]   Show description for a function
   edit(func) [source/edit]   Edits an existing WubHub function
   goUrl(url) [source/edit]   Dispatches to a URL. Will add "http://" and will also add .com, .org, or .net if needed (tests for existance of site)
   groupInvite(groupName,num... [source/edit]   The invite command will generate a signup invitation that can be given to a prospective WubHub member. The same invitation ID can be used numUses times before it expires.
   groupMembers(groupName) [source/edit]   Returns the list of members for a group
   groupSignup(groupName) [source/edit]   Sign up for a WubHub account
   groups() [source/edit/go]   Lists all groups registered in WubHub
   help() [source/edit/go]   WubHub help
   home() [source/edit/go]   WubHub home page
   http(url) [source/edit]   Returns "http:"+url as a string. Convenience function so don't have to quote urls
   https(url) [source/edit]   Returns "https:"+url as a string. Convenience function so don't have to quote urls
   internalapi() [source/edit/go]   A help file that lists the WubHub utility functions defined in a module "Wub".
   invite(numUses) [source/edit]   The invite command will generate a signup invitation that can be given to a prospective WubHub member. The same invitation ID can be used numUses times before it expires.
   levyprofile() [source/edit/go]   Displays user profile
   lm(module) [source/edit]   Alias to "lsByModule"
   login() [source/edit/go]   Log in to WubHub
   logout() [source/edit/go]   Log out from WubHub
   ls() [source/edit/go]   List all WubHub functions
   lsByModule(module) [source/edit]   List all functions belonging to module
   lsByTag(tag) [source/edit]   List all functions belonging to tag
   lt(tag) [source/edit]   Alias to "lsByTag"
   members() [source/edit/go]   Lists all WubHub members
   newBlog(blogName) [source/edit]   Creates a new blog named blogName
   newPortal(portalName) [source/edit]   Creates a new portal that will contain multiple portlets, each displaying results of a WubHub function.
   permissions() [source/edit/go]   Display modules for which you have read and write permission.
   privacypolicy() [source/edit/go]   A page that describes WubHub's privacy policy.
   programming() [source/edit/go]   Help on programming WubHub
   resetDefaultContent(dataF... [source/edit]   Resets contents of "dataFunction" function to the default content, stored in 'dataFunction' + "Default" (e.g. resetDefaultContent(myPortletData) overwrites myPortletData with contents of myPortletDataDefault)
   runAllUnitTests() [source/edit/go]   Runs all defined unit tests (marked with "test" tag)
   signup() [source/edit/go]   Sign up for a WubHub account
   sitemessage(title,msg) [source/edit]   Display a message
   source(func) [source/edit]   An alias to 'view': shows source of WubHub function
   tags() [source/edit/go]   Returns list of all tags and tagged functions.
   terms() [source/edit/go]   These terms govern any code contributions you make to WubHub.
   tips() [source/edit/go]   Some tips and tricks for using WubHub
   view(func) [source/edit]   View source code for an existing WubHub function
   whatsnew() [source/edit/go]   List recently created functions
   wubinfo() [source/edit/go]   Show request and session info in "wubinfo" variable
   wubvars() [source/edit/go]   Show "wubvars" session workspace
Module: sandbox
   activeStocks() [source/edit/go]   A page containing an OPML file of interesting feeds to look at.
   binaryTags() [source/edit/go]   
   binaryTagsRender(data) [source/edit]   
   categoriesToCheck() [source/edit/go]   Categories to lookup in yahooLocal
   cultureBonk(DesiredCityCode) [source/edit]   Scrapes FlavorPill and associated Sources of Events in a PartyBonk manner. Chose City from sf, la, ldn, nyc, chi.
   defineBinaryTag(sourceTit... [source/edit]   
   defineBinaryTagForm() [source/edit/go]   
   demoOutline() [source/edit/go]   
   displayBinaryTags() [source/edit/go]   
   displayTimeLine() [source/edit/go]   This is a render function to display events on a timeline.
   displayTimeLine1() [source/edit/go]   
   extendMetacritic(rssFeed) [source/edit]   
   filterStocks(stocksCmd,ke... [source/edit]   Returns RSS feed that filters a list of stocks (stocksCmd) by a list of keywords (keywordsCmd)
   getMovieStruct(city) [source/edit]   
   getPillEventDate(Link) [source/edit]   
   getPillEventDescription(L... [source/edit]   
   getPillEventLocation(Link) [source/edit]   
   getPillEventTitle(Link) [source/edit]   
   getPillItem(CurLink) [source/edit]   
   getTargetPages(sourceTitl... [source/edit]   
   gfAbout(coins) [source/edit]   About/Welcome page for Rewards@Home screensaver
   gfAboutNoImages(coins) [source/edit]   About/Welcome page for GF screensaver
   gfAboutNoRewards(coins) [source/edit]   About/Welcome page for Rewards@Home screensaver
   gfBuyPoints(coins) [source/edit]   
   gfCSS() [source/edit/go]   CSS for GF screensaver pages
   gfClearStats() [source/edit/go]   Erases GF statistics
   gfDefs(coins) [source/edit]   Definition file for GF screensaver
   gfDefsNoImages(coins) [source/edit]   Definition file for GF screensaver
   gfDefsNoRewards(coins) [source/edit]   Definition file for GF screensaver - no rewards version
   gfDefsRef(coins,abnum) [source/edit]   One level of indirection above gfDefs file, so can implement A/B testing, with different definitions for different user classes.
   gfDefsTest(coins) [source/edit]   Definition file for GF screensaver
   gfDisplayStats() [source/edit/go]   
   gfEnterInvitation(coins,e... [source/edit]   Adds an invitation to an email
   gfEnterLottery(coins,emai... [source/edit]   Enter a lottery
   gfEnterPrize(coins,email,... [source/edit]   
   gfFaq(coins) [source/edit]   
   gfFaqNoImages(coins) [source/edit]   
   gfFaqNoRewards(coins) [source/edit]   
   gfGetUserInfo(userId) [source/edit]   Returns userInfo for given user id
   gfGifts(coins,reward) [source/edit]   A gifts page
   gfImport(coins) [source/edit]   Import friends from address book
   gfInviteFriends(coins,email) [source/edit]   
   gfLoadContacts(coins,prov... [source/edit]   
   gfLottery(coins) [source/edit]   
   gfPrizes(coins) [source/edit]   
   gfReportStats(user) [source/edit]   Record statistics from a GF screensaver session
   gfRewards(coins,prize) [source/edit]   Rewards page for GF ScreenSaver
   gfSetUserInfo(userId,info) [source/edit]   Sets info value for userId
   lookupYahooCategoryID(cats) [source/edit]   
   metacriticReviews(movieNa... [source/edit]   
   nasdaq100() [source/edit/go]   OPML for the Nasdaq 100.
   ocrWebResults() [source/edit/go]   Returns ocr recognition results from streaming CNN site.
   reflectiveFunctionInfoRet... [source/edit]   returns the reflective function object for the given function
   resetBinaryTags() [source/edit/go]   resets the binary tags object
   salientFeeds(list) [source/edit]   Accepts a list of RSS feed urls and determines which items are of interest by scanning for simple keywords. Returns an RSS string made up of just the interesting items.
   saveBinaryRelationSourceO... [source/edit]   Remembers a url/title combo and records it in the user space as srcOrTarget.
   sourcePage() [source/edit/go]   This is the source page for the binary linking app.
   targetPage() [source/edit/go]   This is the target page for the binary linking app.
   test1() [source/edit/go]   Trying GetURL
   test2() [source/edit/go]   Testing exceptions
   test3() [source/edit/go]   Testing wubvars
   testGoogleMovies() [source/edit/go]   
   xmlRSS(opml) [source/edit]   Accepts OPML, accessed either as a URL or a WubHub command name, and returns a list of urls that coming from the "xmlUrl" attributes set in the OPML.
Module: siteutil
   GetURLFromURLFunction(url... [source/edit]   Extracts out the result URL from a WubHub function of type "URL"
   addCmdToPortalCmd(portal,... [source/edit]   Function to add a new WubHub command portlet to a Portal
   addEntryToBlogCmd(title,b... [source/edit]   Changes a blog entry.
   blogRender(data) [source/edit]   Renders blog content.
   dragableFramesCSS() [source/edit/go]   A style sheet for dragable frames(AJAX portlet)
   dragableFramesJS() [source/edit/go]   Javascript for dragable frames (AJAX Portlets)
   editFunction(name,readonl... [source/edit]   Edits an existing WubHub function, or if name = "", creates a new function. If readonly is true, views existing function. Uses renderpage if specified
   getFuncInfo(f) [source/edit]   Gets a funcInfo record;
   getVaultValue(key) [source/edit]   Looks up in the vault the value for a key
   groupProfileRender(profile) [source/edit]   Render a user's profile
   groupinvitemsg(invitation... [source/edit]   Displays invitation message for a group, given a new invitationid and groupname.
   groupsRender(groups) [source/edit]   Render function to display groups
   importContacts(email,pw) [source/edit]   Import contacts
   invitemsg(invitationid,jo... [source/edit]   Displays invitation message, given a new invitationid.
   listRender(data) [source/edit]   Displays a list of results
   lsByTagRender(data) [source/edit]   Render results of lsByTag
   lsRender(data) [source/edit]   Formatting component of "ls" command
   membersRender(data) [source/edit]   A render function for displaying members
   newBlogCmd(title,blogName... [source/edit]   Creates a new blog.
   newPortalCmd(title,name,d... [source/edit]   Creates a new portal.
   permissionsRender(data) [source/edit]   Render permissions lists
   picMembersRender(data) [source/edit]   A render function for displaying members as pictures
   portalRenderDragableFrame... [source/edit]   Portal renderer using AJAX dragable box "frames"
   portlet(cmd) [source/edit]   Receives a list of commands to display and prepares for display in AJAX portlets. cmd may be actual data or a name of a function to call.
   profileRender(profile) [source/edit]   Render a user's profile
   renderAsXML(content,outer... [source/edit]   Renders a list of objects (content) as (embeddable) XML
   saveFunctionInfoUrl(finfo) [source/edit]   Given function info structure, saves it.
   setVaultValue(key,value) [source/edit]   Sets a value for a key in the vault.
   sitebookmarkform(ctype,mo... [source/edit]   Template form for bookmark edit page
   siteeditform(ctype,module... [source/edit]   Template form for edit page
   siteheader(logininfo) [source/edit]   Header for site pages
   sitemessageref(msgid,arg) [source/edit]   Display a WubHub system message, referenced by token
   sitepage(content) [source/edit]   A basic web page, with WubHub site layout, holding supplied content
   sitesystemmessage() [source/edit/go]   This is a system message that is displayed at the top of every page. Useful for shutdown warnings, etc.
   siteviewform(ctype,module... [source/edit]   Template form for view page
   tableRender(arg) [source/edit]   Render contents as a table
   tagRender(data) [source/edit]   Formatting component of "ls" command
   toXML(wrapper,data,options) [source/edit]   Converts a data object into an XML string. Wrapper object will produce top level with fields as attributes, containing data object split using elements.
   yahooLogin() [source/edit/go]   Logs into Yahoo, allowing subsequent access to pages such as egroups, etc. (cookies saved in cookiedb by user). Set vault values for "yahooUserName" and "yahooPW".
Module: tests
   testAcronym() [source/edit/go]   Unit test for acronym() function
   testAlias() [source/edit/go]   Tests the alias function, by making sure dist() and distance() return the same value.
   testAmazon() [source/edit/go]   Unit test for function 'azn' Amazon book search
   testDistance() [source/edit/go]   A unit test function for the distance command
   testGoogleScholar() [source/edit/go]   Unit test function for Google Scholar (gs) command
   testURLFunction(funcname,... [source/edit]   Tests WubHub functions of Page Type 'URL' by looking for a test string result
   testWikipedia() [source/edit/go]   Unit test function for 'wikipedia' command
Module: SandboxGroup
   profile() [source/edit/go]   Profile of group: SandboxGroup
Module: ajaxGroup
   ajaxGroup() [source/edit/go]   Homepage for the ajaxGroup
   charter() [source/edit/go]   Lists the charter of the ajaxGroup
   dragableBoxesCSS() [source/edit/go]   A style sheet for dragable boxes (AJAX portlet)
   dragableBoxesJS() [source/edit/go]   Javascript for arranging dragableBoxes (AJAX Portlets)
   groupBlog() [source/edit/go]   This is a blog for discussing all sorts of issues relating to adding AJAX to WubHub.
   portletData() [source/edit/go]   Commands to be arranged in a portlet on ajaxGroup's homepage (ajaxGroup.ajaxGroup)
   portletDataDefault() [source/edit/go]   Commands to be arranged in a portlet on ajaxGroup's homepage (ajaxGroup.ajaxGroup)
   portletDesigns(designName) [source/edit]   Switches the ajaxGroup homepage to use render function 'designName'.
   portletRenderBoxes(portle... [source/edit]   AJAX portlet renderer, allows drag and drop arrangement.
   profile() [source/edit/go]   Profile of group: ajaxGroup
Module: althaven
   althaven() [source/edit/go]   Commands to be arranged in a portlet on ajaxGroup's homepage (ajaxGroup.ajaxGroup)
   althavenBlog() [source/edit/go]   A blog for discussing AltHaven-related stuff
   althavenWelcome() [source/edit/go]   Introduction to the AltHaven group.
   profile() [source/edit/go]   Profile of group: althaven
Module: jasons_friends
   profile() [source/edit/go]   a mistake. please delete me.
Module: jason_friends
   profile() [source/edit/go]   Profile of group: jason_friends
Module: geneticFinance
   profile() [source/edit/go]   Profile of group: geneticFinance
Module: jw
   addStory(name,addr,phone,... [source/edit]   Save contact story
   blog() [source/edit/go]   Blog page
   contact() [source/edit/go]   contact page
   contentCmd(cmd,pos) [source/edit]   Edits published content
   css() [source/edit/go]   Style sheet for JW homepage
   editContent() [source/edit/go]   Form to edit content
   editItem(num,type,title,u... [source/edit]   
   editItemForm(num) [source/edit]   Edit a single item
   footer() [source/edit/go]   Footer for jw site
   header(pageColor) [source/edit]   Header for jw site
   home() [source/edit/go]   
   initStories() [source/edit/go]   Clears out the story database
   insertDynamicContent(pos) [source/edit]   
   mystory() [source/edit/go]   Mystory page
   profile() [source/edit/go]   Profile of group: jw
   published() [source/edit/go]   Published page
   publishedContent() [source/edit/go]   List of publications to display in web page
   resume() [source/edit/go]   Resume page
   rssStories() [source/edit/go]   Emits stories as RSS feed
   stories() [source/edit/go]   Return list of submitted stories. Optional arg can be an ID of a particular story.
   storyRender(stories) [source/edit]   Render storys
   tbs() [source/edit/go]   To be shared
Module: skillsrank
   about() [source/edit/go]   About page for SkillsRank
   bottom() [source/edit/go]   (Shared) Bottom part of SkillsRank pages
   contact() [source/edit/go]   Contact page for SkillsRank
   css() [source/edit/go]   (Shared) CSS for SkillsRank
   footer() [source/edit/go]   (Shared) Footer for SkillsRank pages
   getUser() [source/edit/go]   Gets currently logged in user for SkillsRank
   header() [source/edit/go]   (Shared) HTML header for SkillsRank
   home() [source/edit/go]   Home page for SkillsRank
   login() [source/edit/go]   
   msg(msgid) [source/edit]   Display a system message for SkillsRnak
   oauthLinkedIn() [source/edit/go]   
   oauthValidated() [source/edit/go]   
   play() [source/edit/go]   Play page for SkillsRank
   profile() [source/edit/go]   Profile of group: skillsrank
   search() [source/edit/go]   Search page for SkillsRank
   selectClass(isActive,cont... [source/edit]   Checks attribute match and returns appropriate class attribute
   sidemenuNavSite(selected) [source/edit]   Side menu for home page of SkillsRank
   t() [source/edit/go]   Test function for SkillsRank
   t2() [source/edit/go]   Test function for skillsrank
   top(selected) [source/edit]   (Shared) Top part of page for SkillsRank