Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Update Bootstrap terminology and website links
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Oct 6, 2014
1 parent 6457aa4 commit 25b7f11
Show file tree
Hide file tree
Showing 65 changed files with 85 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,6 +1,6 @@
[submodule "bootstrap"]
path = bootstrap
url = https://github.com/twitter/bootstrap.git
url = https://github.com/twbs/bootstrap.git

[submodule "bootstrap-datepicker"]
path = bootstrap-datepicker
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,15 +13,15 @@
<packaging>jar</packaging>

<name>GWT-Bootstrap</name>
<description>A GWT Library that provides the widgets of Twitter Bootstrap.</description>
<description>A GWT Library that provides the widgets of Bootstrap.</description>
<url>http://gwtbootstrap.github.com/</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Same as Twitter Bootstrap</comments>
<comments>Same as Bootstrap</comments>
</license>
</licenses>

Expand Down
4 changes: 2 additions & 2 deletions pom2.xml
Expand Up @@ -14,15 +14,15 @@
<packaging>jar</packaging>

<name>GWT-Bootstrap</name>
<description>A GWT Library that provides the widgets of Twitter Bootstrap.</description>
<description>A GWT Library that provides the widgets of Bootstrap.</description>
<url>http://gwtbootstrap.github.com/</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Same as Twitter Bootstrap</comments>
<comments>Same as Bootstrap</comments>
</license>
</licenses>

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -4,8 +4,8 @@
# GWT-Bootstrap [2.3.2.0](http://search.maven.org/#artifactdetails%7Ccom.github.gwtbootstrap%7Cgwt-bootstrap%7C2.3.2.0%7Cjar) was released.
=================

Based on [Bootstrap, from Twitter.](http://twitter.github.com/bootstrap/index.html), GWT-Bootstrap
Bootstrap provides simple and flexible components representing Twitter's bootstrap components, styles,
Based on [Bootstrap.](http://getbootstrap.com/2.3.2/), GWT-Bootstrap
Bootstrap provides simple and flexible components representing Bootstrap components, styles,
and plugins.
In other words, it's a front-end API for faster, more beautiful GWT web development.

Expand Down
Expand Up @@ -38,7 +38,7 @@
* @since 2.0.4.0
*
* @see <a
* href="http://twitter.github.com/bootstrap/base-css.html#typography">Bootstrap
* href="http://getbootstrap.com/2.3.2/base-css.html#typography">Bootstrap
* documentation</a>
*/
public class Abbreviation extends AbstractTypography {
Expand Down
Expand Up @@ -44,7 +44,7 @@
* @see Accordion
* @see Collapse
* @see CollapseTrigger
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#collapse">Twitter Bootstrap document</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#collapse">Bootstrap document</a>
*
*/
public class Accordion extends DivWidget {
Expand Down
Expand Up @@ -28,7 +28,7 @@
* @see Accordion
* @see Collapse
* @see CollapseTrigger
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#collapse">Twitter Bootstrap document</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#collapse">Bootstrap document</a>
*
*/
public class AccordionGroup extends DivWidget implements HasIcon, HasVisibility, HasVisibleHandlers {
Expand Down
Expand Up @@ -33,7 +33,7 @@
*
* @since 2.0.4.0
* @author Carlos Alexandro Becker
* @see http://twitter.github.com/bootstrap/base-css.html#forms
* @see http://getbootstrap.com/2.3.2/base-css.html#forms
*/
public class AppendButton extends DivWidget {
{
Expand Down
Expand Up @@ -37,7 +37,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#typography">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#typography">Bootstrap documentation</a>
*/
//@formatter:on
public class Blockquote extends AbstractTypography {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/gwtbootstrap/client/ui/Button.java
Expand Up @@ -49,7 +49,7 @@
* @author Sven Jacobs
*
* @see <a
* href="http://twitter.github.com/bootstrap/base-css.html#buttons">Bootstrap
* href="http://getbootstrap.com/2.3.2/base-css.html#buttons">Bootstrap
* documentation</a>
* @see ButtonGroup
* @see ButtonToolbar
Expand Down Expand Up @@ -539,7 +539,7 @@ public void click() {
* &lt;/b:Modal&gt;
* </pre></code>
* <p/>
* See <a href="http://twitter.github.io/bootstrap/javascript.html#modals">Bootstrap</a> documentation.
* See <a href="http://getbootstrap/2.3.2/javascript.html#modals">Bootstrap</a> documentation.
*
* @param type Type of dismiss ("modal" or "alert")
* @since 2.3.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/gwtbootstrap/client/ui/Code.java
Expand Up @@ -41,7 +41,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#code">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#code">Bootstrap documentation</a>
* @see CodeBlock
*/
//@formatter:on
Expand Down
Expand Up @@ -49,7 +49,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#code">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#code">Bootstrap documentation</a>
* @see Code
*/
//@formatter:on
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/gwtbootstrap/client/ui/Collapse.java
Expand Up @@ -51,7 +51,7 @@
* @see Accordion
* @see Collapse
* @see CollapseTrigger
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#collapse">Twitter Bootstrap document</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#collapse">Bootstrap document</a>
*
*
*/
Expand All @@ -77,7 +77,7 @@ public String getParent() {
* Set parent selector.
*
* it only work with {@link AccordionGroup},
* Please see <a href="https://github.com/twitter/bootstrap/issues/4988">this issue</a>.
* Please see <a href="https://github.com/twbs/bootstrap/issues/4988">this issue</a>.
*
* @param parent parent selector
*/
Expand Down
Expand Up @@ -45,7 +45,7 @@
* @see Accordion
* @see Collapse
* @see CollapseTrigger
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#collapse">Twitter Bootstrap document</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#collapse">Bootstrap document</a>
*
*/
public class CollapseTrigger extends MarkupWidget {
Expand Down Expand Up @@ -153,7 +153,7 @@ public String getTarget(){
* Set parent selector.
*
* it only work with {@link AccordionGroup},
* Please see <a href="https://github.com/twitter/bootstrap/issues/4988">this issue</a>.
* Please see <a href="https://github.com/twbs/bootstrap/issues/4988">this issue</a>.
*
* @param parent parent selector
*/
Expand Down
Expand Up @@ -49,7 +49,7 @@
* @author Carlos Alexandro Becker
* @author Dominik Mayer
*
* @see <a href="http://twitter.github.com/bootstrap/scaffolding.html#gridSystem">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem">Bootstrap documentation</a>
* @see Configurator#hasResponsiveDesign()
*/
//@formatter:on
Expand Down
Expand Up @@ -47,7 +47,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/scaffolding.html#layouts">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/scaffolding.html#layouts">Bootstrap documentation</a>
* @see FluidRow
*/
//@formatter:on
Expand Down
Expand Up @@ -45,7 +45,7 @@
*
* @see Controls
* @see Fieldset
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class ControlGroup extends HtmlWidget implements HasType<ControlGroupType> {

Expand Down
Expand Up @@ -44,7 +44,7 @@
*
* @see ControlGroup
* @see ControlLabel
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class ControlLabel extends FormLabel implements HasDirectionEstimator {

Expand Down
Expand Up @@ -42,7 +42,7 @@
*
* @see ControlGroup
* @see ControlLabel
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class Controls extends HtmlWidget {

Expand Down
Expand Up @@ -45,7 +45,7 @@
* @author Carlos Alexandro Becker
* @author Dominik Mayer
*
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#dropdowns">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#dropdowns">Bootstrap documentation</a>
* @see DropdownButton
* @see SplitDropdownButton
*/
Expand Down
Expand Up @@ -51,7 +51,7 @@
* @author Carlos Alexandro Becker
* @author Cássio de Freitas e Silva
*
* @see <a href="http://twitter.github.com/bootstrap/javascript.html#dropdowns">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/javascript.html#dropdowns">Bootstrap documentation</a>
* @see DropdownButton
* @see SplitDropdownButton
* @see Dropdown
Expand Down
Expand Up @@ -36,7 +36,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#typography">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#typography">Bootstrap documentation</a>
*/
//@formatter:on
public class Emphasis extends AbstractTypography {
Expand Down
Expand Up @@ -37,7 +37,7 @@
*
* @author ohashi keisuke
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
//@formatter:on
public class Fieldset extends ComplexWidget {
Expand Down
Expand Up @@ -46,7 +46,7 @@
*
* @author Carlos Alexandro Becker
*
* @see <a href="http://twitter.github.com/bootstrap/scaffolding.html#layouts">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/scaffolding.html#layouts">Bootstrap documentation</a>
* @see Row
*/
//@formatter:on
Expand Down
Expand Up @@ -46,7 +46,7 @@
*
* @author Dominik Mayer
*
* @see <a href="http://twitter.github.com/bootstrap/scaffolding.html#fluidGridSystem">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/scaffolding.html#fluidGridSystem">Bootstrap documentation</a>
* @see FluidContainer
* @see Container
*/
Expand Down
Expand Up @@ -38,7 +38,7 @@
* @author ohashi keisuke
*
* @see Form
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class FormActions extends DivWidget {

Expand Down
Expand Up @@ -40,7 +40,7 @@
*
* @author ohashi keisuke
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class FormLabel extends HtmlWidget {

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/gwtbootstrap/client/ui/Heading.java
Expand Up @@ -39,7 +39,7 @@
* @author Carlos Alexandro Becker
* @author Dominik Mayer
*
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#typography">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#typography">Bootstrap documentation</a>
*/
//@formatter:on
public class Heading extends ComplexWidget implements HasText {
Expand Down Expand Up @@ -117,7 +117,7 @@ private void redraw() {
public void setText(String text) {
this.text = text;

// Add a space after the main heading text to get the same effect as Twitter Bootstrap.
// Add a space after the main heading text to get the same effect as Bootstrap.
// <h1>Some text <small>Some subtext</small></h1>
// ^- Note the space
getElement().setInnerHTML(text + " " + small.toString());
Expand Down
Expand Up @@ -43,7 +43,7 @@
*
* @see Controls
* @see HelpInline
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class HelpBlock extends Paragraph implements HasHTML, HasText {

Expand Down
Expand Up @@ -37,7 +37,7 @@
*
* @see Controls
* @see HelpBlock
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#forms">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#forms">Bootstrap documentation</a>
*/
public class HelpInline extends InlineLabel {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/gwtbootstrap/client/ui/Icon.java
Expand Up @@ -45,7 +45,7 @@
* @author Dominik Mayer
* @author Sven Jacobs
* @see IconStack
* @see <a href="http://twitter.github.com/bootstrap/base-css.html#icons">Bootstrap documentation</a>
* @see <a href="http://getbootstrap.com/2.3.2/base-css.html#icons">Bootstrap documentation</a>
* @see <a href="http://fortawesome.github.com/Font-Awesome/">Font Awesome page</a>
* @since 2.0.4.0
*/
Expand Down
Expand Up @@ -70,7 +70,7 @@
*
* @author ohashi keisuke
* @see AddOn
* @see http://twitter.github.com/bootstrap/base-css.html#forms
* @see http://getbootstrap.com/2.3.2/base-css.html#forms
*/
public class InputAddOn extends DivWidget {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/gwtbootstrap/client/ui/Modal.java
Expand Up @@ -65,7 +65,7 @@
* @author Danilo Reinert
*
* @see <a
* href="http://twitter.github.com/bootstrap/javascript.html#modals">Bootstrap
* href="http://getbootstrap.com/2.3.2/javascript.html#modals">Bootstrap
* documentation</a>
* @see PopupPanel
*
Expand Down
Expand Up @@ -30,7 +30,7 @@
* @author ohashi keisuke
*
* @see <a
* href="http://twitter.github.com/bootstrap/javascript.html#popovers">Bootstrap
* href="http://getbootstrap.com/2.3.2/javascript.html#popovers">Bootstrap
* documentation</a>
* @see Tooltip
*/
Expand Down
Expand Up @@ -32,7 +32,7 @@
*
* @since 2.0.4.0
* @author Carlos Alexandro Becker
* @see http://twitter.github.com/bootstrap/base-css.html#forms
* @see http://getbootstrap.com/2.3.2/base-css.html#forms
*/
public class PrependButton extends DivWidget {
{
Expand Down

0 comments on commit 25b7f11

Please sign in to comment.