| 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>
|