root/swish_website/mailman/subscribe.html

Revision 1885, 7.0 kB (checked in by moseley, 1 year ago)

Bring the svn repo up to date with changes to the swish-e website in cvs.

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
5   <head>
6     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7     <link rel="stylesheet" type="text/css" href="http://swish-e.org/swish.css" media="screen" />
8
9     <title>Swish-e Users List</title>
10
11     <style type="text/css">
12         div#subscribe {
13             width: 50%;
14             margin-left: 10%;
15         }
16
17         #subscribe td.submit {
18             text-align: center;
19         }
20
21
22         #subscribe td.label {
23             text-align: right;
24              width: 40%;
25         }
26         h2 { border-bottom: 2px solid blue; }
27     </style>
28
29   </head>
30 <body>
31     <!-- noindex -->
32
33
34     <div id="header">
35       <div class="superHeader">
36         <span>Related Sites:</span>
37
38             <a href="http://swishewiki.org/" title="swishe wiki">swish-e wiki</a> |
39             <a href="http://www.xmlsoft.org/" title="libxml2 home page">libxml2</a> |
40             <a href="http://www.zlib.net/" title="zlib home page">zlib</a> |
41             <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> |
42             <a href="http://dev.swish-e.org/browser" title="browse source code">Subversion</a>
43       </div>
44
45       <div class="midHeader">
46         <h1 class="headerTitle" lang="la">Swish-e</h1>
47         <div class="headerSubTitle">Simple Web Indexing System for Humans - Enhanced</div>
48
49         <br class="doNotDisplay doNotPrint" />
50
51         <div class="headerLinks">
52           <span class="doNotDisplay">Tools:</span>
53
54               <!-- don't know what platform, so link to download page -->
55
56               <a href="http://swish-e.org/download/index.html">download latest version</a>
57
58         </div>
59       </div>
60     </div>
61     <!-- index -->
62
63   <!-- noindex -->
64   <div class="subHeader">
65
66    <form method="get"
67         action="http://swish-e.org/search/index.html"
68         enctype="application/x-www-form-urlencoded"
69         class="srchform">
70
71          <table width='100%'>
72           <tr>
73            <td align='left'>
74             <a href="http://swish-e.org/index.html">home</a> |
75             <a href="http://swish-e.org/support.html">support</a> |
76             <a href="http://swish-e.org/download/index.html">download</a>
77
78            </td>
79
80            <td align='right'>
81
82
83      <label for="searchfield">Search for</label>
84      <input maxlength="200" value="" id="searchfield" size="30" name="query" type="text" alt="Search input field"/>
85      <input value="search" name="submit" type="submit" class='button' />
86
87                 </td>
88
89            </tr>
90           </table>
91
92    </form>
93
94   </div>
95
96 <div id="archive" class="clearfix">
97
98     <h1>Swish-e Users Discussion List</h1>
99
100     <p>
101         The Swish-e Users List is for the discussion of topic related
102         to the swish-e search engine.
103     </p>
104     <p>
105         Use the forms below to subscribe, unsubscribe, or change you
106         existing subscription.
107     </p>
108
109     <p>
110         Only list members may post to this list.  You must subscribe before
111         posting any messages.<br />
112         Also, before posting <em>please be sure to read</em>
113         <a href="http://swish-e.org/docs/install.html#when_posting_please_provide_the_following_information_">
114             these helpful tips</a>.
115     </p>
116
117     <h2>Subscribing to the Swish-e Users List</h2>
118
119     <p>
120         Subscribe to Users by filling out the following form. You will be sent
121         email requesting confirmation, to prevent others from gratuitously
122         subscribing you. This is a hidden list, which means that the list of
123         members is available only to the list administrator.
124     </p>
125
126 <div id="subscribe">
127     <form method="post" action="http://lists.swish-e.org/subscribe/users">
128         <table>
129             <tr>
130                 <td class="label">
131                     Your email address:
132                 </td>
133                 <td>
134                     <input type="text" name="email" size="30" />
135                 </td>
136             </tr>
137             <tr>
138                 <td class="label">
139                     Your name:
140                 </td>
141                 <td>
142                     <input type="text" name="fullname" size="30" />
143                 </td>
144             </tr>
145         </table>
146         <p>
147             You may enter a privacy password below. This provides only mild
148             security, but should prevent others from messing with your
149             subscription. <b>Do not use a valuable password</b> as it will
150             occasionally be emailed back to you in cleartext.
151         </p>
152
153         <p>
154             If you choose not to enter a password, one will be automatically
155             generated for you, and it will be sent to you once you've confirmed
156             your subscription. You can always request a mail-back of your
157             password when you edit your personal options.
158         </p>
159
160         <table>
161             <tr>
162                 <td class="label">
163                     Pick a password:
164                 </td>
165                 <td>
166                     <input type="password" name="pw" size="30" />
167                 </td>
168             </tr>
169             <tr>
170                 <td class="label">
171                     Reenter password to confirm:
172                 </td>
173                 <td>
174                     <input type="password" name="pw-conf" size="30" />
175                 </td>
176             </tr>
177             <tr>
178                 <td colspan="2" class="submit">
179                     <input type="submit" name="email-button" value="Subscribe" />
180                     <input type="hidden" name="language" value="en" />
181                 </td>
182             </tr>
183         </table>
184     </form>
185 </div>
186
187 <h2>Unsubscribe or Password Reminder</h2>
188
189 <p>
190     If you are an existing list member enter your email address in the
191     form below.  You will be able to receive a password reminder or
192     change your subscription options.
193 </p>
194
195 <form method="post" action="http://lists.swish-e.org/options/users">
196     <p>
197         <input type="text" size="30" name="email" />
198         <input type="submit" value="Unsubscribe or Edit Options" />
199         <input type="hidden" name="language" value="en" />
200     </p>
201 </form>
202
203 <hr />
204 <p>
205 <small>
206 <a href="http://lists.swish-e.org/listinfo/users">Users</a>
207 list run by <a href="mailto:users-owner@lists.swish-e.org">moseley at hank.org, peter at peknet.com, dave at webaugur.com</a>
208 <br />
209 <a href="http://lists.swish-e.org/admin/users">Users administrative interface</a>
210 (requires authorization)<br />
211 <a href="http://lists.swish-e.org/listinfo">Overview of all lists.swish-e.org mailing lists</a>
212 </small>
213 </p>
214
215
216 </div><!-- #archive -->
217
218 <div id="footer">
219     <span class="doNotPrint">
220         Swish-e is distributed with <strong>no warranty</strong> under the terms of the <br />
221         <a href='http://swish-e.org/license.html'>Swish-e License</a>.<br />
222         Questions may be posted to the
223         <a href="http://swish-e.org/discuss.html" title="email list and list archive">Swish-e Discussion list</a>.
224     </span>
225 </div>
226 </body>
227 </html>
228
229
230
Note: See TracBrowser for help on using the browser.