comparison doc/swallowtail.tex @ 35:d18135398d0f

Some clarifications. (in particular, clarify that full access via the web interface is a long-term goal, just not an immediate priority) Regenerating the pdf file will have to wait for PR 48884.
author David A. Holland
date Sun, 08 Jun 2014 19:15:48 -0400
parents ecae2581f825
children 45bb7b516edb
comparison
equal deleted inserted replaced
34:ceecdbbb1364 35:d18135398d0f
61 61
62 A web interface is also provided but it allows only end-user-level 62 A web interface is also provided but it allows only end-user-level
63 access. 63 access.
64 It also does not attempt to offer the full range of query and 64 It also does not attempt to offer the full range of query and
65 annotation support. 65 annotation support.
66 (At least to begin with.)
66 67
67 It is assumed that most bug report traffic will be handled by email, 68 It is assumed that most bug report traffic will be handled by email,
68 and that all public traffic will be reflected onto one or more mailing 69 and that all public traffic will be reflected onto one or more mailing
69 lists for general distribution. 70 lists for general distribution.
70 However, both new bug reports and followup traffic can be submitted 71 However, both new bug reports and followup traffic can be submitted
503 504
504 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 505 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
505 \section{Browsing the Database} 506 \section{Browsing the Database}
506 507
507 The tool \texttt{browse-pr} is provided for examining the database. 508 The tool \texttt{browse-pr} is provided for examining the database.
508 Its user interface is reminiscent of a newsreader. 509 Its user interface is reminiscent of a newsreader, e.g. slrn.
509 And, it will probably only be implemented in the future. 510 And, it will probably only be implemented in the future.
511 (It is something I would really like to have, but it's not critical
512 for the first deployment.)
510 513
511 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 514 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
512 \section{Direct SQL Interface} 515 \section{Direct SQL Interface}
513 516
514 XXX: document this, including particularly the views that developers 517 XXX: document this, including particularly the views that developers
772 775
773 \item Should have per-user tags that are more or less private. 776 \item Should have per-user tags that are more or less private.
774 777
775 \item Should have per-user tags that are public. 778 \item Should have per-user tags that are public.
776 779
780 \item In the long run it should be possible to log into the web
781 interface as a developer and do all developer things there instead of
782 from the command line.
783
777 784
778 \end{itemize} 785 \end{itemize}
779 786
780 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 787 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
781 \end{document} 788 \end{document}