Skip to content

Commit 5922fdb

Browse files
committed
update book
0 parents  commit 5922fdb

File tree

242 files changed

+100085
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+100085
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
devguide.ropensci.org

approval2template.html

Lines changed: 832 additions & 0 deletions
Large diffs are not rendered by default.

authors-guide.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<link rel="alternate" hreflang="en" href="https://devguide.ropensci.org/authors-guide.html" />
5+
<link rel="alternate" hreflang="es" href="https://devguide.ropensci.org/es/authors-guide.es.html" />
6+
<link rel="alternate" hreflang="pt" href="https://devguide.ropensci.org/pt/authors-guide.pt.html" />
7+
<script type="text/javascript">
8+
var redirects = {"":"softwarereview_author.html"};
9+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
10+
var redirect = redirects[hash] || redirects[""] || "/";
11+
window.document.title = 'Redirect to ' + redirect;
12+
if (!redirects[hash]) {
13+
redirect = redirect + window.location.hash;
14+
}
15+
redirect = redirect + window.location.search;
16+
window.location.replace(redirect);
17+
</script>
18+
</head>
19+
<body>
20+
</body>
21+
</html>

booknews.html

Lines changed: 1029 additions & 0 deletions
Large diffs are not rendered by default.

bookreleaseissue.html

Lines changed: 862 additions & 0 deletions
Large diffs are not rendered by default.

bot_cheatsheet.html

Lines changed: 995 additions & 0 deletions
Large diffs are not rendered by default.

building.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<link rel="alternate" hreflang="en" href="https://devguide.ropensci.org/building.html" />
5+
<link rel="alternate" hreflang="es" href="https://devguide.ropensci.org/es/building.es.html" />
6+
<link rel="alternate" hreflang="pt" href="https://devguide.ropensci.org/pt/building.pt.html" />
7+
<script type="text/javascript">
8+
var redirects = {"":"pkg_building.html"};
9+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
10+
var redirect = redirects[hash] || redirects[""] || "/";
11+
window.document.title = 'Redirect to ' + redirect;
12+
if (!redirects[hash]) {
13+
redirect = redirect + window.location.hash;
14+
}
15+
redirect = redirect + window.location.search;
16+
window.location.replace(redirect);
17+
</script>
18+
</head>
19+
<body>
20+
</body>
21+
</html>

changing-maintainers.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<link rel="alternate" hreflang="en" href="https://devguide.ropensci.org/changing-maintainers.html" />
5+
<link rel="alternate" hreflang="es" href="https://devguide.ropensci.org/es/changing-maintainers.es.html" />
6+
<link rel="alternate" hreflang="pt" href="https://devguide.ropensci.org/pt/changing-maintainers.pt.html" />
7+
<script type="text/javascript">
8+
var redirects = {"":"maintenance_changing_maintainers.html"};
9+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
10+
var redirect = redirects[hash] || redirects[""] || "/";
11+
window.document.title = 'Redirect to ' + redirect;
12+
if (!redirects[hash]) {
13+
redirect = redirect + window.location.hash;
14+
}
15+
redirect = redirect + window.location.search;
16+
window.location.replace(redirect);
17+
</script>
18+
</head>
19+
<body>
20+
</body>
21+
</html>

ci.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<link rel="alternate" hreflang="en" href="https://devguide.ropensci.org/ci.html" />
5+
<link rel="alternate" hreflang="es" href="https://devguide.ropensci.org/es/ci.es.html" />
6+
<link rel="alternate" hreflang="pt" href="https://devguide.ropensci.org/pt/ci.pt.html" />
7+
<script type="text/javascript">
8+
var redirects = {"":"pkg_ci.html"};
9+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
10+
var redirect = redirects[hash] || redirects[""] || "/";
11+
window.document.title = 'Redirect to ' + redirect;
12+
if (!redirects[hash]) {
13+
redirect = redirect + window.location.hash;
14+
}
15+
redirect = redirect + window.location.search;
16+
window.location.replace(redirect);
17+
</script>
18+
</head>
19+
<body>
20+
</body>
21+
</html>

collaboration.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<link rel="alternate" hreflang="en" href="https://devguide.ropensci.org/collaboration.html" />
5+
<link rel="alternate" hreflang="es" href="https://devguide.ropensci.org/es/collaboration.es.html" />
6+
<link rel="alternate" hreflang="pt" href="https://devguide.ropensci.org/pt/collaboration.pt.html" />
7+
<script type="text/javascript">
8+
var redirects = {"":"maintenance_collaboration.html"};
9+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
10+
var redirect = redirects[hash] || redirects[""] || "/";
11+
window.document.title = 'Redirect to ' + redirect;
12+
if (!redirects[hash]) {
13+
redirect = redirect + window.location.hash;
14+
}
15+
redirect = redirect + window.location.search;
16+
window.location.replace(redirect);
17+
</script>
18+
</head>
19+
<body>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)