mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Add page_discuss, About, Downloads, Goals, IRC, MailingLists. Update Screenshots.
Fixed the arrow in the content/images too.
This commit is contained in:
@ -4,4 +4,11 @@
|
||||
About
|
||||
=====
|
||||
|
||||
SFLphone is a mega phone. We like it.
|
||||
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 released under the *GNU General Public License* (GPLv2 and up).
|
||||
|
||||
SFLphone is being developed by the global community, and maintained by
|
||||
http://www.savoirfairelinux.com[Savoir-faire Linux], a Montreal,
|
||||
Quebec, Canada-based Linux consulting company.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
Downloads
|
||||
---------
|
||||
=========
|
||||
|
||||
|
||||
Latest release:
|
||||
|
6
doc/Goals.txt
Normal file
6
doc/Goals.txt
Normal file
@ -0,0 +1,6 @@
|
||||
//AsciiDoc file
|
||||
|
||||
Goals
|
||||
-----
|
||||
|
||||
[insert goals]
|
7
doc/IRC.txt
Normal file
7
doc/IRC.txt
Normal file
@ -0,0 +1,7 @@
|
||||
// AsciiDoc file
|
||||
|
||||
IRC
|
||||
===
|
||||
|
||||
Server:: `irc.freenode.org`
|
||||
Channel:: `#sflphone`
|
18
doc/MailingLists.txt
Normal file
18
doc/MailingLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
// AsciiDoc file
|
||||
|
||||
Mailing lists
|
||||
=============
|
||||
|
||||
|
||||
sflphone-user
|
||||
-------------
|
||||
|
||||
http://pouetpouet.list.com[subscribe] http://pouetpouet2.list.com[unsubscribe]
|
||||
http://pouetpouet6.list.com[archives]
|
||||
|
||||
sflphone-devel
|
||||
--------------
|
||||
|
||||
http://pouetpouet3.list.com[subscribe] http://pouetpouet4.list.com[unsubscribe]
|
||||
http://pouetpouet5.list.com[archives]
|
||||
|
@ -1,19 +1,16 @@
|
||||
// AsciiDoc file
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
Screenshots of upcoming releases
|
||||
--------------------------------
|
||||
|
||||
Upcoming releases
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Screenshot of the new SFLphone-GTK client will be here soon.
|
||||
This is an upcoming client, to be released with version 0.8.
|
||||
|
||||
.New SFLphone-GTK client (ver. 0.8)
|
||||
sflimage::images/screenshots/sflphone_gtk_0.8.png[New SFLphone GTK client]
|
||||
|
||||
|
||||
Historical
|
||||
~~~~~~~~~~
|
||||
Historical screenshots
|
||||
----------------------
|
||||
|
||||
.SFLphone 0.6.2 - Brushed metal skin
|
||||
sflimage::images/screenshots/sflphone_qt3_0.6.2.png[SFLphone 0.6.2]
|
||||
|
BIN
www/images/see-above.png
Normal file
BIN
www/images/see-above.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 B |
@ -306,10 +306,14 @@ div.exampleblock-content {
|
||||
|
||||
.image {
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.image .image-title {
|
||||
background: transparent url(images/see-above.png) no-repeat left;
|
||||
padding-left: 20px;
|
||||
color: #4D4F3A;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
display: inline;
|
||||
}
|
6
www/templates/page_discuss.php
Normal file
6
www/templates/page_discuss.php
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<?php show_page('MailingLists.txt'); ?>
|
||||
|
||||
|
||||
<?php show_page('IRC.txt'); ?>
|
||||
|
@ -1,3 +1,2 @@
|
||||
<h1>Download</h1>
|
||||
|
||||
<?php show_page('Download.txt'); ?>
|
||||
<?php show_page('Downloads.txt'); ?>
|
||||
|
Reference in New Issue
Block a user