Blame programming-guidelines/el/index.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" style="task" id="index" xml:lang="el">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Federico Mena-Quintero</name>
Packit 1470ea
      <email its:translate="no">federico@gnome.org</email>
Packit 1470ea
      <years>2013</years>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Miguel de Icaza</name>
Packit 1470ea
      <email its:translate="no">miguel@gnome.org</email>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Morten Welinder</name>
Packit 1470ea
      <email its:translate="no">mortenw@gnome.org</email>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Philip Withnall</name>
Packit 1470ea
      <email its:translate="no">philip.withnall@collabora.co.uk</email>
Packit 1470ea
      <years>2015</years>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="publisher">
Packit 1470ea
      <name>Ίδρυμα GNOME</name>
Packit 1470ea
      <page xmlns="http://xmlns.com/foaf/0.1/">http://foundation.gnome.org/</page>
Packit 1470ea
    </credit>
Packit 1470ea
Packit 1470ea
    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>
Packit 1470ea
Packit 1470ea
    <desc>GNOME Programming Guidelines</desc>
Packit 1470ea
Packit 1470ea
    <title type="link" role="trail">Programming Guidelines</title>
Packit 1470ea
  
Packit 1470ea
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 1470ea
      <mal:name>Ελληνική μεταφραστική ομάδα GNOME</mal:name>
Packit 1470ea
      <mal:email>team@gnome.gr</mal:email>
Packit 1470ea
      <mal:years>2016</mal:years>
Packit 1470ea
    </mal:credit>
Packit 1470ea
  
Packit 1470ea
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 1470ea
      <mal:name>Θάνος Τρυφωνίδης</mal:name>
Packit 1470ea
      <mal:email>tomtryf@gnome.org</mal:email>
Packit 1470ea
      <mal:years>2016</mal:years>
Packit 1470ea
    </mal:credit>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
  <title>GNOME Programming Guidelines</title>
Packit 1470ea
Packit 1470ea
  

Packit 1470ea
    This article contains several guidelines and suggestions for programmers
Packit 1470ea
    working in and with the GNOME stack.  This is intended for programmers to
Packit 1470ea
    know about the development processes, conventions and philosophies behind
Packit 1470ea
    GNOME applications and the stack of libraries supporting them.  By knowing
Packit 1470ea
    “the way things are done” in the GNOME ecosystem, it is hoped that
Packit 1470ea
    programmers will find use of GNOME APIs and development of new applications
Packit 1470ea
    easier and more natural, and will produce code which is legible and
Packit 1470ea
    maintainable over a long period of time by a diverse team of programmers.
Packit 1470ea
  

Packit 1470ea
Packit 1470ea
  

Packit 1470ea
    This guide has a two-fold purpose:
Packit 1470ea
  

Packit 1470ea
Packit 1470ea
  <list>
Packit 1470ea
    <item>
Packit 1470ea
      

Packit 1470ea
        To give you good suggestions on how to write code for GNOME or using
Packit 1470ea
        GNOME technologies. This will help you write code that is consistent
Packit 1470ea
        with best practices, and that will be accepted by the community.  This
Packit 1470ea
        will also lead to code that is a pleasure to work on.
Packit 1470ea
      

Packit 1470ea
    </item>
Packit 1470ea
Packit 1470ea
    <item>
Packit 1470ea
      

Packit 1470ea
        To transmit the knowledge we have gotten over the years on how
Packit 1470ea
        to keep the GNOME project sustainable, even when people’s
Packit 1470ea
        contributions increase or decrease.
Packit 1470ea
      

Packit 1470ea
    </item>
Packit 1470ea
  </list>
Packit 1470ea
Packit 1470ea
  <section id="general-guidelines">
Packit 1470ea
    <info>
Packit 1470ea
      <title type="link" role="trail">Γενικές οδηγίες</title>
Packit 1470ea
    </info>
Packit 1470ea
    <title>Γενικές οδηγίες</title>
Packit 1470ea
    <links type="topic" groups="general-guidelines" style="grid"/>
Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
  <section id="maintainer-guidelines">
Packit 1470ea
    <info>
Packit 1470ea
      <title type="link" role="trail">Maintainer Guidelines</title>
Packit 1470ea
    </info>
Packit 1470ea
    <title>Maintainer Guidelines</title>
Packit 1470ea
    <links type="topic" groups="maintainer-guidelines" style="grid"/>
Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
  <section id="specific-how-tos">
Packit 1470ea
    <info>
Packit 1470ea
      <title type="link" role="trail">Specific How-Tos</title>
Packit 1470ea
    </info>
Packit 1470ea
    <title>Specific How-Tos</title>
Packit 1470ea
    <links type="topic" groups="specific-how-tos" style="grid"/>
Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
  <section id="references">
Packit 1470ea
    <info>
Packit 1470ea
      <title type="link" role="trail">Αναφορές</title>
Packit 1470ea
    </info>
Packit 1470ea
    <title>Αναφορές</title>
Packit 1470ea
    <links type="topic" groups="references" style="grid"/>
Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
</page>