Ekaterina Gerasimova kittykat3756@gmail.com 2013 조성호 shcho@gnome.org 2016, 2017. 도움말 작성 도움말 설정

말라드 페이지를 작성하고 help/C/에 추가하십시오.

어떤 프로젝트에서 플러그인 도움말을 뺀다면 index.page 파일이 필요하지 않을 수도 있지만, 대부분 프로젝트에는 index.page 파일과 일부 내용 페이지를 넣어야합니다.

<file>help/C/index.page</file> <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" id="index"> <info> <revision pkgversion="3.9" date="2013-06-19" status="stub"/> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> </info> <title> <media type="image" mime="image/png" its:translate="no" src="figures/icon.png" /> Application name </title> <section id="features" style="2column"> <title>Features</title> </section> </page> <file>help/C/introduction.page</file> <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="introduction"> <info> <link type="guide" xref="index"/> <!-- <link type="guide" xref="index#features"/> <link type="seealso" xref="anotherpageid"/> --> <revision pkgversion="3.9" date="2013-06-19" status="stub"/> <credit type="author"> <name>Your Name</name> <email its:translate="no">mail@example.com</email> <years>2013</years> </credit> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> <desc>Welcome to _Application name_</desc> </info> <title>Introduction</title> <p>This application is awesome!</p> </page>