forked from rust-lang/prev.rust-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 2.02 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
---
layout: default
title: The Beavy Social Community Framework
---
<div class="row install-row">
<div class="col-md-8">
<p class="pitch">
<b>Beavy</b> is a modular,
multi-purpose social
community development framework.
<br/>
<a href="https://beavyhq.gitbooks.io/beavy-documentation/content/">Show me!</a>
</p>
</div>
<div class="col-md-4 install-box">
<span class="version-rec-box-inner">
Project is still pre-alpha:<br>
<!-- <span id="install-version">
(<span>source</span>)
</span> -->
</span>
<a class="btn btn-primary" id="inst-link"
href="https://github.com/beavyHQ/beavy">Get started</a>
<a class="btn btn-default" href="https://beavyhq.gitbooks.io/beavy-documentation/content/docs/Next-Up.html" role="button">Next Goals</a>
</div>
</div>
<div class="row code-row">
<div class="col-md-8">
<h2>Featuring</h2>
<ul class="laundry-list">
<li>(social) Authentication & Login</li>
<li>Blazingly Fast Single-Page-Web UI</li>
<li>Mobile-friendly Infinite Scrolling</li>
<li>Archetype-Oriented Database (using JSONB)</li>
<li>JSON-API compatible Rest-API</li>
<li>Automatic API-Limits</li>
<li>Fully Supported (optional) Modules:
<ul>
<li>Likes</li>
<li>Comments</li>
<li>Private Messaging</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-4">
<h2>Build using</h2>
<ul class="laundry-list">
<li>Flask, SQLAlchemy on Python3</li>
<li>React in the Redux-Pattern</li>
<li>Postgresql & JSONB</li>
<li>Semantic Styles with SASS & Bourbon</li>
<li><a href="https://beavyhq.gitbooks.io/beavy-documentation/content/docs/Concept.html#_true_separation_of_concerns">true separation of concerns</a></li>
</ul>
</div>
</div>
</div>