⌈⌋ ⎇ branch:  freshcode


Artifact [8eee675ce3]

Artifact 8eee675ce3a08d51c60878b578cced4be498da69:

  • File template/submit_sidebar.php — part of check-in [7c4b578abe] at 2014-07-23 19:42:32 on branch trunk — Move /submit form into template/submit_* and introduce project imports (DOAP, JSON, PKG-INFO, freecode) (user: mario size: 853)

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

?> 
<aside 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>
           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.
        </p>
    </section>

    <?php if ($is_new) {
       include("template/submit_import.php");
    }
    ?>
    
</aside>
<section id=main>