You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Risto Jääskeläinen <rj...@saunalahti.fi> on 2012/07/06 20:40:54 UTC

Apache Openoffice logo linking always same?

I feel that link from web-page logo should always be to main www-page ie. to www.openoffice.org. By this we create some more unity in www jungle and temporary visitors of which ever page can quickly move to downloading the suite.

Situation now:

a) Main WWW-pages (also native language): No link 
  - that mean http://www.openoffice.org/ and sub sites.

b) http://incubator.apache.org/openofficeorg/ -site: link to this same home page.

c...d) cwiki and wiki pages are similar to case b.

As a small work around solution I add download link on cwikis home page:
https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home
But I feel that link via logo to main page would be much better solution.

I am ready my self use some hours for this  case if there is no denial for idea.  There is also possible do this in case a and not in other sites. 
For example on wiki pages
http://wiki.services.openoffice.org/wiki/Main_Page
there are link to downloading in menu panel. So it is not priority # 1.

Opionions?

Regards 
Risto




Re: Apache Openoffice logo linking always same?

Posted by Dave Fisher <da...@comcast.net>.
On Jul 6, 2012, at 11:40 AM, Risto Jääskeläinen wrote:

> I feel that link from web-page logo should always be to main www-page ie. to www.openoffice.org. By this we create some more unity in www jungle and temporary visitors of which ever page can quickly move to downloading the suite.
> 
> Situation now:
> 
> a) Main WWW-pages (also native language): No link  - that mean http://www.openoffice.org/ and sub sites.
> 
> b) http://incubator.apache.org/openofficeorg/ -site: link to this same home page.
> 
> c...d) cwiki and wiki pages are similar to case b.
> 
> As a small work around solution I add download link on cwikis home page:
> https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home
> But I feel that link via logo to main page would be much better solution.
> 
> I am ready my self use some hours for this  case if there is no denial for idea.  There is also possible do this in case a and not in other sites. For example on wiki pages
> http://wiki.services.openoffice.org/wiki/Main_Page
> there are link to downloading in menu panel. So it is not priority # 1.
> 
> Opionions?

It is very easy to do.

ooo-site/trunk/templates/brand.html

Index: brand.html
===================================================================
--- brand.html	(revision 1358001)
+++ brand.html	(working copy)
@@ -1,5 +1,5 @@
   <div id="{{ headers.divid }}">
-    <div id="bannerleft"><img id="ooo-logo" alt="{{ headers.name }}" src="/images/{{ headers.logo }}"/></div>
+    <div id="bannerleft"><a title="{{ headers.name }}" href="/"><img id="ooo-logo" alt="{{ headers.name }}" src="/images/{{ headers.logo }}"/></a></div>
     <div id="bannerright">
       <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/images/apache-incubator-logo.png"/></a>
       <div style="relative; margin: 14px 0 0 0; height: 24px;">

But with a little more work change the href="/" to href="{{ headers.topref }}"

ooo-site/trunk/content/brand.mdtext

topref:           /	
home:           home
search:         search
name:           Apache OpenOffice (incubating)
tagline:        (incubating) | The Free and Open Productivity Suite
logo:           AOO_logos/OOo_Website_v2_copy.png
domain:         www.openoffice.org
divid:          bannera
announce:       Announcing Apache OpenOffice 3.4
announceurl:    /news/aoo34.html
announcetip:    Read the announcement

ooo-site/trunk/content/fr/brand.mdtext

topref:           /fr/
home:           accueil
search:         rech.
name:           Apache OpenOffice (incubateur)
tagline:        (incubateur) | La suite bureautique libre et gratuite
logo:           AOO_logos/OOo_Website_v2_copy.png
domain:         www.openoffice.org
divid:          bannera
announce:       Apache OpenOffice 3.4 est disponible
announceurl:    /fr/AOO_annonce_3_4.html
announcetip:    Annonce officielle 3.4

ooo-site/trunk/content/fi/brand.mdtext

topref:           /fi/
home:           home
search:         search
name:           Apache OpenOffice (incubating)
tagline:        (incubating) | The Free and Open Productivity Suite
logo:           AOO_logos/OOo_Website_v2_copy.png
domain:         www.openoffice.org
divid:          bannera
announce:       Announcing Apache OpenOffice 3.4
announceurl:    /news/aoo34.html
announcetip:    Read the announcement

BTW - You can translate the above strings to Finnish :-)

I'll help you if your concept passes LAZY CONSENSUS

Regards,
Dave

> 
> Regards Risto
> 
> 
>