Skip to content

Commit d0b06f7

Browse files
committed
Removed site sources
1 parent 645942f commit d0b06f7

File tree

241 files changed

+1
-6210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+1
-6210
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
This repository contains sources for the http://opencv.org site. It uses [Jekyll](http://jekyllrb.com/) to generate actual site from the sources.
2-
3-
Quick local check can be done using [Docker](https://www.docker.com/) container. The _docker-compose_ tool can be used to build a container and run generator in it with a single command.
4-
In Ubuntu it can be installed with the `sudo apt install docker-compose`.
5-
6-
##### Static serve:
7-
- go to site folder
8-
- run `docker-compose up`
9-
- open _http://localhost:4000_ in browser
10-
11-
##### Build:
12-
- go to site folder
13-
- run `docker-compose run jekyll-server jekyll build`
14-
- find results in the __site_ directory
15-
16-
##### How to add a book:
17-
- add cover JPEG image resized to fit 210x260 box to the _assets/books_ folder
18-
- add an entry to the __data/books.yml_ (in [YAML](https://en.wikipedia.org/wiki/YAML) format) with the following fields:
19-
- **date** - publishing date, should be in form 'YYYY-MM-DD', it will be used to sort all books from newest to oldest
20-
- **description** - short text with the book description
21-
- **image** - name of the book cover file
22-
- **link** - URL of the book page
23-
- **title** - book title, will be used as a link text
24-
- **type** - can be:
25-
- _english_ - books about using the OpenCV
26-
- _video_ - video courses
27-
- _other_ - non-English books
28-
- _mention_ - books which only mention the OpenCV in some parts
29-
30-
##### How to add a link to the [Links](http://opencv.org/links.html) page
31-
- edit the _links.md_ file (uses [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax)
1+
This is a repository used for tracking issues with opencv.org. Please see the issues section. There is no code.

_config.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

_data/books.yml

Lines changed: 0 additions & 497 deletions
This file was deleted.

_data/quick.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)