Hello all, The following: - http://wiki.habariproject.org/en/Creating_A_Plugin
Links to this: - http://schemas.habariproject.org/pluggable-sample.xml Which contains: ----- <!-- help can come from the info file --> <help name="main"> <value><![CDATA[This is helpful stuff.]]></value> <value xml:lang="es-es"><![CDATA[Esto es útil cosas.]]></value> </help> <help name="secondary"> <value><![CDATA[This is more helpful stuff.]]></value> <value xml:lang="es-es"><![CDATA[Esto es más útil cosas.]]></value> </help> ----- I have two questions: - How do the 'main' and 'secondary' name attributes apply in real life? - Is this schema considered final and implementation ready for 0.7? And for what I [think I] know is true: - 0.7+ utilizes these XML files, whereas 0.6 does not - The lang attributes are not implemented currently, unlike help() usage today - Not many (4) plugins in habari-extras use <help> yet, whereas several do within system/plugins - None use 'main' or 'secondary', but instead simply <help> Regards, Philip -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
