Sandaysoft

Support forum for Cumulus weather station software
It is currently Sat May 25, 2013 10:57 am
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: favicon
PostPosted: Wed Nov 05, 2008 9:31 pm 
Offline
User avatar

Joined: Tue Nov 04, 2008 8:07 pm
Posts: 168
Location: Skodje
Weather Station: WH 1080
How to add the code like:
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

I tryd Ftp edit index.php and in program files/Culus/web/index.htm
After update all is gone....Why?

Obs. greate plase to make favicon even animated http://www.html-kit.com/favicon/

_________________
    Windows Vista

Image

Image


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Wed Nov 05, 2008 9:39 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
The index.htm file is recreated each upload by processing the indexT.htm file, so that's the one you need to edit (but note warnings elsewhere in the forum about that file being overwritten by a new install). I don't know about index.php, sorry.

Do you have to edit html files for favicons? I though you just put the file on your web server? Or is it because you want an animated one?

Steve


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Wed Nov 05, 2008 10:42 pm 
Offline
User avatar

Joined: Tue Nov 04, 2008 8:07 pm
Posts: 168
Location: Skodje
Weather Station: WH 1080
Strange in my local index.htm and indexT.htm file is:
<head>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Svein Johnsen weather data">
<meta name="keywords" content="Cumulus, Svein Johnsen weather data, weather, data, weather station">
<title>Svein Johnsen weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>


Not updating, when i put it on ftp online it last to next update

Check server here : http://www.aadal.biz/~weather/checkserver.php Thise stays for 24 H only...

Thanx in advance u do a great work :D

_________________
    Windows Vista

Image

Image


Last edited by aadal on Wed Nov 05, 2008 11:33 pm, edited 3 times in total.

Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Wed Nov 05, 2008 11:08 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
I think you must be using Kevin's or Jozef's stuff. I'll keep quiet now and see if they can help :oops:


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Thu Nov 06, 2008 1:02 am 
Offline
User avatar

Joined: Wed Sep 17, 2008 1:34 pm
Posts: 629
Location: Mesa, AZ USA
Weather Station: Davis VP2 Plus w/24 FARS
Operating System: WinX Pro SP3 Dedicated wstn
Nope.

The source on his webpage looks like stock template from Cumulus


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Norway Skodje (aalesund) weather data">
<meta name="keywords" content="Cumulus, Norway Skodje (aalesund) weather data, weather, data, weather station">
<title>Norway Skodje (aalesund) weather</title>

<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>

_________________
Kevin
Image
All you need is Time, Aptitude and Desire ... and you can build just about anything...
Cumulus User Maps


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Thu Nov 06, 2008 1:32 am 
Offline
User avatar

Joined: Tue Nov 04, 2008 8:07 pm
Posts: 168
Location: Skodje
Weather Station: WH 1080
TNETWeather wrote:
Nope.

The source on his webpage looks like stock template from Cumulus


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Norway Skodje (aalesund) weather data">
<meta name="keywords" content="Cumulus, Norway Skodje (aalesund) weather data, weather, data, weather station">
<title>Norway Skodje (aalesund) weather</title>

<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>




Thanx i found out that when i publish/edit on my ftp it last to next update from Cumulus, i edit the pages local but no help.
When i edit index.htm from ftp it last to next update thise is what i try to publish:
<head>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Svein Johnsen weather data">
<meta name="keywords" content="Cumulus, Svein Johnsen weather data, weather, data, weather station">
<title>Svein Johnsen weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>

The read one is gone when next update is done...
Only last for 15 minits...
Please help?

_________________
    Windows Vista

Image

Image


Last edited by aadal on Thu Nov 06, 2008 5:03 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Thu Nov 06, 2008 8:17 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
I'm finding this very confusing. There is no index.php with Cumulus.

If it's the standard index.htm file you're using, as I said above, you need to edit indexT.htm on your computer, because index.htm is re-generated from that every upload. And if you do edit the standard indexT.htm, be aware that it will get overwritten when you install a new version of Cumulus.

Does this help?

Steve

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Fri Nov 07, 2008 12:19 am 
Offline
User avatar

Joined: Tue Nov 04, 2008 8:07 pm
Posts: 168
Location: Skodje
Weather Station: WH 1080
steve wrote:
I'm finding this very confusing. There is no index.php with Cumulus.

If it's the standard index.htm file you're using, as I said above, you need to edit indexT.htm on your computer, because index.htm is re-generated from that every upload. And if you do edit the standard indexT.htm, be aware that it will get overwritten when you install a new version of Cumulus.

Does this help?

Steve


Sorry i have no index.php it shold be index.htm
I found a solution i upload the favicon to aadal.biz/ and now it seams to work without to set any in index.htm.

My weather site is on http://www.aadal.biz/~weather
So i leave thise for now.

Had to go back to build 510 from 514 no update on banner.
Thanks for help :D

_________________
    Windows Vista

Image

Image


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Fri Nov 07, 2008 9:09 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
aadal wrote:
I found a solution i upload the favicon to aadal.biz/ and now it seams to work without to set any in index.htm.


That's good, that's the way I understood favicons to work.

Quote:
Had to go back to build 510 from 514 no update on banner.


I don't understand that, I don't think there should be any difference for the banner. The code to upload the realtime.txt file has changed (as discussed at length elsewhere) but it's still putting it in the same place as before.

Still works for me:

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Tue Dec 16, 2008 11:17 pm 
Offline

Joined: Thu Nov 06, 2008 1:56 pm
Posts: 2
For more information about Favicons read the relevant Wikipedia article.

Briefly, there are differences between Internet Explorer (which does not need the <link> tag but which requires the favicon to be in a fixed format and called favicon.ico) and other browsers (which do require the <link> tag but allow more flexibility in format and naming). At least that's how I read the article and it matches my experience but this is a moving target and the latest versions of browsers may be more flexible.

_________________
Image


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Thu Dec 18, 2008 8:40 pm 
Offline
User avatar

Joined: Wed Sep 03, 2008 6:52 am
Posts: 25
Location: Cape Town
I might be *very* johnny-come-lately here, but I know that favicons are notoriously sticky in your cash.
So I always need to clear my cash when I changed a favicon in order to see the changes.

2c worth.

Regards
Gumm


Top
 Profile  
 
 Post subject: Re: favicon
PostPosted: Fri Dec 19, 2008 1:25 am 
Offline
User avatar

Joined: Sat Dec 13, 2008 11:01 pm
Posts: 28
Location: Isle of Lewis
Weather Station: LaCrosse WS2300 & Davis VP2
For anyone interested then Dynamic Drive have a good favicon generator.
You supply the image and it changes it to the correct sized .ico image & gives you the code.

_________________
Scottish Weather Network
Hebrides Weather


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group