Changeset 2759 for www-website/dev.php
- Timestamp:
- 08/04/05 18:54:01 (3 years ago)
- Files:
-
- 1 modified
-
www-website/dev.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/dev.php
r2576 r2759 6 6 7 7 8 print (" <p>"); 9 print (" <h1>"); 10 print _(" Our Room"); 11 print (" </h1>"); 12 print _(" Our room is"." gajim@conference.jabber.org "."You are welcome to join and communicate with us."; 13 print (" <br/>"); 8 14 9 15 print (" <p>"); … … 11 17 print _(" Mailing List"); 12 18 print (" </h1>"); 13 print _(" If you have comments or you want to participate 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>.";19 print _(" You may also want to subscribe to our mailing list (low-traffic): ")."<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 20 print _(" List archives are available ")."<a href=\"https://www2.lagaule.org/pipermail/gajim-devel/\">"._("here")."</a>."; 15 21 print (" <br/>");
