Changeset 1480 for www-website/dev.php

Show
Ignore:
Timestamp:
05/18/05 00:18:05 (4 years ago)
Author:
asterix
Message:

add a link to DevTranslate page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/dev.php

    r1363 r1480  
    1414print _("  List archives are available ")."<a href=\"https://www2.lagaule.org/pipermail/gajim-devel/\">"._("here")."</a>."; 
    1515print ("  <br/>"); 
     16 
     17 
    1618print ("  <h1>"); 
    1719print _("   Repository"); 
     
    1921print _("   You can browse SVN repository thanks to ")." <a href=\"http://trac.gajim.org/browser/\">Trac</a>."; 
    2022print ("  <br/>"); 
     23 
     24 
    2125print ("  <h1>"); 
    22 print _("   Wiki / Bug Tracker / Future of Gajim"); 
     26print _("   How you can help"); 
    2327print ("  </h1>"); 
    24 print _("   Here are some")." <a href=\"http://trac.gajim.org\">"._("wiki pages")."</a> "._("to track bugs and plan the development of Gajim. So if you find bugs, do not hesitate to fill a ticket")." <a href=\"http://trac.gajim.org/newticket\">"._("here")."</a>."; 
     28print _("   Here are some")." <a href=\"http://trac.gajim.org\">"._("wiki pages")."</a> "._("to track bugs and plan the development of Gajim.\n"); 
     29print ("   <br/>\n"); 
     30print _("   Here are the way to help us in Gajim:\n"); 
     31print ("   <ul>\n"); 
     32print ("    <li>\n"); 
     33print _("     By coding: contact us on our mailing list (see above).\n"); 
     34print ("    </li>\n"); 
     35print ("    <li>\n"); 
     36print _("     By submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n"; 
     37print ("    </li>\n"); 
     38print ("    <li>\n"); 
     39print _("     In case you find a bug, do not hesitate to")." <a href=\"http://trac.gajim.org/newticket\">"._("report it")."</a>.\n"; 
     40print ("    </li>\n"); 
     41print ("   </ul>\n"); 
     42 
     43 
    2544print ("  <h1>"); 
    2645print _("   Authors");