-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (73 loc) · 3.78 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
<html itemscope itemtype="http://schema.org/Organization">
<head>
<meta itemprop="name" content="Belenix - innovating on Illumos">
<meta itemprop="description" content="Belenix is an innovative distro based on the Illumos kernel, with a focus on stability, speed, and customizability.">
<meta itemprop="image" content="http://www.belenix.org/images/Belenix_logo.png">
<title>
Belenix - innovating on illumos
</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29890000-1']);
_gaq.push(['_setDomainName', 'belenix.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<center>
<img src="images/Belenix_logo.png">
<br>
The Belenix project is being revived. There are many innovations that other Illumos family members have come up with, and we're excite to be part of it all.
</br>
<br>
Over the next few weeks, we will be rebuilding the belenix website and online presence. As we figure out our mailing groups, set up a mediawiki based website, etc, we'll keep this page updated.
<br>
<br>
Meanwhile, you can track our <a href="http://trello.com/belenix">project planning and progress</a>.
<br>
<br>
Twitter: <a href="http://www.twitter.com/belenix">@belenix</a>
<br>
<br>
Email: sriram at belenix dot org (Temporarily not working)
<br>
Email: sriramnrn at gmail.com (Temporary alternative)
<br>
<a href="https://github.com/belenix/belenix.github.com">Website source code at github </a>
<br>
<br>
<a href="http://www.mail-archive.com/[email protected]/">Archives of Belenix General Discussions </a>
<a href="http://www.mail-archive.com/[email protected]/">Archives of Belenix Development Discussions </a>
</br>
</br>
We want to thank community members Al Hopper and Michael Kosarev, who have hosted the Belenix project and provided build servers in the past.
<br>
</center>
<br>
<center>
<g:plusone annotation="inline"></g:plusone>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Belenix is an innovative distro based on the Illumos kernel, with a focus on stability, speed, and customizability." data-hashtags="belenix">Tell others</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<a href="https://twitter.com/belenix" class="twitter-follow-button" data-show-count="false">Follow @belenix</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
</body>
</html>