-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (63 loc) · 3.93 KB
/
index.html
File metadata and controls
79 lines (63 loc) · 3.93 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="nhnopensource" />
<meta name="baidu-site-verification" content="q1VfXakPyTZPRK9n" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>naveropensource</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36328271-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>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a href="http://www.navercorp.com/nbp/index.nhn"><img src="images/company-ci.png" style="width:152px;border:0px;padding:0px;margin-top:-50px;box-shadow:0 0 0px;-webkit-box-shadow:0 0 0px"/></a>
<h1 id="project_title">naveropensource</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>nhnopensource.org is a space in which we share the open source projects developed by Naver.<br>
Naver continuously contributes to open source projects.</p>
<blockquote>
<p>Naver Corporation is Korea's premier Internet company, operating the nation's top search portal, Naver (<a href="http://www.naver.com" target="blank">http://www.naver.com</a>); the leading online game portal, Hangame (<a href="http://www.hangame.com" target="blank">http://www.hangame.com</a>;) the nation's largest children's portal, Jr. Naver (<a href="http://jr.naver.com" target="blank">http://jr.naver.com</a>); Korea’s the first online donation portal, Happybean (<a href="http://happybean.naver.com">http://happybean.naver.com</a>); and tje microblog service Me2DAY (<a href="http://me2day.net/" target="blank">http://me2day.net/</a>).</p>
</blockquote>
<h2>Ongoing Projects</h2>
<ul>
<li>
<p><a href="https://naver.github.io/ngrinder" target="blank">nGrinder</a> - <a href="https://naver.github.io/ngrinder" target="blank">https://naver.github.io/ngrinder</a></p>
<p>
<blockquote>
nGrinder is a web-based performance test tool. With nGrinder, you can create stress test scripts, run scripts, monitor target performance and generate reports in a single environment. Base on Grinder (<a href="http://grinder.sourceforge.net" target="blank">http://grinder.sourceforge.net</a>), nGrinder provides an integrated environment that allows even novice users to create stress tests without a long learning curve.
</blockquote>
</li>
<li>
<p><a href="https://github.com/nhnc-nginx/apache2nginx" target="blank">Apache2Nginx</a> - <a href="https://github.com/nhnc-nginx/apache2nginx" target="blank">https://github.com/nhnc-nginx/apache2nginx</a></p>
<p>
<blockquote>
NGINX (“engine x”) is a high-performance web server, caching proxy and Layer 7 load balancing solution. Millions of websites on the Internet benefit from using NGINX because of its extreme performance, scalability, reliability, flexibility and security. But like Apache, configuring NGINX is not an easy thing for most people to do. In particular, it takes a lot of effort to learn the modules and directives in Apache and NGINX when we need to migrate to NGINX from an Apache server. For this reason, we developed the apache2nginx tool. The goal of this tool is to generate NGINX configuration file(s) from Apache files.
</blockquote>
</p>
</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
</footer>
</div>
</body>
</html>