Предыдущая тема :: Следующая тема |
Автор |
Сообщение |
Левкин Денис
Зарегистрирован: 10.03.2005 Сообщения: 88 Откуда: г. Донецк
|
Добавлено: Вт Мар 15, 2005 9:46 am Заголовок сообщения: RSS |
|
|
Собственно?
А то просматривать два форума - это удобно  |
|
Вернуться к началу |
|
 |
olimp Site Admin
Зарегистрирован: 10.03.2005 Сообщения: 2661
|
Добавлено: Вт Мар 15, 2005 10:42 am Заголовок сообщения: Re: RSS |
|
|
Левкин Денис писал(а): | Собственно?
А то просматривать два форума - это удобно  |
Как только разработчик форума подключит эту возможность. |
|
Вернуться к началу |
|
 |
AllexL
Зарегистрирован: 10.03.2005 Сообщения: 434 Откуда: Donetsk
|
Добавлено: Чт Фев 28, 2008 9:46 am Заголовок сообщения: Re: RSS |
|
|
olimp писал(а): | Как только разработчик форума подключит эту возможность. |
Кстати, о разарботчиках
То же, но посвежее
RSS - очень приятная и полезная штука |
|
Вернуться к началу |
|
 |
olimp Site Admin
Зарегистрирован: 10.03.2005 Сообщения: 2661
|
Добавлено: Пн Май 12, 2008 5:57 am Заголовок сообщения: Re: RSS |
|
|
RSS подключил.
##############################################################
## MOD Title: RSS Feed
## MOD Author: chyduskam < chuduskam@debilarius.ru > (Egor Naklonyaeff) N/A
## MOD Description: Post-centric forum syndication using RSS
## MOD Version: 2.2.4
##
## Installation Level: Easy
## Installation Time: 2 Minute
## Files To Edit: n/a
## Included Files: rss.php,rss_config.php, rss_functions.php, rss.xsl,
## rss_body.tpl, atom_body.tpl
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Mod Features:
## Support HTTP headers: If-Modified-Since and If-None-Match,
## gzip compression,WWW-Authenticate for private forums,
## RSS 2.0 and Atom 0.3 formats,
## Last Visit MOD and Who Viewed topic Mod
## Special thanks to Xpert for his help while developing this mod.
##
## For URL's the following arguments may be optionally passed (as applicable):
##
## f=x - forum id. Use data only from this forum to output RSS.
## t=1 - only new topics (first messages in topic). Default - 0.
## c=x - feed items count. If omitted, the value of DEFAULT_ITEMS constant (defined in mod's code) will be used. Admin can limit the maximal possible value of x by setting MAX_ITEMS constant at the beginning of mod's code.
## topic=x - view topic 'x' only
## nolimit - turn off "If-Modified-Since" record limit (by default)
## styled - use XSLT style for RSS feed
## atom - generate atom 0.3 feed instead of rss 2.0
## login - turn WWW-Authenticate on. May not work on some hosts.
## uid=x - set user id for WWW-Authenticate. Use it instead of "login" for Opera or Mozilla for cyrillic nicknames. You could than use any text for login but correct password in dialog box.
## Examples of Usage and Syntax:
## rss.php
## Last 25 or less messages from public forums
## rss.php?login&atom
## Last 25 records from allowed forums in Atom 0.3 format
## rss.php?login&f=1&c=10
## Last 10 records from private forum number 1 |
|
Вернуться к началу |
|
 |
AllexL
Зарегистрирован: 10.03.2005 Сообщения: 434 Откуда: Donetsk
|
Добавлено: Пн Май 12, 2008 6:18 am Заголовок сообщения: Re: RSS |
|
|
От имени всех, читающих через RSS - огромное Вам человеческое мерси  |
|
Вернуться к началу |
|
 |
|