|
1 | 1 | Robot Framework ecosystem front page
|
2 | 2 | ====================================
|
3 | 3 |
|
4 |
| -This repository hosts Robot Framework's public website source code. |
5 |
| -The site itself is available at http://robotframework.org. |
| 4 | +This repository hosts Robot Framework's public website source code. The site |
| 5 | +itself is available at http://robotframework.org. |
| 6 | + |
| 7 | +All HTML content is in `<index.html>`__ file. CSS, images, and Javascript are |
| 8 | +in `<css>`__, `<img>`__ and `<js>`__ folders. `<PIE.htc>`__ makes the site |
| 9 | +work on older IE browsers and `<CNAME>`__ contains domain configuration. |
| 10 | + |
| 11 | +Adding new links |
| 12 | +---------------- |
| 13 | + |
| 14 | +To get new links added to the website, please use `the issue tracker`_ to submit |
| 15 | +an issue about it. Please check beforehand that the link is not already on |
| 16 | +the site. Search for the url as it might be with different name than what you |
| 17 | +would assume. |
| 18 | + |
| 19 | +Please detail the following information: |
| 20 | + |
| 21 | +- Name of the library |
| 22 | +- Short description (approximately 10 words) |
| 23 | +- Link to the home page of the library (preferably just not the keyword documentation |
| 24 | + page) |
| 25 | + |
| 26 | +We will to the best of our ability add new links as soon as possible. |
| 27 | + |
| 28 | + |
| 29 | +.. _the issue tracker: https://github.com/robotframework/robotframework.github.com/issues |
6 | 30 |
|
7 |
| -All HTML content is in `<index.html>`__ file. CSS, images, and |
8 |
| -Javascript are in `<css>`__, `<img>`__ and `<js>`__ folders. |
9 |
| -`<PIE.htc>`__ makes the site work on older IE browsers and |
10 |
| -`<CNAME>`__ contains domain configuration. |
|
0 commit comments