]> git.sur5r.net Git - glabels/blob - web/links/index.php
Prep for 2.2.0 release.
[glabels] / web / links / index.php
1 <?php include "../common_php.inc"; ?>
2
3 <?php gLabelsHeader("links"); ?>
4
5
6       <h1 class="links">Related links ...</h1>
7
8
9
10       <h2>gLabels in the News</h2>
11       <ul>
12       <li><?a("http://www.linux.com/articles/37044","linux.com:: gLabels: Ready for prime time");?></li>
13       </ul>
14
15
16
17       <h2>gLabels Project Links</h2>
18       <ul>
19         <li><?a("http://sourceforge.net/projects/glabels","gLabels Sourceforge Project Page");?></li>
20         <li><?a("http://freshmeat.net/projects/glabels","gLabels Freshmeat Project Page");?></li>
21         <li><?a("http://gnomefiles.org/app.php?soft_id=254", "gLabels GNOME Files Page");?></li>
22         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-devel","gLabels Developers Mail List");?></li>
23         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-templates","gLabels Templates Mail List");?></li>
24         <li><?a("http://packages.debian.org/etch/glabels","Debian gLabels Information Page");?></li>
25       </ul>
26
27
28
29       <h2>Supporting Software</h2>
30       <ul>
31         <li><?a_host("www.gtk.org");?></li>
32         <li><?a_host("www.gnome.org");?></li>
33         <li><?a("http://arcana.linux.it/software/barcode/barcode.html","Alessandro Rubini's GNU-Barcode library");?></li>
34         <li><?a("http://www.datenfreihafen.org/projects/iec16022.html","IEC16022 Library");?></li>
35       </ul>
36
37
38
39       <h2>Similar Software</h2>
40       <ul>
41         <li><?a("http://www.kbarcode.net","Kbarcode");?> (barcode and label printing application for KDE 3)</li>
42         <li><?a("http://www.red-bean.com/labelnation/","Label Nation");?> (another program for making labels)</li>
43         <li><?a("http://oplnk.net/~ajackson/software/maillabels/","PostScript::MailLabels");?> (a perl module for creating mail labels)</li>
44         <li><?a("http://qlabels.p34.net","QLabels");?> (gLabels clone using Qt4)</li>
45
46       </ul>
47
48
49
50       <h2>Other</h2>
51       <ul>
52         <li><?a_host("sourceforge.net");?></li>
53         <li><?a_host("snaught.com");?></li>
54       </ul>
55
56
57
58 <?php gLabelsFooter(); ?>