Glossary
Glossary
- Accelerated Mobile Pages (AMP)
A technique for rapidly delivering content to mobile devices. Web pages coded as AMP often have content pre-staged on Google for faster delivery. See AMP and The AMP Project.
- Action Bar
A row or column of links for sharing an asset.
- Ad Module
A module with content populated by an external ad agency. See Delivering ads with content.
- Affinity
A relationship a visitor creates with an asset. Examples of affinities include the following:
Visitor follows an asset
Visitor bookmarks an asset
Visitor shares an asset
Visitor purchases an asset
- Alt Text
Text associated with an image on a web page. Alt text helps visitors understand an image in the following situations:
If the browser cannot display the actual image, it displays the alt text.
Search engines examine alt text when indexing images.
Screen readers read alt text.
Figure 171. Web page with image displayedFigure 172. Web page with alt text displayed- Annotation
A line of Java code that modifies the interactions with a class or instance of a class. Brightspot has special annotations to customize the behavior of the front end and the back end.
- Archive
Archiving an asset has two effects:
Removes the asset from the published site so visitors can no longer view it.
Removes the asset from search results within Brightspot so editors can no longer include it in other assets.
You can restore or permanently delete an archived asset. For details, see Archiving and deleting content.
- Aspect Ratio
The ratio of an image's width to its height. In the following illustration, the image has an aspect ratio of 1.5:1 (= 640 ÷ 426).
- Asset
A piece of content, such as an article, image, or video. Assets can also be components of other assets—an author can be an asset that is part of an article. You can see the types of assets you can create by opening the Create list in the search panel. An asset can also be referred to as an item.
- Assignment
A request for items associated with a pitch. Assignments often have a lead editor, an assignee generating the content, and a due date. See Creating an assignment.
- Asynchronous JavaScript And XML (AJAX)
A technique by which a web page sends and receives data from a web server. You can tell a web page is using AJAX if the page changes, typically after clicking on a button or a link. For example, clicking on one of Brightspot's selection fields opens a content picker; the assets inside the content picker are the results of an AJAX call between the browser and the server.
- Atom
The format of a file (often called a "feed") to which publishers submit announcements of published assets. Subscribers to the feed receive a notification when new assets are available. Atom uses a standards-based XML file format.
See Also Really Simple Syndication.
- Audience
A group of visitors to which tailored content can be delivered at specified times to specified devices. See also Variation. See Segmentation.
- Authentication Manager
See Standard Authentication Manager.
- Authentication Provider
A third party that provides authentication services for logging in to your website. Facebook, Twitter, Google, and LinkedIn are typical authentication providers; a visitor can use a login to one of those sites to also log in to your site.
- Back End
Software that editors use to create items. Editors logging in to Brightspot are working on the back end. See Back end and front end. See also Front End.
- Background Task
Server process that runs without user intervention. There are system background tasks built into Brightspot and custom background tasks that can be added. Tasks can be viewed with the Task Status tool.
- Boost
Increasing an item's relevance in a list of search results. See Understanding relevance and boosting.
- Brightspot
A digital experience platform for building scaleable content and asset management applications, as well as a platform for integrating other publishing systems, such as video, social media, and CRM. Brightspot can be used as a publishing platform for websites and native mobile applications, or as an application backend. Highly customizable, Brightspot can be used as an out-of-the-box application with standard content types, plugins, and theme-based visual templates.
- Bulk Schedule
A schedule that includes the earliest date and time when all of an editor's new and modified content will be published. Bulk scheduling of multiple items.
- Call to Action
A prompt for a visitor's response, such as "Read More" or "Watch Now." Calls to action help to increase a visitor's engagement with your website.
- Class Finder
A utility for determining all classes in the code base based on their Java hierarchy or inheritance. See ClassFinder.
- Clip
A preview version of a full-length video.
- Codegen
The Styleguide component that generates Java interface files for the View from template and JSON files.
- Collection
A group of assets. Actions on multiple assets such as archiving, sharing, and opening work streams are often easier to do with Collections.
- Color Picker
A widget for picking a color
- Companion Content
One or more assets associated with another asset. In a typical scenario, you associate companion content with an audio or video playlist, and Brightspot cues the visitor to view the companion content at a specific time during the playback.
See Companion content.
- Configuration Key
Component of a Tomcat configuration entry that identifies a configuration. The configuration key is typically the third component of a path. The following illustration is an example of a configuration key for Storage Items. The configuration key for databases and image editors is in a similar format.
- Content Delivery Network (CDN)
A network architecture that delivers content from a server that is geographically close to a visitor. When you publish an item in Brightspot, the item may be stored on various servers to ensure rapid delivery to all your visitors.
- Content Edit Form
Area of the content edit page where editors develop content. A content edit form typically consists of several fields, and can vary depending on the content type.
- Content Edit Page
The content edit page contains the forms, widgets , and editorial toolbar for developing, managing, and publishing content. The available widgets can vary depending on the content type.
- Content Hierarchy
A top-down inheritance model for defining consistent page layout. The hierarchy starts at the global level and flows through the site level to further lower levels. For example, a header set on a site will be used on all pages on that site, unless a different header is defined at a lower level of the hierarchy, overriding the site header. See Content hierarchy.
- Content Locking
When a user opens an asset in the content edit form, Brightspot prevents all other users from modifying the same asset. Administrators can disable content locking.
See Also Field-Level Locking.
- Content Modeling
The process of determining the content types in your Brightspot project, and the components of each type. For example, an image is a content type, and an image's components include a graphic, caption, and credit. See Rapid content modeling.
- Content Picker
A widget opened from a selection field that displays assets that you can select for the list. For example, the content edit form for an article may have a field for selecting an author. When you click the author field, Brightspot displays a content picker listing the existing authors you can select.
- Content Search
A search for assets in Brightspot. You perform content searches in the search panel.
- Content Template
A mechanism for automatically populating a Content Edit Form for a given content type. For example, you can create a content template that automatically populates an article's headline, body text, and image. You can define content templates at the role level, user level, and site-specific combinations for roles and users.
- Content Type
A type of content, such as article, image, blog, or video.
- Contextual Rendering
The process of rendering content differently depending on a template's context. For example, Brightspot can render an author's image one way in the context of a bio page, and a different way in the context of a byline on an article's page.
- Cron Expression
An expression specifying the times when an event occurs, such as starting a background task. For example, the expression
0 0 0/1 1/1 * ? *
can start a task every hour on every day. For more information about building cron expressions, see Cron Maker.- Crop Region
The region of an image that remains after cropping. In Cropping example, the wooden tray is the crop region.
- Cropping
Removal of extraneous areas from a graphic. Cropping often focuses a reader's eye on the actual subject of an image.
Table 55. Cropping exampleFigure 173. Original imageFigure 174. Cropped image
- Dari Debug Tools
A set of tools for debugging, monitoring, and migrating data. See Debugging with Dari.
- Dari Framework
An object persistence library and data-modeling tool, used to build complex content types and persist them to one or more databases. Dari enables developers to query databases, as well as to create and modify custom data structures from within the same access layer. A data Model can be altered by modifying the Java classes that define it, without regard to database schema or other configurations.
- Dari Profiler
A Dari tool that keeps track of all events that occur within a specific time frame.
- Dashboard
The top-level Brightspot page containing links for managing content, work streams, and scheduled events. The dashboard is the landing page users see after logging in to Brightspot. Developers can customize the dashboard to fit an organization's needs. The following image is an example of a typical dashboard; your version of Brightspot may have a different dashboard.
- Database Bootstrap
A Dari tool that provides the capability to export database objects from one Brightspot environment and import them into another environment. See Database Bootstrap.
- Default Template
A Content Template associated with an underlying Content Type. For example, you can create default templates for articles.
- Default Tool URL
The URL Brightspot uses when sending notifications that include links, such as emails or text messages. Default tool URLs are often similar to the URLs for published content. For example, if published content appears at
http://www.neanderthalrecipes.com/
, the corresponding default tool URL may behttp://editors.neanderthalrecipes.com/
.- Delivery Option
The method by which Brightspot delivers notifications. Brightspot can send notifications through the browser, email, Slack, and text messaging. See also Notification, Subscription. See Notifications.
- Dictionary
In the editorial context, a dictionary is a list of names, technical terms, acronyms, or other nomenclature that you do not want to be flagged as spelling errors. See Auxiliary dictionaries
In the visitor-search context, a dictionary is a list of terms and associated variants. When a visitor searches for a term in the dictionary, Brightspot includes in the search results a spotlight . See Dictionaries and terms.
- Draft
A pre-published version of an asset that is labeled with the
Draft
status in the Revisions Widget. If the asset participates in a Workflow, the workflow status is indicated, for example,Submitted
,Approved
, orRejected
. See Drafts and revisions.After the initial publication of the draft, all subsequent updates to the asset are revisions, that is, post-published versions.
- Dynamic Image Manipulation System (DIMS)
An Internet-based API for image resizing.
- Editorial Toolbar
The toolbar at the top of the content edit page. The Editorial Toolbar shows an item's content type and title, and contains actions that you can perform.
If an asset is associated with a workflow, the Editorial Toolbar shows the Workflow button, which opens the Workflow Widget. The widget includes the Publish button.
- Embargo
A period of time during which an asset cannot be published.
- Embedded Field
An object field annotated with
@Embedded
. The object set on the field is then embedded within the containing object. See Relationships.- Enhancement
An object embedded in the rich-text editor, such as media, a promo, pull quote, external content, and many other assets in Brightspot.
- Episode
- External Content
Content incorporated into an asset that is hosted on a server external to Brightspot. When rendering a page, Brightspot takes the external content from the external server. Examples of external content are Facebook posts and Twitter tweets.
- Extra Template
A Content Template that appears as its own Content Type. For example, if you have a content type
Article
, you can create an extra templateBlog Post
that has the same structure asArticle
.
- Federated Search
A search of a third-party content provider, such as Getty Images, from the search panel.
- Feed
A list of assets available through a Really Simple Syndication or Atom subscription.
- Field-Level Locking
A situation in which two users are simultaneously editing the same field and one of them cannot modify the field until the other user saves changes to that field.
See Also Content Locking.
- Focus Point
An image's ideal vertical and horizontal center. When automatically cropping images, Brightspot attempts to keep the focus point in the center of the cropped area.
- Frame Rate
Number of images (frames) a video displays in a second. Movies and television shows are typically produced at 24 fps. Slow-motion films are typically at 60 fps. As a video's frame rate increases, so does its file size.
- Franchise
- Front End
The HTML, JavaScript, and styling web browsers use to render content in a page or mobile app. When a visitor goes to a web address, the front end retrieves the required content and data, assembles them into a web page, and sends the page to the visitor's browser. See Back end and front end, Theme guide. See also Back End.
- Gallery Module
A module with a list of images that have a navigation cue to page through the images. See Galleries.
- Global Settings
Configuration settings that apply to all users of a Brightspot application, unless some or all of the settings are overridden by a system level that's of higher precedence than global, for example, Site Settings.
- Grouped Sub-Navigation Item
A Sub-Navigation that contains groups of Navigation Items.
Referring to the previous illustration, the navigation item
Flours
has two grouped sub-navigation items:By Use
andBy Type
. Each of those groups has a list of navigation items. See also Sub-Navigation. See Navigation.- Header
A portion of Brightspot that provides navigation tools, user information, and company information. Your version of Brightspot may also show a broadcast message in the header. The header appears at the top of each Brightspot page.
- Headless
A publishing environment in which Brightspot outputs JSON files instead of traditional HTML files. A consuming system ingests the JSON files and transforms them into HTML or other format expected by the target device. For more information, see The Pros and Cons of Coupled, Decoupled, and Headless CMS Platforms.
- Homepage
The asset a visitor sees when going to a site's top-level URL.
When a visitor goes to
http://mysite.com/
, Brightspot displays a homepage.When a visitor goes to
http://mysite.com/pancake-recipe
, Brightspot displays a pancake recipe.
- HTTP Header
An HTTP header contains session information passed between a web browser and a web server, such as the target URL, cookies, and browser name and version. See HTTP Headers.
- Image Editor
A widget for editing images on the Content Edit Form for editing images.
See Images.
- Index
A database index that enables searching in a Brightspot application. Both fields and methods can be targeted for indexing with the
@Indexed
annotation.- Indexed Method
A method that returns a value and is a target for indexing. Indexing methods is a way to index and query values that are not directly set by users, but are generated from other values stored in an object. See Indexes.
- Inline Editor
A widget that appears when previewing an asset—depending on the user's permissions. Clicking on an asset in the inline editor displays the Content Edit Form for that asset.
- Internal Name
The identifier Brightspot uses to refer to an object in the user interface.
- Item
See Asset.
- Item Bar
Field on the content edit form showing relative importance or weight of related items. Some item bars have a handle that editors can use to adjust the relative weight.
- Lead
An asset visitors see typically after a headline and before the body text. Depending on your version of Brightspot, leads can be images, videos, or Components.
- List
A module with a series of assets typically related to the main asset or related to the visitor's profile. There are two types of lists:
Basic list—A list whose assets are static: the assets in the list never change.
Dynamic list—A list whose assets change over time, such as a list that contains the ten most recent reader comments.
- Listicle
An article that consists of a list, such as a top 10 list. See Listicles.
- Live
A version of a published asset that is currently visible on a website. See also Scheduled.
- Live Blog
A blog that provides comments by one or more editors attending an event. See Live Blog.
- Live Video
Video that is streamed over the Internet and displayed on a web page in real time (as an event is currently happening). Live video is typically implemented through integration with a third-party online video provider, such as Kaltura or AWS Elemental.
- Live Wheel
A playback of media files that automatically starts at a configured time. The live wheel runs sequentially and continuously in a loop. When the configured time is reached, the live wheel's playback restarts from the beginning. See Live wheel.
- Locale
A language-region pair that characterizes language, currency symbol, date and time format, and other conventions used in a particular geographical region. The following table provides examples of locales.
Convention
English (United States)
English (United Kingdom)
French (France)
Language
English
English
French
Currency symbol
$
£
€
Date format
March 19, 2019
29 March 2019
19 mars 2019
Number format
1,234,567.00
1,234,567,00
1 234 567,00
- Location
A latitude-longitude coordinate on a map. See also Region.
- Locking
- Looking Glass
A Brightspot utility that displays a preview of the item currently in the content edit form. You can use Looking Glass to preview content on different devices. See Previewing with Looking Glass.
- Message Area
Portion of the content edit page that displays descriptive messages about an item.
- Message Formatter
A template Brightspot uses to generate the body of a notifications. For example, an email message formatter typically specifies the notification's subject line and the body.
- Metadata
Information about a file (text, audio, image, video) that does not pertain directly to the file's contents. For example, metadata for an image file typically includes its dimensions, date created, and device used to create the image.
- Mezzanine File
A compressed video file that is visually equivalent to a full-resolution video. Mezzanine files typically have the same format parameters as the original file with a lower bit rate.
- MIME Type
A standard identifier indicating a file's type. Web pages often have a MIME type
text/html
, and some images have a MIME typeimage/png
. Brightspot uses MIME types for internal processing. See MIME Types.- Modification
A Dari feature to add new fields to existing classes.
- Module
A container for content that supports or supplements the main asset on a page, like an article. There are several types of modules, such as ad, list, promo, and search. See Components.
- Multi-Site Environment
A Brightspot environment with more than one website defined. For example, a Brightspot application for a medical supplies company can have several websites organized by product type. In a multi-site environment, content can be published to multiple sites simultaneously. See also Site.
- Navigation
Cues that help a visitor discover additional content in a site. Navigations typically include links to sections and subsections, as in the following example.
Figure 175. Navigation with sub-navigationNavigations can also include links to individual assets. See Navigation.
- Navigation Item
A component within a Navigation. Referring to the illustration Navigation with sub-navigation, there are seven items in the navigation: four at the top level, and three at the second level under
Flours
. See also Simple Navigation Item, Social Navigation Item. See Navigation.- Navigation Link
A Navigation Item that provides a link to an asset. When a visitor clicks or taps a navigation link, the browser loads the linked item. See also Navigation Text. See Navigation.
- Navigation Menu
Brightspot's top-level menu.
- Navigation Text
A Navigation Item that provides a label in a navigation without a link. Navigation text is typically used as a parent for a sub-navigation. Referring to the illustration Navigation with sub-navigation,
Flour
is navigation text. When a visitor hovers over the text, the sub-navigation appears. See also Navigation Link. See Navigation.- Notification
A mechanism for sending messages to editors and administrators when events occur. For example, you can receive notifications when you are mentioned in a conversation or when content is published. See also Delivery Option, Subscription.
- Object
A Java object that represents a persisted instance in the database.
- One-Off
An object associated with only one other object. Examples include the following:
An editor creates a one-off dashboard; no other editors can use that dashboard.
An editor assigns a one-off image to an article; no other editor can use that image.
See Also Shared.
- Open Graph Tag
An HTML tag that helps social networks find and properly lay out assets published with Brightspot.
- Package
A collection of assets grouped together under a common theme, often for a limited time. Examples include the following:
Grouping recipes into a Christmas cookies package.
Grouping pages, articles, and listings into a Fall TV package.
Grouping articles, slideshows, and videos into an election package.
See Content hierarchy.
- Paginated Result
A subset of query results as specified by a limit and offset. A paginated result prevents all results from being returned at one time and potentially exceeding system memory. See Paginated results.
- Permalink
A permanent URL to a published web page. An example of a permalink is
http://www.breakfastrecipes.com/bluberry-pancakes
.See Also Slug.
- Personalized Content Module
A module that displays content tailored to the visitor's preferences or profile. See Personalized content.
- Pitch
A group of assignments for developing content associated with a common theme. Examples of pitches include social events, product launches, and detailed news stories. See Creating an assignment.
- Pixel Density
Number of pixels in a row on a screen. Pixel density is typically expressed as pixels-per-inch (ppi). For example, the first iPhone had a pixel density of 163 ppi, and iPhone 11 has a pixel density of 458 ppi. Compared to a low-ppi screen, a screen with high pixel density shows more of an image's detail. See also Resolution.
- Pixels Per Inch (PPI)
See Pixel Density.
- Plain Text
Text without any formatting, such as boldface or italics. In the Content Edit Form, fields such as Headline, First Name, and Alt Text are plain text.
- Playlist
A series of media files that visitors can play back in sequence. See also Live Wheel.
- Plugin
Components that enhance Brightspot functionality.
- Podcast
A container for a series of episodes pertaining to a particular topic. See Podcasts.
- Preview Pane
A pane in the content edit page that shows how an asset appears when published. See Previewing content.
- Preview Toggle
A |mi-visibility| icon on the Editorial Toolbar that displays the Preview Pane.
- Profile Panel
- Promo
An abbreviated view of an item. Promos are typically used as an invitation for visitors to view additional content on your site. Effective promos increase engagement with your site as visitors click from the promo to the actual item.
- Promo Module
A module with content associated with the main asset on the page. A promo can have a heading, body, link, and image. See Promos.
- Pull Quote
A sentence associated with an asset, typically set aside with a large typeface.
- Query String
A portion of a URL that web applications use to generate and deliver customized content. Query strings start with a question mark (?) and often have components separated by ampersands (&). The following illustration is an example of a query string specifying a lat-long coordinate.
Referring to the previous illustration, the web application can check if pizza delivery is available at lat-long (-74.04, 40.69).
- Query Tool
A Dari tool for querying single aggregated or multiple SQL and Solr databases. See Database Query.
- Quick Start Widget
A widget on the dashboard that provides quick access to creating new content types and editing existing assets.
See Quick Start.
- Real Time Connection (RTC)
A component that allows Brightspot to update content as it is edited in real time.
- Really Simple Syndication (RSS)
A file (often called a "feed") to which publishers submit announcements of published assets. Subscribers to the feed receive a notification when new assets are available. RSS uses a plain-text file format, and is currently more popular than Atom.
- References Widget
A widget that displays a list of assets containing the current asset. For example, if you are viewing an author in the Content Edit Page, the References widget lists articles written by that author.
Clicking on an asset in the References widget opens the corresponding asset in the Content Edit Page.
- Region
A circular or polygonal area on a map.
See Also Location.
- Relevance
A measure of an item's closeness to a search term or phrase. When retrieving a list of items matching a search term, Brightspot can sort the items by relevance. See Understanding relevance and boosting.
- Reloader
A web application that, after changes in a Brightspot source project, automatically rebuilds and redeploys the application. See Reloader.
- Replication Cache
An in-memory cache for SQL databases that reduces database reads.
- Resolution
Number of pixels in a screen. Resolution is typically expressed as the number of pixels in the horizontal and vertical directions. For example, the first iPhone had a resolution of 320 × 480, and iPhone 11 has a resolution of 1125 × 2436 pixels. Screens with high resolution can display large images without the need to scroll. See also Pixel Density.
- Revision
A post-published version of an asset that, when published, replaces the live version of the asset. See Revisions widget.
Prior to publication, assets are in the draft state.
- Revisions Widget
A widget on the content edit page that lists all current and previous revisions of an asset.
See Revisions widget.
- Rich Text
Text with formatting, such as boldface or italics. In the Content Edit Form, fields such as Body, Caption, Short Biography, and any other field with a rich-text toolbar are rich text. See also Rich-Text Editor, Plain Text.
- Rich Text Module
A module that provides an editor for creating formatted text, images, videos, and hyperlinks. See Rich text.
- Rich-Text Editor
A text field that includes a toolbar for applying formatting and an editing area.
- Rich-Text Element
An object that can be inserted into text using the Rich-Text Editor. Examples of rich-text elements are videos, image galleries, or pull quotes. See Rich-text elements.
- Robot Metatag
An HTML meta tag that instructs search engines how to index a site. See Robots meta tag and X-Robots-Tag HTTP header specifications.
- Role
A group of users who perform similar functions. In many cases, there are at least two roles: administrative and editorial. Users assigned to the administrative role typically have access to more features in Brightspot than users assigned to the editorial role. To simplify system administration tasks, you can configure Brightspot at the role level instead of at the user level. See Managing roles.
- Scheduled
A version of a published asset that will be visible on a website at a future time.
See Also Live.
- Search Carousel
Widget in the content edit page listing results of most recent search. By default, the search carousel is disabled in the Settings for the Global site.
- Search Module
A module that provides a search tool for entering search terms. See Search field.
- Search Panel
Panel for searching for content. You open the search panel by clicking in the Search field in the header.
- Season
A collection of episodes organized by a time frame. See Broadcast.
- Section
A content type for organizing related assets. The following table provides some examples of sections for different types of websites.
Sections in a news site
Sections in a recipes site
Sections in a technology store's site
National
Breads
Laptops
Local
Salads
Tablets
Business
Pasta
Phones
Sports
Deserts
Software
Opinion
Vegan
Service and repair
See Content hierarchy.
- Selection Field
A field for selecting an item, either from an abbreviated list or the Content Picker.
Click inside the field to display a subset of the available items.
Click |mi-search| to display the Content Picker, which lists the full set of available items.
Click |mi-search| to display the Content Edit Page for the selected item.
Click |mi-remove| to remove an item from the field. To restore a removed item, click |mi-add|.
Click |mi-open_with| to rearrange items you selected.
- Settings Backed
Object that can be initialized by Settings.
See Also SettingsBackedObject.
- Shared
An object available for use with other objects. Examples include the following:
An editor creates a shared dashboard; other editors can use that dashboard.
An editor creates a shared image for an article; other editors can use that image.
See Also One-Off.
- Show
A collection of seasons, episodes, or specials that can have a franchise as a parent. See Broadcast.
- Simple Navigation Item
A Navigation Item that links to an asset on your site or to an asset on an external site. See also Social Navigation Item. See Navigation.
- Site
A website to which Brightspot publishes content.
See Also Multi-Site Environment.
- Site Category
A user-defined category of sites. For example, a medical supplies company could associate its websites with one or more categories, like retail sales, physician offices, and hospitals. A website can belong to more than one category.
- Site Search
A search for a term or phrase on your published site. One example of a site search is a visitor searching for the term "Alaska" on the site Inspire Confidence. See Site-search analytics, Terms.
- Site Settings
Configuration settings that apply to the users of a site in a Brightspot application. Site settings take precedence over Global Settings.
- Sitemap
An XML file that lists topics in a site hierarchy. Sitemaps can be read by web crawlers to enhance retrieval of your content by Internet search engines.
Brightspot can generate a standard sitemap, which reflects all content types on a site, and content-specific sitemaps. For more information, see Sitemaps.
- Slug
An identifier for an asset, typically used in the asset's permalink. Brightspot automatically generates slugs from an asset's headline or title.
- Social Navigation Item
A Navigation Item that links to a post on a social network. See also Simple Navigation Item. See Navigation.
- Source Filter
A Dari feature that enables rapid web application development by making source code changes immediately available. See SourceFilter and Reloader.
- Spatial Query
A type of query that can be used to find objects with a
Location
field, which specifies a two-dimensional space. For more information, see Spatial queries.- Special
A video asset that is typically a one-off production of a show. See Broadcast.
- Spotlight
A promo associated with a search term. Brightspot displays the spotlight when displaying results for the search term. See Terms.
- Standard Authentication Manager
An asset that provides authentication settings for visitors to log in to your site. See Configuring the Users plugin.
- State
In the editorial context, an item's state in the publishing process. Typical examples of an item's state are Draft, Scheduled, and Live. See Content states.
In the developer context, the state of an object stored in the database. See State.
- Status
An asset's current position in a workflow. Examples of statuses are "new," "pending review," "approved," "rejected", and "published."
- Stock Ticker Module
A module that provides the most recently available stock price from a specified listing exchange. See Stock tickers.
- Storage Item
File-based data in a Brightspot application that is referenced by objects persisted to the database. See StorageItem.
- Styleguide
A tool for building a library of front end components for Brightspot applications. See Styleguide development environment.
- Sub-Navigation
A Navigation that appears under a parent Navigation Item.
Referring to the previous illustration
Flour
is a parent navigation item that contains a sub-navigation with the itemsAll-Purpose
,Unbleached
, andWhole Wheat
. See also Grouped Sub-Navigation Item. See Navigation.- Subscriber
In the editorial context, a visitor who has a login to a site. Subscribers typically log in with a username and password, or with a social networking account. Traditionally, subscribers have access to extended content and site features compared to other visitors. See Users. See also User, Visitor.
In the developer context, user who created a subscription.
- Subscription
A combination of event, site, content type, and delivery option. When the event occurs for the configured site and content type, Brightspot sends the notification to the configured delivery option. See Notifications.
- Swatch
A palette of seven colors recommended by a site designer to use in a publication. See Configuring a theme's swatch.
- Tabs Module
A module for placing modules of any type into individual tabs. See Tabs.
- Tag
A keyword associated with an asset. Tags help visitors discover content on your site. For example, you can apply the following tags to an image of the moon: moon, space, Apollo, and NASA. Visitors who search for those terms will discover your image. See Tags. See also Taxonomy.
- Taxonomy
A method or protocol for organizing assets you publish with Brightspot. Applying tags is an effective taxonomy.
- Theme
A collection of layouts, color schemes, animations, and image sizes.
- Tool URL
Protocol and domain name editors use to access Brightspot, such as
http://editors.neanderthalrecipes.com/
.See Also Default Tool URL.
- Tools Menu
A menu of actions available for an asset on the Content Edit Page. To display the tools menu, click |mi-settings| on the Editorial Toolbar. The available actions depend on the state of the asset version (draft, revision, live) that is currently selected.
- Tools Widget
A widget providing miscellaneous information and settings for editors, and technical information for developers. To open the widget, click Tools on the Tools Menu.
- Tracking Parameter
A portion of a URL that websites use to understand how a visitor arrived at an item.
Referring to the previous illustration, there are two tracking parameters:
utm_campaign
indicating the marketing campaign associated with the item.medium
indicating via what medium a visitor shared the item
See Configuring affinities, URL Builders, UTM parameters. See also Uniform Resource Locator.
- Transition
An activity that moves an asset from one state to another in a workflow. Examples of transitions are "submit," "approve," and "reject."
- Trigger Date
A date in a Bulk Schedule when all of an editor's new and modified content will be published.
- Two-Factor Authentication (TFA)
A layer of security that requires a Brightspot user to enter a temporary password when logging in. An authentication app on the user's device generates the temporary password. Two-factor authentication helps prevent breaches associated with static username-password logins.
- Type ID
The unique ID assigned to a class stored in the database.
- Uniform Resource Locator (URL)
A unique address for every item on the Internet. You enter URLs in a browser's address field to retrieve and display content from the Internet. See URL management, Site URLs.
- URLs Widget
A widget in the Content Edit Page listing an asset's URLs. Clicking a link in this widget opens the asset (if published) in your web browser.
See Site URLs.
- User
An employee who has a login to Brightspot. Users are typically editors, reporters, and administrators. See Roles, users, and permissions. See also Subscriber, Visitor.
- Vanity URL
A short, memorable URL that typically reflects a site's branding message and marketing purpose.
- Variation
An item tailored to a particular audience. Items can have several variations, one for each audience. The following illustration shows how variations of an item's headline are delivered to different audiences.
Audience
Headline
Optimists
Stock market rallied until 1:00 PM
Pessimists
Stock market crashed after 1:00 PM
Default
Stock market mixed today
- Version
- View Binding
The Brightspot mechanism for associating backend Model classes with front end components.
- View Generator
The Brightspot component that generates Java interface files from front end files created in the Styleguide. See How the view generator creates view classes.
- View Model
The class that binds a Model to a View. It receives raw data from the Model and transforms that data to produce a View. See View models.
- View System
The Brightspot system that controls presentation of data on the front end. See View system.
- Viewer
A user who opened an asset in the Content Edit Page.
- Visibility Label
A model's property that indicates an object is excluded from a query's search results even if it satisfies the search criteria. For example, an object satisfies the search criteria
WHERE ID=12345
. If the object's visibility label is non-null, Dari does not include the object in the search results. See Excluding records from queries with visibility labels, Retrieving records with visibility labels.- Visitor
Someone using a web browser or native app to view your site's content. See also Subscriber, User.
- Watch Funnel
A graph showing the frequency of a video's percent completion as watched by visitors.
In the previous illustration, approximately 43,000 visitors watched the first 10 percent of a video, and approximately 4,000 visitors watched the entire video.
- Watch Plugin
A plugin that notifies interested users as an asset moves through its publication workflow. See Watch.
- Widget
A component of a Brightspot page that provides links or fields for entering, viewing, and updating information. The following image is an example of the Recent Activity widget.
- Work in Progress (WIP)
A background process that maintains live backups of content in the event a Brightspot session unexpectedly ends.
- Work Stream
An assignment for one or more assets. For example, an editor can create a work stream to fact-check a group of articles, and then assign that work stream to the copy-edit department. See Work streams.
- Workflow
A mechanism that enforces a sequence of operations through which an asset moves from draft state to publication. See Workflows.
- Workflow Log
A log that tracks modifications as an object progresses through the states of a workflow.
- Workflow Widget
A widget for navigating through the steps of a workflow. To open the widget, click Workflow on the Editorial Toolbar.
See Workflows.