summaryrefslogtreecommitdiff
path: root/src/mailman/docs/START.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all the starting documentation.Barry Warsaw2016-04-301-235/+0
| | | | Also, add `tox -e docs`.
* Updated docsGurkirpal2016-03-221-0/+13
| | | | - instructions for mailman shell
* Happy New Year.Barry Warsaw2016-01-021-4/+4
|
* Be liberal with the transaction.Barry Warsaw2015-12-211-0/+3
|
* Change links from launchpad to gitlab everywhere in documentationAbhilash Raj2015-07-141-4/+4
|
* Documentation updates.Barry Warsaw2015-04-171-58/+21
|\
* \ Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-131-7/+6
|\ \ | |/ |/|
| * change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-121-4/+4
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Update the setup.py, tox.ini, template.py and documentation for the switch toBarry Warsaw2014-12-221-15/+14
| | | | Python 3.
* * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-091-6/+27
| | | | | | | | | | | test suite against PostgreSQL. See `src/mailman/docs/START.rst` for details. Also: * Test fixes. * Doc fixes. * PostgreSQL/model fixes.
* tox-ify the test suite. First, this makes it easier to run since you don'tBarry Warsaw2014-11-081-35/+21
| | | | | | | | | | | | | | | | | have to manually set up the virtualenv. Second, it allows us to later create a python3 environment for porting purposes. Other change: * The `mailman conf` command no longer takes the `-t/--sort` option; the output is always sorted. * The ``[database]migrations_path`` setting is removed. * You no longer have to create a virtual environment separately when running the test suite. Just use `tox`. * The RFC 2369 headers added to outgoing messages are now added in sorted order. * The JSON representation `http_etag` key uses an algorithm that is insensitive to Python's dictionary sort order.
* Documentation updates from Stephen Turnbull.Barry Warsaw2014-04-151-4/+60
|\
| * Improve documentation.Stephen J. Turnbull2014-03-291-4/+60
|/ | | | | | | | | | | - ArchiveUIin5.rst: Add warning and pointer to "Development Setup Guide". - ArchiveUIin5.rst: Update the HyperKitty repos to FedoraHosted. - MTA.rst: Add some hints on Sendmail from Gary Algier. - START.rst: Add a section Documentation to point to hosted prebuilt documentation at PythonHosted, ReadTheDocs, and FedoraHosted. - START.rst: Update the quick start procedure to account for common stumbling blocks, including existing obsolete zope.interface and missing sphinx_build command.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Merge Steve's documentation updates.Barry Warsaw2013-08-281-13/+21
|\
| * Add 'Contact Us' section.Stephen J. Turnbull2013-07-041-4/+9
| | | | | | | | - This makes HTML references to 'START.html#contact-us' useful. - Content is mostly the same, with addition of a reference to IRC.
| * Some minor wording fixups.Stephen J. Turnbull2013-05-141-11/+15
| |
* | * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by theBarry Warsaw2013-08-271-37/+20
|/ | | | | ``nose2`` test runner. See ``src/mailman/docs/START.rst`` for details on how to build Mailman and run the test suite.
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* Update some documentation and add a DEVELOP.rst overview.Barry Warsaw2012-12-301-22/+55
|
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-4/+3
| | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506
* Documentation updates for beta 2.Barry Warsaw2012-09-051-8/+5
|
* Fix a few typos, and the creation of index.html symlink to make PyPI happy.Barry Warsaw2012-03-281-4/+4
|
* * Some additional documentation on related components such as Postorius andBarry Warsaw2012-03-281-20/+88
|\ | | | | | | hyperkitty have been added, given by Stephen J Turnbull.
| * Update documentation post-sprint for Beta releases.Stephen J. Turnbull2012-03-261-18/+91
|/
* After a current analysis by Richard Wackerbarth, it was found that notBarry Warsaw2011-06-141-0/+107
including site-packages in the built-out environment is what was causing FreeBSD to fail to find the _sqlite module. As it turns out, the reason for adding this no longer appears relevant on Ubuntu, so just remove the setting. Fix a reference error in bin/runner.py Rename: * START.txt -> START.rst * README.txt -> README.rst