Skip to content

Commit cac2d74

Browse files
committed
update book
0 parents  commit cac2d74

File tree

156 files changed

+65693
-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.

156 files changed

+65693
-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: 841 additions & 0 deletions
Large diffs are not rendered by default.

authors-guide.html

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

booknews.html

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

bookreleaseissue.html

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

bot_cheatsheet.html

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

building.html

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

changing-maintainers.html

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

ci.html

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

collaboration.html

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

0 commit comments

Comments
 (0)