Commit e91bbd1c authored by Dan Pascu's avatar Dan Pascu

Updated software description

parent f027e866
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Blink 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. for Linux and Microsoft Windows.
Homepage: http://icanblink.com Homepage: http://icanblink.com
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.TH Blink 1 "July 16, 2010" "" "Blink" .TH Blink 1 "July 16, 2010" "" "Blink"
.SH NAME .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 .SH DESCRIPTION
Find the complete Find the complete
......
[Desktop Entry] [Desktop Entry]
Name=Blink Name=Blink
GenericName=SIP client 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 X-GNOME-FullName=Blink SIP client
Type=Application Type=Application
Exec=blink Exec=blink
......
...@@ -25,8 +25,8 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ...@@ -25,8 +25,8 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
python-twisted-core, python-twisted-core,
python-zope.interface, python-zope.interface,
x11vnc 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 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 SIP SIMPLE client SDK with a Qt based user interface. Blink provides real
and related protocols for Audio, Video, Instant Messaging, File Transfers, time applications based on SIP and related protocols for Audio, Video,
Desktop Sharing and Presence. Instant Messaging, File Transfers, Desktop Sharing and Presence.
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<item> <item>
<widget class="QLabel" name="description"> <widget class="QLabel" name="description">
<property name="text"> <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>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
......
...@@ -26,7 +26,7 @@ def list_resources(source_directory, destination_directory): ...@@ -26,7 +26,7 @@ def list_resources(source_directory, destination_directory):
package_info = PackageInfo(os.path.join('blink', '__info__.py')) 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( 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