Skip to content

Commit 0885187

Browse files
committed
remove mention of the deprecated web client
1 parent 1f58a9c commit 0885187

File tree

1 file changed

+17
-24
lines changed

1 file changed

+17
-24
lines changed

index.html

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,35 @@
2424
alt="bootstrap subtheme logo"
2525
src="http://www.xtuple.com/sites/all/themes/bootstrap_subtheme/logo.png" />
2626
<p>Open source business management software to power your entire company</p>
27-
<p>Accounting, CRM, ERP, eCommerce<br /> Windows, Mac, Linux, mobile</p>
27+
<p>Accounting, CRM, ERP, eCommerce<br /> Windows, Mac, Linux</p>
2828
<br />
2929
<p><a href="https://www.xtuple.com"
3030
target="_blank">xTuple.com</a></p> <br /> <p><a
3131
href="https://github.com/xtuple/xtuple/blob/master/README.md"
3232
target="_blank">About xTuple</a><br /> <a
3333
href="https://github.com/orgs/xtuple/people"
34-
target="_blank">Members</a><br /> <a
35-
href="https://github.com/xtuple/qt-client/wiki" target="_blank">Desktop
36-
Client wiki</a><br /> <a href="https://github.com/xtuple/xtuple/wiki"
37-
target="_blank">Mobile Web Client wiki</a><br /> <a
38-
href="https://github.com/xtuple" target="_blank">All Public
39-
Repos</a></p><br /> <a class="twitter-follow-button"
34+
target="_blank">Members</a><br />
35+
<a href="https://github.com/xtuple/qt-client/wiki" target="_blank">Desktop Client wiki</a>
36+
<br />
37+
<a href="https://github.com/xtuple" target="_blank">All Public Repos</a>
38+
</p><br /> <a class="twitter-follow-button"
4039
data-show-count="false" href="https://twitter.com/xTuple">Follow
4140
@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>
4241
</div> </div> <div class="col-md-8 col-sm-12"> <div class="panel intro">
4342
<h1>Why you might be interested in hacking our software</h1> <p>Get
4443
involved with xTuple, a platform that's a great starting point for
4544
business software in practically any industry, especially inventory-based
46-
manufacturers or distributors and services-based companies.</p> <h2><a
47-
href="https://github.com/xtuple/xtuple/wiki/Become-an-xTuple-Developer!"
48-
target="_blank">Fork</a> us. Test drive us with a <a
49-
href="http://www.xtuple.com/free-trial" target="_blank">free
50-
trial</a>.</h2> <h2>xTuple ERP</h2> <ul>
45+
manufacturers or distributors and services-based companies.</p>
46+
<h2>
47+
<a href="https://github.com/xtuple/xtuple/wiki/Become-an-xTuple-Developer!" target="_blank">Fork</a>
48+
us. Learn more with a
49+
<a href="https://xtuple.com/product-tour" target="_blank">product tour</a>.
50+
</h2>
51+
<h2>xTuple ERP</h2>
52+
<ul>
5153
<li>Desktop Client: Cross-platform <a
5254
href="http://github.com/xtuple/qt-client#the-xtuple-erp-desktop-client-application"
5355
target="_blank">C++ client</a> built using the Qt framework</li>
54-
<li>Mobile Web App: Browser-based <a
55-
href="https://github.com/xtuple/xtuple/wiki/Overview"
56-
target="_blank">HTML5 node.js app</a></li>
5756
<li>Database: <a
5857
href="https://github.com/xtuple/xtuple/tree/master/foundation-database"
5958
target="_blank">PostBooks Edition</a> schema based on PostgreSQL</li>
@@ -135,15 +134,9 @@ <h2><strong>xTupleCommerce</strong></h2> </div> </div> <div class="row">
135134
for Drupal</p> </div> </div> <div class="col-md-4 col-sm-4"> <div
136135
class="panel"> <h3><a
137136
href="https://github.com/xtuple/oauth2orize-jwt-bearer">oauth2orize-jwt-bearer</a></h3>
138-
<p>JSON web token middleware for OAuth2orize</p> </div> </div> </div> <!-- Mobile Web App -->
139-
<div class="row text-center"> <div class="col-lg-12"> <h2><strong>Mobile
140-
Web App</strong></h2> </div> </div> <div class="row"> <div
141-
class="col-md-4 col-sm-4"> <div class="panel"> <h3><a
142-
href="https://github.com/xtuple/xtuple">xtuple</a></h3> <p>Core
143-
application code</p> </div> </div> <div class="col-md-4 col-sm-4"> <div
144-
class="panel"> <h3><a
145-
href="https://github.com/xtuple/xtuple-linguist">xtuple-linguist</a></h3>
146-
<p>User interface translations</p> </div> </div> </div> <!-- /.container --></div>
137+
<p>JSON web token middleware for OAuth2orize</p> </div> </div> </div>
138+
<!-- /.container -->
139+
</div>
147140
<!-- jQuery -->
148141
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
149142
<!-- Bootstrap Core JavaScript -->

0 commit comments

Comments
 (0)