Skip to content

Commit

Permalink
Fix broken links to mustache.github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianclay authored and xuwei-k committed May 23, 2024
1 parent a367f2e commit a7b2224
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ For more detail see the [Full Change Log](http://scalate.assembla.com/spaces/sca
[Scalate 1.2](http://scalate.fusesource.org/blog/releases/release-1-2.html), released 2010-07-30
----

* Scalate now supports the [Mustache](http://scalate.fusesource.org/documentation/mustache.html) template language which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js). Support for Mustache uses the same common Scalate API so it works with all the existing Scalate adapters such as servlets, [JAXRS](http://scalate.fusesource.org/documentation/jog.html), [Lift](http://scalate.fusesource.org/documentation/lift.html) or [Play](http://github.com/pk11/play-scalate) and [Apache Camel](http://camel.apache.org/scalate.html)
* Scalate now supports the [Mustache](http://scalate.fusesource.org/documentation/mustache.html) template language which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js). Support for Mustache uses the same common Scalate API so it works with all the existing Scalate adapters such as servlets, [JAXRS](http://scalate.fusesource.org/documentation/jog.html), [Lift](http://scalate.fusesource.org/documentation/lift.html) or [Play](http://github.com/pk11/play-scalate) and [Apache Camel](http://camel.apache.org/scalate.html)
* Scalate is [now built](http://scalate.assembla.com/spaces/scalate/tickets/70) on top of [Scala 2.8.0 final release](http://www.scala-lang.org/node/7009)
* [Scuery](http://scalate.fusesource.org/documentation/scuery.html) for jQuery style transformation of HTML or XHTML using CSS3 selectors
* the [console](http://scalate.fusesource.org/documentation/console.html) can be more easily reused in your application [without using WAR overlays](http://scalate.assembla.com/spaces/scalate/tickets/105) and templates can be loaded via the classloader to help make more modular web applications without relying on WAR overlays
Expand Down
4 changes: 2 additions & 2 deletions scalate-website/src/blog/releases/release-1.2.page
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ The following template languages are supported through the same common API:

* [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax) which is like a Scala version of [Velocity](http://velocity.apache.org/), JSP or Erb from Rails
* [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html) which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY markup
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)

All expressions inside [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax) and [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html) benefit from the full power and expressiveness of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.


**Scalate 1.2 Highlights**

* Scalate now supports the [Mustache](http://scalate.fusesource.org/documentation/mustache.html) template language which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js). Support for Mustache uses the same common Scalate API so it works with all the existing Scalate adapters such as servlets, [JAXRS](http://scalate.fusesource.org/documentation/jog.html), [Lift](http://scalate.fusesource.org/documentation/lift.html) or [Play](http://github.com/pk11/play-scalate) and [Apache Camel](http://camel.apache.org/scalate.html)
* Scalate now supports the [Mustache](http://scalate.fusesource.org/documentation/mustache.html) template language which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js). Support for Mustache uses the same common Scalate API so it works with all the existing Scalate adapters such as servlets, [JAXRS](http://scalate.fusesource.org/documentation/jog.html), [Lift](http://scalate.fusesource.org/documentation/lift.html) or [Play](http://github.com/pk11/play-scalate) and [Apache Camel](http://camel.apache.org/scalate.html)
* Scalate is [now built](http://scalate.assembla.com/spaces/scalate/tickets/70) on top of [Scala 2.8.0 final release](http://www.scala-lang.org/node/7009)
* [Scuery](http://scalate.fusesource.org/documentation/scuery.html) for jQuery style transformation of HTML or XHTML using CSS3 selectors
* the [console](http://scalate.fusesource.org/documentation/console.html) can be more easily reused in your application [without using WAR overlays](http://scalate.assembla.com/spaces/scalate/tickets/105) and templates can be loaded via the classloader to help make more modular web applications without relying on WAR overlays
Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.3.1.page
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following template languages are supported through the same common API:

* [Ssp](${uri("/documentation/ssp-reference.html#syntax")}) which is like a Scala version of [Velocity](http://velocity.apache.org/), JSP or Erb from Rails
* [Scaml](${uri("/documentation/scaml-reference.html")}) which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY markup along with the [Jade](${uri("/documentation/jade.html")}) syntax
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)

All expressions inside [Ssp](${uri("/documentation/ssp-reference.html#syntax")}), [Scaml](${uri("/documentation/scaml-reference.html")}) and [Jade](${uri("/documentation/jade.html")}) benefit from the full power and expressiveness of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.3.2.page
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following template languages are supported through the same common API:

* [Ssp](${uri("/documentation/ssp-reference.html#syntax")}) which is like a Scala version of [Velocity](http://velocity.apache.org/), JSP or Erb from Rails
* [Scaml](${uri("/documentation/scaml-reference.html")}) which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY markup along with the [Jade](${uri("/documentation/jade.html")}) syntax
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)

All expressions inside [Ssp](${uri("/documentation/ssp-reference.html#syntax")}), [Scaml](${uri("/documentation/scaml-reference.html")}) and [Jade](${uri("/documentation/jade.html")}) benefit from the full power and expressiveness of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.3.page
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following template languages are supported through the same common API:

* [Ssp](${uri("/documentation/ssp-reference.html#syntax")}) which is like a Scala version of [Velocity](http://velocity.apache.org/), JSP or Erb from Rails
* [Scaml](${uri("/documentation/scaml-reference.html")}) which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY markup along with the [Jade](${uri("/documentation/jade.html")}) syntax
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](${uri("/documentation/mustache.html")}) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)

All expressions inside [Ssp](${uri("/documentation/ssp-reference.html#syntax")}), [Scaml](${uri("/documentation/scaml-reference.html")}) and [Jade](${uri("/documentation/jade.html")}) benefit from the full power and expressiveness of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.4.0.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.4.1.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.5.0.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.5.1.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.5.2.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.5.3.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/blog/releases/release-1.6.1.page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following template languages are supported through the same common API:
markup along with the
[Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
* [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
which is a Scala dialect of [Mustache](http://mustache.github.com/) for
which is a Scala dialect of [Mustache](https://mustache.github.io/) for
logic-less templates which also work inside the browser using
[mustache.js](http://github.com/janl/mustache.js)

Expand Down
6 changes: 3 additions & 3 deletions scalate-website/src/documentation/_mustache.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Introduction

Scalate's Mustache is a Scala/Java implementation of the [Mustache](http://mustache.github.com/) template language.
Scalate's Mustache is a Scala/Java implementation of the [Mustache](https://mustache.github.io/) template language.

Mustache provides logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js) - so ideal for HTML templates which your designers own.

Expand Down Expand Up @@ -283,5 +283,5 @@ If you want just the children an element, create a section for it and use **{{_}

## Other Resources

* [Mustache reference](http://mustache.github.com/mustache.5.html)
* [Other Mustache implementations](http://mustache.github.com/)
* [Mustache reference](https://mustache.github.io/mustache.5.html)
* [Other Mustache implementations](https://mustache.github.io/)
4 changes: 2 additions & 2 deletions scalate-website/src/documentation/_user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Scalate is a template engine based on the Scala language.
* Supports multiple template syntaxes
* [SSP](ssp-reference.html) which is like [Velocity](http://velocity.apache.org/), JSP or Erb from Rails
* [Scaml](scaml-reference.html) which is a Scala dialect of [Haml](http://haml-lang.com/) along with the [Jade syntax](jade.html)
* [Mustache](mustache.html) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](mustache.html) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)

* Support for [layouts](#layouts) of templates and wiki markup
* Has a powerful [console](console.html) and [command line shell](tool.html) with Scalate converters for [JSP](jspConvert.html) or [HTML](htmlConvert.html)
Expand Down Expand Up @@ -108,7 +108,7 @@ For more details see the [Jade reference](jade.html)

### Mustache

The [Scalate Mustache](mustache.html) template language is a Scala dialect of cross-language [Mustache](http://mustache.github.com/) template engine for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js).
The [Scalate Mustache](mustache.html) template language is a Scala dialect of cross-language [Mustache](https://mustache.github.io/) template engine for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js).

Mustache is logic-less, using simple tags which can be used to represent loops, expressions or logical branching.

Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/documentation/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All the information you need to be become an expert with Scalate
# [Mustache](mustache.html)
td
:markdown
Reference for the [Mustache](http://mustache.github.com/) template language.
Reference for the [Mustache](https://mustache.github.io/) template language.
Mustache provides logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js) - so ideal for HTML templates

tr
Expand Down
2 changes: 1 addition & 1 deletion scalate-website/src/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Scalate is a [Scala 2.9 and 2.10](http://www.scala-lang.org) based <a href="http

Scalate supports the following template formats

* [Mustache](documentation/mustache.html) which is a Scala dialect of [Mustache](http://mustache.github.com/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Mustache](documentation/mustache.html) which is a Scala dialect of [Mustache](https://mustache.github.io/) for logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js)
* [Scaml](documentation/scaml-reference.html) which is a Scala dialect of [Haml](http://haml-lang.com/) and is very DRY for generating HTML / XHTML
* [Jade](documentation/jade.html) which is an even more DRY dialect of [Scaml](documentation/scaml-reference.html) for HTML / XHTML markup generation
* [SSP](documentation/ssp-reference.html) which is like [Velocity](documentation/ssp-reference.html#velocity_style_directives), JSP or Erb from Rails
Expand Down

0 comments on commit a7b2224

Please sign in to comment.