⌈⌋ ⎇ branch:  freshcode


Artifact [2c7a02feb7]

Artifact 2c7a02feb740983bdf95609cee0455cc24d3e14c:

  • File template/submit_sidebar.php — part of check-in [b137de1697] at 2021-04-05 06:25:54 on branch trunk — More shortags (use `phptags --long` to reverse...) (user: mario size: 983)

<?php
/**
 * type: template
 * title: Project submit #sidebar
 * description: Generic advises for project submissions
 *
 *
 */

?> 
<td id=sidebar>

    <section>
        <h5>Submit project<br>and/or release</h5>
        <p>
           You can submit <em title="Free, Libre, and Open Source Software">FLOSS</em>
           or <em title="or Solaris/Darwin/Hurd">BSD/Linux</em> software here.
           It's not required that you're a developer of said project.
        </p>
        <p><small>
           You can always edit the common project information together with
           a current release.  It will show up on the frontpage whenever you
           update a new version number and a changelog summary.
        </small></p>

        <?php
        if ($is_new) {
           print "<p>Or <a class='action submit-import'
           style='color:blue'>import</a> a project..</p>";
        }
        ?>
    </section>

    <? include("template/submit_import.php"); ?>
    
</td>