You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Yuri Dolgov (JIRA)" <ji...@apache.org> on 2007/07/05 16:07:05 UTC

[jira] Created: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

[site] Script for generation RSS feed for news publised on Harmony website
--------------------------------------------------------------------------

                 Key: HARMONY-4352
                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
             Project: Harmony
          Issue Type: New Feature
          Components: Website/Documentation
            Reporter: Yuri Dolgov


I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534049 ] 

Mark Hindess commented on HARMONY-4352:
---------------------------------------

Nadya, Yuri,

I don't like this solution.  The script is fine[*] but running it from cron doesn't really make sense.  (We've already had a number of issues with scripts running against the harmony.apache.org web site.)  Currently this script downloads the harmony front page to create the rss, but given that the front page is updated manually it seems much more sensible to fix the update process such that the script is also run at that time - rather than every few hours when nothing is likely to be changing that often.

Given that the current update process is broken - we need to make sure the umask is set correctly - I'd be happy to help fix the update process *and* integrate the rss script.

I'd suggest we create a scripts directory in the svn (protected by a .htaccess file to prevent it being visible on the web) and change the  current UPDATE script (also checked in and protected by a .htaccess file entry) to be a real script rather than a "source'd" command file.

[*] Actually there are a few things I don't like about the script to but they aren't really relevant (it should really use '$ua->env_proxy()' rather than using a variable that you need to edit to change and it the strings like '"$proxy"' should really not include the double quotes).


> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>            Assignee: Nadya Morozova
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4352:
---------------------------------

    Attachment: harmony_rss.zip

Script attached..

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4352:
---------------------------------

    Attachment:     (was: harmony_rss.zip)

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4352:
---------------------------------

    Attachment: harmony_rss.zip

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Nadya Morozova (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533376 ] 

Nadya Morozova commented on HARMONY-4352:
-----------------------------------------

Yuri,
i'd be happy to help, but i do not know exactly what needs to be done, i don't know much about Perl.

perhaps, you can write a mail to infra and ask for specific support needed on the server? they can tell you what's there and how to use it. 

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>            Assignee: Nadya Morozova
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534020 ] 

Yuri Dolgov commented on HARMONY-4352:
--------------------------------------

It's really easy to integrate the script. You onley have to do the following steps:
1. Copy script files (harmony_rss.pl, rss.tpl, rss_item.tpl) in you haove web dir on apache web server
2. Set up cron to run script every 2-3 hours (I think it will be enough) or even rarer
3. Put the link on generated rss.xml file onto main Harmony page

If you have any problems with any of these steps please ask.


> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>            Assignee: Nadya Morozova
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Nadya Morozova (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nadya Morozova reassigned HARMONY-4352:
---------------------------------------

    Assignee: Nadya Morozova

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>            Assignee: Nadya Morozova
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4352:
---------------------------------

    Attachment:     (was: harmony_rss.zip)

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4352) [site] Script for generation RSS feed for news publised on Harmony website

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4352:
---------------------------------

    Attachment: harmony_rss.zip

> [site] Script for generation RSS feed for news publised on Harmony website
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4352
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Website/Documentation
>            Reporter: Yuri Dolgov
>         Attachments: harmony_rss.zip
>
>
> I've implemented a script on perl for generation RSS feed for news published on Harmony website. It currently generated valid RSS, but with 
> no information about data of postage, To reslove this I need to know if Date::Calc module is installed on Apache Haromny server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.