Skip to content

Update the website. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 20, 2013
Prev Previous commit
Next Next commit
Adding process.html
  • Loading branch information
deanberris committed Jan 20, 2013
commit d3b12a33ac34aa626ab76d1670ef58d09f10a45e
168 changes: 101 additions & 67 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,78 +7,112 @@
<link href="static/cpp-netlib.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
<header class="jumbotron subhead">
<div class="container">
<h1>The C++ Network Library Project</h1>
<p class="lead">A collection of open-source libraries for high level network programming.</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="span2 cpp-netlib-docs-sidebar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="150">
<li><a href="#overview">Overview</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#support">Support</a></li>
<li><a href="#policies">Project Policies</a></li>
</ul>
<div id="wrap">
<header class="jumbotron subhead">
<div class="container">
<h1>The C++ Network Library Project</h1>
<p class="lead">A collection of open-source libraries for high level network programming.</p>
</div>
<div class="span9">
<section id="overview">
<div class="page-header">
<h1>Overview</h1>
</div>
<p>The project aims to build upon the latest C++ standard (currently C++11) to provide easy to use libraries for network programming. We use the latest compiler versions and features with an eye on pushing the boundaries on leveraging what's available in C++.</p>
<p>Currently the library contains an HTTP client and server implementation, a stand-alone URI library, a network message framework, and some concurrency tools.</p>
<p>The project welcomes contributions from people interested in joining the effort. See the section on <a href="#policies">Project Policies</a> for more information on getting involved.</p>
</section>
<section id="download">
<div class="page-header">
<h1>Download</h1>
</div>
<p>You can download latest and previous releases of the library from our Github download page. <a href="https://github.com/cpp-netlib/cpp-netlib/downloads" class="btn btn-primary">Download</a></p>
</section>
<section id="documentation">
<div class="page-header">
<h1>Documentation</h1>
</div>
<p>We make the documentation for supported releases of the library available through the following links.</p>
<ul>
<li><a href="0.9.4/index.html">0.9.4</a> &mdash; current stable release.</li>
<li><a href="0.8/index.html">0.8</a> &mdash; previous stable (unsupported) release.</li>
</ul>
</section>
<section id="support">
<div class="page-header">
<h1>Support</h1>
</div>
<p>We offer two avenues of support for user issues, depending on what kind of issues you're encountering.</p>
<h2>Reporting Bugs</h2>
<p>If you're using the library and would like to report issues with the library, please file your bug reports and support requests in the official issue tracker.</p>
<p><a href="https://github.com/cpp-netlib/cpp-netlib/issues" class="btn btn-danger">File Bugs</a></p>
<h2>Developer Support</h2>
<p>If you're interested in contributing to the development or if you have questions directly involving the implementation or for general discussion of the project, you can subscribe to and discuss with us through the developers mailing list.</p>
<p><a href="https://groups.google.com/forum/?fromgroups#!forum/cpp-netlib" class="btn btn-success">Discussion Group</a></p>
</section>
<section id="policies">
<div class="page-header">
<h1>Project Policies</h1>
</div>
<p>The project welcomes contributors and starting with 2013, we've resolved to document as much of the policies we follow in the project as we can. Please follow the links below for more information.</p>
<ul>
<li><a href="process.html">Development Process</a></li>
<li><a href="style-guide.html">Style Guide</a></li>
<li><a href="proposals.html">Proposing New Libraries</a></li>
</header>
<div class="container">
<div class="row">
<div class="span2 cpp-netlib-docs-sidebar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="150">
<li><a href="#overview">Overview</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#support">Support</a></li>
<li><a href="#policies">Project Policies</a></li>
</ul>
</section>
</div>
<div class="span9">
<section id="overview">
<div class="page-header">
<h1>Overview</h1>
</div>
<p>The project aims to build upon the latest C++ standard
(currently C++11) to provide easy to use libraries for network
programming. We use the latest compiler versions and features
with an eye on pushing the boundaries on leveraging what's
available in C++.</p>
<p>Currently the library contains an HTTP client and server
implementation, a stand-alone URI library, a network message
framework, and some concurrency tools.</p>
<p>The project welcomes contributions from people interested in
joining the effort. See the section on <a
href="#policies">Project Policies</a> for more information on
getting involved.</p>
</section>
<section id="download">
<div class="page-header">
<h1>Download</h1>
</div>
<p>You can download latest and previous releases of the library
from our Github download page.</p>
<p><a
href="https://github.com/cpp-netlib/cpp-netlib/downloads"
class="btn btn-primary">Download</a></p>
</section>
<section id="documentation">
<div class="page-header">
<h1>Documentation</h1>
</div>
<p>We make the documentation for supported releases of the
library available through the following links.</p>
<ul>
<li><a href="0.9.4/index.html">0.9.4</a> &mdash; current stable release.</li>
<li><a href="0.8/index.html">0.8</a> &mdash; previous unsupported release.</li>
</ul>
</section>
<section id="support">
<div class="page-header">
<h1>Support</h1>
</div>
<p>We offer two avenues of support for user issues, depending on
what kind of issues you're encountering.</p>
<h2>Reporting Bugs</h2>
<p>If you're using the library and would like to report issues
with the library, please file your bug reports and support
requests in the official issue tracker.</p>
<p><a href="https://github.com/cpp-netlib/cpp-netlib/issues"
class="btn btn-danger">File Bugs</a></p>
<h2>Developer Support</h2>
<p>If you're interested in contributing to the development or if
you have questions directly involving the implementation or for
general discussion of the project, you can subscribe to and
discuss with us through the developers mailing list.</p>
<p><a
href="https://groups.google.com/forum/?fromgroups#!forum/cpp-netlib"
class="btn btn-success">Discussion Group</a></p>
</section>
<section id="policies">
<div class="page-header">
<h1>Project Policies</h1>
</div>
<p>The project welcomes contributors and starting with 2013,
we've resolved to document as much of the policies we follow in
the project as we can. Please follow the links below for more
information.</p>
<ul>
<li><a href="process.html">Development Process</a></li>
<li><a href="style-guide.html">Style Guide</a></li>
<li><a href="proposals.html">Proposing New Libraries</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<footer class="footer">
<p class="muted credit">Copyright 2012 Dean Michael Berris; Glyn Matthews; Google, Inc.</p>
<p class="muted">Distributed under the Boost Software License, Version 1.0. (See accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</footer>
<div id="footer">
<div class="container">
<p class="muted credit">Copyright 2012 Dean Michael Berris; Glyn
Matthews; Google, Inc.</p>
<p class="muted credit">Distributed under the Boost Software License,
Version 1.0. (See accompanying file <a
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
Expand Down
69 changes: 69 additions & 0 deletions process.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>cpp-netlib: Development Process</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="static/cpp-netlib.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
<div id="wrap">
<header class="jumbotron subhead">
<div class="container">
<h1>Development Process</h1>
<p class="lead">How we get things done.</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="span2 cpp-netlib-docs-sidebar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="150">
<li><a href="#overview">Overview</a></li>
<li><a href="#introduction">Introduction</a></li>
</ul>
</div>
<div class="span9">
<section id="overview">
<div class="page-header">
<h1>Overview</h1>
</div>
<p>In this page we document the process by which the developers of
the project collaborate and get things done. If you're interested
in contributing or getting involved please consider the guidelines
and tips that are outlined in this page. Please check-in often as
we flesh out this document further.</p>
</section>
<section id="introduction">
<div class="page-header">
<h1>Introduction</h1>
</div>
<p>The first thing contributors and developers have to do is
introduce themselves to the community. We'd like to have all
contributors involved in the decision making process with regards
to the development of both the community and the library. We value
individuals and their personal styles, so the more everyone knows
about everyone the better we can work together to achieve the same
goal.</p>
<p>If you haven't yet, please subscribe to the developers mailing
list and introduce yourself before proceeding.</p>
<p><a href="https://groups.google.com/forum/?fromgroups#!forum/cpp-netlib" class="btn btn-success" target="_blank">Subcribe</a></p>
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<p class="muted credit">Copyright 2012 Dean Michael Berris; Glyn
Matthews; Google, Inc.</p>
<p class="muted credit">Distributed under the Boost Software License,
Version 1.0. (See accompanying file <a
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
8 changes: 6 additions & 2 deletions static/cpp-netlib.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
.jumbotron .container { position: relative; z-index: 2; }
.subhead { text-align: left; 1px solid #FFA800; }
.subhead h1 { font-size: 60px; padding-bottom: 10px; }
.subhead p { margin-bottom: 20px; }
.footer { background: lightgrey; padding-top: 40px; margin-top: 30px; text-align: center; }
.subhead p { margin-bottom: 20px; padding-left: 3px; }
html, body { height: 100%; }
#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; }
#push, #footer { height: 80px;}
#footer { background-color: #f5f5f5; }
.credit { text-align: center; }