root/swish_website/src/discuss.html

Revision 1889, 3.6 kB (checked in by moseley, 1 year ago)

More updates getting ready to move to the new host
Combined the two search scripts into one.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1     [% META
2         title   = "Discussion List"
3         id      = 'discuss'
4         author  = '$Author$'
5     %]
6
7     <h1>E-mail Discussion List</h1>
8
9     <p>The <strong>Swish-e</strong> e-mail list is for the
10     discussion of the Swish-e software and its implementation and
11     use. Bug fixes, problem reports, desired features, and more are
12     all appropriate topics.</p>
13
14     <p>Read [%
15            
16     link_to_page('install#when_posting_please_provide_the_following_information_',
17     'these important tips') %] if you want effective and speedy
18     help.</p>
19
20     <p>The list is low traffic. A few messages a week, and
21     sometimes a few a day. If you plan on using Swish-e you really
22     should join the list. Email sent directly to developers will
23     likely be ignored.</p>
24
25     <h2>Subscribing to the Swish-e Users's List</h2>
26
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>
35
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>
41
42
43     <h2>You may search the list archive:</h2>
44
45     <blockquote>
46         <form method="get" action="/search/index.html" enctype=
47         "application/x-www-form-urlencoded" class="form">
48
49         <p>
50             <input maxlength="200" value="" size="32" type="text" name="query" />
51             <input value="Search!" type="submit" name="submit" /><br />
52             <input type="hidden" name="section" value="archive" />
53           </p>
54         </form>
55     </blockquote>
56
57     <p>A Boolean "and" between words is assumed; that is, documents
58     will be retrieved that have <b>all</b> the specified words. If
59     you wish to find all the documents that have <b>any</b> word,
60     then use "or" between your search words. To truncate a word,
61     use an asterisk (*) at the end. For example, the search
62     "comput*" would retrieve documents that have the words
63     "computer", "computing", "computation", etc. Search capability
64     is being provided by <a href="http://swish-e.org/">Swish-e</a>,
65     what else?</p>
66
67     <h3><a href="archive/">Browse the Archive</a></h3>
68
69     <p>The Swish-e discussion began on July 9, 1997.</p>
70
71     <h3>Posting Policy</h3>
72
73     <p>The following policy governs all postings to the Swish-e
74     list. Offenders will be warned once and removed from the list
75     after a second violation of the same policy:</p>
76
77     <ol>
78         <li>All messages must relate to Swish-enhanced or issues
79         related to the development or implementation of it.</li>
80
81         <li>Advertisements are not appropriate. However, a simple
82         statement that offers a way to follow-up for more
83         information on a service or product is tolerated if it
84         accompanies a substantive message discussing a subject
85         appropriate to the list.</li>
86
87         <li>Personal attacks such as name calling and personal
88         insults will not be tolerated. Comments that are intended
89         only to enrage the recipient rather than contribute to
90         thoughtful discussion are prohibited.</li>
91
92         <li>All postings must be free of copyright restrictions
93         that limit distribution. For example, posting a significant
94         amount of a copyrighted work verbatim requires the
95         permission of the copyright holder. To verify that such
96         permission was obtained, all postings of this nature must
97         include a statement that this is the case.</li>
98     </ol>
99
Note: See TracBrowser for help on using the browser.