Changeset 1161 for www-website/dev.php
- Timestamp:
- 04/20/05 15:52:10 (4 years ago)
- Files:
-
- 1 modified
-
www-website/dev.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/dev.php
r1150 r1161 11 11 print _(" Mailing List"); 12 12 print (" </h1>"); 13 print _(" If you have comments or you want to participat to the project, you can join our mailing list by sending a mail to : ")."<a href=\"mailto:gajim-devel-subscribe@gajim.org\">gajim-devel-subscribe@gajim.org</a>, "._("or by visiting")." <a href=\"https://lists.gajim.org\">https://lists.gajim.org</a>.";13 print _(" If you have comments or you want to participat to the project, you can join our mailing list by sending a mail to: ")."<a href=\"mailto:gajim-devel-subscribe@gajim.org\">gajim-devel-subscribe@gajim.org</a>, "._("or by visiting")." <a href=\"https://lists.gajim.org\">https://lists.gajim.org</a>."; 14 14 print _(" List archives are available ")."<a href=\"https://www2.lagaule.org/pipermail/gajim-devel/\">"._("here")."</a>."; 15 15 print (" <br/>"); … … 26 26 print _(" Authors"); 27 27 print (" </h1>"); 28 print _(" Project is composed of :");28 print _(" Project is composed of:"); 29 29 print (" <ul>"); 30 30 print (" <li>Yann Le Boulanger (Asterix)</li>"); … … 34 34 print (" </ul>"); 35 35 print (" <br/>"); 36 print _(" A great thanks to :");36 print _(" A great thanks to:"); 37 37 print (" <ul>"); 38 38 print (" <li>Mike Albon "._("for maintaining the debian package for the alpha architecture.")."</li>");
