From e129e30dca6c886298b3e2ac28d0bcfe113a5052 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Wed, 19 Dec 2007 14:56:15 -0500
Subject: [PATCH] update website. Link addded

---
 doc/About.txt    | 3 +--
 doc/News.txt     | 2 +-
 doc/SFLvideo.txt | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/About.txt b/doc/About.txt
index 3d93706912..2911459557 100644
--- a/doc/About.txt
+++ b/doc/About.txt
@@ -4,8 +4,7 @@
 About
 =====
 
-SFLphone is meant to be a robust enterprise-class desktop phone. It is design
-with a hundred-calls-a-day receptionist in mind. It can work for you, too.
+SFLphone is meant to be a robust enterprise-class desktop phone. It is designed with a hundred-calls-a-day receptionist in mind. It can work for you, too.
 
 SFLphone is released under the *GNU General Public License*.
 
diff --git a/doc/News.txt b/doc/News.txt
index 4e592ef6ea..6ba95a7e4f 100644
--- a/doc/News.txt
+++ b/doc/News.txt
@@ -3,7 +3,7 @@
 News
 ====
 
-January 2008:: Partnership with *Polytechnic School* of Montreal to implement video calls and video conference. 
+January 2008:: Partnership with *Polytechnic School* of Montreal to implement video calls and video conference. Read sflsite::sflvideo[here].
 
 December 2007:: Upcoming release 0.8.0. See the last sflsite:screenshots[]. 
 
diff --git a/doc/SFLvideo.txt b/doc/SFLvideo.txt
index 90c38105e8..d8e31d7f03 100644
--- a/doc/SFLvideo.txt
+++ b/doc/SFLvideo.txt
@@ -9,10 +9,10 @@ Five students from Polytechnic school will be working part-time on the project f
 
 Goals
 -----
-- The main goal of this partnership is to implement a video layer in SFLphone to allow video calls and video conferencing. It is an interesting challenge because videoconference is not much implemented in softphones yet. The first step consists in implementing peer-to-peer video calls.  
+- The technical goal of this partnership is to implement a video layer in SFLphone to allow video calls and video conferencing. It is an interesting challenge because videoconference is not much implemented in softphones yet. The first step consists in implementing peer-to-peer video calls.  
 .
 - This is how the application should behave on a client side:
-  * The user open a multimedia session with an other client (SIP protocol)
+  * The user opens a multimedia session with an other client (SIP protocol)
   * Local video capture (video4linux2 driver) is compressed and shipped through RTP packets.
   * In the same time, the incoming video stream (in RTP packets also) is decompressed and displayed.
   * The visualization framework should be flexible ans should allow user parametrization. 3D API OpenGL should be used.    
-- 
GitLab