From 3a5608d59d76ceab1f769806bb3b17ceeab7d9c8 Mon Sep 17 00:00:00 2001 From: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> Date: Fri, 7 Sep 2007 09:35:36 -0400 Subject: [PATCH] Add WEBSITE page 'Features' --- doc/Features.txt | 6 ++++++ www/templates/page_features.php | 1 + 2 files changed, 7 insertions(+) create mode 100644 www/templates/page_features.php diff --git a/doc/Features.txt b/doc/Features.txt index 9bed137752..db56affc6f 100644 --- a/doc/Features.txt +++ b/doc/Features.txt @@ -1,5 +1,10 @@ // [done], [not done], [not tested], etc.. are defined in asciidoc.conf + +Features +======== + + SFLphone feature map -------------------- @@ -64,6 +69,7 @@ SFLphone feature map - Suse 10 packages: [not done] SFLphone-qt (linux) +------------------- * audiodevice input/output selector: [not done] * drag'n'drop over lcd screen: [done] diff --git a/www/templates/page_features.php b/www/templates/page_features.php new file mode 100644 index 0000000000..4670f77c19 --- /dev/null +++ b/www/templates/page_features.php @@ -0,0 +1 @@ +<?php show_page('Features.txt'); ?> -- GitLab