Skip to content

Commit 2deb96b

Browse files
committed
Switch dev.mavo.io to get.mavo.io
1 parent b569d65 commit 2deb96b

File tree

30 files changed

+54
-53
lines changed

30 files changed

+54
-53
lines changed

blog/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>
3939

4040
<div mv-app="blog"
4141
mv-storage="https://github.com/mavoweb/mavo.io/blog/posts.json" mv-github-commit-prefix="(Blog) "
42-
mv-plugins="markdown twitter">
42+
mv-plugins="markdown twitter github-pr">
4343
<section id="[id]" mv-multiple property="post">
4444
<h1 class="h1"><a href="/blog/[id]" property="title" mv-attribute="none">Post title</a></h1>
4545

blog/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>
3939

4040
<div mv-app="blog"
4141
mv-storage="https://github.com/mavoweb/mavo.io/blog/posts.json" mv-github-commit-prefix="(Blog) "
42-
mv-path="post/id=[url('blog')]" mv-plugins="markdown">
42+
mv-path="post/id=[url('blog')]" mv-plugins="markdown github-pr">
4343
<section class="blog-post">
4444
<header>
4545
<h1 class="h1"><span property="title">Post title</span></h1>

demos/color-picker/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>HSLA Color Picker</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/contacts/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<meta charset="utf-8" />
66
<title>My Contacts</title>
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css" />
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css" />
88
<link rel="stylesheet" href="style.css" />
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010

1111
</head>
1212
<body mv-app="contacts" mv-storage="local" class="mv-autoedit" vocab="http://schema.org/">

demos/decisions/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Decisions, Decisions</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/dice/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<meta charset="UTF-8">
66
<title>Dice!</title>
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
88
<link rel="stylesheet" href="style.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010

1111
</head>
1212
<body mv-app="dice" mv-mode="read">

demos/eshop/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>E-shop</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/foodie/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Foodie Log</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/homepage/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Editable Homepage</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/logo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Mavo logo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/lottery/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="UTF-8">
66
<title>Lottery</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
99
<link rel="stylesheet" href="style.css">
10-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
10+
<script src="https://get.mavo.io/mavo.js"></script>
1111

1212
</head>
1313
<body mv-app="lottery" mv-storage="local" mv-mode="edit" mv-autosave="0">

demos/mortgage/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Mortgage Calculator</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/portfolio/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="UTF-8">
66
<title>Artist Portfolio</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
<link rel="stylesheet" href="style.css">
1111

1212
</head>

demos/shopping/index-start.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Shopping list</title>
6-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
6+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
77
<link rel="stylesheet" href="style.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
</head>
1010
<body mv-app="shopping" mv-storage="local">
1111
<fieldset>

demos/shopping/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="UTF-8">
66
<title>Shopping list</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
99
<link rel="stylesheet" href="style.css">
10-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
10+
<script src="https://get.mavo.io/mavo.js"></script>
1111

1212
</head>
1313
<body mv-app="shopping" mv-storage="local">

demos/stopwatch/index-start.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Stopwatch</title>
6-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
6+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
77
<link rel="stylesheet" href="style.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<script src="../../../sitewide.js"></script>
1010
</head>
1111
<body mv-app="stopwatch" class="[if(running, 'running')]" mv-mode="read">

demos/stopwatch/index-start0.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Stopwatch</title>
6-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
6+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
77
<link rel="stylesheet" href="style.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<script src="../../../sitewide.js"></script>
1010
</head>
1111
<body mv-app="stopwatch" class="[if(running, 'running')]" mv-mode="read">

demos/stopwatch/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Stopwatch</title>
6-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
6+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
77
<link rel="stylesheet" href="style.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<script src="../../../sitewide.js"></script>
1010
</head>
1111
<body mv-app="stopwatch" class="[if(running, 'running')]" mv-mode="read">

demos/svgpath/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<meta charset="UTF-8">
66
<title>SVG &lt;path> builder</title>
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<link rel="stylesheet" href="style.css">
1010

1111
</head>

demos/talks/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<title>Talks list</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="https://lea.verou.me/wp-content/themes/elegant/style.css" />
9-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
10-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
9+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
10+
<script src="https://get.mavo.io/mavo.js"></script>
1111
<link rel="stylesheet" href="style.css">
1212

1313
</head>

demos/todo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<meta charset="UTF-8">
66
<title>To-Do List</title>
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<link rel="stylesheet" href="style.css">
1010

1111
</head>

demos/turtle/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<meta charset="UTF-8">
66
<title>Turtle</title>
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
<link rel="stylesheet" href="style.css">
1010

1111
</head>

demos/words/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="UTF-8">
66
<title>Word game!</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
8+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
99
<link rel="stylesheet" href="style.css">
10-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
10+
<script src="https://get.mavo.io/mavo.js"></script>
1111

1212
</head>
1313
<body mv-app="words" mv-bar="none">

docs/api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body class="language-javascript" mv-app="api"
1818
mv-storage="https://github.com/mavoweb/mavo.io/docs/api/api.json"
19-
mv-plugins="markdown" mv-github-commit-prefix="(API) ">
19+
mv-plugins="markdown github-pr" mv-github-commit-prefix="(API) ">
2020

2121
<header>
2222
<h1 class="logo">

docs/functions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body class="language-javascript" mv-app="functions"
1818
mv-storage="https://github.com/mavoweb/mavo.io/docs/functions/functions.json"
19-
mv-plugins="markdown" mv-github-commit-prefix="(Function Docs) ">
19+
mv-plugins="markdown github-pr" mv-github-commit-prefix="(Function Docs) ">
2020

2121
<header>
2222
<h1 class="logo">

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515

1616

17-
<body class="language-markup" mv-app="docs" mv-storage="https://github.com/mavoweb/mavo.io/docs/index.json" mv-plugins="markdown" mv-github-commit-prefix="(Docs) ">
17+
<body class="language-markup" mv-app="docs" mv-storage="https://github.com/mavoweb/mavo.io/docs/index.json" mv-plugins="markdown github-pr" mv-github-commit-prefix="(Docs) ">
1818

1919

2020
<header>

docs/page/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616

1717
<body class="language-[language] page-[url('docs')]" mv-app="docs"
18-
mv-storage="https://github.com/mavoweb/mavo.io/docs/docs.json" mv-source="/docs/docs.json"
18+
mv-storage="https://github.com/mavoweb/mavo.io/docs/docs.json" mv-source="/docs/docs.json"
19+
mv-plugins="github-pr"
1920
mv-github-commit-prefix="([url('docs')] docs) "
2021
mv-path="page/id=[url('docs')]">
2122

faq/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="logo">
3434

3535
<h2>FAQ</h2>
3636

37-
<div mv-app="faq" mv-storage="https://github.com/mavoweb/mavo.io/faq/questions.json" mv-plugins="markdown">
37+
<div mv-app="faq" mv-storage="https://github.com/mavoweb/mavo.io/faq/questions.json" mv-plugins="markdown github-pr">
3838
<section id="[id]" mv-multiple property="questions">
3939
<h1 class="h1"><a href="#[id]" property="question" mv-attribute="none">Question</a></h1>
4040

studies/timer/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="UTF-8">
55
<title>Task timer</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
7+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
88
<link rel="stylesheet" href="style.css">
9-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
9+
<script src="https://get.mavo.io/mavo.js"></script>
1010
</head>
1111
<body mv-app="stopwatch" class="[if(running, 'running')] if(start > 0, 'started')" mv-mode="read">
1212
<meta property="running">

studies/uist2018/people/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>People</title>
6-
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
6+
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
77
<link rel="stylesheet" href="style.css">
8-
<script src="https://dev.mavo.io/dist/mavo.js"></script>
8+
<script src="https://get.mavo.io/mavo.js"></script>
99
</head>
1010
<body mv-app="people" mv-storage="https://github.com/mavoweb/test/data/people.json">
1111
<h1>People</h1>

0 commit comments

Comments
 (0)