Commit e91bbd1c authored by Dan Pascu's avatar Dan Pascu

Updated software description

parent f027e866
......@@ -2,7 +2,7 @@
Blink
-----
This is the Qt version of Blink, a state of the art, easy to use SIP client
This is the Qt version of Blink, a fully featured, easy to use SIP client
for Linux and Microsoft Windows.
Homepage: http://icanblink.com
......
......@@ -3,7 +3,7 @@
.TH Blink 1 "July 16, 2010" "" "Blink"
.SH NAME
Blink \- A state of the art, easy to use SIP client
blink \- Fully featured, easy to use SIP client with a Qt based UI
.SH DESCRIPTION
Find the complete
......
[Desktop Entry]
Name=Blink
GenericName=SIP client
Comment=A state of the art, easy to use SIP client
Comment=Fully featured, easy to use SIP client with a Qt based UI
X-GNOME-FullName=Blink SIP client
Type=Application
Exec=blink
......
......@@ -25,8 +25,8 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
python-twisted-core,
python-zope.interface,
x11vnc
Description: Easy to use SIP client
Description: Fully featured, easy to use SIP client with a Qt based UI
Blink is a fully featured SIP client written in Python and built on top of
SIP SIMPLE client SDK. Blink provides real time applications based on SIP
and related protocols for Audio, Video, Instant Messaging, File Transfers,
Desktop Sharing and Presence.
SIP SIMPLE client SDK with a Qt based user interface. Blink provides real
time applications based on SIP and related protocols for Audio, Video,
Instant Messaging, File Transfers, Desktop Sharing and Presence.
......@@ -45,7 +45,7 @@
<item>
<widget class="QLabel" name="description">
<property name="text">
<string>A state of the art, easy to use SIP client</string>
<string>Fully featured, easy to use SIP client</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
......
......@@ -26,7 +26,7 @@ def list_resources(source_directory, destination_directory):
package_info = PackageInfo(os.path.join('blink', '__info__.py'))
package_info.__description__ = "A state of the art, easy to use SIP client"
package_info.__description__ = "Fully featured, easy to use SIP client with a Qt based UI"
setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment