mailinglists.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 45 行

PHP
45
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>
  <title>Software Testing Automation Framework (STAF)</title>
</head>

<body>

<?php
require "top.php";
require "navigate.php";
?>

<!-- Insert text for page here -->

<tr>
<td>

<center><h1>STAF Mailing Lists</font></h1></center>
<p>
There are three mailing lists for STAF that are provided on SourceForge.  Click on the links
below to signup for a list, to post a message, to view archived messages, or to change your
subscription.
<ul>
<li><a href="http://lists.sourceforge.net/lists/listinfo/staf-news">staf-news</a> - is a 
moderated, low-traffic list which carries only periodic announcements of STAF releases and important
updates
<li><a href="http://lists.sourceforge.net/lists/listinfo/staf-users">staf-users</a> - is the
list for questions, suggestions, support, and general discussion of STAF
<li><a href="http://lists.sourceforge.net/lists/listinfo/staf-devel">staf-devel</a> - is the
list for STAF developers only
</ul>
<p>

</td>
</tr>

<!-- end of text for page -->

<?php
require "bottom.php";
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?