ports/www/repos-style/files/pkg-message.in
Dmitry Marakasov e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00

17 lines
603 B
Text

%%PORTNAME%% has been installed into:
%%WWWDIR%%
To make repos-web available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /%%PORTNAME%% %%WWWDIR%%
SVNIndexXSLT "/%%PORTNAME%%/view/repos.xsl"
To set up the Very Simple Logviewer in %%PORTNAME%%/open/log/index.php there is a line:
$repo = '@@Repository@@'; // repository root, no trailing slash
Replace @@Repository@@ with the subversion url to your repository root.
It can be any subversion URL, both http:// and file:///. You can use
"http:" if you have public read access to the repository.