<?php
/**
* @var mixed $meta
*/
?>
<section class="section-padding fade-in">
<div class="container text-center text-md-start">
<h1 class="display-4 fw-bold text-dark">
<?= $meta->title; ?>
</h1>
<p class="fs-5 text-muted mb-0">
<?= truncate($meta->description, 256); ?>
</p>
</div>
</section>
<section class="section-padding fade-in">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="font-monospace text-justify mb-3">
<p>
<a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is a core software designed to create ready-to-use derivative ecosystem that is incredibly easy to control, both the interface, data source structure, lines of code and its output. <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is a codename created to help developers to create their software packages using <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> rules and method.
</p>
</div>
<div class="font-monospace text-justify mb-5">
<p>
This software is free to use with terms and conditions for applicable criteria. There are no restrictions within software development using <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a>, but software redistribution requires a more specific policy approval as mentioned below:
</p>
</div>
<div class="font-monospace text-justify mb-5">
<ol>
<li>
<p>
<a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is just a tool to build the ecosystems according to your needs. But something you built with <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> should be subjected to it;
</p>
</li>
<li>
<p>
You're allowed to re-distribute the ecosystems built with <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> without any concern of my permission, however admitting it was built by yourself as a whole is a shame;
</p>
</li>
<li>
<p>
Never disappoint the creative people who share their work for free, or you'll find them selling their future idea at prices that you can't reach.
</p>
</li>
</ol>
</div>
<div class="font-monospace text-justify">
<p>
Three notes should be enough. You shall leave this license page here and may not override its content. I look forward to your support!
</p>
</div>
</div>
</div>
</div>
</section>
|