Skip to content

Create ru-RU Readmy.md #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions ru-RU/intro/Readmy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Introduction
---

# Macaron

Пакет 'macaron' это высокопродуктивный модульный каркас для языка программирования Go. Здесь можно почитать про базовые принципы
[Martini](https://github.com/go-martini/martini) и другие расширенные вопросы для деталей

[API Reference](https://gowalker.org/gopkg.in/macaron.v1)

Минимальные требовани Go is **1.3**.

## Характеристики

- Полноценный роутинг URL с подстраницами.
- Flexible routes combinations.
- Unlimited nested group routers.
- Directly integrate with existing services.
- Dynamically change template files at runtime.
- Allow to use in-memory template and static files.
- Easy to plugin/unplugin features with modular design.
- Handy dependency injection powered by [inject](https://github.com/codegangsta/inject).
- Better router layer and less reflection make faster speed.

## Use Cases

- [Gogs](http://gogs.io): A painless self-hosted Git Service
- [Peach](http://peachdocs.org): A modern web documentation server
- [Go Walker](https://gowalker.org): Go online API documentation
- [Switch](http://gopm.io): Gopm registry
- [YouGam](http://yougam.com): Online Forum
- [Critical Stack Intel](https://intel.criticalstack.com/): A 100% free intel marketplace from Critical Stack, Inc.

## Quick Start

- New to Macaron? Let’s [get started](/docs/intro/getting_started)!
- [Middlewares](/docs/middlewares) that are built for Macaron.
- Have any questions? Maybe there are [answers](/docs/faqs) for you!
- If you think anything is not clear in the documentation, just [file an issue](https://github.com/go-macaron/docs/issues)!