Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
documentation [2010/11/08 19:32] mike |
documentation [2011/10/20 16:34] (current) mike [Developers] |
||
---|---|---|---|
Line 22: | Line 22: | ||
* [[documentation:retrieve-documentation|Retrieve and create documentation]] | * [[documentation:retrieve-documentation|Retrieve and create documentation]] | ||
- | * Templates | + | * [[documentation:compile-documentation|Compile and read documentation]] |
+ | * [[documentation:templates|Templates]] | ||
===== Translators ===== | ===== Translators ===== | ||
Line 30: | Line 31: | ||
===== Developers ===== | ===== Developers ===== | ||
- | * How to add .gitmodules | + | As a developer of a project, you can migrate existing documentation inside the //xfce4-docs// repository. To then include a documentation in your project from this repository, you will need to add a git submodule, and update the //autogen.sh// script with a recent version of the Xfce devevelopment tools (//xfce4-dev-tools//). Starting version 4.7.3 there is a new check specific for documentation to initialize the git submodule automatically. |
- | * How to use the latest xdt-autogen with XDT_AUTOGEN_CHECK_DOCS | + | |
+ | * [[documentation:migrate-documentation|Set up documentation]] | ||