]> git.sur5r.net Git - glabels/blob - web/links/index.php
Added link to another linux.com artical.
[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/feature/153788","linux.com:: Three applications for making disc labels");?></li>
13       <li><?a("http://openoffice.blogs.com/openoffice/2008/07/if-you-use-linux-you-must-try-glabels.html","OpenOffice.org Training, Tips, and Ideas:: If you use Linux, you MUST try gLabels");?></li>
14       <li><?a("http://www.linux.com/articles/37044","linux.com:: gLabels: Ready for prime time");?></li>
15       </ul>
16
17
18
19       <h2>gLabels Project Links</h2>
20       <ul>
21         <li><?a("http://sourceforge.net/projects/glabels","gLabels Sourceforge Project Page");?></li>
22         <li><?a("http://freshmeat.net/projects/glabels","gLabels Freshmeat Project Page");?></li>
23         <li><?a("http://gnomefiles.org/app.php?soft_id=254", "gLabels GNOME Files Page");?></li>
24         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-devel","gLabels Developers Mail List");?></li>
25         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-templates","gLabels Templates Mail List");?></li>
26         <li><?a("http://packages.debian.org/etch/glabels","Debian gLabels Information Page");?></li>
27       </ul>
28
29
30
31       <h2>Supporting Software</h2>
32       <ul>
33         <li><?a_host("www.gtk.org");?></li>
34         <li><?a_host("www.gnome.org");?></li>
35         <li><?a("http://arcana.linux.it/software/barcode/barcode.html","Alessandro Rubini's GNU-Barcode library");?></li>
36         <li><?a("http://www.datenfreihafen.org/projects/iec16022.html","IEC16022 Library");?></li>
37       </ul>
38
39
40
41       <h2>Similar Software</h2>
42       <ul>
43         <li><?a("http://www.kbarcode.net","Kbarcode");?> (barcode and label printing application for KDE 3)</li>
44         <li><?a("http://www.red-bean.com/labelnation/","Label Nation");?> (another program for making labels)</li>
45         <li><?a("http://oplnk.net/~ajackson/software/maillabels/","PostScript::MailLabels");?> (a perl module for creating mail labels)</li>
46         <li><?a("http://qlabels.p34.net","QLabels");?> (gLabels clone using Qt4)</li>
47
48       </ul>
49
50
51
52       <h2>Other</h2>
53       <ul>
54         <li><?a_host("sourceforge.net");?></li>
55         <li><?a_host("snaught.com");?></li>
56       </ul>
57
58
59
60 <?php gLabelsFooter(); ?>