summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:34:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:34:54 +0000
commit8805e6b17b1460f3316ccb28629e8ad78e4b9c2c (patch)
treedc9b702962ecf0060cc473397b9f80268c2456c9 /README
downloadkbarcode-8805e6b17b1460f3316ccb28629e8ad78e4b9c2c.tar.gz
kbarcode-8805e6b17b1460f3316ccb28629e8ad78e4b9c2c.zip
Added abandoned KDE3 version of kbarcode
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1090667 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README59
1 files changed, 59 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0e05c15
--- /dev/null
+++ b/README
@@ -0,0 +1,59 @@
+kBarcode
+
+General Information:
+Project Webpage: http://www.kbarcode.net
+Core Members: Stonki <support@stonki.de>
+ Dom <domseichter@web.de>
+Mailinglist: kbarcode-users@lists.sourceforge.net
+IRC Channel: irc.openprojects.net #kbarcode
+
+
+Project Description:
+====================
+KBarcode is a barcode and label printing application for Linux and KDE 3. It can
+be used to print every thing from simple business cards up to complex
+labels with several barcodes (e.g. article descriptions). KBarcode
+comes with an easy to use WYSIWYG label designer, a setup wizard,
+batch import of labels (directly from the delivery note), thousands
+of predefined labels, database managment tools and translations
+in many languages. Even printing more than 10.000 labels in one go is
+no problem for KBarcode. Additionally it is a simply xbarcode
+replacement for the creation of barcodes. All major types of barcodes
+like EAN, UPC, CODE39, DataMatrix and ISBN are supported.
+
+It works of course on any platform supported by KDE and not only Linux!
+
+Languages:
+* English
+* German
+* Hungarian
+* Italian
+* Finish
+* French
+* Spanish
+* Swedish
+
+Requirements:
+* KDE 3.x
+* GnuBarcode (RunTime)
+* TBarcode(RunTime)
+* ImageMackick (RunTime)
+* Qt SQL Tools (optional)
+
+Germany, 05. June 2002
+ (updated 31.10.2002)
+ (updated 02.02.2003)
+ (updated 22.10.2003)
+
+Compiling KBarcode from CVS:
+============================
+
+To compile KBarcode from CVS you have to use the following commands:
+
+make -f admin/Makefile.common
+./configure
+make
+su
+make install
+
+Be sure to use the first step which will create the configure script for you.