Skip to content

Commit 5d15616

Browse files
committed
Announce that migration to GitHub has been completed
1 parent 8483a1d commit 5d15616

File tree

4 files changed

+35
-5
lines changed

4 files changed

+35
-5
lines changed

docs/en/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ fun f x = ignore (puts (#b x))
1515
val _ = f {a = "Hi", b = "Hello"}
1616
val _ = f {b = "World", c = "SML#"}
1717
```
18-
19-
Currently, we are working on migration to GitHub.
20-
[Visit old SML# website in Tohoku University](https://www.pllab.riec.tohoku.ac.jp/smlsharp/)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "GitHub migration completed"
3+
translated: true
4+
---
5+
6+
We are pleased to announce that we have completed migration to GitHub!
7+
8+
From now on, we will develop SML# by using public repositories on GitHub and
9+
offer information from this website (GitHub Pages).
10+
We will use GitHub Issues, Pull requests, and Discussions as the primary
11+
channel for communiction between developers and users.
12+
See the [development] page for details.
13+
The [previous website] and mail address we used are still available for a while.
14+
15+
During the migration process, we made "force push" over and over again.
16+
If you forked or cloned a repository in the [smlsharp organization] before
17+
6 Apr 2021, please fork or clone again.
18+
19+
[smlsharp organization]: https://github.com/smlsharp
20+
[previous website]: https://www.pllab.riec.tohoku.ac.jp/smlsharp/
21+
[development]: ../../development/index.md

docs/ja/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ fun f x = ignore (puts (#b x))
1111
val _ = f {a = "Hi", b = "Hello"}
1212
val _ = f {b = "World", c = "SML#"}
1313
```
14-
15-
現在GitHubへの移行作業中です。[東北大学の旧SML# Webサイトを見る](https://www.pllab.riec.tohoku.ac.jp/smlsharp/ja/)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "GitHubへの移行が完了しました"
3+
translated: true
4+
---
5+
6+
SML#プロジェクトのGitHubへの移行が完了しました。
7+
8+
今後はGitHub上の公開リポジトリでSML#の開発を行い、このWebサイト(GitHub Pages)で情報を発信していきます。また、GitHub Issues、Pull requests、Discussionsが、SML#開発チームと連絡を取るチャネルとなります。詳しくは[開発]のページをご覧ください。[これまでのWebサイト]やメールアドレスも暫くの間は有効です。
9+
10+
移行作業中は色々と試行錯誤を重ね、幾度となくforce pushを行いました。2021年4月6日以前に[smlsharp organization]のリポジトリをforkまたはcloneした方がいらっしゃいましたら、再度forkまたはcloneをお願いいたします。
11+
12+
[smlsharp organization]: https://github.com/smlsharp
13+
[これまでのWebサイト]: https://www.pllab.riec.tohoku.ac.jp/smlsharp/ja/
14+
[開発]: ../../development/index.md

0 commit comments

Comments
 (0)