Skip to content

Commit

Permalink
deploy: a79ad52
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jul 24, 2024
1 parent 4331274 commit 04b853e
Show file tree
Hide file tree
Showing 78 changed files with 24,847 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
Binary file added about/comments-shown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/comments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
137 changes: 137 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!DOCTYPE html>
<html lang=en itemscope itemtype="http://schema.org/Product">

<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet href=https://www.arewewebyet.org/styles.css>
<link rel=stylesheet href=https://www.arewewebyet.org/gh-fork-ribbon.css>
<link href=/atom.xml type=application/atom+xml rel=alternate title="Atom feed (for state changes and news)">
<title>About AWWY » AWWY?</title>
<meta name="description"
content="AreWeWebYet gives insight on whether you can build your latest web-project on top of Rust" />

<link rel="icon" href="https://www.arewewebyet.org/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">


<!-- ALL THE STANDARDS for an image!-->
<meta itemprop="image" content=https://www.arewewebyet.org/screenshot.png />
<meta name="twitter:image" content=https://www.arewewebyet.org/screenshot.png />
<meta property="og:image" content=https://www.arewewebyet.org/screenshot.png />

<!-- Open Graph extra -->
<meta property="og:site_name" content="Are We Web Yet?" />
</head>

<body>

<main role="content" class="content">
<img src="/rust.png" alt="" class="rust-logo">


<article class="article">

<h1>About AWWY</h1>

<h2 id="about">About</h2>
<p>Are We Web Yet – or AWWY (pronounced <em>a-we?</em>) for short – tries to answer the question: <strong>Can I use Rust to do web development (yet)?</strong></p>
<h2 id="how-to-use-the-site">How to use the site</h2>
<p>This website has various features that make your life easier researching whether you can use Rust for the web development already or not. While some stuff is possible already, other parts are still challenging and this website wants to give you insight for your particular case. The easiest is to start looking into the <a href="/topics/">topics</a> most relevant for you.</p>
<p>While most things should be rather quick to comprehend, there are some features, we'd like to explain to you a little deeper to improve the speed with which you can answer the question for you.</p>
<h3 id="the-package-info">The Package Info</h3>
<p><img src="/about/package-info.png" alt="Package Info" /></p>
<p>For each package we list the most important information in one quick view. Aside from the package id (<code>hyper</code>), the header shows various links – if available: the crate.io-page, the homepage, the documentation and to the source code. Tip: When you hover over name, it also shows when the package was created and last updated.</p>
<p>In the second row features the latest published version number, how often the package has been downloaded so far and how it is licensed – all as pretty badges of live data pulled from <a href="http://shields.io/">shields.io</a>.</p>
<p>Under that you can find the short description provided for that package.</p>
<h3 id="understanding-the-level-indicator">Understanding the level indicator</h3>
<p>Throughout the app – mostly on section titles – you find the small <code>level indicators</code>: a colored glyph, which should give you a hint on the maturity of the subject overall as designated by the <a href="/curators/">curators</a>. The following indicators are available:</p>
<ul>
<li>
<span class="level-indicator level-0" title="everything is awesome: stable, tested and mature" >
<i class="icon fa fa-check-circle"></i>
</span>
<p>– everything is awesome<a href="https://www.youtube.com/watch?v=9cQgQIMlwWw" target="_blank"></a>: stable, tested and mature</li></p>
<li>
<span class="level-indicator level-1" title="pretty great already" >
<i class="icon fa fa-check-circle-o"></i>
</span>
<p>– stuff's pretty great</li></p>
<li>
<span class="level-indicator level-2" title="getting there, stable but still maturing" >
<i class="icon fa fa-chevron-circle-up"></i>
</span>
<p>– getting there, stable but still maturing</li></p>
<li>
<span class="level-indicator level-3" title="not yet stable, but progressing" >
<i class="icon fa fa-dot-circle-o"></i>
</span>
<p>– not yet stable, but progressing</li></p>
<li>
<span class="level-indicator level-4" title="unstable/incomplete, needs work" >
<i class="icon fa fa-dot-circle-o"></i>
</span>
<p>– unstable/incomplete, needs work</li></p>
<li>
<span class="level-indicator level-5" title="barely there, needs serious work" >
<i class="icon fa fa-dot-circle-o"></i>
</span>
<p>– barely there, needs serious work</li></p>
<li>
<span class="level-indicator level-6" title="basically non-existent" >
<i class="icon fa fa-times-circle"></i> </span>
<p>– basically non-existent</li></p>
</ul>
<p>If you need a reminder, you can also just hover over the glyph to get the text.</p>
<h2 id="credits">Credits</h2>
<p>This project is hosted and largely developed by <a href="http://bashy.io/">The Bashy</a>, specifically <a href="/curators/#ben">Benjamin Kampmann</a>. The content is curated by the <a href="/curators/">curators</a>. The first version was developed and hosted by <a href="https://github.com/chris-morgan">Chris Morgan</a>. All content is licensed under the <a href="https://github.com/bashyHQ/arewewebyet/blob/gh-pages/LICENSE">Creative Commons Attribution License (International)</a>.</p>


</article>


</main>

<footer>
<div class="devider">
<!-- FIXME: put the Rust Web-WG Brand here?-->
<!-- <div class="logo">
<a href="http://www.bashy.io" title="a Bashy Production">
<img src="/bashy-big.svg" alt="logo" />
</a>
</div> -->
<div class="links">
<ul class="pages">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/news/">News</a>
</li>
<li>
<a href="/topics/">Topics</a>
</li>
<li>
<a href="/curators/">Curators</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="https://github.com/rust-net-web/arewewebyet/#contributing">Contribute</a>
</li>
</ul>
</div>
</div>
<p class="last-updated">


Last updated 24 July 2024 -


<a href="https://github.com/rust-net-web/arewewebyet/#license">CC-BY-4.0</a>
</p>
</footer>
</body>

</html>
Binary file added about/package-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 04b853e

Please sign in to comment.