~ubuntu-branches/ubuntu/quantal/anjuta/quantal

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/de/project-manager-treeview.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Sebastien Bacher, Michael Biebl
  • Date: 2012-03-30 00:20:09 UTC
  • mfrom: (1.1.45) (27.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120330002009-pf04ws9la5ouas2u
Tags: 2:3.4.0-1
[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

[ Sebastien Bacher ]
* debian/patches/workaround_python_config_bug.patch:
  - workaround python-config bug
* debian/patches/02_skip_directories_when_reading_schema_files.patch:
  - dropped, fixed upstream

[ Michael Biebl ]
* Move the glade catalog file from anjuta-common to libanjuta-dev alongside
  the .so it references. Update the Breaks/Replaces accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
6
6
    <link type="guide" xref="index#anjuta-project-management" group="third"/>
7
 
    <desc>
8
 
      Display project's content.
9
 
    </desc>
 
7
    <desc>Den Inhalt des Projekts anzeigen.</desc>
10
8
    <credit type="author">
11
9
      <name>Sébastien Granjoux</name>
12
10
      <email>seb.sfo@free.fr</email>
13
11
    </credit>
14
12
  </info>
15
13
 
16
 
  <title>View a Project</title>
 
14
  <title>Ein Projekt betrachten</title>
17
15
 
18
16
  <p>A project is represented by a tree, the root item corresponds
19
17
  to the project while children represent programs, libraries, directories
30
28
      like the project name or the project version.</p>
31
29
    </item>
32
30
    <item>
33
 
      <title>Module</title>
 
31
      <title>Modul</title>
34
32
      <p>This is a set of packages used in autotools project. They appear
35
33
      as children of the root node to represent all modules defined and
36
34
      as children of each target using them. For more details, see
37
35
      <link xref="project-manager-module-new"/>.</p>
38
36
    </item>
39
37
    <item>
40
 
      <title>Package</title>
 
38
      <title>Paket</title>
41
39
      <p>This is a packaged library used in autotools project. They appear
42
40
      as children of each module. For more details, see
43
41
      <link xref="project-manager-library"/>.</p>
44
42
    </item>
45
43
    <item>
46
 
      <title>Folder</title>
 
44
      <title>Ordner</title>
47
45
      <p>This is used to group targets allowing to set common
48
46
      properties. They are often implemented by sub directories.
49
47
      For more details, see <link xref="project-manager-folder"/>.</p>
50
48
    </item>
51
49
    <item>
52
 
      <title>Target</title>
 
50
      <title>Ziel</title>
53
51
      <p>It groups files and define how they are used.
54
52
      There are several kinds of targets, by example program, library or data,
55
53
      corresponding to different use of the child files.
64
62
 
65
63
    </item>
66
64
    <item>
67
 
      <title>Source</title>
 
65
      <title>Quelle</title>
68
66
      <p>Each source file is represented by a item in the project view. The use
69
67
      of each file depends on its parent target. All children of a program
70
68
      target are compiled to generate it. While children of a data target are