Skip to content

Commit

Permalink
updated: prefer the https protocol for our official site
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed May 13, 2018
1 parent d94b612 commit 3b785e0
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Riot Examples

This is a series of examples designed to showcase the benefits of adopting [Riot](http://riot.js.org). It is made possible by the Riot open source community.
This is a series of examples designed to showcase the benefits of adopting [Riot](https://riot.js.org). It is made possible by the Riot open source community.

**Note**: These examples are basically tested on the latest version of Riot. [Check the older examples here](https://github.com/riot/examples/tree/v2.6.x) for v2.

Expand All @@ -12,23 +12,23 @@ We have several examples to choose from; each one demonstrates different aspects

Example | | |
:-- | :-- | :--
Timer | [Source](timer) | [Demo](http://riot.js.org/examples/plunker/?app=timer)
Todo | [Source](todo-app) | [Demo](http://riot.js.org/examples/plunker/?app=todo-app)
Todo (pre-compiled) | [Source](todo-app-precompiled) | [Demo](http://riot.js.org/examples/todo-app-precompiled/)
Live filtering | [Source](live-filtering) | [Demo](http://riot.js.org/examples/plunker/?app=live-filtering)
Mixins | [Source](mixins) | [Demo](http://riot.js.org/examples/plunker/?app=mixins)
Observables | [Source](observables) | [Demo](http://riot.js.org/examples/plunker/?app=observables)
Router - Page switcher | [Source](router-page-switcher) | [Demo](http://riot.js.org/examples/plunker/?app=router-page-switcher)
Animated list reordering | [Source](animated-list-reordering) | [Demo](http://riot.js.org/examples/plunker/?app=animated-list-reordering)
Live Ajax Search | [Source](live-ajax-search) | [Demo](http://riot.js.org/examples/plunker/?app=live-ajax-search)
Timer | [Source](timer) | [Demo](https://riot.js.org/examples/plunker/?app=timer)
Todo | [Source](todo-app) | [Demo](https://riot.js.org/examples/plunker/?app=todo-app)
Todo (pre-compiled) | [Source](todo-app-precompiled) | [Demo](https://riot.js.org/examples/todo-app-precompiled/)
Live filtering | [Source](live-filtering) | [Demo](https://riot.js.org/examples/plunker/?app=live-filtering)
Mixins | [Source](mixins) | [Demo](https://riot.js.org/examples/plunker/?app=mixins)
Observables | [Source](observables) | [Demo](https://riot.js.org/examples/plunker/?app=observables)
Router - Page switcher | [Source](router-page-switcher) | [Demo](https://riot.js.org/examples/plunker/?app=router-page-switcher)
Animated list reordering | [Source](animated-list-reordering) | [Demo](https://riot.js.org/examples/plunker/?app=animated-list-reordering)
Live Ajax Search | [Source](live-ajax-search) | [Demo](https://riot.js.org/examples/plunker/?app=live-ajax-search)

## Advanced

Example | | |
:-- | :-- | :--
ES6 | [Source](es6) | [Demo](http://riot.js.org/examples/plunker/?app=es6)
Pre-process LESS | [Source](pre-process-less) | [Demo](http://riot.js.org/examples/plunker/?app=pre-process-less)
Router - Complex | [Source](router-complex) | [Demo](http://riot.js.org/examples/plunker/?app=router-complex)
ES6 | [Source](es6) | [Demo](https://riot.js.org/examples/plunker/?app=es6)
Pre-process LESS | [Source](pre-process-less) | [Demo](https://riot.js.org/examples/plunker/?app=pre-process-less)
Router - Complex | [Source](router-complex) | [Demo](https://riot.js.org/examples/plunker/?app=router-complex)
Router - History API | [Source](router-history-api) |
Webpack | [Source](webpack) |
Rollup | [Source](rollup) |
Expand All @@ -39,15 +39,15 @@ GraphQL | [Source](graphql) |

Example | | |
:-- | :-- | :--
If, then, elseif | [Source](if-else-elseif) | [Demo](http://riot.js.org/examples/plunker/?app=if-else-elseif)
If, then, elseif | [Source](if-else-elseif) | [Demo](https://riot.js.org/examples/plunker/?app=if-else-elseif)

## Contribute

If you have an example that you think others could benefit from and you'd like to share it please read the [contributing guidelines](CONTRIBUTING.md) and submit a PR.

## Bugs

If you find something that isn't expected please [raise an issue](https://github.com/riot/examples/issues) and we'll get on it. To make it easier to debug please use the [Bug Reporter](http://riot.js.org/examples/plunker/?app=bug-reporter).
If you find something that isn't expected please [raise an issue](https://github.com/riot/examples/issues) and we'll get on it. To make it easier to debug please use the [Bug Reporter](https://riot.js.org/examples/plunker/?app=bug-reporter).


[travis-image]:https://img.shields.io/travis/riot/examples.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion animated-list-reordering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It uses [flipjs](https://github.com/GoogleChrome/flipjs) by [Paul Lewis](https:/

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=animated-list-reordering)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=animated-list-reordering)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion bug-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This is a template for bug reporting.

## How to report

1. [Open this template on Plunker](http://riot.js.org/examples/plunker/?app=bug-reporter)
1. [Open this template on Plunker](https://riot.js.org/examples/plunker/?app=bug-reporter)
2. Edit & save
3. Share the url
4 changes: 2 additions & 2 deletions color-palette/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This is an example for showing how to create custom form element.
- it fires `onchange` event like `<input>` element


Some mixins are registered [globally](http://riot.js.org/guide/#global-mixins) in it. Check the detail here:
Some mixins are registered [globally](https://riot.js.org/guide/#global-mixins) in it. Check the detail here:
- [syncEvent](https://github.com/cognitom/riot-mixin-pack/tree/master/sync-event)
- [domEvent](https://github.com/cognitom/riot-mixin-pack/tree/master/dom-event)

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=color-palette)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=color-palette)

## Run locally

Expand Down
4 changes: 2 additions & 2 deletions es6/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ES6

This demonstrates [how to use ES6 in your tags](http://riot.js.org/guide/compiler/#pre-processors) using the in-browser compiler.
This demonstrates [how to use ES6 in your tags](https://riot.js.org/guide/compiler/#pre-processors) using the in-browser compiler.

If you use ES6, TypeScript, CoffeeScript, or any JavaScript pre-processor, **it will override the one built in to Riot**.

Expand All @@ -22,7 +22,7 @@ this.getMessage = () => { ... }

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=es6)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=es6)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion if-else-elseif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is an example for showing how to create logic brocks.

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=if-else-elseif)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=if-else-elseif)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion live-ajax-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example showing how it's simple to create a live ajax search. T

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=live-ajax-search)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=live-ajax-search)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion live-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a live editor for Riot tag.

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=live-editor)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=live-editor)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion live-filtering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a live filtering example. The UI can interact with user's inputs in real

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=live-filtering)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=live-filtering)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion mixins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example for showing how to use Riot Mixins to share functionali

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=mixins)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=mixins)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion observables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example for showing how to use Riot Observables to communicate

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=observables)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=observables)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion plunker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a tool to send code to Plunker.
Open the url like this:

```
http://riot.js.org/examples/plunker/?app=todo-app
https://riot.js.org/examples/plunker/?app=todo-app
```

To work with this tool, follow the example folder. The `plunker.json` file
Expand Down
4 changes: 2 additions & 2 deletions pre-process-less/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Pre-process LESS

This demonstrates [how to define your own CSS pre-processor](http://riot.js.org/guide/compiler/#any-language) using the in-browser compiler.
This demonstrates [how to define your own CSS pre-processor](https://riot.js.org/guide/compiler/#any-language) using the in-browser compiler.

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=pre-process-less)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=pre-process-less)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion riot-config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to use riot.config.js

This is an example for showing how to use [riot.config.js](http://riot.js.org/guide/compiler/#es6-config-file). It also an example with bublé and cssnext:
This is an example for showing how to use [riot.config.js](https://riot.js.org/guide/compiler/#es6-config-file). It also an example with bublé and cssnext:

- bublé: https://buble.surge.sh
- cssnext: http://cssnext.io
Expand Down
2 changes: 1 addition & 1 deletion router-complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a relatively complex example for showing how to use Riot Router to handl

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=router-complex)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=router-complex)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion router-page-switcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example for showing how to use Riot Router to handle the URL.

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=router-page-switcher)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=router-page-switcher)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion timer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simplest timer example on [README](https://github.com/riot/riot#tag-de

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=timer)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=timer)

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion todo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example with in-browser compilation.

## Have a play

[Open this example on Plunker](http://riot.js.org/examples/plunker/?app=todo-app)
[Open this example on Plunker](https://riot.js.org/examples/plunker/?app=todo-app)

## Run locally

Expand Down

0 comments on commit 3b785e0

Please sign in to comment.