Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
commit666499e6af49a0ffe6854d3854bb6d0fe9e40510 (patch)
treee3b15194ffa2ac59bcfa09fae02c79558deb79dd /page-appform.php
parent02e22665f2c4718bfda2a169bf9e8e9a5265eb17 (diff)
first version
Diffstat (limited to 'page-appform.php')
-rw-r--r--page-appform.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/page-appform.php b/page-appform.php
new file mode 100644
index 00000000..71762d9e
--- /dev/null
+++ b/page-appform.php
@@ -0,0 +1,31 @@
+<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>--> \ No newline at end of file