osdir.com
mailing list archive

Subject: Re: The relation with gnomefiles.org - msg#00178

List: gnome.marketing

Date: Prev Next Index Thread: Prev Next Index
Thanks Eugenia, I think now all the basic suggestions/requirements are
fulfilled.

I have moved the cooperation with gnomefiles.org goal to 2.16 -
http://live.gnome.org/GnomeWeb/Goals - and linking to your site
providing your 100% free software feed is in the 2.16
http://live.gnome.org/GnomeWeb/SoftwareMap tasks.

El dt 18 de 07 del 2006 a les 19:35 -0700, en/na Eugenia Loli-Queru va
escriure:
> Ok, the special RSS feed for Gnome.org is in place:
> http://www.gnomefiles.org/files/gnomefiles2.xml

--
Quim Gil /// http://desdeamericaconamor.org | http://guadec.org

Attachment: signature.asc
Description: =?ISO-8859-1?Q?Aix=F2?= =?ISO-8859-1?Q?_=E9s?= una part d'un missatge, signada digitalment



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: The relation with gnomefiles.org

Ok, the special RSS feed for Gnome.org is in place: http://www.gnomefiles.org/files/gnomefiles2.xml The difference with the main RSS feed is that this version does not list non-Free apps, and it always mentions what license is used for each application. If you instead you would like to create something even simpler which uses a text file instead of XML (this is the file used: http://gnomefiles.org/files/gnomefiles2.txt ) and looks like the following: http://www.osnews.com/ (scroll down and check the osnews sidebar how it implements gnomefiles), then I include below the PHP source code you need to parse that special text file and make it look like the one on the osnews sidebar If you need more information about each application, use the RSS feed. If you need simplicity, use the Text file and sample source code I provide. Your choice. Both versions don't show up non-free apps anyway. Rgds, Eugenia <table width="130" cellpadding="1" cellspacing="0" border="1" bordercolor="#999999"> <tr><td bgcolor="#eeeeee" width="130" align="center"><font face="Arial, Helvetica" size="2"><b><A href="http://GnomeFiles.org">Gnome/GTK+ Software</a></b></font></td></tr> <?php $rownumber=1; $buffer = file_get_contents("http://gnomefiles.org/files/gnomefiles2.txt"); $b = explode("%%",$buffer); for($i=0;$i<count($b);$i++) { $line = explode("\n",$b[$i]); if($line[1]) { $link[] = "<a href='".$line[2]."'>".$line[1]."</a></font></td></tr>"; } } for($i=0;$i<15;$i++) { $rownumber++; if ($rownumber %2) { echo "<tr><td bgcolor='#f3f3f3' width=\"130\">"; } else { echo "<tr><td bgcolor='#ffffff' width=\"130\">"; } echo "<font face=\"Verdana, Arial\" size=\"1\">- ". $link[$i]; } echo "</table>"; ?>

Next Message by Date: click to view message preview

Re: *.gnome.org partitioning draft

We want www.gnome.org/* to be a small, cool, updated and translated bunch of pages describing the very best of GNOME and linking properly to the rest. This could be a definition of what we want wgo to be. As for today we can't assure these quality standards for the www.gnome.org/projects/* pages. Nor we want to include all that information under the wgo partition, I think. Having/planning partitions for support, news, foundation, etc, it makes sense to have an own partition for projects. I don't see the relation between a subdomain and a way to death, our most alive GNOME sites are subdomains, and some project pages under www.gnome.org/projects/* are almost dead. We also have exceptions such as http://balsa.gnome.org ( http://live.gnome.org/GnomeWeb/GnomeSubsites updated again, thanks Guilherme for providing the complete list of registered subdomains). The change from wgo/projects/* to projects.gnome.org/* is conceptual and cosmetic, it would not affect anything in the backend. What to do with the projects pages will be still an issue to be defined, but at least it won't be in the middle of the 2.16 wgo revamp. I've added a 2.18 potential goal to http://live.gnome.org/GnomeWeb/Goals : * Common policies and standard web host offer to all GNOME projects. El dc 19 de 07 del 2006 a les 11:34 +1000, en/na Jeff Waugh va escriure: > <quote who="Quim Gil"> > Before making this decision, please figure out what we want 'project pages' > to achieve, and make the decision based on that. Death by subdomain is not > something I want to see happen with the GNOME web effort (I've been staving > it off for a while now). > > - Jeff > > -- > linux.conf.au 2007: Sydney, Australia http://lca2007.linux.org.au/ > > "Spend your 'different points' wisely." - Havoc Pennington -- Quim Gil /// http://desdeamericaconamor.org | http://guadec.org signature.asc Description: =?ISO-8859-1?Q?Aix=F2?= =?ISO-8859-1?Q?_=E9s?= una part d'un missatge, signada digitalment

Previous Message by Thread: click to view message preview

Re: The relation with gnomefiles.org

Ok, the special RSS feed for Gnome.org is in place: http://www.gnomefiles.org/files/gnomefiles2.xml The difference with the main RSS feed is that this version does not list non-Free apps, and it always mentions what license is used for each application. If you instead you would like to create something even simpler which uses a text file instead of XML (this is the file used: http://gnomefiles.org/files/gnomefiles2.txt ) and looks like the following: http://www.osnews.com/ (scroll down and check the osnews sidebar how it implements gnomefiles), then I include below the PHP source code you need to parse that special text file and make it look like the one on the osnews sidebar If you need more information about each application, use the RSS feed. If you need simplicity, use the Text file and sample source code I provide. Your choice. Both versions don't show up non-free apps anyway. Rgds, Eugenia <table width="130" cellpadding="1" cellspacing="0" border="1" bordercolor="#999999"> <tr><td bgcolor="#eeeeee" width="130" align="center"><font face="Arial, Helvetica" size="2"><b><A href="http://GnomeFiles.org">Gnome/GTK+ Software</a></b></font></td></tr> <?php $rownumber=1; $buffer = file_get_contents("http://gnomefiles.org/files/gnomefiles2.txt"); $b = explode("%%",$buffer); for($i=0;$i<count($b);$i++) { $line = explode("\n",$b[$i]); if($line[1]) { $link[] = "<a href='".$line[2]."'>".$line[1]."</a></font></td></tr>"; } } for($i=0;$i<15;$i++) { $rownumber++; if ($rownumber %2) { echo "<tr><td bgcolor='#f3f3f3' width=\"130\">"; } else { echo "<tr><td bgcolor='#ffffff' width=\"130\">"; } echo "<font face=\"Verdana, Arial\" size=\"1\">- ". $link[$i]; } echo "</table>"; ?>

Next Message by Thread: click to view message preview

GNOME website button

Hi :o) I have made a GNOME button for the glipper website [1], a png file is attached. Was it ok that I did this ? Can I use this on the glipper website ? What do you think of the button ? Should I add this to the MarketingMaterials webpage ? May I submit this to the ZwahlenDesign Web Badges / Buttons page [2] ? Love, Karderio [1] http://glipper.sourceforge.com [2] http://www.zwahlendesign.ch/en/node/19 gnome_80x15.png Description: PNG image
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by