Core Publisher Content Import

Size: px
Start display at page:

Download "Core Publisher Content Import"

Transcription

1 Core Publisher Content Import As part of the Core Publisher on-boarding process, stations can import archived content into their new Core Publisher site. Because of the station effort required to prepare content for import, DS recommends that stations run a content analysis to determine how actively end users are accessing their archive. Stations should evaluate whether it makes sense to manually migrate their most popular archive material or to proceed with the larger content transfer described in this document. The content import process will require technical development skills at the station to successfully transfer content. Stations lacking internal technical expertise must contract out this work at an additional expense to their station. Please note the entire content import process can take between 4 and 7 weeks to complete, and the content transferred is not imported into the NPR API. Content is only imported into the station s Core Publisher site. Your Digital Services Station Support Manager will walk you through the 4 steps to transferring your content archive into Core Publisher. 1. Station prepares the content that they want imported by putting that content into a standard XML file format described in detail below. 2. DS Support Manager provides the station with access to a content import checker to review for possible errors in the XML file that will result in corrupted content. The station must fix all errors before submitting their XML file for importing. This import checker is described in detail below. 3. DS Support Manager will import the content into the station s Core Publisher site. 4. Station must review and verify the content in their Core Publisher site. Step 1: Building the XML File The XML schema for station content is below, followed by an explanation of each field. Typically a station will ask one of its developers or contractors to export desired content from the station s existing website or content management system. That export will then be converted into this schema. This developer should have knowledge of the station's current website or content management system, and understand how to create a valid XML file from that content to conform to the XML schema below. For more on XML you can refer to the W3C at <DSnprml version=0.01>

2 <storylist> <story> <title> </title> <teaser> </teaser> <slug> </slug> <text><![cdata[ ]]></text> <textwithhtml><![cdata[]]> </textwithhtml> <image primary=true/false order=n> <url> </url> <caption> </caption> <credit> >/credit> <agency> </agency> </image> <audio primary=true/false> <description> </description> <url></url> </audio> <category id=n> </category> <tag> </tag> <publisheddate> </publisheddate> <lastmodifieddate> </lastmodifieddate> <author id=n> </author> </story> </storylist> <categorylist> <category id=n> <title> </title> <description> </description> </category> </categorylist> <capacitylist> <capacity id=n> <title> </title> <description> </description> </capacity> </capacitylist> <peoplelist> <person id=n>

3 <name> </name> <capacity id=n> </capacity> <title> </title> <biography><![cdata[]]> </biography> <image> <url> </url> <caption> </caption> <credit> </credit> <agency> </agency> </image> < > </ > <facebook></facebook> <twitter> </twitter> <googleplus></googleplus> </person> </peoplelist> </DSnprml> DSnprml - The Digital Services of National Public Radio Markup Language, which defines how a group of stories and story related data is imported into Digital Service's Core Publisher. The version is updated by NPR Digital Services. storylist - The container for a list of stories. story - An individual story in the list. There can be one or more stories in a story list. title - The headline for a story. Required. teaser - A short description of the story, often the first 150 characters of a story's body. slug - A short (2-4 words) highlight for a story. Required. 50 characters max. text - The plain text content of a story. No markup is allowed in the text. Used when textwithhtml is not present, and for search indexing. This element should be wrapped in a CDATA sub-element. Though not required it is recommended that this field be supplied. textwithhtml - The text of a story with any available HTML. Images and audio elements can be defined with the image or audio element to be displayed outside of the body of the story in Core Publisher. This element should be wrapped in a CDATA sub-element. image - A story may have zero to many images related to a story. Currently these will be displayed in a lightbox/slide show outside of the story's body. The largest possible version of an image should be used,

4 Core Publisher will resize the image to the appropriate size for display. It's best to supply the largest most detailed version of an image. primary - Each story with images should have 1 image designated as the primary image. This image will be displayed in the river of news and other places where there is a single image displayed as a pointer to the larger story. If this is omitted the first image in the list will be treated as the primary image. If no images are contained in an image list, the first image appearing in the textwithhtml element will be treated as the primary image. order - This is the order for the slide show that images are desired to be displayed. If no order parameter is set, then top-down will be assumed as the story element is parsed. url - The current publicly available URL of the image. Core Publisher will extract the image from this address and copy it to the Core Publisher platform. caption - A short caption for the image, this will also be used as an alt-tag for the image for accessibility. Truncated at 128 characters. credit - Typically the creator of the image. Truncated at 128 characters. agency - The organization or owner of the image. Truncated at 128 characters. audio - A story may have one or more audio files related to a story. Audio will be served from where they are hosted prior to importing into Core Publisher. Currently audio files must fit this format: File Size < 75Mb File Type = mp3 Sampling Rate = 44.1kHz Bit Rate = 64 kbps mono or 128 kbps joint stereo primary - Each story with audio should have 1 audio file designated as the primary audio file for the creation of podcasts. If this omitted the first audio file in the list will be treated as the primary audio file. description - A brief description of the audio file. url - The current publicly available URL of the audio file. Core Publisher will serve the audio file from this address. category - Each story can be categorized with only one category. id - The id should correspond to an id of a category element presented later in this document. tag - A free form text tag to help categorize a story. publisheddate - The original date of publication for this story. Date format should be yyyy-mm-dd hh:mm:ss. lastmodifieddate - The last date this story was modified if available.

5 author - An author can be free form text id - An ID can also be used to denote an author element that will be described in this document. categorylist The container for a list of categories. category - Categories for stories are site-wide taxonomy terms that are used for grouping of stories. Categories can be presented in the main navigation menu on Core Publisher. id - Each category should have a unique ID to be used in the story element to refer to this category. title - A brief title for a category, i.e. "World News", "Economy", "Entertainment". description - A detailed description of the category. capacitylist - The container for a list of roles at the station. capacity - Capacities are site-wide taxonomy terms that are used for grouping people roles at the station. id - Each capacity should have a unique ID to be used in the person element. title - A brief title for the role, i.e. "Author", "Radio Host". description - A detailed description of the capacity. personlist - The container for a list of named people at the station. person - Person elements with a unique id to enable an author element to be related to a story element. A person element can be used to describe an author or a radio host or a person behind the scenes of a station. id - Each person should have a unique ID to be used in the story element. name - The name of the person. capacity - The type of job the person performs. This is used to aggregate authors and radio hosts and other groups of people, i.e. "author", "host", "board member", "vice president". The id should correspond to an id of a capacity element presented above. title - The job title of the person. biography - The person's biography. This element should be wrapped in a CDATA sub-element. image - A person may have an image displayed with their biography. url - The current publicly available URL of the image. Core Publisher will extract the image from this address and copy it to the Core Publisher platform. caption - A short caption for the image, this will also be used as an alt-tag for the image for accessibility. credit - Typically the creator of the image. agency - The organization or owner of the image.

6 - The person's address. facebook - The person's Facebook page url. twitter - The person's Twitter handle. googleplus - The person's Google+ information. Step 2: Run the Import File Checker In your Core Publisher instance, navigate to Configuration -> PI Utilities -> Verify External Content. Click on the File Upload Page link to add the XML file you want to import. Either click Add file or drag and drop your file onto the page.

7 Return to the Verify External Content page, select which file you wish to validate and click Verify.

8 If there are XML errors, you will see a screen with warnings showing line numbers in the file where XML parsing failed. You must correct these errors before proceeding.

9 Once XML errors are fixed, you will see a count of stories, categories, people, and capacity records. If there are problems with the content itself, you will then see an additional set of errors with line numbers from the file. You must correct these errors before proceeding.

10

11 When you re done. You will only see a success message with information on the content contained in the file. Step 3: Send Your XML File to NPR Digital Services Your Station Relations support manager will import your file into your Core Publisher site for you. Step 4: Verify Your Content Your Station Relations support manager will notify you when content import is complete. You should then verify the content to make sure it matches your expectations. If there are errors, you will need to fix the contents of your XML file and go through each of these steps again. Your Station Relations support manager will remove content from the previous import for you.

WPM for Departments Using WPM to Edit Your Department s Website

WPM for Departments Using WPM to Edit Your Department s Website Overview Web Profile Manager allows Ithaca College community members to easily edit department sites. All of the specialty language and code has been omitted to provide a consistent format and to make

More information

My Moodle Profile. Edit Your Profile

My Moodle Profile. Edit Your Profile My Moodle Profile Once you have successfully logged in with your username and password, the upper-right corner of the screen should now have a message similar to the picture below. All Moodle users - participants

More information

Adding Pages. Adding pages to your website is simple and powerful! In just a few minutes you can create a page that: Highlights a special event

Adding Pages. Adding pages to your website is simple and powerful! In just a few minutes you can create a page that: Highlights a special event Adding Pages Adding pages to your website is simple and powerful! In just a few minutes you can create a page that: Highlights a special event Collects entries on a registration form for a promotional

More information

It allows you and your students to author (and/or upload) vocal recordings and distribute them over the Internet using syndication feeds.

It allows you and your students to author (and/or upload) vocal recordings and distribute them over the Internet using syndication feeds. Wimba Podcaster Overview An authoring and subscription resource for podcasts Introduction Wimba Podcaster is a complete, start-to-finish podcasting application. It allows you and your students to author

More information

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Blog for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting started... 4 Sidebar... 5 SEO... 6 Related Products... 6 Wordpress Import... 7 Blog categories... 7 Blog posts...

More information

Hands-on E-Portfolio Workshop using Google Tools GoogleDocs Document & Presentation

Hands-on E-Portfolio Workshop using Google Tools GoogleDocs Document & Presentation Workshop Hands-on E-Portfolio Workshop using Google Tools Document & Presentation 2007, 2008, Helen C. Barrett, Ph.D. Task 1. Set up GMail account Rationale/Instructions A single Gmail account will be

More information

Tendenci Core Features the cms for your nonprofit. Pages (Content Manager) Navigation Editor. Stories. Boxes

Tendenci Core Features the cms for your nonprofit. Pages (Content Manager) Navigation Editor. Stories. Boxes The Content Manager allows for immediate website content updates through the user-friendly, WYSIWYG editor. The Content Manager also includes: Pages (Content Manager) Custom titles and URLs Image and graphics

More information

ExpertClick Member Handbook 2018

ExpertClick Member Handbook 2018 ExpertClick Member Handbook 2018 Version 2018.1.1 January 1, 2018 This is the Member Handbook for ExpertClick members. Updated versions of this manual can be downloaded in Adobe PDF from www.memberhandbook.com.

More information

BOLT eportfolio Student Guide

BOLT eportfolio Student Guide BOLT eportfolio Student Guide Contents BOLT EPORTFOLIO STUDENT GUIDE... I BOLT EPORTFOLIO BASICS... 3 BOLT eportfolio user interface overview... 3 Dashboard... 3 My Items Page... 4 Explore Page... 5 Sharing

More information

Website Training Guide for Staff

Website Training Guide for Staff Website Training Guide for Staff Welcome to the General Website Training Guide. This tutorial will cover a brief introduction to the Research Website for St. Michael s Hospital, the Wordpress backend,

More information

PODCASTS, from A to P

PODCASTS, from A to P PODCASTS, from A to P Basics of Podcasting 1) What are podcasts all About? 2) Where do I get podcasts? 3) How do I start receiving a podcast? Art Gresham UCHUG Editor July 18 2009 Seniors Computer Group

More information

2 Install PageHat Plugin Download the Pagehat Plugin from the landing page and go to your Wordpress Dashboard and select [Plugins]

2 Install PageHat Plugin Download the Pagehat Plugin from the landing page and go to your Wordpress Dashboard and select [Plugins] Manual Page 1 of 18 1 Table of Contents 2 Install PageHat Plugin... 3 3 Design Your PageHat... 6 3.1 Select Your PageHat... 6 3.2 Edit Your Template Design... 7 3.2.1 PageHat Solid Background... 7 3.2.2

More information

Drupal 7 Template. Page 1 of 27. Site Title. Navigation Tabs. Homepage Slide. Social Media. News article. Events. Links. Contact Information

Drupal 7 Template. Page 1 of 27. Site Title. Navigation Tabs. Homepage Slide. Social Media. News article. Events. Links. Contact Information Site Title Navigation Tabs Homepage Slide News article Social Media Events Contact Information Links Page 1 of 27 Table of Contents USER ACCOUNT... 3 Edit Profile... 3 CONTENT... 5 ADD CONTENT... 5 BASIC

More information

idsa.org 3.0 Content Creation for Chapters and Sections January 2012 INDUSTRIAL DESIGNERS SOCIETY OF AMERICA

idsa.org 3.0 Content Creation for Chapters and Sections January 2012 INDUSTRIAL DESIGNERS SOCIETY OF AMERICA idsa.org 3.0 Content Creation for Chapters and Sections January 2012 1 This is the 3 rd iteration of the website since 1996. Idsa.org is built on the Drupal Content Management System (CMS). Drupal is the

More information

Correspondent Training Guide

Correspondent Training Guide Training How to Create an Article Central Services Main Menu Correspondent Training Guide Select Correspondent from the list of options on the left-hand side. The Correspondent Menu will be in the center

More information

Worldnow Producer. Stories

Worldnow Producer. Stories Worldnow Producer Stories Table of Contents Overview... 4 Getting Started... 4 Adding Stories... 5 Story Sections... 5 Toolbar... 5 Copy Live URL... 6 Headline... 6 Abridged Title... 6 Abridged Clickable

More information

PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE. Prepared for New Jersey Department of Environmental Protection

PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE. Prepared for New Jersey Department of Environmental Protection PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE Prepared for New Jersey Department of Environmental Protection January 29, 2009 11 Princess Road, Unit A Lawrenceville, New Jersey

More information

Voice Authoring 6.1. User Guide

Voice Authoring 6.1. User Guide Voice Authoring 6.1 User Guide Friday, March 02, 2012 Table of Contents Table of Contents i Chapter 1 Preface 1 Purpose of This Guide 1 Help and Other Resources 2 Community 2 Technical Support 2 Documentation

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit.

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Editor Guide There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Central Services Select Editor from left-hand side navigation

More information

COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES

COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES Notice is hereby given that Gogebic County will receive proposals for the county s website and logo

More information

Introduction to Thinwire InfoRich Theme. Office of Digital Communications

Introduction to Thinwire InfoRich Theme. Office of Digital Communications Introduction to Thinwire InfoRich Theme Office of Digital Communications V 2.3 August 2015 page 2 Thinwire InfoRich Theme Table of Contents Introduction... 4 Themes... 4 Logging in to the Thinwire Admin

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Creators Basic Guide to Using UICapture (Mac)

Creators Basic Guide to Using UICapture (Mac) Creators Basic Guide to Using UICapture (Mac) Download the software from http://helpdesk.its.uiowa.edu/software/signin.htm After downloading the software and setting up an account with your local IT support,

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

RRJ.ca Uploading content and managing the site

RRJ.ca Uploading content and managing the site RRJ.ca Uploading content and managing the site Logging In: To log in, go to: http://rrj.ca/wp admin You will need to use your FCAD login credentials. The first time you log in a WordPress user account

More information

TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook. Version 3.2 (3/26/08) Public Health Foundation

TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook. Version 3.2 (3/26/08) Public Health Foundation TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook Version 3.2 (3/26/08) Public Health Foundation Table of Contents About This Handbook 5 TRAIN Administrative Basics 6

More information

Create an Accessible PDF (Adobe Acrobat Pro)

Create an Accessible PDF (Adobe Acrobat Pro) Create an Accessible PDF (Adobe Acrobat Pro) Overview This tutorial will explain how to create an Accessible PDF using Adobe Acrobat Pro. Adobe Acrobat Pro provides many tools to improve your course documents

More information

Welcome to AEM Part Six: Accessible Microsoft Office Word Document Design.

Welcome to AEM Part Six: Accessible Microsoft Office Word Document Design. Welcome to AEM Part Six: Accessible Microsoft Office Word Document Design. 1 Lets review the agenda for this presentation. First, we will review the three principles of accessible Word document creation,

More information

PowerPoint with Voice-over-slides

PowerPoint with Voice-over-slides Making the Document Accessible: PowerPoint with Voice-over-slides Voice-over-slides should include closed caption for hearing-impaired audience. This instruction consists of two parts: 1. Convert a PowerPoint

More information

In this document, you will learn how to take a Microsoft Word Document and make it accessible and available as a PDF.

In this document, you will learn how to take a Microsoft Word Document and make it accessible and available as a PDF. Accessibility Creating Accessible PDFs using Microsoft Word What is PDF Accessibility? Accessibility is a general term used to describe the degree to which a product, device, service, or environment is

More information

Creators Basic Guide to Using UICapture (Windows)

Creators Basic Guide to Using UICapture (Windows) Creators Basic Guide to Using UICapture (Windows) All of the University of Iowa General Assignment Classrooms (GAC) are equipped with the recording software known as Panopto Recorder on Windows and Mac.

More information

Creating Accessible Microsoft Word Documents

Creating Accessible Microsoft Word Documents Creating Accessible Microsoft Word Documents Microsoft Word is one of the most commonly used word processing software packages, making it a ubiquitous tool to create documents that may be viewed online

More information

VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD

VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD Date Published: Oct 05,2017 Category: Product:Voice_Help_and_FAQs,VoiceThread; Version:Voice_Authoring,VoiceThread Article No.:

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

eportfolio Support Guide

eportfolio Support Guide eportfolio Support Guide D2L Services West Chester University of Pennsylvania www.wcupa.edu/d2l 610-436-3350, option 2 Anderson Hall, room 20 d2l@wcupa.edu v10.3 September 2014 1 CONTENTS EPortfolio Basics

More information

QuickStart Training Guide: The Accounting Review Role

QuickStart Training Guide: The Accounting Review Role Accounting Review Role Final Approval of Expense Reports If you are an Accountant who is using ExpensAble Corporate to make final approval of employees expense reports, this information is for you. This

More information

Attaching audio files to an in Angel

Attaching audio files to an  in Angel Attaching audio files to an email in Angel Step One: Downloading Audacity Before you are able to create an audio recording to attach to an email you must download a free program online. Go to the following

More information

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide Version: 4.0 for Blackboard 9.x Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800

More information

SalonVision Configuration Guide

SalonVision Configuration Guide SalonVision Configuration Guide A Guide For SalonVision Live Data Integration I SalonVision Online Booking Configurations Table of Contents Part I Introduction 1 Part II Envision Setup 2 1 Setup Program

More information

Podcasting 101 in School Center

Podcasting 101 in School Center READY TO TAKE IT TO THE NEXT LEVEL? Build your own podcast to showcase your or your students work or provide students with content review or assessment. View a training video which gives step-by-step instructions

More information

Introduction to Kaltura

Introduction to Kaltura Introduction to Kaltura The Kaltura media content management system allows users to record, stream, and manage multimedia files. This industry-leading enterprise system offers many robust tools. This guide

More information

NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013)

NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013) NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013) Getting oriented Registering for an account The WordPress Dashboard Editing your profile What to do if you ve lost your password

More information

Log into your Account on Website then back to Home page.

Log into your Account on Website then back to Home page. Log into your Account on Website then back to Home page. To get to the team roster first go to > Team Directory. After you find the team you re looking for click on Team Home. This will take you to that

More information

Your lectures, available anytime Students/end-users can subscribe to your podcast and get the latest lectures and audio files whenever they launch their itunes. http://en.wikipedia.org/wiki/podcasting

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

NPR.ORG - PRIVACY POLICY

NPR.ORG - PRIVACY POLICY Effective Date February 06, 2013 See related: NPR Terms of Use At NPR, we recognize the importance of privacy to visitors of NPR.org, NPR's mobile sites and applications, NPR's interactive voice response

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

Adding the news widget

Adding the news widget How to create a news item Adding the news widget Adding a news item Adding a widget image to a news item The Newsroom For any news item to appear on its relevant landing page as well as the relevant audience

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

KS Blogs Tutorial Wikipedia definition of a blog : Some KS Blog definitions: Recommendation:

KS Blogs Tutorial Wikipedia definition of a blog : Some KS Blog definitions: Recommendation: KS Blogs Tutorial Wikipedia definition of a blog : A blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly displayed in reverse chronological order.

More information

USING THE INTERNET AND THE WORLD WIDE WEB RAYMOND ROSE

USING THE INTERNET AND THE WORLD WIDE WEB RAYMOND ROSE USING THE INTERNET AND THE WORLD WIDE WEB RAYMOND ROSE LEARNING OUTCOMES the World Recognize the key elements of Web sites Surf the Internet Use search engines 2 IDENTIFYING THE INTERNET the World Understand

More information

Sostenuto 4.1 title page. System Management User s Guide

Sostenuto 4.1 title page. System Management User s Guide Sostenuto 4.1 title page System Management User s Guide Date: November 2013 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored in any

More information

How to edit your profile (last update: 10/04/16)

How to edit your profile (last update: 10/04/16) Your personal profile on the departmental web site is easily updated and the more up-todate it is the more useful it will be to everyone. All such editing is done within a web browser window - no need

More information

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0 Website Name Project Code: #10001 Version: 1.0 DocID: SEO/site/rec Issue Date: DD-MM-YYYY Prepared By: - Owned By: Rave Infosys Reviewed By: - Approved By: - 3111 N University Dr. #604 Coral Springs FL

More information

Headlines & Features App Guide

Headlines & Features App Guide Headlines & Features App Guide Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress

More information

Remembering 9/11 Accessing Oral Histories for Educational and Research Purposes

Remembering 9/11 Accessing Oral Histories for Educational and Research Purposes Introduction Remembering 9/11 Accessing Oral Histories for Educational and Research Purposes Ryan Goepfert Tony Scarlatos The Stony Brook WTC Wellness Program provides support to 9/11 responders, treating

More information

Accessible Presentation Guide

Accessible Presentation Guide Text Have a descriptive and informative page title Use a san-serif font when possible for readability Large text - at least 18 point (24px) or 14 point(18.66px) and bold Aa 18pt san-serif Contrast ratio

More information

UICapture Training Macintosh. Macintosh Panopto Recorder: Login

UICapture Training Macintosh. Macintosh Panopto Recorder: Login UICapture Training Macintosh Before You Begin 1. (For individuals working on their own) If you do not have Panopto installed on your Mac, download and install it from the ITS Software Downloads page or

More information

Developing Exhibits with Omeka

Developing Exhibits with Omeka Developing Exhibits with Omeka Version 1 June 2015 Developed by Liz Woolcott, Utah State University For questions/comments about this guide or for questions about this guide, contact Liz Woolcott (liz.woolcott@usu.edu)

More information

Page 1 AideRSS

Page 1 AideRSS http://blog.larkin.net.au/ Page 1 Introduction AideRSS What is AideRSS? This is an online tool or service that allows you to identify the most popular posts or items in a RSS feed. What is a RSS feed?

More information

Texas Gateway CMDS: Course Creation Guide

Texas Gateway CMDS: Course Creation Guide Texas Gateway CMDS: Course Creation Guide About Gateway Courses The Gateway CMDS employs a COPE (Create Once, Publish Everywhere) model in which content is created once and is distributed to and repurposed

More information

How to Promote. your Dental Practice with Digital Marketing

How to Promote. your Dental Practice with Digital Marketing How to Promote your Dental Practice with Digital Marketing Regularly marketing your dental practice is an essential task for every dentist, no matter how established. Now more than ever, it is essential

More information

Editor Training Guide

Editor Training Guide Editor Training Guide Getting Started 1. To get into your web site: Open a web browser. Enter your school s web address: If site is not live: Enter temporary web address: Enter temporary username: Enter

More information

Audacity. Audacity. Getting Started. Index. Audacity allows you the ability to record voice, edit and create podcasts.

Audacity. Audacity. Getting Started. Index. Audacity allows you the ability to record voice, edit and create podcasts. Audacity Getting Started Audacity allows you the ability to record voice, edit and create podcasts. Index Getting Started. 1 Editing and Audio Tools.. 2 Toolbar 3 Recording Audio 4 Importing Sound/Music..

More information

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating News Stories... 1 Displaying News Stories... 7 News Drupal 7 Web Content Management The News

More information

Application Training Exercise 1: Creating a Login.gov and Test USAJOBS Profile

Application Training Exercise 1: Creating a Login.gov and Test USAJOBS Profile Application Training Exercise 1: Creating a Login.gov and Test USAJOBS Profile Now that you have completed the online portion of training for Application, it is time to practice what you have learned.

More information

e-portfolio User s Guide for Students

e-portfolio User s Guide for Students e-portfolio User s Guide for Students Table of Contents Log In My Profile How to edit the Profile Page My Pages How to create new page How to edit/delete existing pages How to change the order of menus

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Classic Headlines & Featured App Guide

Classic Headlines & Featured App Guide Classic Headlines & Featured App Guide Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade

More information

Uploading and Embedding Your Digital Story (YouTube/Wordpress Version)

Uploading and Embedding Your Digital Story (YouTube/Wordpress Version) Uploading and Embedding Your Digital Story (YouTube/Wordpress Version) If you were using digital stories in your classroom, you wouldn't even need to upload the videos to the Internet; you could just watch

More information

SciVee Conferences AUTHOR GUIDE

SciVee Conferences AUTHOR GUIDE SciVee Conferences AUTHOR GUIDE 1 TABLE OF CONTENTS 1. ABOUT THIS DOCUMENT... 3 INTENDED READERSHIP... 3 FREQUENTLY USED TERMS... 3 2. SYSTEM REQUIREMENTS, PUBLISHING AND PERMISSIONS... 3 SYSTEM REQUIREMENTS...

More information

YouTube User Guide for CDFIs. YouTube. User Guide for CDFIs

YouTube User Guide for CDFIs. YouTube. User Guide for CDFIs YouTube User Guide for CDFIs 1 How YouTube can Benefit your Business and how to use it YouTube (www.youtube.com) is a free video sharing website that makes it easy to watch online videos. It is a great

More information

Chapter 17 Creating Online Pages and Sites

Chapter 17 Creating Online Pages and Sites Lesson Plans for Chapter 17 1 Chapter 17 Creating Online Pages and Sites Chapter Objectives Discuss the Chapter 17 objectives with students: Learn about the creation of the World Wide Web. Write HTML tags

More information

Introduction of E-Portfolio System

Introduction of E-Portfolio System Introduction of E-Portfolio System E-Portfolio is an online compilation of documents that is flexible and is based on artifact evidences of which students are directly involved in a continuous reflection

More information

savvisdirect White Papers

savvisdirect White Papers savvisdirect White Papers Managing Your Data Growth with savvisdirect CloudStorage Services not available everywhere. CenturyLink may change or cancel services or substitute similar services at its sole

More information

Panopto Event Recording Jonathan Shenton. 28 th January 2016

Panopto Event Recording Jonathan Shenton. 28 th January 2016 Panopto Event Recording Jonathan Shenton 28 th January 2016 Introduction Event Recording The BCS hosts hundreds of talks each year through all it s branches and special interest groups. However only a

More information

Managing Content in WordPress

Managing Content in WordPress The Beginners Guide to WordPress Posts, Pages & Images WordPress is one of the most popular content management systems and blogging platforms in the world. It is free, open source software that allows

More information

Wimba Voice. Version 6.0. User Guide

Wimba Voice. Version 6.0. User Guide Wimba Voice Version 6.0 User Guide Wimba Voice User Guide 1 Introduction 1 About Wimba Voice 1 Wimba Voice Manager 2 Account Roles 3 My Manager 3 Getting Started 4 Voice Board 5 About Voice Boards 5 Voice

More information

4. Fill in your information. Choose an address for your PBworks wiki. Be sure to choose For Education as your workspace type.

4. Fill in your information. Choose an address for your PBworks wiki. Be sure to choose For Education as your workspace type. Creating Your First Wiki with PB Works 1. Go to the PB Wiki Site: http://www.pbworks.com 2. Click Sign Up 3. Select the Basic Plan which is the free plan and includes 2 GB of storage space. 4. Fill in

More information

Make Courses User Guide. version

Make Courses User Guide. version Make Courses User Guide version 09102014 Contents 1. Make Courses Starting a New Course Editing Your Course Lessons Starting a Lesson Adding a New Lesson Adding Media Files to a Lesson Switching Lessons

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

Lectures 6: Manage WebSite/ CATEGORIES and POSTS

Lectures 6: Manage WebSite/ CATEGORIES and POSTS Yarmouk University Transferring E-Business Fundamentals to Syrian Refugees (TEFSR) Lectures 6: Manage WebSite/ CATEGORIES and POSTS Dr. Anas AlSobeh anas.alsobeh@yu.edu.jo ADD CATEGORY Category is used

More information

Wimba Voice. Version 5.3. User Guide

Wimba Voice. Version 5.3. User Guide Wimba Voice Version 5.3 User Guide Wimba Voice User Guide 1 Introduction 1 About Wimba Voice 1 Wimba Voice Manager 2 Account Roles 2 My Manager 2 Getting Started 3 Voice Board 4 Voice Board Creation 5

More information

CALIFORNIAMOVES AGENT

CALIFORNIAMOVES AGENT CAMOVES AGENT USER GUIDE MARCH 2011 CALIFORNIAMOVES AGENT CONTENTS CONTENTS... 2 CALIFORNIAMOVES AGENT GUIDE OVERVIEW... 4 Log On... 4 Agent Tools... 6 Agent Profile... 6 Agent Profile Administration Screen...

More information

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You Passwords Twitter UN: IDANRV Twitter PW: idanrv1 Thank You USER'S MANUAL TABLE OF CONTENTS Page # 1.1 SYSTEM OVERVIEW... 4 1.2 DEFINITIONS & ACRONYMS... 4 1.3 REFERENCES... 4 2.0 INSTALLATION... 5 2.1

More information

Info Tech, Inc. Accessibility Conformance Report

Info Tech, Inc. Accessibility Conformance Report Info Tech, Inc. Accessibility Conformance Report Name of Product/Version: AASHTOWare Project VPAT Version 2.0 October 2017 Product Description: The AASHTOWare Project software enables one to manage the

More information

Accessing Your Participant Center

Accessing Your Participant Center Accessing Your Participant Center Step : Visit the Society website at http://main.nationalmssociety.org/site/tr?pg=entry&fr_id=463 First click Login at the top of the screen Next enter your username and

More information

Omeka: A tool for building online exhibits, archives, mapping, and digital humanities research

Omeka: A tool for building online exhibits, archives, mapping, and digital humanities research Omeka: A tool for building online exhibits, archives, mapping, and digital humanities research Why Omeka? Omeka is an easy way to display student projects, faculty/student research, and other types of

More information

OER & Accessibility. Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology

OER & Accessibility. Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology OER & Accessibility Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology AMAC Accessibility AMAC is as an initiative of the University

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

DocAve 6 Administrator

DocAve 6 Administrator DocAve 6 Administrator User Guide Service Pack 2, Cumulative Update 2 Revision F Issued June 2013 DocAve 6: Archiver 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint...

More information

Transitioning to Video Metadata

Transitioning to Video Metadata Transitioning to Video Metadata May 20, 2011 B.J. Warnick Senior Director, Content Partnerships bwarnick@newscom.com Who Is Mainstream? Founded in 1985 Pioneer in satellite and internet content delivery

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

2009 Bits & Bytes Farm, Inc. All rights reserved

2009 Bits & Bytes Farm, Inc. All rights reserved Marketing Your Equine Business on the Internet Bits & Bytes Farm 2009 Copyright Bits & Bytes Farm, Inc. Power to the PEOPLE! Take control of your marketing and advertising! I am here to help you think

More information

eportfolio User Guide

eportfolio User Guide eportfolio User Guide Contents Introduction... 4 Privacy and Sharing... 4 eportfolio Structure and Navigation... 5 Latest Changes I can View Block... 6 eportfolio Activities... 8 Getting Started... 9 Access

More information

SEARCHING FOR FRIENDS

SEARCHING FOR FRIENDS Step One In the top right hand corner, click on the Find Friends link. You will be redirected to a new page. In the bottom left hand side of the page you will see a text box labeled Search for People.

More information

WordPress Quick Reference Guide

WordPress Quick Reference Guide Log In A log In link is available in the global footer at the bottom of all UF Health webpages. You can bookmark this link, as well: http://ahc-webservices.sites.medinfo.ufl.edu/wp-login.php Pages Create:

More information