~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/docs/START.rst

  • Committer: Barry Warsaw
  • Date: 2012-03-28 22:18:57 UTC
  • Revision ID: barry@list.org-20120328221857-6gfzt9mhsk8gzf39
Fix a few typos, and the creation of index.html symlink to make PyPI happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
During the beta program, you may need some additional dependencies, such as a
51
51
C compiler and the Python development headers and libraries.  You will need an
52
 
internet connection.  Also the `web UI`_ and `archive UI`_ are distributed and
53
 
installed separately.
 
52
internet connection.  Also `Postorius`_ (the web UI) and the `archive UI`_ are
 
53
distributed and installed separately.
54
54
 
55
55
 
56
56
Building Mailman 3
121
121
``bin/mailman start`` to start the runner subprocess daemons, and of course
122
122
``bin/mailman stop`` to stop them.
123
123
 
124
 
The `web ui`_ is being developed as a separate, Django-based project.  For
125
 
now, all configuration happens via the command line and REST API.
 
124
Postorius is being developed as a separate, Django-based project.  For now,
 
125
all configuration happens via the command line and REST API.
126
126
 
127
127
 
128
128
Mailman Web UI