https://github.com/hhru/frontik
https://github.com/hhru/frontik
crab-fetch python tornado
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhru/frontik
- Owner: hhru
- Created: 2010-08-09T05:13:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:03:18.000Z (6 months ago)
- Last Synced: 2024-10-29T17:40:54.906Z (6 months ago)
- Topics: crab-fetch, python, tornado
- Language: Python
- Homepage:
- Size: 5.31 MB
- Stars: 46
- Watchers: 95
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.yaml
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://travis-ci.org/hhru/frontik)
[](https://coveralls.io/github/hhru/frontik?branch=master)## What is Frontik?
Frontik is an asyncronous Tornado-based application server. It was designed to support simple xml aggregation with xsl
transformation, but supports other content types as well.Frontik was originally developed by Andrey Tatarinov at [hh.ru](http://hh.ru/) as a part of infrastructure development tasks.
## Documentation
* [Running Frontik](/docs/running.md)
* [Configuring Frontik](/docs/config.md)
* [Frontik application structure](/docs/frontik-app.md)
* [Configuring Frontik application](/docs/config-app.md)
* [Routing — TBA](/docs/routing.md)
* [Service urls](/docs/service-urls.md)
* [Page generation process](/docs/page-generation.md)
* [Preprocessors](/docs/preprocessors.md)
* [Making HTTP requests](/docs/http-client.md)
* [Content types and producers](/docs/producers.md)
* [Postprocessing](/docs/postprocessing.md)
* [Logging](/docs/logging.md)
* [Debugging Frontik](/docs/debug.md)## Examples
See [/examples](/examples) directory for simple Frontik application example.
## Usages
* All pages of [hh.ru](http://hh.ru/) are served with Frontik