-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from guusdk/home-makeover
Swap 'about' and 'home' page
- Loading branch information
Showing
16 changed files
with
274 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,3 @@ | ||
<html> | ||
<head> | ||
<title>About</title> | ||
<meta name="body-id" content="about" /> | ||
<style media="screen"> | ||
@import "../styles/interior.css"; | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<section id="ignite_body"> | ||
|
||
<main id="ignite_body_leftcol"> | ||
<article id="ignite_int_body"> | ||
|
||
<header id="ignite_body_header"> | ||
<h1>About</h1> | ||
</header> | ||
|
||
<div class="ignite_int_body_padding"> | ||
|
||
<h2 class="larger">Our Community</h2> | ||
|
||
<p> | ||
Ignite Realtime is an Open Source community composed of end-users, developers and service providers | ||
around the world who are interested in applying innovative, open-standards-based Real Time | ||
Collaboration to their businesses. We're aimed at disrupting proprietary, non-open | ||
standards-based systems and invite you to participate in what's already one of the biggest | ||
and most active Open Source communities anywhere. | ||
</p> | ||
|
||
<img src="../images/ignite_about-circlegraph.png" alt="" width="179" height="210" border="0" align="right" style="margin-left: 10px;"> | ||
|
||
<h2 class="larger">Open Source Philosophy</h2> | ||
|
||
<p> | ||
We create Open Source software because we know open, collaborative minds can improve the | ||
software landscape. We believe in the potential of the XMPP protocol and we welcome ways | ||
to increase its adoption. We put tremendous value on the involvement of Igniterealtime's | ||
developer and user community--their continuous feedback, QA, and development efforts | ||
help steer our development path. | ||
</p> | ||
|
||
<p> | ||
We are committed to live out the values of the Open Source movement to the best of our | ||
abilities, to act responsibly and in the best interests of our community and to be highly | ||
responsive to the needs of the community and communicate proactively. | ||
</p> | ||
|
||
<h2 class="larger">The XMPP Protocol</h2> | ||
|
||
<p> | ||
XMPP (formerly Jabber) is the leading open standard for presence and | ||
real-time messaging. Since 2004, it's been an approved standard of the IETF | ||
(the same organization that standardized email and World Wide Web protocols). | ||
A rich set of <a href="https://xmpp.org/extensions/">extensions</a> to | ||
the protocol are maintained by the <a href="https://xmpp.org/about/xmpp-standards-foundation.html">XMPP Standards Foundation</a>. | ||
Today, XMPP is used by leading companies, millions of users worldwide and | ||
is the best choice for open real-time collaboration. | ||
</p> | ||
<div class="about_xmpp_supporters"> | ||
<h3>Lead XMPP Supporters</h3> | ||
<img src="../images/ignite_about-xmpp-logos.gif" width="309" height="174" border="0"> | ||
</div> | ||
|
||
<p> | ||
Open standards are critical in order to achieve a completely federated | ||
environment where real time collaboration software works seamlessly | ||
together. This will drive the medium forward as a unified productivity tool | ||
and provide the greatest benefit to end users. The hundreds of interoperable | ||
software products that use XMPP prove the reality of this vision. | ||
</p> | ||
<p> | ||
Ignite Realtime furthers XMPP through best of breed protocol implementations, | ||
development of new protocol extensions, and participation to the XMPP Standards Foundation (XSF). | ||
</p> | ||
</div> | ||
|
||
</article> | ||
</main> | ||
|
||
<section id="ignite_body_sidebar"> | ||
<jsp:directive.include file="/includes/sidebar_resources.jspf" /> | ||
<jsp:directive.include file="/includes/sidebar_testimonial.jspf" /> | ||
</section> | ||
|
||
</section> | ||
|
||
</body> | ||
</html> | ||
<% | ||
response.sendRedirect("../index.jsp"); | ||
%> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="sidebar sidebar_light"> | ||
<h1 class="sidebar_header">Recent Articles</h1> | ||
<div class="articles"><a href="/support/articles/xmpp_network_graph.jsp">Creating the XMPP Network Graph</a></div> | ||
<div class="articles"><a href="/support/articles/openfire_conversations_audio_video.jsp">Preparing Openfire for Audio/Video calls with Conversations</a></div> | ||
<div class="articles"><a href="/support/articles/ofmeetings_alternative_zoom.jsp">Openfire Meetings as an alternative to Zoom</a></div> | ||
<div class="articles"><a href="/support/articles/motd_plugin.jsp">Openfire Plugin Development: Message of the Day</a></div> | ||
<div class="articles"><a href="/support/articles/pubsub.jsp">All About Pubsub</a></div> | ||
<div><strong><a href="/support/articles.jsp">Browse all articles</a></strong></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<section id="ignite_body_sidebar"> | ||
<jsp:include page="/includes/sidebar_createaccount.jspf"/> | ||
<jsp:include page="/includes/sidebar_chat.jspf"/> | ||
<jsp:include page="/includes/sidebar_forumactivity.jsp"> | ||
<jsp:param name="discourseCategory" value="/latest"/> | ||
<jsp:param name="headerText" value="In the community"/> | ||
<jsp:param name="subHeaderText" value="Recent Discussions"/> | ||
<jsp:param name="sidebarClasses" value="sidebar_light sidebar_gray"/> | ||
</jsp:include> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.