Roxen.git/server/modules/tags/indirect_href.pike:1:
- // This is a roxen module. Copyright © 1996 - 2001, Roxen IS.
+ // This is a ChiliMoon module. Copyright © 1996 - 2001, Roxen IS.
//
// This module makes it possible to write symbolic names instead of
// absoulte hrefs.
//
// made by Mattias Wingstedt
#pragma strict_types
- constant cvs_version = "$Id: indirect_href.pike,v 1.34 2002/06/15 21:04:40 nilsson Exp $";
+ constant cvs_version = "$Id: indirect_href.pike,v 1.35 2004/06/05 15:19:48 _cvs_dirix Exp $";
constant thread_safe = 1;
#include <module.h>
inherit "module";
void create()
{
defvar( "hrefs", "roxen = http://www.roxen.com\n"
"community = http://community.roxen.com", "Indirect hrefs",
TYPE_TEXT_FIELD, "The URL database with the syntax:<br>\n"
Roxen.git/server/modules/tags/indirect_href.pike:92: Inside #if defined(manual)
to by a symbolic name instead of the URL.</p>
<p>The database is updated through the administration interface. The
tag is available through the <i>Indirect href</i>
module.</p></desc>
<attr name='name' value='string' required='required'><p>
Which link to fetch from the database. There is a special case,
<att>name='random'</att> that will choose a random link from the
database.</p>
- <ex><ai name='roxen'>Roxen Internet Software</ai></ex>
+ <ex><ai name='ChiliMoon'>ChiliMoon Webserver</ai></ex>
</attr>",
]);
#endif