Skip to content

remove mention of the deprecated web client #27

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 1 commit into from
Apr 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 17 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,35 @@
alt="bootstrap subtheme logo"
src="http://www.xtuple.com/sites/all/themes/bootstrap_subtheme/logo.png" />
<p>Open source business management software to power your entire company</p>
<p>Accounting, CRM, ERP, eCommerce<br /> Windows, Mac, Linux, mobile</p>
<p>Accounting, CRM, ERP, eCommerce<br /> Windows, Mac, Linux</p>
<br />
<p><a href="https://www.xtuple.com"
target="_blank">xTuple.com</a></p> <br /> <p><a
href="https://github.com/xtuple/xtuple/blob/master/README.md"
target="_blank">About xTuple</a><br /> <a
href="https://github.com/orgs/xtuple/people"
target="_blank">Members</a><br /> <a
href="https://github.com/xtuple/qt-client/wiki" target="_blank">Desktop
Client wiki</a><br /> <a href="https://github.com/xtuple/xtuple/wiki"
target="_blank">Mobile Web Client wiki</a><br /> <a
href="https://github.com/xtuple" target="_blank">All Public
Repos</a></p><br /> <a class="twitter-follow-button"
target="_blank">Members</a><br />
<a href="https://github.com/xtuple/qt-client/wiki" target="_blank">Desktop Client wiki</a>
<br />
<a href="https://github.com/xtuple" target="_blank">All Public Repos</a>
</p><br /> <a class="twitter-follow-button"
data-show-count="false" href="https://twitter.com/xTuple">Follow
@xTuple</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div> </div> <div class="col-md-8 col-sm-12"> <div class="panel intro">
<h1>Why you might be interested in hacking our software</h1> <p>Get
involved with xTuple, a platform that's a great starting point for
business software in practically any industry, especially inventory-based
manufacturers or distributors and services-based companies.</p> <h2><a
href="https://github.com/xtuple/xtuple/wiki/Become-an-xTuple-Developer!"
target="_blank">Fork</a> us. Test drive us with a <a
href="http://www.xtuple.com/free-trial" target="_blank">free
trial</a>.</h2> <h2>xTuple ERP</h2> <ul>
manufacturers or distributors and services-based companies.</p>
<h2>
<a href="https://github.com/xtuple/xtuple/wiki/Become-an-xTuple-Developer!" target="_blank">Fork</a>
us. Learn more with a
<a href="https://xtuple.com/product-tour" target="_blank">product tour</a>.
</h2>
<h2>xTuple ERP</h2>
<ul>
<li>Desktop Client: Cross-platform <a
href="http://github.com/xtuple/qt-client#the-xtuple-erp-desktop-client-application"
target="_blank">C++ client</a> built using the Qt framework</li>
<li>Mobile Web App: Browser-based <a
href="https://github.com/xtuple/xtuple/wiki/Overview"
target="_blank">HTML5 node.js app</a></li>
<li>Database: <a
href="https://github.com/xtuple/xtuple/tree/master/foundation-database"
target="_blank">PostBooks Edition</a> schema based on PostgreSQL</li>
Expand Down Expand Up @@ -135,15 +134,9 @@ <h2><strong>xTupleCommerce</strong></h2> </div> </div> <div class="row">
for Drupal</p> </div> </div> <div class="col-md-4 col-sm-4"> <div
class="panel"> <h3><a
href="https://github.com/xtuple/oauth2orize-jwt-bearer">oauth2orize-jwt-bearer</a></h3>
<p>JSON web token middleware for OAuth2orize</p> </div> </div> </div> <!-- Mobile Web App -->
<div class="row text-center"> <div class="col-lg-12"> <h2><strong>Mobile
Web App</strong></h2> </div> </div> <div class="row"> <div
class="col-md-4 col-sm-4"> <div class="panel"> <h3><a
href="https://github.com/xtuple/xtuple">xtuple</a></h3> <p>Core
application code</p> </div> </div> <div class="col-md-4 col-sm-4"> <div
class="panel"> <h3><a
href="https://github.com/xtuple/xtuple-linguist">xtuple-linguist</a></h3>
<p>User interface translations</p> </div> </div> </div> <!-- /.container --></div>
<p>JSON web token middleware for OAuth2orize</p> </div> </div> </div>
<!-- /.container -->
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
Expand Down