<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/cgi/private, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/cgi/private?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/cgi/private?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>1998-06-19T19:29:16Z</updated>
<entry>
<title>All these files have been removed, replaced by the driver script architecture.</title>
<updated>1998-06-19T19:29:16Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1998-06-19T19:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f57c73c0fb4b228b12dd0f450d249d4305196ced'/>
<id>urn:sha1:f57c73c0fb4b228b12dd0f450d249d4305196ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.&lt;script&gt;</title>
<updated>1998-06-14T01:00:28Z</updated>
<author>
<name>viega</name>
</author>
<published>1998-06-14T01:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=73e488770ae493feeaf08ac9d21bd14eccdb2da2'/>
<id>urn:sha1:73e488770ae493feeaf08ac9d21bd14eccdb2da2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrated Scott's cookie code into the distribution.</title>
<updated>1998-05-30T06:06:53Z</updated>
<author>
<name>viega</name>
</author>
<published>1998-05-30T06:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4cf754ca57ef2e904082e105fcd4b78f97ed00a9'/>
<id>urn:sha1:4cf754ca57ef2e904082e105fcd4b78f97ed00a9</id>
<content type='text'>
Note that it does have one problem... If you have cookies off, you
have to log in every time, plus your changes don't take effect!
That definitely needs to be fixed.
</content>
</entry>
<entry>
<title>1. Use the standard Python invocation #! line to get the interpreter</title>
<updated>1998-05-26T18:09:14Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1998-05-26T18:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4d4705fac5cd8f4e8aa45265271c725364cc0a29'/>
<id>urn:sha1:4d4705fac5cd8f4e8aa45265271c725364cc0a29</id>
<content type='text'>
   from $PATH

2. Do no direct sys.path munging in this file.  Import the `paths'
   module, which is created during the configure process, and which
   performs all necessary path munging (and exports some useful
   variables too).

3. Remove RCS crud

Also:

Rewrote PAGE TQS to use ''' instead of """ so that embedded "s don't
mess up font-lock.

Also, name_pat looks broken to me.  I think there are some quotes
missing around each component, but since I don't yet know what
name_pat does, I haven't modified this.  I have left a potentially
better rewrite in comments just following.
</content>
</entry>
<entry>
<title>Fixed a typo in the zipcode.</title>
<updated>1998-05-26T03:04:35Z</updated>
<author>
<name>viega</name>
</author>
<published>1998-05-26T03:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2f8aee333c15ef55e81d1702c9c477f688221d10'/>
<id>urn:sha1:2f8aee333c15ef55e81d1702c9c477f688221d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added copyright notices to all source files where I am legally entitled to do so.</title>
<updated>1998-05-25T18:14:57Z</updated>
<author>
<name>viega</name>
</author>
<published>1998-05-25T18:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=93db3ca4b46bf0a2b60750d72f2527bc1235939b'/>
<id>urn:sha1:93db3ca4b46bf0a2b60750d72f2527bc1235939b</id>
<content type='text'>
Added a copy of the GNU GPL.
Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
</content>
</entry>
<entry>
<title>Cosmetic phrasing change.</title>
<updated>1998-04-11T05:27:10Z</updated>
<author>
<name>mailman</name>
</author>
<published>1998-04-11T05:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b8e21cfaf425f8f2de3c1cd740395859d25ad3b5'/>
<id>urn:sha1:b8e21cfaf425f8f2de3c1cd740395859d25ad3b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pushed the inline code at the bottom into a main() routine.</title>
<updated>1998-04-11T04:36:35Z</updated>
<author>
<name>mailman</name>
</author>
<published>1998-04-11T04:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6dd9e71120eb1e8cc9453d4601e7969af6798350'/>
<id>urn:sha1:6dd9e71120eb1e8cc9453d4601e7969af6798350</id>
<content type='text'>
GetListobj(): gets the mailman list object, using a stashed copy if
it's a repeat call.  And safely unlocks the list, if it's locked.

Use a self-contained copy of the form.

I've created an executable mailman-cgi wrapper to take care of the
setuid capability, so i've moved the script to this new location, as
well.
</content>
</entry>
<entry>
<title>Provide a password interface wrapper around a hierarchy of web pages.</title>
<updated>1998-04-10T22:35:37Z</updated>
<author>
<name>mailman</name>
</author>
<published>1998-04-10T22:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c943a8dc4322f834a5a0f8fff37cf9644b9f836a'/>
<id>urn:sha1:c943a8dc4322f834a5a0f8fff37cf9644b9f836a</id>
<content type='text'>
</content>
</entry>
</feed>
