gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 333 forks source link

Too long title in header #113

Open marcel-93 opened 9 years ago

marcel-93 commented 9 years ago

The title of some sites of the docu is much too long. A title should be short. That's because a title is called title. http://www.gwtproject.org/doc/latest/DevGuideCodingBasics.html#DevGuideDeferredBinding http://www.gwtproject.org/doc/latest/FAQ_GettingStarted.html#What_browsers_does_GWT_support? http://www.gwtproject.org/doc/latest/FAQ_DebuggingAndCompiling.html

The title is in all cases:

[GWT] Documentation

Overview
Coding Basics

  Introduction
  Organize Projects
  Compile & Debug
  Client-side
  JRE Compatibility
  Ajax Communication
  History Mechanism
  Formatting
  Delayed Logic
  Working with JSON
  Working with XML
  JavaScript: JSNI
  Overlay Types
  Deferred Binding

Build User Interfaces

  Contents
  Cross-Browser Support
  Layout with Panels
  Widgets
  Custom Widgets
  Cell Widgets
  Cell Tables
  Custom Cells
  Editors
  Using the DOM
  Events & Handlers
  Css Styling
  UIBinder
  Image Bundles

Html5 Support

  Contents
  Html5 Storage

Test with JUnit

  Guide
  HtmlUnit
  Remote Testing
  Code Coverage

Deploy
Advanced Topics

  Logging
  Security

    Contents
    Using SafeHtml
    XSRF Protection

  AutoBeans
  Request Factory
  Activities And Places
  Validation
  Internationalization

    Introduction
    Locale
    Constants
    Messages
    Plural Forms
    UI Binder

  Accessibility
  Optimize

    Overview
    Code Splitting
    Compile Report
    Client Bundle
    GSS vs CSS Syntax
    Lightweight Metrics

  Linkers

Reference

  Command Line Tools
  GWT Class API
  Jre Emulation
  Widgets Gallery

FAQ

  Contents
  Getting Started
  Debug & Compile
  Build UI
  Client
  Server
  Troubleshooting

Glossary
TDesjardins commented 4 years ago

Fixed with: https://gwt-review.googlesource.com/c/gwt-site-webapp/+/22380

niloc132 commented 4 years ago

Fix was merged, but doesn't seem deployed yet - I just merged another fix to gwt-site itself, we'll see if that causes it to deploy...