|
Revision 4526, 1.5 kB
(checked in by erijo, 2 years ago)
|
|
Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #-------------------------------------- |
|---|
| 2 | # Licq Icons Pack Howto |
|---|
| 3 | # Version 1.1, November 7th, 2002 |
|---|
| 4 | # Jon Keating |
|---|
| 5 | #-------------------------------------- |
|---|
| 6 | # |
|---|
| 7 | # There are two kinds of icon packs that can be made. Both are |
|---|
| 8 | # easy to create. The first step is creaing the following icons, |
|---|
| 9 | # and store them and the relevent config file in the proper |
|---|
| 10 | # directory. |
|---|
| 11 | # |
|---|
| 12 | # If you are making a normal icon pack for statuses and events |
|---|
| 13 | # the config file name is <name>.icons. The directory name is |
|---|
| 14 | # icons.<name>. |
|---|
| 15 | # |
|---|
| 16 | # If you are making an extended icon pack the config file name is |
|---|
| 17 | # <name>.icons. The directory name is extended.icons.<name>. |
|---|
| 18 | # |
|---|
| 19 | # See below for for example icon and extended icon config files. |
|---|
| 20 | # |
|---|
| 21 | # XPM, PNG and GIF formats are supported. Any non-specified icons |
|---|
| 22 | # will be blank except event icons which will default to the basic |
|---|
| 23 | # message icon. With extended icons, any non-specified icons will |
|---|
| 24 | # default to the icons found in the extended icon pack 'basic' |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | # Sample icon pack config file |
|---|
| 28 | [icons] |
|---|
| 29 | Online = online.xpm |
|---|
| 30 | Offline = offline.xpm |
|---|
| 31 | FFC = ffchat.xpm |
|---|
| 32 | Away = sign.xpm |
|---|
| 33 | NA = cross.xpm |
|---|
| 34 | Occupied = chess.xpm |
|---|
| 35 | DND = lock.xpm |
|---|
| 36 | Private = private.xpm |
|---|
| 37 | Message = message.xpm |
|---|
| 38 | Url = url.xpm |
|---|
| 39 | Chat = chat.xpm |
|---|
| 40 | File = file.xpm |
|---|
| 41 | Authorize = authorize.xpm |
|---|
| 42 | SMS = sms.xpm |
|---|
| 43 | Contact = contact.xpm |
|---|
| 44 | SecureOff = secureoff.xpm |
|---|
| 45 | SecureOn = secureon.xpm |
|---|
| 46 | History = history.xpm |
|---|
| 47 | Info = info.xpm |
|---|
| 48 | |
|---|
| 49 | # Sample extended icon pack config file |
|---|
| 50 | [icons] |
|---|
| 51 | Collapsed = collapsed.xpm |
|---|
| 52 | Expanded = expanded.xpm |
|---|
| 53 | Phone = phone.xpm |
|---|
| 54 | Cellular = cellular.xpm |
|---|
| 55 | CustomAR = customar.xpm |
|---|
| 56 | Birthday = birthday.xpm |
|---|
| 57 | Invisible = invisible.xpm |
|---|