OESF Portables Forum

General Forums => General Discussion => Topic started by: daniel3000 on August 29, 2006, 07:57:07 am

Title: Creation Of Html Page From Packages File In Feeds?
Post by: daniel3000 on August 29, 2006, 07:57:07 am
Hello,

how do you create those HTML pages which reflect the contents of the Packages file in a feed but has links which let you download the single IPKs just by clicking on the link?

I mean something like the page which is shown by going to
this URL (http://mail.pdaxrom.org/contrib/rc11%2B-armv5tel/) for example.

Thanks!

daniel
Title: Creation Of Html Page From Packages File In Feeds?
Post by: Meanie on August 29, 2006, 08:09:10 am
Quote
Hello,

how do you create those HTML pages which reflect the contents of the Packages file in a feed but has links which let you download the single IPKs just by clicking on the link?

I mean something like the page which is shown by going to
this URL (http://mail.pdaxrom.org/contrib/rc11%2B-armv5tel/) for example.

Thanks!

daniel
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140064\"][{POST_SNAPBACK}][/a][/div]

just add the html head and body tags and also the href tag to the filename line when generating the Packages file
Title: Creation Of Html Page From Packages File In Feeds?
Post by: koen on August 29, 2006, 08:09:18 am
http://www.angstrom-distribution.org/feeds...-fancy-frontend (http://www.angstrom-distribution.org/feeds-updated-with-fancy-frontend)
http://openzaurus.org/wordpress/2006/08/24/feed-browser/ (http://openzaurus.org/wordpress/2006/08/24/feed-browser/)

which will output something like:
http://www.angstrom-distribution.org/repo/?action=letter&g=a (http://www.angstrom-distribution.org/repo/?action=letter&g=a) (for Ångström)
http://ewi546.ewi.utwente.nl/tmp/hrw/fb/?action=letter&g=a (http://ewi546.ewi.utwente.nl/tmp/hrw/fb/?action=letter&g=a) (for OZ)

The sources are in the contrib/ dir of the org.openembedded.dev branch
Title: Creation Of Html Page From Packages File In Feeds?
Post by: pgas on August 29, 2006, 08:16:47 am
see the last post  here:

https://www.oesf.org/forums/index.php?showt...47&#entry109847 (https://www.oesf.org/forums/index.php?showtopic=16964&st=0&p=109847&#entry109847)
Title: Creation Of Html Page From Packages File In Feeds?
Post by: daniel3000 on August 29, 2006, 09:30:59 am
Quote
see the last post  here:

https://www.oesf.org/forums/index.php?showt...47&#entry109847 (https://www.oesf.org/forums/index.php?showtopic=16964&st=0&p=109847&#entry109847)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140070\"][{POST_SNAPBACK}][/a][/div]

Exactly what I was looking for, thanks!

daniel