Happy happy joy joy, www.infodrom.ffis.de is up!
[infodrom.org/www.infodrom.org] / src / linx / submitit.wml
1 #include <infodrom.style>
2 #include <linx.style>
3
4 <page title="Infodrom Linx">
5 <linxtop>
6
7 <h3>Submit a link</h3>
8
9 <?
10
11   $header = "From: Infodrom Linx <linx@infodrom.ffis.de>";
12 <protect>
13   $body = "URL        : " . $url . "\n"
14          ."Subject    : " . $subject . "\n"
15          ."Category   : " . $category . "\n"
16          ."Keywords   : " . $keywords . "\n"
17          ."Description: " . $description . "\n";
18 </protect>
19   mail ("joey@infodrom.ffis.de", "Neue URL", $body, $header);
20
21 ?>
22
23 <p>Thanks for your submission.
24 <p>The URL is scheduled for inclusion.
25
26 <linxbot>
27 </page>
28
29 # Local variables:
30 # mode: indented-text
31 # mode: auto-fill
32 # end: