nextcloud.com/page-appform.php

31 строка
2.5 KiB
PHP

<div class="page-header">
<h1>Thanks for creating an Nextcloud app!</h1>
</div>
<p>We no longer use this form to submit apps for review. Please create an issue in <a href="https://github.com/nextcloud/app-approval">this repository on github</a>.</p>
<p>Thanks!</p>
<!--<p>With this form, you submit your app for review to the Nextcloud app review team. Make sure to read the <a href="<?php echo $DOCUMENTATION_DEVEL; ?>app/publishing.html" target="_blank">Publishing documentation</a> very carefully. Once you feel your app fullfills the requirements for approval, enter the details below to submit the app for review.</p>
<p>You will be automatically subscribed to the <a href="https://mailman.nextcloud.org/mailman/listinfo/appsreview">app review mailing list</a>. You will receive a confirmation link in your inbox, please make sure to <strong>confirm the subscription as soon as possible</strong> so you do not miss any important replies to your submission.</p>
<form name="appform" method="post" action="appformsubmit">
<div class="row">
<div class="col-md-8">
<p><label for="contributorname">Name<br>
<input type="text" name="contributorname" maxlength="50" size="40"></label></p>
<p><label for="email">Email<br>
<input type="text" name="email" maxlength="80" size="40"></label></p>
<p><label for="app_name">Name of your app<br>
<input type="text" name="app_name" maxlength="50" size="40"></label></p>
<p><label for="appstoreurl">Link to your app on <a href="http://apps.nextcloud.com">the appstore</a><br>
<input type="text" name="appstoreurl" maxlength="120" size="40"></label></p>
<p><label for="appdevurl">Link to the public repository<br />
<input type="text" name="appdevurl" maxlength="120" size="40" placeholder="Where the app is developed (Github for example)"></label></p>
<p><label for="collaborators">Fellow authors<br />
<textarea type="text" name="collaborators" maxlength="1000" cols="40" rows="4" placeholder="Who else works or has worked with you on the app? Names, ideally also urls to profiles."></textarea></label></p>
<p><label for="comments">Why is the app ready for users<br />
<textarea name="comments" maxlength="1000" cols="40" rows="6" placeholder="Please note how you applied the app guidelines and share your thoughts on why the app would be a great addition for the Nextcloud ecosystem."></textarea></label></p>
<td colspan="2" style="text-align:center">
<input type="submit" value=" Submit ">
</div>
</div>
</form>-->