]> git.ozlabs.org Git - ccan/blobdiff - web/upload.php
ccan/io: example failure
[ccan] / web / upload.php
index 1a83d958aaae49a03ce5441e7a85ce1b4a1ace31..fbbaf14e872e31592aceb1089731e2deb2a4509c 100644 (file)
@@ -7,13 +7,27 @@ include('configuration');
 ?>
 <html>
 <h3 align="center"> Upload Code</h3>
-<table width="80%" align="center">
+
+<p>Got C code sitting around which might help someone?  Put it to work
+by uploading here; .tar.gz, .zip or even single C files.
+</p>
+
+<p>If it has a valid _info file and a testsuite, it'll go into the
+main repository.  Otherwise, it'll go into our "junkcode" area where
+people can browse and download it.
+</p>
+
+<table align="center">
 <tr>
 <th>
 <p>
 <form enctype="multipart/form-data" action="uploader.php" method="POST">
 <table align="center">
 <tr align="left">
+<td>
+       Email address: <input type="text" name="email" size="25"
+            maxlength="255" value="" />
+</td>
 <td>
        <input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
        Choose a file to upload: