~ubuntu-branches/ubuntu/raring/kde-l10n-nl/raring

« back to all changes in this revision

Viewing changes to docs/kdesdk/scripts/man-extractrc.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2011-07-13 19:24:03 UTC
  • mfrom: (1.12.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110713192403-vdjxzwc548wd7dng
Tags: 4:4.6.90-0ubuntu1
* Enable easy switching between stable and unstable translations
* Make module desktop fetching more robust by trying to step into every
  element within the messages directory and if successful try to svn export
  a related desktop file
* Update build script for new branch name
* Update build script to use ftpmaster rather than ktown
* Introduce new targets:
  - get-l10n: called by the build script and
    depends on all other targets that need execution to get l10n
  - get-desktop: prerequisites all targets to get desktop file translations
  - get-messages: prerequisites all targets to get UI translations
  - get-messages-kdepim: gets all kdepim translations
  - get-desktop-sc: gets all desktop files for all modules in the source tree
  - get-desktop-extragear: gets all desktop files for extragera apps in main
    (as per list installed by pkg-kde-tools)
  - get-desktop-kdepim: copies kdepim's desktop file to kdepim_runtime
* Introduce new debian/config file which hold settings for rules and build
  script.
* Check presence of necessary debian/config values in debian/rules
* Fetch desktop files by regex in debian/rules (split modules have multiple
  desktop_* files in their SVN path)
* Bump standards version to 3.9.2
* Update VCS paths (now living in the kubuntu-packaging project)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
 
3
<!ENTITY % Dutch "INCLUDE">
 
4
]>
 
5
 
 
6
<refentry lang="&language;">
 
7
<refentryinfo>
 
8
<author
 
9
><personname
 
10
><firstname
 
11
>Ben</firstname
 
12
><surname
 
13
>Burton</surname
 
14
></personname
 
15
> <email
 
16
>bab@debian.org</email
 
17
></author>
 
18
<date
 
19
>7 april 2003</date>
 
20
</refentryinfo>
 
21
 
 
22
<refmeta>
 
23
<refentrytitle
 
24
><command
 
25
>extractrc</command
 
26
></refentrytitle>
 
27
<manvolnum
 
28
>1</manvolnum>
 
29
</refmeta>
 
30
 
 
31
<refnamediv>
 
32
<refname
 
33
><command
 
34
>extractrc</command
 
35
></refname>
 
36
<refpurpose
 
37
>Extract message strings from UI and GUI-RC files</refpurpose>
 
38
</refnamediv>
 
39
 
 
40
<refsynopsisdiv>
 
41
<cmdsynopsis
 
42
><command
 
43
>extractrc</command
 
44
> <group
 
45
><option
 
46
><replaceable
 
47
>filename</replaceable
 
48
></option
 
49
></group
 
50
> </cmdsynopsis>
 
51
</refsynopsisdiv>
 
52
 
 
53
<refsect1>
 
54
<title
 
55
>Beschrijving</title>
 
56
 
 
57
<para
 
58
><command
 
59
>extractrc</command
 
60
> finds all text tags and other message strings in the given files and writes the corresponding i18n() calls to standard output so that xgettext can parse them.</para>
 
61
 
 
62
<para
 
63
>It understands both (&Qt;/&kde;) <application
 
64
>designer</application
 
65
>'s <acronym
 
66
>UI</acronym
 
67
> files and &XML; GUI-RC files. </para>
 
68
 
 
69
<para
 
70
>This utility is part of the KDE Software Development Kit. </para>
 
71
 
 
72
</refsect1>
 
73
 
 
74
</refentry>