forked from jeffreykegler/Marpa-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developer.html
55 lines (54 loc) · 2.26 KB
/
developer.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
<html>
<head>
<link rel="alternate" title="Ocean of Awareness RSS" type="application/rss+xml" title="RSS" href="http://jeffreykegler.github.com/Ocean-of-Awareness-blog/index.rss" />
<title>
Marpa internals resources
</title>
<style type="text/css">
strong {font-weight: 700;}
</style>
</head>
<body>
<!-- TITLE -->
<div
style="color:white;background-color:#38B0C0;padding:1em;clear:left;text-align:center;">
<h1>
Marpa internals resources
</h1>
</div>
<!-- HEADER -->
<div style="margin:0;padding:10px 30px 10px 10px;width:150px;float:left;border-right:2px solid #38B0C0">
<h2>Warning!</h2>
<p><strong>The resources on this page are for those assisting in Libmarpa development.
Most users of Marpa will want to avoid the links on this page,
instead preferring those that correspond to their release.</strong></p>
</div>
<!-- BODY -->
<div style="margin-left:190px;border-left:2px solid #38B0C0;padding:25px;">
<ul>
<li>
<a href="http://jeffreykegler.github.com/Marpa-web-site/libmarpa_api/latest/index.html">
Bleeding edge version of Libmarpa API Document</a> -- this may be completely untested
and unchecked.
<li>
The HTML is also available in a
<a href="http://jeffreykegler.github.com/Marpa-web-site/libmarpa_api/latest/api_one_page.html">
one-page version</a>.
</ul>
</div>
<!-- FOOTER -->
<div style="border-top:thick solid #38B0C0;clear:left;padding:1em;">
</div>
<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>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-33430331-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>