Overview
Comment: | Add link to article about name change, change twitter link. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b8b8261e2163c8c73d7bedca9fe7bc99 |
User & Date: | robin.hansen on 2021-02-22 09:14:48 |
Other Links: | manifest | tags |
Context
2021-04-12
| ||
10:39 | Remove reference to Discord, add reference to Zulip. Leaf check-in: 1882a84775 user: robin.hansen tags: trunk | |
2021-02-22
| ||
09:14 | Add link to article about name change, change twitter link. check-in: b8b8261e21 user: robin.hansen tags: trunk | |
2021-02-20
| ||
11:26 | Prepare for upcoming name change. check-in: 1ed4ceb2a4 user: robin.hansen tags: trunk | |
Changes
Modified src/index.html from [f058db843c] to [f44318b733].
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
..
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<title>Play</title> <link rel="stylesheet" href="index.css"> </head> <body> <header> <div id="header-content"> <div id="rename-info">This project is being renamed. Read more <a href="" title="Read about renaming of project">here</a>.</div> <nav> <h1> <span class="big">Play</span> <span class="small">alpha 1</span> </h1> <ul> <li><a title="Get caught up on the latest news" href="https://fossils.play-lang.dev/compiler/timeline?udc=1&ss=m&n=10&y=e&advm=0">News</a></li> <li><a title="" href="https://fossils.play-lang.dev/community">Forum</a></li> <li><a title="" href="https://fossils.play-lang.dev">Source</a></li> </ul> </nav> <h2>A small, portable language, for making reliable applications</h2> <ul> <li>You can learn the syntax and semantics in an afternoon</li> ................................................................................ <p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p> </main> <footer> <ul> <li>© 2020-2021 Robin Heggelund Hansen</li> <li>Twitter: <a href="https://twitter.com/playlanguage" title="Play's twitter profile" target="_blank">@playlanguage</a></li> <li><a href="https://discord.com/invite/hGxUb8pQ3b" title="Play's discord channel" target="_blank">Discord</a></li> </ul> </footer> </body> </html> |
|
|
|
|
|
|
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
..
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<title>Play</title> <link rel="stylesheet" href="index.css"> </head> <body> <header> <div id="header-content"> <div id="rename-info">This project is being renamed. Read more <a href="https://fossils.play-lang.dev/compiler/technote/2c86a090f4e1efb80b3b851e15a0eaf1c1c49479" title="Read about renaming of project">here</a>.</div> <nav> <h1> <span class="big">Play</span> <span class="small">alpha 1</span> </h1> <ul> <li><a title="Get caught up on the latest news" href="https://fossils.play-lang.dev/compiler/timeline?udc=1&ss=m&n=10&y=e&advm=0">News</a></li> <li><a title="Join the discussion" href="https://fossils.play-lang.dev/community">Forum</a></li> <li><a title="Access the source code" href="https://fossils.play-lang.dev">Source</a></li> </ul> </nav> <h2>A small, portable language, for making reliable applications</h2> <ul> <li>You can learn the syntax and semantics in an afternoon</li> ................................................................................ <p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p> </main> <footer> <ul> <li>© 2020-2021 Robin Heggelund Hansen</li> <li><a href="https://twitter.com/stabellanguage" title="Stabel's twitter profile" target="_blank">Twitter</a></li> <li><a href="https://discord.com/invite/hGxUb8pQ3b" title="Stabel's discord channel" target="_blank">Discord</a></li> </ul> </footer> </body> </html> |