Changeset 1885
- Timestamp:
- 02/02/07 14:17:26 (1 year ago)
- Files:
-
- swish_website/hypermail/index_head.html (modified) (2 diffs)
- swish_website/hypermail/message_head.html (modified) (2 diffs)
- swish_website/lib/config/site (modified) (1 diff)
- swish_website/lib/page/header.html (modified) (1 diff)
- swish_website/mailman (added)
- swish_website/mailman/subscribe.html (added)
- swish_website/src/devel/cvs.html (modified) (1 diff)
- swish_website/src/devel/daily.html (modified) (2 diffs)
- swish_website/src/devel/index.html (modified) (1 diff)
- swish_website/src/discuss.html (modified) (2 diffs)
- swish_website/src/graphics/pb-swishe-new.gif (modified) (2 props)
- swish_website/src/graphics/powered+.gif (modified) (2 props)
- swish_website/src/graphics/powered+b.gif (modified) (2 props)
- swish_website/src/graphics/powered.gif (modified) (2 props)
- swish_website/src/graphics/swish-e-trans-med.png (modified) (2 props)
- swish_website/src/graphics/swish-e-trans-small.png (modified) (2 props)
- swish_website/src/graphics/swish-e-trans-tiny.png (modified) (2 props)
- swish_website/src/graphics/swish-e-trans.gif (modified) (2 props)
- swish_website/src/graphics/swish-e-trans.png (modified) (2 props)
- swish_website/src/graphics/swish-e.gif (modified) (2 props)
- swish_website/src/graphics/swish-e.png (modified) (2 props)
- swish_website/src/graphics/swish-e2.gif (modified) (2 props)
- swish_website/src/graphics/swish-e2.png (modified) (2 props)
- swish_website/src/graphics/swish-eb.gif (modified) (2 props)
- swish_website/src/graphics/swish.gif (modified) (2 props)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/hypermail/index_head.html
r1870 r1885 25 25 <a href="http://www.zlib.net/" title="zlib home page">zlib</a> | 26 26 <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> | 27 <a href="http:// cvs.sourceforge.net/viewcvs.py/swishe/" title="View CVS at SourceForge">CVS @ SourceForge</a>27 <a href="http://dev.swish-e.org/browser" title="browse source code">Subversion</a> 28 28 </div> 29 29 … … 50 50 51 51 <form method="get" 52 action=" ./search/index.html"52 action="/search/index.html" 53 53 enctype="application/x-www-form-urlencoded" 54 54 class="srchform"> swish_website/hypermail/message_head.html
r1870 r1885 25 25 <a href="http://www.zlib.net/" title="zlib home page">zlib</a> | 26 26 <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> | 27 <a href="http:// cvs.sourceforge.net/viewcvs.py/swishe/" title="View CVS at SourceForge">CVS @ SourceForge</a>27 <a href="http://dev.swish-e.org/browser" title="browse source code">Subversion</a> 28 28 </div> 29 29 … … 50 50 51 51 <form method="get" 52 action=" ./search/index.html"52 action="/search/index.html" 53 53 enctype="application/x-www-form-urlencoded" 54 54 class="srchform"> swish_website/lib/config/site
r1874 r1885 25 25 download = '/distribution' 26 26 daily = '/swish-daily' 27 repo = 'http:// sourceforge.net/projects/swishe'28 repo_view = 'http:// swishe.cvs.sourceforge.net/swishe/'27 repo = 'http://dev.swish-e.org/' 28 repo_view = 'http://dev.swish-e.org/browser' 29 29 }; 30 30 swish_website/lib/page/header.html
r1869 r1885 13 13 <a href="http://www.zlib.net/" title="zlib home page">zlib</a> | 14 14 <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> | 15 <a href="[% site.url.repo_view %]" title=" View CVS at SourceForge">CVS @ SourceForge</a>15 <a href="[% site.url.repo_view %]" title="browse source code">Subversion</a> 16 16 </div> 17 17 swish_website/src/devel/cvs.html
r1869 r1885 1 1 [% META 2 title = " CVSInformation"2 title = "SVN Information" 3 3 author = '$Author$' 4 4 %] 5 5 6 <h1>Swish-e CVSInformation</h1>6 <h1>Swish-e SVN Information</h1> 7 7 8 8 <p> 9 This page describes how to download and build swish via cvs. 9 This page describes how to download and build swish using 10 <a href="http://subversion.tigris.org/">subversion</a> 10 11 </p> 11 12 12 <p>Swish-e's source is hosted by <a href="http://sourceforge.net/">SourceForge</a>. 13 The Swish-e project page is found at <a href="[% site.url.repo %]"> 14 [% site.url.repo %]</a>, which includes instructions for 15 <a href="http://sourceforge.net/cvs/?group_id=15097">using cvs</a>. 13 <p> 14 Swish-e's source is under subversion revision control and 15 can be accessed via <a href="http://svn.swish-e.org/">http://svn.swish-e.org/</a>. 16 The Swish-e project page is found at 17 <a href="[% site.url.repo %]">[% site.url.repo %]</a>. 18 You can [% link_to_page('view_cvs', 'browse the source') %] via the trac interiace. 19 </p> 20 21 <p> 22 You will need a subversion client to checkout the source. 23 For example, using the svn client use the command: 24 25 <pre> 26 $ svn co http://svn.swish-e.org/swish-e/trunk swish-e 27 </pre> 28 29 This will create a directory called swish-e in your current 30 directory. 16 31 </p> 17 32 18 33 19 <p>20 You can [% link_to_page('view_cvs', 'browse the source via CVS View at SourceForge') %].21 </p>swish_website/src/devel/daily.html
r1626 r1885 1 1 [% META 2 title = "Daily snapshots from CVS"2 title = "Daily snapshots from Subversion" 3 3 id = "swish-daily" 4 4 author = '$Author$' … … 8 8 9 9 <p> 10 The following Swish-e packages are generated daily from CVS.10 The following Swish-e packages are generated daily from Subversion checkout. 11 11 </p> 12 12 swish_website/src/devel/index.html
r1786 r1885 25 25 <p> 26 26 Swish-e source is available for anonymous public download from 27 the [% link_to_page('cvs', ' CVSserver' ) %].27 the [% link_to_page('cvs', 'swish-e subversion server' ) %]. 28 28 </p> 29 29 swish_website/src/discuss.html
r1869 r1885 23 23 likely be ignored.</p> 24 24 25 <p>To subscribe, send the message:</p> 26 <pre> 27 subscribe swish-e youraddr@yourdomain 28 </pre> 25 <h2>Subscribing to the Swish-e Users's List</h2> 29 26 30 <p>to <a href= 31 "mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a>.</p> 27 <p> 28 Follow the instructions listed at this page to subscribe to 29 the Swish-e User's List: 30 </p> 31 <blockquote> 32 <a href="http://lists.swish-e.org/listinfo/users"> 33 http://lists.swish-e.org/listinfo/users</a> 34 </blockquote> 32 35 33 <h3>Search the Archive</h3> 36 <p> 37 Note: You are responsible for subscribing and un-subscribing 38 yourself. Sending "unsubscribe me" messages to the list is 39 just lame. 40 </p> 34 41 35 <p>You may search the list archive:</p> 42 43 <h2>You may search the list archive:</h2> 36 44 37 45 <blockquote> … … 119 127 </ol> 120 128 121 <h3>Administration</h3>122 123 <p>The <i>Swish-e</i> list is hosted by the UC Berkeley124 Library. It is an un-moderated list, but only subscribers may125 post messages. The software program List Processor (ListProc)126 6.0 is used to provide an automated method for persons to127 subscribe, unsubscribe, etc. Questions about the Swish-e list128 may be directed to <a href=129 "http://escholarship.cdlib.org/rtennant/">Roy Tennant</a>130 (<a href=131 "mailto:roy.tennant@ucop.edu">roy.tennant@ucop.edu</a>).</p>132 133 <h3>Command Reference</h3>134 135 <p>The mailing list manager for <i>Swish-e</i> is List136 Processor (ListProc) 6.0. The basic commands are:</p>137 138 <p><em>TO SUBSCRIBE:</em><br />139 Send the message "subscribe swish-e youraddr@yourdomain" to140 <a href=141 "mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a></p>142 143 <p><em>TO UNSUBSCRIBE:</em><br />144 Send the message "unsubscribe swish-e" to <a href=145 "mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a></p>146 147 <p><em>TO CONTRIBUTE TO THE DISCUSSION:</em><br />148 Send your message to <a href=149 "mailto:swish-e@sunsite.berkeley.edu">swish-e@sunsite.berkeley.edu.</a>150 For more information on appropriate discussion topics, please151 see the information below.</p>152 153 <p><em>TO RECEIVE A COMPLETE LIST OF LISTPROC154 COMMANDS:</em><br />155 Send the message "help" to <a href=156 "mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a></p>157 158 <p><em>TO SUSPEND AND RESUME MAIL:</em><br />159 To <b>suspend</b> mail from Swish-e, send the message 'set160 swish-e mail postpone' to <a href=161 "mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a>.162 To <b>resume</b> mail from Swish-e, send the message "set163 swish-e mail ack" <b>or</b> "set swish-e mail noack" to164 <a href="mailto:listserv@sunsite.berkeley.edu">listserv@sunsite.berkeley.edu</a>.165 "ACK" will acknowledge your list contributions, "NOACK" will166 not.</p>167 <hr />168 169 <h4>Full List of Commands</h4>170 171 <p>Everything appearing in [ ] below is optional; everything172 appearing in < > is mandatory; all arguments are case173 insensitive. The vertical bar ("|") is used as a logical OR174 operator between the arguments. Requests may be abbreviated,175 but you must specify at least the first three characters.</p>176 <pre>177 help [topic]178 ------------179 Without arguments, this file. Otherwise get specific information on the180 selected topic. Topics may also refer to requests. To learn more about this181 system issue a 'help listproc' request. To get a listing of all available182 topics, generate an error message by sending a bogus request like 'help me'.183 184 set <list> [<option> <arg[s]>]185 ------------------------------186 Without the optional arguments, get a list of all current settings for187 the specified list. Otherwise change the option to a new value for that188 list, as follows:189 190 option can be: mail, password, address, conceal191 arg for mail can be: ack, noack, postpone, digest192 args for password have to be: current-password new-password193 args for address have to be: current-password new-address194 args for conceal can be: yes, no195 196 'set swish-e': get the current option settings for the list197 'set swish-e mail ack': your message is sent back to you198 'set swish-e mail noack': your message is not sent back to you199 'set swish-e mail postpone': no messages will be sent to you200 until you change mode again. NOTE: To resume messages,201 send the message 'set swish-e mail ack' or 'set swish-e202 mail noack' (explanations of these commands are directly203 above)204 'set swish-e mail digest': your message is not sent back to you.205 New messages are not sent to you as they arrive, but are206 accumulated into digests that are periodically sent to you.207 'set swish-e password <current-password> <new-password>':208 change your password for live access to the system (i.e.209 for subscriber access privileges when telneting to the system).210 'set swish-e address <current-password> <new-address>:211 change the address you are subscribed with; may not be available on all212 lists.213 'set swish-e conceal yes': remove yourself from 'recipients' and214 'statistics' listings.215 'set swish-e conceal no': opposite of previous mode.216 217 subscribe swish-e youraddr@yourdomain218 219 ----------------------------220 The only way to subscribe to Swish-e.221 222 unsubscribe swish-e223 signoff swish-e224 ------------------225 Two ways of removing yourself from the discussion226 227 recipients swish-e228 review swish-e229 -----------------230 Get a listing of all non-concealed people subscribed231 232 information swish-e233 ------------------234 Get information about the list235 236 statistics swish-e {[subscriber email address(es)] | [-all]}237 -----------------------------------------------------------238 Get a listing of non-concealed subscribers along with the number of messages239 each one of them has sent to the specified list. If the optional email addresses240 are given, then statistics will be collected for these users only. For241 example:242 stat foo user1@domain user2@domain243 244 will generate statistics about these two subscribers. "-all" lists statistics245 for all users that have posted on the list (whether currently subscribed ot246 not).247 248 lists249 -----250 Get a list of all local mailing lists that are served by this server, as well251 as of all known remote lists.252 253 index [archive | path-to-archive] [/password] [-all]254 ----------------------------------------------------255 Get a list of files in the selected archive, or the master archive if no256 archive was specified. If an archive is private, you have to provide its257 password as well.258 259 get <archive | path-to-archive> <file> [/password] [parts]260 ----------------------------------------------------------261 Get the requested file from the specified archive. Files are usually split in262 parts locally, and in such a case you will receive the file in multiple email263 messages -- an 'index' request tells you how many parts the file has been split264 into, and their sizes; if you need to obtain certain parts, specify them as265 optional arguments. If an archive is private, you have to provide its266 password as well.267 268 search <archive | path-to-archive>] [/password] [-all] <pattern>269 ----------------------------------------------------------------270 Search all files of the specified archive (and all of its subarchives if -all271 is specified) for lines that match the pattern. The pattern can be an272 egrep(1)-style regular expression with support for the following additional273 operators: '~' (negation), '|' and '&'' (logical OR and AND), '<' '>'274 (group regular expressions). The pattern may be enclosed in single or275 double quotes. Note: . matches any character including new line.276 277 release278 -------279 Get information about the current release of this ListProcessor system.280 281 which282 -----283 Get a listing of local mailing lists to which you have subscribed.284 285 listproc286 --------287 Learn more about this system and list management software in general.288 289 </pre>swish_website/src/graphics/pb-swishe-new.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/powered+.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/powered+b.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/powered.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e-trans-med.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e-trans-small.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e-trans-tiny.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e-trans.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e-trans.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e2.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/swish-e2.png
- Property svn:mime-type set to image/png
- Property svn:eol-style deleted
swish_website/src/graphics/swish-eb.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
swish_website/src/graphics/swish.gif
- Property svn:mime-type set to image/gif
- Property svn:eol-style deleted
