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