Switch to unified view

a/Allura/docs/faq.rst b/Allura/docs/faq.rst
...
...
25
25
26
Sure we sacrifice the flexibility of Roundup's 
26
Sure we sacrifice the flexibility of Roundup's 
27
backend, but our main goal is to make usable, high performance system, 
27
backend, but our main goal is to make usable, high performance system, 
28
not to maximize the number of backend storages systems supported.
28
not to maximize the number of backend storages systems supported.
29
29
30
Why create all the apps as tools?
30
Why create all the apps as plugins?
31
---------------------------------------------------------------------
31
---------------------------------------------------------------------
32
32
33
We know that some projects are going to want more locked down
33
We know that some projects are going to want more locked down
34
access controls in their bug trackers, or more workflow based 
34
access controls in their bug trackers, or more workflow based 
35
processes.  These things are inevitable, and we really do want
35
processes.  These things are inevitable, and we really do want
36
to support them, but at the same time they are going to conflict
36
to support them, but at the same time they are going to conflict
37
with the way many other projects want to work.   
37
with the way many other projects want to work.   
38
38
39
Building a tool system, and standard integration points
39
Building a plugin (tool in Allura terms) system, and standard 
40
makes it possible to serve everybody in one way or another. 
40
integration points makes it possible to serve everybody in one 
41
way or another. 
41
42
42
Why not just allow web-based extensions? 
43
Why not just allow web-based extensions? 
43
---------------------------------------------------------------------
44
---------------------------------------------------------------------
44
45
45
We talked about this quite a bit, and decided that we could write local
46
We talked about this quite a bit, and decided that we could write local