/[drupal]/contributions/sandbox/alaa/snippets/manalaa_add_blog.php
ViewVC logotype

Contents of /contributions/sandbox/alaa/snippets/manalaa_add_blog.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Mar 21 23:28:42 2006 UTC (3 years, 8 months ago) by alaa
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
more snippets
1 <p>
2 Help us <a href="http://www.manalaa.net/egblogs">aggregate posts from all Egyptian blogs</a>, if you know of a blog that we are not aware of add it here.
3 </p>
4
5 <p>
6 you can find out the list of all blogs covered by the aggregator in <a href="http://www.manalaa.net/aggregator2/opml">this opml file</a>. or <a href="http://www.manalaa.net/aggregator2/sources">browse the blogs list</a>.
7 </p>
8
9 <?php
10
11 $output=form_textfield("Blog Url", "blogurl", "$blogurl", 50, 255);
12 $output.=form_textfield("Feed Url", "feedurl", "$feedurl", 50, 255);
13 $output.=form_button("submit");
14 print form($output, 'POST', 'form_mail');
15
16 ?>
17
18 <p>blogs will not be added to the aggregator automatically to avoid spam, it might take us a few days to add them</p>

  ViewVC Help
Powered by ViewVC 1.1.2