]> git.sur5r.net Git - glabels/blob - web/links/index.php
Website updates.
[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       <li><?a("http://blog.worldlabel.com/2009/printing-labels-in-ubuntu.html","worldlabel.com:: Printing Labels in Ubuntu");?></li>
16       </ul>
17
18
19
20       <h2>gLabels Project Links</h2>
21       <ul>
22         <li><?a("http://sourceforge.net/projects/glabels","gLabels Sourceforge Project Page");?></li>
23         <li><?a("http://freshmeat.net/projects/glabels","gLabels Freshmeat Project Page");?></li>
24         <li><?a("http://gnomefiles.org/app.php?soft_id=254", "gLabels GNOME Files Page");?></li>
25         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-devel","gLabels Developers Mail List");?></li>
26         <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-templates","gLabels Templates Mail List");?></li>
27         <li><?a("http://packages.debian.org/etch/glabels","Debian gLabels Information Page");?></li>
28         <li><?a("http://www.getdeb.net/app/gLabels","Getdeb package for Ubuntu (and derived) GNU/Linux distributions");?></li>
29       </ul>
30
31
32
33       <h2>Supporting Software</h2>
34       <ul>
35         <li><?a_host("www.gtk.org");?></li>
36         <li><?a_host("www.gnome.org");?></li>
37         <li><?a("http://arcana.linux.it/software/barcode/barcode.html","Alessandro Rubini's GNU-Barcode library");?></li>
38         <li><?a("http://www.datenfreihafen.org/projects/iec16022.html","IEC16022 Library");?></li>
39       </ul>
40
41
42
43       <h2>Similar Software</h2>
44       <ul>
45         <li><?a("http://www.kbarcode.net","Kbarcode");?> (barcode and label printing application for KDE 3)</li>
46         <li><?a("http://www.red-bean.com/labelnation/","Label Nation");?> (another program for making labels)</li>
47         <li><?a("http://oplnk.net/~ajackson/software/maillabels/","PostScript::MailLabels");?> (a perl module for creating mail labels)</li>
48         <li><?a("http://qlabels.p34.net","QLabels");?> (gLabels clone using Qt4)</li>
49
50       </ul>
51
52
53
54       <h2>Other</h2>
55       <ul>
56         <li><?a_host("sourceforge.net");?></li>
57         <li><?a_host("snaught.com");?></li>
58       </ul>
59
60
61
62 <?php gLabelsFooter(); ?>