GCWeb quick implementation guide checklist

Slogan

Note

Are you in the right place? This guide is designed to rapidly find the sections and variables you need for implementation! If you are not familiar with CDTS we suggest you read the GCWeb implementation guide first that has more detailed instructions.

CDTS implementation

GCWeb default checklist

GCWeb application checklist

GCWeb / version / default

Section <head> references

  • Did you add the two references to the GCT files (soyutils.js / wet-(language).js)?
  • Did you implement a version mechanism (web.config, XML file, database configuration, etc...) to control the URL, theme and version of the CDTS?
  • Did you add the <noscript> section?
  • Did you insert the correct backup static file into the <noscript> you created?
  • Did you add wet.builder.refTop?
    • Available options are cdnEnv and jqueryEnv

Section top references

  • Did you add the new <div id="def-top"> ?
  • Did you insert the correct backup static file into the <div id="def-top"> you created?
  • Did you add wet.builder.top?
    • Available options are cdnEnv, lngLinks, breadcrumbs and showPreContent
  • Did you add the new <div id="def-prefooter">?
  • Did you insert the correct backup static file into the <div id="def-prefooter"> you created?
  • Did you add wet.builder.preFooter?
    • Available options are cdnEnv, showPostContent, showShare, showFeedback, screenIdentifier, verisonIdentifier and dateModified
  • Did you add the new <div id="def-footer">?
  • Did you insert the correct backup static file into the <div id="def-footer"> you created?
  • Did you add wet.builder.footer?
    • Available options are cdnEnv, contactLinks and showFeatures
  • Did you add wet.builder.refFooter?
    • Available options are cdnEnv, exitScript, exitURL, exitMsg, exitDomains, displayModal and jqueryEnv

GCWeb / run / default

Section <head> references

  • Did you add the two references to the GCT files (soyutils.js / wet-(language).js)?
  • Did you ensure that you are pulling the "run" files (path to CDTS will contain "rn")?
  • Did you add the <noscript> section?
  • Did you insert the correct backup static file into the <noscript> you created?
  • Did you add wet.builder.refTop?
    • Available options are cdnEnv and jqueryEnv

Section top references

  • Did you add the new <div id="def-top">?
  • Did you insert the correct backup static file into the <div id="def-top"> you created?
  • Did you add wet.builder.top?
    • Available options are cdnEnv, lngLinks, breadcrumbs and showPreContent
  • Did you add the new <div id="def-prefooter">?
  • Did you insert the correct backup static file into the <div id="def-prefooter"> you created?
  • Did you add wet.builder.preFooter?
    • Available options are cdnEnv, showPostContent, showShare, showFeedback, screenIdentifier, verisonIdentifier and dateModified
  • Did you add the new <div id="def-footer">?
  • Did you insert the correct backup static file into the <div id="def-footer"> you created?
  • Did you add wet.builder.footer?
    • Available options are cdnEnv, contactLinks and showFeatures
  • Did you add wet.builder.refFooter?
    • Available options are cdnEnv, exitScript, exitURL, exitMsg, exitDomains, displayModal and jqueryEnv

Important note for application version

The following two sections are for the application versions. Keep in mind this is different than removing or adding certain elements that are allowed as per the C&IA specifications document. Any element that can be implemented using the C&IA specifications document does not require a custom header/footer and is available in the default version of the CDTS (see above). Currently it is advisable to not implement a custom header/footer unless you have permission to do so from your department, TBS or Principal Publisher.

GCWeb / version / application

Section <head> references

  • Did you add the two references to the GCT files (soyutils.js / wet-(language).js)?
  • Did you implement a version mechanism (web.config, XML file, database configuration, etc...) to control the URL, theme and version of the CDTS?
  • Did you add the <noscript> section?
  • Did you insert the correct backup static file into the <noscript> you created?
  • Did you add wet.builder.refTop?
    • Available options are cdnEnv and jqueryEnv

Section appTop references

  • Did you add the new <div id="def-top">?
  • Did you insert the correct backup static file into the <div id="def-top"> you created?
  • Did you add wet.builder.appTop?
    • Available options are cdnEnv, appName, lngLinks, secure, signIn, signOut, search, customSearch, siteMenu, menuPath, showPreContent and breadcrumbs
  • Did you add the new <div id="def-prefooter">?
  • Did you insert the correct backup static file into the <div id="def-prefooter"> you created?
  • Did you add wet.builder.preFooter?
    • Available options are cdnEnv, showPostContent, showShare, showFeedback, screenIdentifier, verisonIdentifier and dateModified

Section appFooter references

  • Did you add the new <div id="def-footer">?
  • Did you insert the correct backup static file into the <div id="def-footer"> you created?
  • Did you add wet.builder.appFooter?
    • Available options are cdnEnv, globalNav, footerSections, contactLinks, termsLink, privacyLink and showFeatures
  • Did you add wet.builder.refFooter?
    • Available options are cdnEnv, exitScript, exitURL, exitMsg, exitDomains, displayModal and jqueryEnv

GCWeb / run / application

Section <head> references

  • Did you add the two references to the GCT files (soyutils.js / wet-(language).js)?
  • Did you ensure that you are pulling the "run" files (path to CDTS will contain "rn")?
  • Did you add the <noscript> section?
  • Did you insert the correct backup static file into the <noscript> you created?
  • Did you add wet.builder.refTop?
    • Available options are cdnEnv and jqueryEnv

Section appTop references

  • Did you add the new <div id="def-top">?
  • Did you insert the correct backup static file into the <div id="def-top"> you created?
  • Did you add wet.builder.appTop?
    • Available options are cdnEnv, appName, lngLinks, secure, signIn, signOut, search, customSearch, siteMenu, menuPath, showPreContent and breadcrumbs
  • Did you add the new <div id="def-prefooter">?
  • Did you insert the correct backup static file into the <div id="def-prefooter"> you created?
  • Did you add wet.builder.preFooter?
    • Available options are cdnEnv, showPostContent, showShare, showFeedback, screenIdentifier, verisonIdentifier and dateModified

Section appFooter references

  • Did you add the new <div id="def-footer">?
  • Did you insert the correct backup static file into the <div id="def-footer"> you created?
  • Did you add wet.builder.appFooter?
    • Available options are cdnEnv, globalNav, footerSections, contactLinks, termsLink, privacyLink and showFeatures
  • Did you add wet.builder.refFooter?
    • Available options are cdnEnv, exitScript, exitURL, exitMsg, exitDomains, displayModal and jqueryEnv