Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Sep 13, 2020
1 parent 89dfd4b commit 33fc8b6
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Contents:
keeper/keeper.rst
afstarter/afstarter.rst
regexp/regexp.rst
rules/rules.rst
examples/examples.rst
howto/index.rst
coding_rules/coding_rules.rst
Expand Down
Binary file added docs/rules/images/rules_scene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions docs/rules/rules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
=====
Rules
=====

Rules is a Web based CG project tracker.

.. note::

Documentation is not finished.

.. figure:: images/rules_scene.png

Scene shots view.

For Rules server hosting you need a Linux server with Apache and PHP.


Player
======

You can play and annotate images sequences within Rules Player.

Examples
--------

.. raw:: html

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/A_SCENE/A_SHOT_01//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/A_SCENE/A_SHOT_01/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/A_SCENE/A_SHOT_02//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/A_SCENE/A_SHOT_02/.rules/thumbnail.jpg"></a>

<div style="clear:both"></div>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0330//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0330/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0270//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0270/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0140//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0140/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0120//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0120/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0110//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0110/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0090//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0090/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0030//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0030/.rules/thumbnail.jpg"></a>

<a target="_blank"
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0210//RESULT/JPG/v001">
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0210/.rules/thumbnail.jpg"></a>

1 change: 1 addition & 0 deletions utilities/put.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down

0 comments on commit 33fc8b6

Please sign in to comment.