Skip to content

Commit b414105

Browse files
author
Gérard Collin
committed
Updates to point to ng-xtend
1 parent eaaa5b7 commit b414105

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

developers.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ <h1 class="module-title font-alt mb-0">Developing for Dont-code</h1>
110110
</section>
111111
<section class="module">
112112
<div class="container">
113+
<div class="row">
114+
<div class="col-sm-12">
115+
<h2 class="font-alt mb-0">Full refactoring !</h2>
116+
<hr class="divider-w mt-10 mb-20">
117+
<a href="https://ng-xtend.dev"><img src="https://ng-xtend.dev/docs/logos/logo-xtend-angular-red-small-transparent.png" alt="ng-xtend framework"/></a>
118+
<p>The core of dont-code has been refactored to use <a href="https://ng-xtend.dev">ng-xtend</a>, the plugin framework for Angular.</p>
119+
<p>All the apps in the <a href="https://dont-code.net/apps/repo/default"> application catalog </a> are now run through the ng-xtend framework.</p>
120+
</div>
121+
</div>
113122
<div class="row">
114123
<div class="col-sm-12">
115124
<h2 class="font-alt mb-0">Main concepts (Draft)</h2>
@@ -150,7 +159,7 @@ <h2 class="font-alt mb-0">Main concepts (Draft)</h2>
150159
</li>
151160
<li>Demo environment: Template projects + new projects, specific set of data, use "stable" version of libs
152161
</li>
153-
<li>Company environment: Production Environment (apps & database) specific for a company.
162+
<li>Company environment: Production Environment (apps & database) specific for a company.
154163
</li>
155164
<li>Company Next environment: Same but using Next (less stable) versions of components and plugins. Uses same database than Company environment.
156165
</li>

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@
121121
<h2 class="module-title font-alt align-left">Dont-code Platform</h2>
122122
<p class="module-subtitle font-serif align-left">Instantly produce the application you need.</p>
123123
<p>Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT.</p>
124-
<a class="btn btn-border-w btn-round" href="apps.html" target="_blank"><i class="icon-desktop"></i>Try a demo application</a>
124+
<p><span class="icon-megaphone"></span>&nbsp;Based now on the powerful <a href="https://ng-xtend.dev"> NG Xtend plugin framework!</a><a href="https://ng-xtend.dev"><img src="https://ng-xtend.dev/docs/logos/logo-xtend-angular-red-small-transparent.png" alt="ng-xtend framework"/></a></p>
125+
<a class="btn btn-border-w btn-round" href="https://dont-code.net/apps/repo/default" target="_blank"><i class="icon-desktop"></i>Try a demo application</a>
125126
<a class="btn btn-border-w btn-round video-pop-up" href="assets/images/dont-code-video.gif"><i class="icon-video"></i>Watch the creation of an application</a>
126-
<a class="btn btn-border-w btn-round" href="https://run.dont-code.net/ide-ui/latest?repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-stable.json" target="_blank"><i class="icon-toolbox"></i> Try our tools</a>
127+
<a class="btn btn-border-w btn-round" href="https://run.dont-code.net/ide-ui/latest?repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-stable.json" target="_blank"><i class="icon-toolbox"></i>Try our tools</a>
127128
</div>
128129
</div>
129130
</div>

news.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,22 @@ <h2 class="module-title font-alt">Dont-code news</h2>
113113
<div class="row">
114114
<div class="col-sm-12">
115115
<div class="row post-masonry post-columns">
116+
<div class="col-md-6 col-lg-6">
117+
<div class="post">
118+
<div class="post-thumbnail"><a href="https://ng-xtend.dev"><img src="https://ng-xtend.dev/docs/logos/logo-xtend-angular-red-small-transparent.png" alt="ng-xtend framework"/></a></div>
119+
<div class="post-header font-alt">
120+
<h2 class="post-title"><a href="#">Refactor to use ng-xtend</a></h2>
121+
<div class="post-meta">By&nbsp;<a href="#">Dont-code team</a>&nbsp;| 2nd of November 2025
122+
</div>
123+
</div>
124+
<div class="post-entry">
125+
<p>Dont-code has developed a fully extensible plugin framework for Angular.</p>
126+
<p>We believe this technology is useful on its own, outside of Dont-code.</p>
127+
<p>So we've refactored the application and created <a href="https://ng-xtend.dev">ng-xtend framework</a>.</p>
128+
<p>While dont-code now uses ng-xtend, You can use <a href="https://ng-xtend.dev">ng-xtend framework</a> independently of dont-code.</p>
129+
</div>
130+
</div>
131+
</div>
116132
<div class="col-md-6 col-lg-6">
117133
<div class="post">
118134
<div class="post-thumbnail"><a href="#"><img src="assets/images/plugins/plugin-commerce-price-refresh.gif" alt="Upgraded pricing"/></a></div>

0 commit comments

Comments
 (0)