[SCM] Development fot GoFind! branch, master, updated. 31864582e45614db3b8bce0c2623ca62465a5496

Miriam Ruiz miriam at debian.org
Wed Dec 10 17:53:36 UTC 2008


The following commit has been merged in the master branch:
commit 31864582e45614db3b8bce0c2623ca62465a5496
Author: Miriam Ruiz <miriam at debian.org>
Date:   Wed Dec 10 18:33:10 2008 +0100

    New filter configuration format, based in XML

diff --git a/filter.cfg b/filter.cfg
index 70a8488..32040c4 100644
--- a/filter.cfg
+++ b/filter.cfg
@@ -1,6 +1,16 @@
-black=rating:sex::violence
-red=rating:violence::non-realistic:optional
-red=rating:violence::non-realistic
-yellow =   rating:theme::horror-optional
-yellow =   rating:theme::horror-optional&(rating:theme::horror-optional|rating:theme::horror2-optional)
-green = rating:violence::none & rating:sex::none & rating:language::benign & rating:discrimination::none               
+<filter target="black">
+	<rule condition="sex::violent" />
+</filter>
+<filter target="red">
+	<rule condition="violence::non-realistic-optional" />
+	<rule condition="violence::non-realistic" />
+</filter>
+<filter target="yellow">
+	<rule condition="  issues::horror" />
+</filter>
+<filter target="yellow">
+	<rule condition="issues::horror&(issues::horror|issues::cruelty)" />
+</filter>
+<filter target="green">
+	<rule condition="violence::none & sex::none & !issues::bad-words & !  issues::discrimination    " />
+</filter>

-- 
Development fot GoFind!



More information about the Pkg-games-commits mailing list