From 7b6efc964e5bf81ccdf590a99c64c0ff586ef46e Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Mon, 7 Jul 2014 10:17:12 -0400 Subject: [PATCH] Grammar fixes + whitespace formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed some small grammar issues and made whitespace consistent in the “Directory Structure” list --- en-US/intro/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/en-US/intro/README.md b/en-US/intro/README.md index 12fbc38c..0a4fb392 100644 --- a/en-US/intro/README.md +++ b/en-US/intro/README.md @@ -10,7 +10,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language ## Purpose -Since we choose to use pure Go implementation of Git manipulation, Gogs certainly supports **ALL platforms** that Go supports, including Linux, Mac OS X, and Windows with **ZERO** dependency. +Since we choose to use a pure Go implementation of Git, Gogs supports **ALL platforms** that Go supports, including Linux, Mac OS X, and Windows with **ZERO** dependencies. More importantly, Gogs only needs one binary to setup your own project hosting on the fly! @@ -24,18 +24,18 @@ More importantly, Gogs only needs one binary to setup your own project hosting o ## Directory Structure - `/conf` - configuration files - - `/content` - global content - - `/gitignore` - .gitignore files for supported languages - - `/license` - license files for supported licenses -- `/models` - business logics +- `/content` - global content +- `/gitignore` - .gitignore files for supported languages +- `/license` - license files for supported licenses +- `/models` - business logic - `/modules` - helper modules - - `/auth` - authorization and forms - - `/avatar` - avatar cache service - - `/base` - base functions and types - - `/cron` - cron tasks - - `/log` - log wrapper of gogits/log - - `/mailer` - mail service - - `/middleware` - custom middlewares -- `public` - static web elements: CSS, JS, images, fonts -- `routers` - controller logics -- `templates` - web templates +- `/auth` - authorization and forms +- `/avatar` - avatar cache service +- `/base` - base functions and types +- `/cron` - cron tasks +- `/log` - log wrapper of gogits/log +- `/mailer` - mail service +- `/middleware` - custom middlewares +- `public` - static web elements: CSS, JS, images, fonts +- `routers` - controller logic +- `templates` - web templates