maintenance: active->dead
authorlace <>
Sat, 12 May 2007 09:23:28 +0000 (09:23 +0000)
committerlace <>
Sat, 12 May 2007 09:23:28 +0000 (09:23 +0000)
List subscriptions removed.

project/captive/Index.pm

index e448be6..81e3c0d 100755 (executable)
@@ -33,12 +33,13 @@ our @ListItem=(
                "priority"=>666,
                "summary"=>"The first free NTFS read/write filesystem for GNU/Linux",
                "license"=>"GPL",
-               "maintenance"=>"active",
+               "maintenance"=>"dead",
                "language"=>"i386 asm, C, Perl",
                "icon"=>"captive-install-acquire-icon.png",
                "cvs-of main tree"=>"captive",
                "cvs-of branched ReactOS subdir"=>"reactos:captive",
                "description"=>sub { return <<"HERE"; },
+<p><b>This project is no longer maintained.</b></p>
 <p>Project implements the first full read/write free access to NTFS disk drives.
 You can mount your Microsoft Windows NT, 200x or XP partition as
 a transparently accessible volume for your GNU/Linux.</p>
@@ -269,34 +270,16 @@ print <<"HERE";
 
 <h2 id="lists">Mailing Lists</h2>
 
-<form action="@{[ uri_escaped(path_web "/Mailman.pm") ]}" @{[ form_method "post" ]}>
-       <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
-               <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
-               <tr><td>New version announcements<br />
-                       (low traffic, recommended)</td>
-                               <td>User support,<br />bug reports</td>
-                               <td>Development</td>
-                               </tr>
-               <tr>@{[ map({ "<td>".a_href($W->{"mailman_url"}."listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
-               <tr>@{[ map({ "<td>".a_href($W->{"pipermail_url"}."$_",'Archive')."</td>"; } @lists) ]}</tr>
-               <tr>@{[
-                       map(('<td><input type="checkbox" name="list" value="'.$_.'"'
-                                       .($_ ne "captive-announce-list" ? '' : ' checked="checked"')
-                                       .' /> Subscribe?</td>'),@lists)
-                       ]}</tr>
-               <tr><td colspan="3">
-                       <table border="0" style="text-align: left;">
-                               <tr><td>Email address:            </td><td><input type="text"     name="email"   size="30" /></td></tr>
-                               <tr><td>Your new Mailman password:</td><td><input type="password" name="pw"      size="15" /></td></tr>
-                               <tr><td>Reenter your password:    </td><td><input type="password" name="pw-conf" size="15" /></td></tr>
-                       </table>
-                       <p>
-                               <input type="hidden" name="back" value="/project/captive/#lists" />
-                               <input type="submit" name="email-button" value="Subscribe me" />
-                       </p>
-               </td></tr>
-       </table>
-</form>
+<p>The mailing list were closed.  You can only access their archive.</p>
+
+<table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
+       <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
+       <tr><td>New version announcements</td>
+                       <td>User support,<br />bug reports</td>
+                       <td>Development</td>
+                       </tr>
+       <tr>@{[ map({ "<td>".a_href($W->{"pipermail_url"}."$_",'Archive')."</td>"; } @lists) ]}</tr>
+</table>
 
 
 @{[ vskip "3ex" ]}