Commit 0d41787390b2df6ce31e5f9af863820babdebf94
1 parent
fd46bcc9
Exists in
master
and in
3 other branches
fix minor issues in architecture section
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
OSS-2017/03-architecture.tex
... | ... | @@ -24,7 +24,7 @@ available in the local network created between them. |
24 | 24 | Colab service provides interface, authentication and search engine integration |
25 | 25 | among all the services. When a request is received to a specific service, |
26 | 26 | Colab authenticates the user in the target tool, sends the request and makes a |
27 | -visual transformation in the HTML page which is the content of the response. | |
27 | +visual transformation in the HTML page, which is the content of the response. | |
28 | 28 | Another user-oriented feature is the integrated search engine, when the user |
29 | 29 | want to find something in the platform Colab will perform the search in the |
30 | 30 | whole databases. Colab itself provides a web interface for GNU Mailman and we |
... | ... | @@ -33,7 +33,7 @@ Gitlab provides web interface for Git repositories and issues tracker, and |
33 | 33 | Prezento is a front-end for source code static analysis. |
34 | 34 | |
35 | 35 | The source code static analysis is performed by \textit{mezuro}. It runs some |
36 | -static analysis tools on source code stored in repository and provide this data | |
37 | -to Prezento. A social network and CMS (Content Manager System) is provided by | |
36 | +static analysis tools on source code stored in repository and provides this data | |
37 | +to Prezento. A social network and CMS (Content Management System) is provided by | |
38 | 38 | Noosfero in \textit{social}, and the databases of all tools with a cache |
39 | 39 | service are in \textit{database}. | ... | ... |