Git Product home page Git Product logo

wet-boew-dotnet's Introduction

.NET Variant

This feature adapts the WET core markup structure for use with .NET.

Benefits

  • Helps to minimize the duplication of content and code (such as titles and dates)
  • Provides central control of the left and right columns
  • Improves consistency by separating content from the template code
  • Automates the breadcrumb trail
  • Conforms to WCAG 2.0 AA
  • Uses WAI-ARIA to enhance accessibility
  • Supports Firefox, Opera, Safari, Chrome, and IE 7+

Version

  • WET4 for Canada.ca, Government of Canada Web Usability, and Government of Canada Intranet themes.

Variante .NET ================

Cette composante permet d’adapter les structures de balises principales de la BOEW pour utilisation avec .NET.

Avantages

  • Aide à réduire les répétitions de contenu et de codes (tels que les titres et les dates).
  • Fournit une commande centrale pour les colonnes de droite et de gauche.
  • Améliore la cohérence en séparant le contenu du code modèle.
  • Génère automatiquement un fil d’Ariane.
  • Conformes à WCAG 2.0 AA
  • Recours aux WAI-ARIA pour accroître l’accessibilité
  • Approche d'amélioration progressive
  • Soutien pour Firefox, Opera, Safari, Chrome et IE 7+

Version

  • v4 de la BOEW pour le Thème Canada.ca, Thème de la facilité d’emploi Web du gouvernement du Canada, et Thème du gouvernement du Canada pour les sites intranet.

wet-boew-dotnet's People

Contributors

laurentgoderre avatar nschonni avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wet-boew-dotnet's Issues

Create NuGet packages

NuGet packages could be created for the components that would include the various related components that are easily integrated into a new or existing .Net project.

  • WET-BOEW.Core (JS + Grids)
  • WET-BOEW.Theme.Usability (With a CSS + Master Page) depends on Core
  • WET-BOEW.Theme.Intranet (With a CSS + Master Page) dependency on Core & Usability)

Add static content MIME mappings for SVG and WOFF files to web.config

As noted in the Server Configuration page, IIS does not serve SVG (nor WOFF) files by default.

This can be fixed without requiring a server administrator or an IIS Manager user who has been granted permission to a site or an application. All that is required is to include the following in the web.config file in the "configuration" section:

  <system.webServer>
    <staticContent>
      <mimeMap fileExtension=".svg" mimeType="image/svg+xml"/>
      <mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
    </staticContent>
  </system.webServer>

Make sure all external links have rel="external"

There were a lot of external links in WET core that did not have rel="external" so make rel="external" is added to each of your external links in your variant. This is part of the HTML5 spec and required by the Standard on Web Interoperability.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.