This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
198 lines (155 loc) · 8.15 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lange="en">
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title>CoApp - Home</title>
<meta name="description" content="">
<meta name="author" content="CoApp Project">
<meta property="og:title" content="CoApp - Home"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="http://coapp.org/images/logo-small.png"/>
<meta property="og:url" content="http://coapp.org"/>
<meta property="og:site_name" content="CoApp"/>
<meta property="og:admins" content="CoApp - fearthecowboy"/>
<meta name="docid" content="undefined" />
<meta name="srclocation" content="https://github.com/coapp/coapp.org/blob/master/src/dynamic/index.html" />
<!-- Icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Shims: IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Styles -->
<link href="/styles/style.css" rel="stylesheet"/>
<link href="/styles/prettify.css" rel="stylesheet"/>
<link href="/styles/mediaelementplayer.min.css" rel="stylesheet" />
</head>
<body >
<!-- Scripts -->
<script src="/scripts/jquery-1.6.4.min.js"></script>
<script src="/scripts/prettify.js"></script>
<script src="/scripts/jquery.tweet.js"></script>
<script src="/scripts/mediaelement-and-player.js"></script>
<script src="/scripts/bootstrap/bootstrap-dropdown.js"></script>
<div id="fb-root"></div>
<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>
<script type="text/javascript">
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15630590-1']);
_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>
<script>
// $('#topbar').dropdown();
</script>
<!-- Markup -->
<div class="topbar" data-dropdown="dropdown">
<div class="fill">
<div class="container-fluid">
<h3><a href="/index.html"><image style="margin:0; padding:0; position:absolute; top:2px; left:-2px;" src="/images/logo-small_32x32.png"/> CoApp</a></h3>
<ul>
<li typeof="sioc:Page" about="/pages/news.html" class="">
<a href="/pages/news.html" property="dc:title">News</a>
</li>
<li typeof="sioc:Page" about="/pages/releases.html" class="">
<a href="/pages/releases.html" property="dc:title">Releases</a>
</li>
<li typeof="sioc:Page" about="/pages/tutorials.html" class="">
<a href="/pages/tutorials.html" property="dc:title">Tutorials</a>
</li>
<li typeof="sioc:Page" about="/pages/reference.html" class="">
<a href="/pages/reference.html" property="dc:title">Reference</a>
</li>
<li typeof="sioc:Page" about="/pages/about.html" class="">
<a href="/pages/about.html" property="dc:title">About</a>
</li>
</ul>
<span style="display:inline-block; float:right;">
<span style="margin-top:8px; height;100%; display:inline-block; "><g:plusone href="http://coapp.org"></g:plusone></span>
<div class="fb-like" style="top:-5px;" data-href="http://coapp.org" data-layout="button_count" data-show-faces="true" data-colorscheme="dark" data-font="tahoma"></div>
</span>
</div>
</div>
</div>
<div class="wrapper">
<div class="container-fluid pushdown">
<div class="sidebar">
</div>
<section id="content" class="content">
<div class="spanonethird rightsidebox" > <!-- float:right; display: inline; veritical-align:top; -->
</div>
<div class="spantwothirds">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit" >
<h1>CoApp</h1>
<p>
<br/><span class="label success">Latest News: </span><br/>
<b><a href="/news/2013-10-02-State-of-CoApp.html">State of the CoApp Project</a></b><br/>
Where I talk about where we are, and what's coming up next...
<hr/>
</p>
<p>
<b>CoApp</b> is a set of open source tools for building C/C++ NuGet packages for Windows.
<br><br> The goal of the CoApp project is to create a community of developers dedicated to creating a set of tools and processes that enable other open source developers to create and maintain their open source products with Windows as a primary build target.
</p>
<p><a class="btn primary large" href="/pages/about.html">Learn more »</a></p>
</div>
<!-- Example row of columns -->
<div class="row" style="">
<div class="span40">
<h2>Software Packages</h2>
<p>Currently, you can find our C/C++ NuGet packages in <a href="http://nuget.org/packages?q=tags%3Anative"> NuGet's Package Repository</a>.
</p>
<!-- <p><a class="btn success" href="/pages/packages.html">Get Software »</a></p> -->
</div>
<div class="span40">
<h2>Developers Needed!</h2>
<p>The CoApp project is in beta right now, but we still need help building the tools, creating shallow-forks, and <a href="/pages/publishers.html">building packages</a>.
<br><br>Heck, we could also use some help building the website and documentation!</p>
<p><a class="btn danger" href="/pages/developers.html">Contribute »</a></p>
</div>
</div>
</div>
</section>
</div>
<br>
<div class="push" ></div>
</div>
<footer class="footer">
<div class="container-fluid">
<p style="float:left;">© CoApp Contributors, 2011.
<br><sub>The source for this page can be found <a href="https://github.com/coapp/coapp.org/blob/master/src/dynamic/index.html">in the github repository.</a></sub>
</p>
<p style="float:right;">
This website was generated on Aug 25 2015 and has 185 documents
</p>
</div>
</footer>
</body>
</html>