[MKDoc-commit] [1.6] .meta.rdf listing of child documents changed
to not list hidden
chris at mkdoc.demon.co.uk
chris at mkdoc.demon.co.uk
Thu Feb 23 15:34:24 GMT 2006
Log Message:
-----------
[1.6] .meta.rdf listing of child documents changed to not list hidden documents
Tags:
----
mkdoc-1-6
Modified Files:
--------------
mkd/templates/metadata:
dcq.rdf.xml
-------------- next part --------------
Index: dcq.rdf.xml
===================================================================
RCS file: /var/spool/cvs/mkd/templates/metadata/Attic/dcq.rdf.xml,v
retrieving revision 1.9.2.11
retrieving revision 1.9.2.12
diff -Ltemplates/metadata/dcq.rdf.xml -Ltemplates/metadata/dcq.rdf.xml -u -r1.9.2.11 -r1.9.2.12
--- templates/metadata/dcq.rdf.xml
+++ templates/metadata/dcq.rdf.xml
@@ -103,11 +103,11 @@
<!-- dcterms:hasPart is used for child documents -->
<dcterms:hasPart
- petal:condition="true:document/children"
+ petal:condition="true: document/children_showable"
>
<rdf:Seq>
<rdf:li
- petal:repeat="child document/children">
+ petal:repeat="child document/children_showable">
<rdf:Description
rdf:about="http://example.com/document/child/"
rdfs:seeAlso="http://example.com/document/child/.meta.rdf"
@@ -123,7 +123,6 @@
</rdf:Seq>
</dcterms:hasPart>
-
<!-- dcterms:references is used for link components -->
<?var name="set:links document/components 'link'"?>
More information about the MKDoc-commit
mailing list