-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathhome.html
More file actions
114 lines (100 loc) · 5.41 KB
/
home.html
File metadata and controls
114 lines (100 loc) · 5.41 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
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
---
layout: default
---
<div class="home-intro-container">
<h1 class="home-intro"><strong>Question2Answer</strong> (Q2A) is a popular open source Q&A platform for PHP/MySQL, currently running on <a href="https://www.question2answer.org/sites.php">24,500+ sites in 40 languages</a>.</h1>
</div>
<div class="notice-container display-none">
<div class="notice">
<div class="close-notice material-icons">close</div>
<div class="notice-image"></div>
<div class="notice-text home-intro-card">
{{ content }}
</div>
<div class="clear"></div>
</div>
<div class="close-sheet"></div>
</div>
<article class="showcase-cols">
{% capture answerText %}
<p>A Q&A site helps your online community to share knowledge.
People with questions get the answers they need. The community is enriched by commenting,
voting, notifications, points and rankings.</p>
{% endcapture %}
{% include card-showcase.html icon="forum" title="What is a Question & Answer site?" answer=answerText %}
{% capture answerText %}
<p>Your members will enjoy the interaction that Q&A enables,
and will visit your site more regularly. In addition, many web searches are questions,
so Q&A content will attract search engine traffic.</p>
{% endcapture %}
{% include card-showcase.html icon="people" title="Why offer Q&A on my site?" answer=answerText %}
{% capture answerText %}
<p><a href="https://www.question2answer.org/question2answer-latest.zip"><b>Download Question2Answer</b></a>, then read <a href="{{ site.baseurl }}/install/">how to install</a>.
Version 1.8.8 was <a href="{{ site.baseurl }}/install/versions/">released</a> on July 25th, 2023.
Also <a href="https://github.com/q2a/question2answer">on GitHub</a>.</p>
<p>Question2Answer is open source, <a href="https://www.question2answer.org/license.php">licensed under GPL v2+</a>.</p>
{% endcapture %}
{% include card-showcase.html icon="get_app" title="How do I get Q2A?" answer=answerText %}
{% capture answerText %}
<ul>
<li><a href="http://www.php.net/">PHP</a> 5.4 or later, with the <a href="https://en.wikipedia.org/wiki/MySQLi">MySQLi</a> extension.</li>
<li><a href="http://www.mysql.com/">MySQL</a> MySQL 5.0 or later.</li>
</ul>
<p class="text-small">It's strongly recommended to use the latest version of PHP (7.x) and MySQL
if possible as they bring many performance enhancements, and Q2A regularly drops support for
older, unsupported versions.</p>
{% endcapture %}
{% include card-showcase.html icon="dns" title="What does Q2A need?" answer=answerText %}
{% capture answerText %}
<ul>
<li>Q2A takes 5 minutes (or less!) to <a href="{{ site.baseurl }}/install/">install</a>.</li>
<li>Easy styling with <a href="{{ site.baseurl }}/themes/">CSS themes</a>.</li>
<li>Supports <a href="{{ site.baseurl }}/translate/">translation</a> into any language.</li>
<li>Custom sidebar, widgets, pages and links.</li>
<li>SEO features such as <a href="https://www.sitemaps.org/">XML Sitemap</a> and neat URLs.</li>
</ul>
{% endcapture %}
{% include card-showcase.html icon="settings_input_component" title="Easy to set up" answer=answerText %}
{% capture answerText %}
<ul>
<li>Fast integrated search engine.</li>
<li>Categories (up to 4 levels deep) and/or tagging.</li>
<li>Voting, comments, follow-on and closed questions.</li>
<li>Points-based reputation management.</li>
<li>RSS, email notifications and personal news feeds.</li>
</ul>
{% endcapture %}
{% include card-showcase.html icon="star" title="Core Q&A features" answer=answerText %}
{% capture answerText %}
<ul>
<li>Create experts, editors, moderators and admins.</li>
<li>User avatars (or <a href="https://en.gravatar.com/">Gravatar</a>) and custom fields.</li>
<li>Private messages and public wall posts.</li>
<li>Log in via Facebook or others (using <a href="{{ site.baseurl }}/addons/plugins/">plugins</a>).</li>
</ul>
{% endcapture %}
{% include card-showcase.html icon="face" title="Built-in user account management ..." answer=answerText %}
{% capture answerText %}
<ul>
<li>Out-of-the-box <a href="{{ site.baseurl }}/install/wordpress/">WordPress</a> and Joomla integration.</li>
<li>Custom <a href="{{ site.baseurl }}/install/single-sign-on/">single sign-on</a> support for other sites.</li>
<li>Deep integration and customization via <a href="{{ site.baseurl }}/plugins/">plugins</a>.</li>
</ul>
{% endcapture %}
{% include card-showcase.html icon="assignment_ind" title="... or integrate with existing sites" answer=answerText %}
{% capture answerText %}
<ul>
<li>PHP/MySQL <a href="{{ site.baseurl }}/install/optimize/">scalable</a> to millions of users and posts.</li>
<li><a href="{{ site.baseurl }}/install/security/">Safe from</a> XSS, CSRF and SQL injection attacks.</li>
<li>Beat spam with captchas, moderation and/or flagging.</li>
</ul>
{% endcapture %}
{% include card-showcase.html icon="policy" title="Fast and secure" answer=answerText %}
{% capture answerText %}
<p>Contribute <a href="https://github.com/q2a/question2answer">via Github</a>,
create a <a href="{{ site.baseurl }}/themes/">theme</a>,
<a href="{{ site.baseurl }}/plugins/">plugin</a> or
<a href="{{ site.baseurl }}/translate/">translation</a>.</p>
{% endcapture %}
{% include card-showcase.html icon="translate" title="How can I help?" answer=answerText %}
</article>