Skip to content

Commit 33fc8b6

Browse files
committed
docs
1 parent 89dfd4b commit 33fc8b6

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contents:
1818
keeper/keeper.rst
1919
afstarter/afstarter.rst
2020
regexp/regexp.rst
21+
rules/rules.rst
2122
examples/examples.rst
2223
howto/index.rst
2324
coding_rules/coding_rules.rst

docs/rules/images/rules_scene.png

143 KB
Loading

docs/rules/rules.rst

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
=====
2+
Rules
3+
=====
4+
5+
Rules is a Web based CG project tracker.
6+
7+
.. note::
8+
9+
Documentation is not finished.
10+
11+
.. figure:: images/rules_scene.png
12+
13+
Scene shots view.
14+
15+
For Rules server hosting you need a Linux server with Apache and PHP.
16+
17+
18+
Player
19+
======
20+
21+
You can play and annotate images sequences within Rules Player.
22+
23+
Examples
24+
--------
25+
26+
.. raw:: html
27+
28+
<a target="_blank"
29+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/A_SCENE/A_SHOT_01//RESULT/JPG/v001">
30+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/A_SCENE/A_SHOT_01/.rules/thumbnail.jpg"></a>
31+
32+
<a target="_blank"
33+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/A_SCENE/A_SHOT_02//RESULT/JPG/v001">
34+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/A_SCENE/A_SHOT_02/.rules/thumbnail.jpg"></a>
35+
36+
<div style="clear:both"></div>
37+
38+
<a target="_blank"
39+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0330//RESULT/JPG/v001">
40+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0330/.rules/thumbnail.jpg"></a>
41+
42+
<a target="_blank"
43+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0270//RESULT/JPG/v001">
44+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0270/.rules/thumbnail.jpg"></a>
45+
46+
<a target="_blank"
47+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0140//RESULT/JPG/v001">
48+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0140/.rules/thumbnail.jpg"></a>
49+
50+
<a target="_blank"
51+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0120//RESULT/JPG/v001">
52+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0120/.rules/thumbnail.jpg"></a>
53+
54+
<a target="_blank"
55+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0110//RESULT/JPG/v001">
56+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0110/.rules/thumbnail.jpg"></a>
57+
58+
<a target="_blank"
59+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0090//RESULT/JPG/v001">
60+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0090/.rules/thumbnail.jpg"></a>
61+
62+
<a target="_blank"
63+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0030//RESULT/JPG/v001">
64+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0030/.rules/thumbnail.jpg"></a>
65+
66+
<a target="_blank"
67+
href="https://rules.cgru.info/player.html#/CG_PROJECT/SCENES/PRO/PRO_0210//RESULT/JPG/v001">
68+
<img src="https://rules.cgru.info/rules_root/CG_PROJECT/SCENES/PRO/PRO_0210/.rules/thumbnail.jpg"></a>
69+

utilities/put.py

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
# -*- coding: utf-8 -*-
23

34
import os

0 commit comments

Comments
 (0)