-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (140 loc) · 6.38 KB
/
index.html
1
2
3
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<!-- Copyright (C) 2023 Mateus de Lima Oliveira -->
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="betula, lang, programming, language"/>
<meta name="author" content="Mateus de Lima Oliveira"/>
<meta name="description" content="Betula is a programming language with XML syntax"/>
<title>Betula programming language</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://pollen-lang.org/" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5MFMNYV172"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5MFMNYV172');
</script>
<!-- Google Ads -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9476237826538909"></script>
<link rel="icon" type="image/svg+xml" href="pollen.svg">
<link rel="stylesheet" href="foundation/6.7.5/css/foundation.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
</head>
<body>
<div class="title-bar">
<div class="title-bar-left">
</div>
<div class="title-bar-title">
<img src="https://pollen-lang.org/pollen-social-card.svg" alt="Betula" style="height: 4em;">
</div>
<div class="title-bar-right">
<select style="width: 4em;" onchange="if (this.options[this.selectedIndex].value) {window.location.href = this.options[this.selectedIndex].value}">
<option selected="selected" value="index.html">🇺🇸</option>
<option value="index.pt.html">🇧🇷</option>
</select>
<button class="menu-icon" type="button" data-open="betula-canvas-menu"></button>
</div>
</div>
<div class="off-canvas-wrapper">
<div id="betula-canvas-menu" class="off-canvas position-left" id="offCanvas" data-off-canvas data-content-id="betula-canvas-content" data-nested="true">
<button class="close-button" aria-label="Close menu" type="button" data-close>
<span aria-hidden="true">×</span>
</button>
<ul class="mobile-ofc vertical menu">
<li>
<a href="/">
<img src="https://pollen-lang.org/pollen.svg" style="height: 2em;"/>
Betula
</a>
</li>
<li>
<ol>
<li>
<a href="playground.html">Playground</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
</ol>
</li>
</ul>
</div>
<div id="betula-canvas-content" class="off-canvas-content" data-off-canvas-content>
<div class="grid-container">
<div class="grid-x grid-margin-xy">
<div class="medium-2 cell">
<img src="pollen.svg"/>
</div>
</div>
<div class="grid-x grid-margin-xy">
<div class="large-6 cell">
<h1>Betula programmming language</h1>
<p>
A <a href="https://en.wikipedia.org/wiki/Programming_language">programming language</a> with <a href="https://en.wikipedia.org/wiki/XML">XML</a> syntax. <a href="https://en.wikipedia.org/wiki/Scripting_language">Scripts</a> are a series of complex instructions provided by the <a href="https://en.wikipedia.org/wiki/Runtime_library">runtime</a>. New <a href="https://www.w3schools.com/xml/xml_elements.asp">XML element tags</a> can be added to the runtime by using general purpose <a href="https://en.wikipedia.org/wiki/Plug-in_(computing)">plug-ins</a>.
</p>
<p>
An <a href="https://en.wikipedia.org/wiki/Web_template_system">HTML template</a> is an HTML model. Templates are preformatted HTML in which text or image content can be inserted into. Most modern template languages have some form of programming in them. Betula also does that but it reuses the XML <a href="https://en.wikipedia.org/wiki/Syntax_(programming_languages)">systax</a> for that, without having to create a whole new syntax. Therefore new programmers can feel familiarized with the Betula language right on the beggining of learning on how to code on it.
</p>
</div>
<div class="large-2 cell"></div>
<div class="large-4 cell">
<h2>Download</h2>
<p>
Betula is <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">free and open source</a> software.
</p>
<p>
<a href="https://github.com/ativarsoft/betula/">
<img src="pollen-social-card.svg" alt="Betula source code">
</a>
</p>
<p>
<a href="https://github.com/ativarsoft/betula/releases">
Download
</a>
</p>
<p>
<a href="playground.html">Playground</a>
</p>
<p>
<a href="https://hub.docker.com/u/ativarsoft">Docker</a>
</p>
</div>
</div>
<div class="grid-x grid-margin-xy">
<div class="cell">
<br/>
</div>
</div>
<hr>
<footer>
<div class="grid-x grid-margin-y expanded">
<div class="medium-6 cell">
<ul class="menu">
<li><a href="https://pollen-lang.org">Start page</a></li>
<li><a href="https://github.com/ativarsoft/betula/">GitHub</a></li>
</ul>
</div>
<div class="medium-6 cell">
<ul class="menu align-right">
<li class="menu-text">Copyright © 2023 Mateus de Lima Oliveira</li>
</ul>
</div>
</div>
</footer>
</div> <!-- grid container -->
</div> <!-- canvas content -->
</div> <!-- canvas wrapper -->
<script src="foundation/6.7.5/js/vendor/jquery.js"></script>
<script src="foundation/6.7.5/js/vendor/what-input.js"></script>
<script src="foundation/6.7.5/js/vendor/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<script>hljs.highlightAll();</script>
</body>
</html>