Roxen.git/server/modules/tags/indirect_href.pike:1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS.
//
// This module makes it possible to write symbolic names instead of
// absoulte hrefs.
//
// made by Mattias Wingstedt
- constant cvs_version = "$Id: indirect_href.pike,v 1.20 2000/05/05 15:29:31 kuntri Exp $";
+ constant cvs_version = "$Id: indirect_href.pike,v 1.21 2000/05/05 15:31:11 kuntri Exp $";
constant thread_safe=1;
#include <module.h>
inherit "module";
inherit "roxenlib";
mapping hrefs;
string tagname;
void create()
Roxen.git/server/modules/tags/indirect_href.pike:85: Inside #if defined(manual)
to by a symbolic name instead of the URL.
<p>The database is updated through the configuration interface. The
tag is available through the <module>Indirect href</module>
module.</p></desc>
<attr name='name' value='string' required>
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.
- <ex><ai name=roxen>Roxen Platform</ai></ex>
+ <ex><ai name='roxen'>Roxen Platform</ai></ex>
</attr>",
]);
#endif