1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
-
- This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
- project.
-
- Copyright (C) 1998-2018 OpenLink Software
-
- This project is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; only version 2 of the License, dated June 1991.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-->
<sect2 id="newssrvadm"><title>Conductor News Server Administration</title>
<sect3 id="newsgrpsadm"><title>Conductor Newsgroups Administration</title>
<para>
From Conductor the NNTP tab allows you to view and configure Newsgroups associated with the
Virtuoso News Server. Like Virtuoso's virtual database, Virtuoso can "link" in
newsgroups from remote news servers. This interface allows you to view the
configuration and control the newsgroups both local and remote.</para>
<para>
The Virtuoso News server component will need to be enabled in
the <link linkend="VIRTINI">Virtuoso.ini</link> file by specifying
the NewsServerPort number.</para>
<para>The tab "NNTP Servers" shows list of the registered News servers.</para>
<figure float="1"><title>News Server Administration</title>
<graphic fileref="ui/news_adm_01.png"/>
</figure>
<para>Click the "Edit" link to change the news server settings, or click the "Delete"
link to remove the news server.</para>
<figure float="1"><title>Edit News Server Properties</title>
<graphic fileref="ui/news_adm_01a.png"/></figure>
<para>Click the "Edit Groups" link for a current News Server in order to manage
the list of available newsgroups.</para>
<figure float="1"><title>News Groups List</title>
<graphic fileref="ui/news_adm_01b.png"/></figure>
<para>
You can also <emphasis>update</emphasis>
the cache list of newsgroups. Newsgroup names are (re)fetched in a batch
background scheduled task. This is because the list can be very long
or the connection to the news server could be slow. The status of the fetch
is indicated in the grey bar at the foot of the newsgroup list table.</para>
<para>
For each newsgroup listed for a news server you can <emphasis>update</emphasis>
the messages fetched, view and edit the <emphasis>Properties</emphasis> of the
group, or <emphasis>Remove</emphasis> the group from the list. Also you can get
previous 500 messages or to get new messages by clicking the links at the bottom
of the form shown below.</para>
<figure float="1"><title>Manage subscribed for Newsgroup</title>
<graphic fileref="ui/news_adm_01c.png"/></figure>
<sect4 id="newsaddgrp"><title>Add Newsgroup</title>
<para>
From the "NNTP Servers" tab click on the "Edit Groups" link for a registered News Server.
Then click the <emphasis>Subscribe to newsgroups</emphasis> link to subscribe to newsgroups
on the server.</para>
<figure float="1"><title>Add Newsgroup</title>
<graphic fileref="ui/news_addgrp_01.png"/></figure>
<para>
Once groups are selected you can use the <emphasis>Subscribe Selected</emphasis>
button to add the groups.
</para>
<para>Use the <emphasis>Back to servers list</emphasis> link to return to the News Servers
List page.</para>
</sect4>
<sect4 id="newssrvadd"><title>Adding New News Server</title>
<para>
From Conductor NNTP/NNTP Servers you can add remote servers. The values you need to provide in
the form are as follows:</para>
<para><emphasis>Server Address</emphasis> is the IP address or hostname of the
external news server.</para>
<para><emphasis>Server Port</emphasis> is the port number that the news server
is listening on. By default news servers listen on port 119.</para>
<para><emphasis>Username</emphasis> and <emphasis>Password</emphasis>
allow you to provide login credentials if the server requires them.</para>
<figure float="1"><title>News Server Administration</title>
<graphic fileref="ui/news_add_01.png"/></figure>
</sect4>
<sect4 id="newscliui"><title>Viewing Newsgroups</title>
<para>
You can view the messages of a newsgroup either using the Conductor UI going to
NNTP/NNTP Servers/News Server/News Group, or using the ODS Framework UI. In the second case you need to
have the ods_framework_dav.vad package and the ods_discussion_dav.vad package installed. Then you can go
from ODS to tab "Discussions" where will be shown the list of available newsgroups. Each one has shown as
link its name, which leads to page where are listed its messages.
</para>
<figure float="1"><title>View of messages in a newsgroup in ODS Discussions.</title>
<graphic fileref="ui/news_lclsrvr_01.png"/></figure>
</sect4>
</sect3>
<sect3 id="newsmsgft"><title>News Message Free Text Search</title>
<para>You can perform Free Text Search using the ODS search option.</para>
</sect3>
</sect2>
|