From: <jbo...@li...> - 2005-11-02 13:49:59
|
Author: aron.gombas Date: 2005-11-02 08:49:50 -0500 (Wed, 02 Nov 2005) New Revision: 1484 Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml Log: Secure URL documented Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml =================================================================== --- trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-11-02 13:48:50 UTC (rev 1483) +++ trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-11-02 13:49:50 UTC (rev 1484) @@ -608,6 +608,12 @@ <listitem> + <para>It can connect both to secure and public repositories.</para> + + </listitem> + + <listitem> + <para>It reports on the latest touch, developer activity and repository statistics. Additionally, some of stats are visualized in charts if you click to the <literal> @@ -1366,7 +1372,13 @@ <para><literal>SvnMonitoringPortlet</literal>: URLs of the Subversion repositories to monitor. For example: <literal> - http://svn.apache.org/repos/asf/commons,http://svn.apache.org/repos/asf/db</literal>.</para> + http://svn.apache.org/repos/asf/commons,http://svn.apache.org/repos/asf/db</literal>. + If you have secure repositories, you must include the username + and the password in the URL: <literal> + http://myusername:myp...@ww.../svn/mysecurerepo</literal>. + Please note that the security information will not appear in + the user interface, so if you restrict the access to <filename>portlet.xml</filename> + and the serverside log, then it's completely safe.</para> </listitem> |