-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.xhtml
161 lines (148 loc) · 11.3 KB
/
index.xhtml
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>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US-x-Hixie">
<head>
<meta charset="utf-8"/>
<meta name="description" content="The ΩF:∅ Working Group is an open-source technology consortium that aims to develop useful, high-quality, free, and open-source software and technology for any range of purposes."/>
<title>ΩF:∅ Open Source Working Group</title>
<meta name="viewport" content="width=device-width"/>
<meta name="theme-color" content="#000000"/>
<link rel="stylesheet" type="text/css" href="css/global.css"/>
<link rel="stylesheet" type="text/css" href="avatars.css"/>
</head>
<body>
<header>
<h1 class="logo oftn"><span class="oftn-strong">ΩF:∅</span> OSWG</h1>
<p class="tagline">The league of open-source technology beaux esprits.</p>
<div id="links">
<ul>
<li><a href="https://oftn-oswg.tumblr.com"><span class="oftn"><span class="oftn-strong">ΩF:∅</span> OSWG</span> Blog</a></li>
<li><a href="https://github.com/oftn-oswg">Source Code</a></li>
</ul>
</div>
</header>
<div id="container">
<div id="contents">
<div class="panel" id="about">
<div class="panel-inner">
<h2>About</h2>
<h3>What are we?</h3>
<p>The <a href="https://github.com/oftn-oswg" class="oftn"><span class="oftn-strong">ΩF:∅</span> Open Source Working Group</a> is an open-source technology consortium that aims to develop useful, high-quality, free, and open-source software and technology to bring the future closer to home.</p>
<h3>What’s our focus?</h3>
<p>Many of our members are focused on web technologies, but you find quite a wide range of software. Our members are familiar with languages as popular as JavaScript, Ruby, and C, as well as Haskell, Erlang, and Go. Our software should exceed the quality of any open or commercial software around. Programming the best is a goal that can never be reached but we are closer each day.</p>
<h3>Our name</h3>
<p><span class="oftn">ΩF:∅</span> is pronounced like the word <em>often</em>. However, the meaning behind the characters is secret; if you’re resourceful enough you can figure it out.</p>
<h3>Visit us</h3>
<p>We're always chatting in <a href="irc://irc.freenode.net/#oftn">#oftn</a> on the <a href="https://freenode.net/">Freenode IRC network</a>, so feel free to stop by. Also check out the <a href="https://talk.oftn.org">Mumble server</a> that we use for voice chat.</p>
</div>
</div>
<div class="panel" id="projects">
<div class="panel-inner">
<h2>Projects</h2>
<h3>Active projects</h3>
<p>We are committed to the open-source philosophy. Every bit of our software is available to inspect and modify freely and can be found hosted with the wonderful <a href="https://github.com/oftn-oswg">GitHub</a> service.</p>
<dl>
<dt><a href="https://github.com/oftn-oswg/zerodrop">Zerodrop</a></dt>
<dd>
<p>Zerodrop is a stealth malware dropper written in Go with a powerful web UI, supporting target geofencing, datacenter URL scanner exclusion, blacklist training, manual blacklisting/whitelisting, and advanced payload configuration. </p>
</dd>
<dt><a href="https://github.com/oftn-oswg/core-estimator">Core Estimator</a></dt>
<dd>
<p>Core Estimator is a JavaScript library for the browser which is designed to help find the optimum number of web workers to use in parallel by taking advantage of timing. View our <a href="projects/core-estimator/demo/">live demo</a>.</p>
</dd>
<dt><a href="https://github.com/oftn-oswg/oftn-bot">oftn-bot</a></dt>
<dd>
<p>State-of-the-art IRC bot library and bot for Node.js. Try oftn-bot in <a href="irc://irc.freenode.net/#oftn">#oftn on irc.freenode.net</a>.</p>
</dd>
</dl>
<h3>Inactive projects</h3>
<dl>
<dt><a href="https://github.com/oftn-oswg/lic">lic</a></dt>
<dd>
<p>lic (pronounced like lick) is an experimental and new IRC client and framework. It consists of a central hub which maintains persistent connections and attachable clients which serve as an interface to the hub. It is based on Node.js which allows you to access all of the standard API along with lic’s easy to use API.</p>
</dd>
<dt><a href="https://github.com/oftn-oswg/l10n.js">l10n.js</a></dt>
<dd>
<p>l10n.js is a JavaScript library that enables passive localization through native JavaScript methods, gracefully degrading if the library is not present. You can make Ajax applications, JavaScript libraries, etc. that can be localized but not require l10n.js to function. There is already a placeholder method for all API calls as specified in the ECMAScript specification and is present in all JavaScript engines, so when l10n.js isn’t present, your application works fine. Visit the <a href="http://purl.eligrey.com/l10n.js/demo">online demo</a> to see l10n.js in action.</p>
</dd>
<dt><a href="https://github.com/oftn-oswg/DartMark">DartMark</a></dt>
<dd>
<p>DartMark is an in-browser WYSIWYG editor with a focus on fast prototyping. The main benefits of it are speed, ease-of-use, and configurability. All actions can be performed with just a keyboard. Your editor is now your previewer, so there is no need to switch back and forth between a separate editor and a browser to preview. And because it’s written in-browser, DartMark will let you define your own keyboard shortcuts and special JavaScript function macros. Try out a <a href="projects/dartmark/">working version</a>.</p>
</dd>
<dt><a href="https://github.com/oftn-oswg/suit-js">The SUIT Canvas Toolkit</a></dt>
<dd>
<p>The SUIT Canvas Toolkit is meant to be an easy-to-use, beautiful, and fully-featured UI toolkit for the HTML5 canvas. There are some specialized web applications that require more than just what can be achieved with normal DOM methods. With canvas, you get more flexibility in the design, look-and-feel, and controls. Rendering and page layout also works while hardly having to worry about how things will look and behave in another browser. Besides being useful to you, this was started as an experiment to see how UI toolkits can work in the browser environment. Visit the <a href="projects/suit/">demo page</a>.</p>
</dd>
<dt><a href="https://github.com/oftn-oswg/TPFS">TPFS</a></dt>
<dd>
<p>TPFS (the Tagged Plain File System) is a revolutionary new file system that aims to move beyond the rut of hierarchical file systems through a purely tag based model. There are only two objects in TPFS: files and tags. They share a many-to-many relationship; files can have many different tags, and tags can have many different files. It is designed to be quick to look up in both directions.</p>
</dd>
</dl>
</div>
</div>
<div class="panel" id="members">
<div class="panel-inner">
<h2>Members</h2>
<h3>Board of Directors</h3>
<ul class="members_list">
<li class="dsamarin"><a href="https://github.com/dsamarin">Devin Samarin</a> (dsamarin)</li>
<li class="devyn"><a href="https://github.com/devyn">Devyn Cairns</a> (devyn)</li>
<li class="eligrey"><a href="https://eligrey.com/">Eli Grey</a> (eligrey)</li>
<li class="gkatsev"><a href="http://gkatsev.com/">Gary Katsevman</a> (gkatsev)</li>
<li class="inimino"><a href="http://inimino.org/~inimino/blog/">Michaeljohn Clement</a> (inimino)</li>
<li class="yrashk"><a href="http://about.me/yrashk">Yurii Rashkovskii</a> (yrashk)</li>
</ul>
<h3>Members</h3>
<ul class="members_list">
<li class="cloudhead"><a href="http://cloudhead.io/">Alexis Sellier</a> (cloudhead)</li>
<li class="prophile"><a href="https://github.com/prophile">Alistair Lynn</a> (prophile)</li>
<li class="oksushi"><a href="http://theworkingparty.com.au/">Cal Wilson</a> (oksushi)</li>
<li class="cmars"><a href="https://github.com/cmars">Casey Marshall</a> (cmars)</li>
<li class="cmr"><a href="https://octayn.net">Corey Richardson</a> (cmr)</li>
<li class="danpalmer"><a href="http://danpalmer.me">Dan Palmer</a> (danpalmer)</li>
<li class="dbkaplun"><a href="http://dbkaplun.com">Dan Kaplun</a> (dbkaplun)</li>
<li class="mfbx9da4"><a href="https://davidalbertoadler.com">David Adler</a> (mfbx9da4)</li>
<li class="guy"><a href="http://anuary.com">Gajus Kuizinas</a> (guy)</li>
<li class="gf3"><a href="http://gf3.ca">Gianni Chiappetta</a> (gf3)</li>
<li class="guidj0s"><a href="http://guipn.com">Guilherme Nami</a> (guidj0s)</li>
<li class="tjahan"><a href="http://jahanaddison.com">Jahan Addison</a> (tjahan)</li>
<li class="jeannicolas"><a href="https://github.com/SilverTab">Jean-Nicolas Jolivet</a> (jeannicolas)</li>
<li class="JesseH"><a href="https://github.com/jessehorne">Jesse Horne</a> (JesseH)</li>
<li class="joelteon"><a href="http://joelt.io">Joel Taylor</a> (joelteon)</li>
<li class="ImBcmDth"><a href="http://jon-carlos.com">Jon-Carlos Rivera</a> (ImBcmDth)</li>
<li class="banister"><a href="http://banisterfiend.wordpress.com">John Mair</a> (banister)</li>
<li class="FireFly"><a href="http://www.firefly.nu">Jonas Höglund</a> (FireFly)</li>
<li class="LJHarb"><a href="https://twitter.com/ljharb">Jordan Harband</a> (LJHarb)</li>
<li class="SwooshyCueb"><a href="http://swooshalicio.us">Markus Kitsinger</a> (SwooshyCueb)</li>
<li class="mynyml"><a href="http://mynyml.com">Martin Aumont</a> (mynyml)</li>
<li class="matjas"><a href="http://mathiasbynens.be">Mathias Bynens</a> (matjas)</li>
<li class="micahjohnston"><a href="https://github.com/micahjohnston">Micah Johnston</a> (micahjohnston)</li>
<li class="Navarr"><a href="http://navarr.me">Navarr Barnier</a> (Navarr)</li>
<li class="drudge"><a href="http://penree.com">Nicholas Penree</a> (drudge)</li>
<li class="sohje"><a href="https://github.com/sohje">Nicholas Spiridonov</a> (sohje)</li>
<li class="Nuck"><a href="https://github.com/NuckChorris">Peter W. Lejeck</a> (Nuck)</li>
<li class="Sorella"><a href="http://robotlolita.me/">Quildreen Motta</a> (Sorella)</li>
<li class="systemfault"><a href="http://debugfailure.wordpress.com">Roger Cyr</a> (systemfault)</li>
<li class="russfrank"><a href="https://github.com/russfrank">Russell Frank</a> (russfrank)</li>
<li class="capisce"><a href="https://twitter.com/srodal">Samuel Rødal</a> (capisce)</li>
<li class="micrypt"><a href="http://micrypt.com">Seyi Ogunyemi</a> (micrypt)</li>
<li class="tamatias"><a href="https://github.com/tamatias">Tamir Atias</a> (tamatias)</li>
<li class="Nisstyre"><a href="http://stackoverflow.com/users/903589/wes">Wesley Kerfoot</a> (Nisstyre)</li>
<li class="Yorick"><a href="https://github.com/YorickvP">Yorick van Pelt</a> (Yorick)</li>
</ul>
<p>Email <a href="mailto:[email protected]?subject=%CE%A9F%3A%E2%88%85%20OSWG%20Membership%20Application">[email protected]</a> to apply for membership.</p>
</div>
</div>
</div>
<footer>
© 2016 OFTN Inc.
<ul>
<li><a href="https://github.com/oftn-oswg/">Watch us</a> on GitHub</li>
<li><a href="https://www.facebook.com/oftn.wg">Like us</a> on Facebook</li>
<li><a href="https://twitter.com/oftn_oswg">Follow us</a> on Twitter</li>
</ul>
</footer>
</div>
<script type="application/ecmascript" async="" defer="" src="/emoji-favicon-toolkit.min.js"/>
<script type="application/ecmascript" src="js/oftn/site.js"/>
</body>
</html>