The time now is Fri 24 May 2013, 22:52
All times are UTC - 4 |
|
Page 11 of 15 [217 Posts] |
Goto page: Previous 1, 2, 3, ..., 9, 10, 11, 12, 13, 14, 15 Next |
| Author |
Message |
oblivious
Joined: 14 Apr 2007 Posts: 304 Location: Western Australia
|
Posted: Sat 29 Mar 2008, 00:55 Post subject:
|
|
I don't know what anybody's talking about, but if you want regular people to have access to the downloads (if that's what you are even talking about), you need to make them normal http/ftp. Believe it or not, some people don't know what bittorrent, metalink, p2p are. (and don't want to find out.)
EDIT: Why does the protosite "look up" slfea.org and "get data" from success-and-career.ch? What's that all about?
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Sat 29 Mar 2008, 06:12 Post subject:
|
|
| oblivious wrote: | | EDIT: Why does the protosite "look up" slfea.org and "get data" from success-and-career.ch? What's that all about? |
I'd seen that myself and did make me worry for a moment, what with all the virus and hacking that Puppy's websites are used to. Then I remembered that I'd got those tiny little flag images in the banner from random places in Google Images. Basically the images aren't stored on the server and are fetched from different sites all over the world, thus the reason for strange server addresses appearing whilst pages load. Naturally, I will be changing this by using LOF's recommendations of formal flag sets.
| nic2109 wrote: |
In honour of this welcome development I propose that we all talk (and write) like pirates for a while. |
Garr! Be fair time me land-lubbers, batten down thar hatches, hoist thar main sail, thar's a storm a-brewing port-side 'n' it's our call to plunder ney those merry winds
|
|
Back to top
|
|
 |
oblivious
Joined: 14 Apr 2007 Posts: 304 Location: Western Australia
|
Posted: Sat 29 Mar 2008, 06:24 Post subject:
|
|
| Quote: | | Basically the images aren't stored on the server and are fetched from different sites all over the world |
Well, I hope they are from "non-dodgy" places - why they have "look up" rather than just load seems strange, and it sat there for an inordinately long time.....
| Quote: | | what with all the virus and hacking that Puppy's websites are used to. |
Yes, I've gotten to the stage where I just kill the page if I see anything unexpected. The Sri Lankan Foreign Employment Agency qualifies as unexpected
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Sat 29 Mar 2008, 07:10 Post subject:
|
|
| oblivious wrote: | | The Sri Lankan Foreign Employment Agency qualifies as unexpected |
You're quite right! I've just deleted them.
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Sun 30 Mar 2008, 20:50 Post subject:
|
|
Okay, I've signed up with hostgator.com. My domain puppylinux.com is the primary domain, and I'll be moving over from Servage soon.
As announced earlier in this thread, forum member WhoDo has also signed up with Hostgator, and puppylinux.org will be moved there. Thanks for your generosity WhoDo.
Hey guys, my primary domain is pointing to directory 'public_html', but do you know if it is possible to change that? In Cpanel, I see that additional domains can be set to a particular directory, but there does not seem to be any way to change the directory of the primary domain.
Probably it doesn't matter really, as I suppose the directories of additional domains can be alongside 'public_html', not in it, so there should be no interference ...well, I hope so.
I've signed up for the 'baby' account, but I notice the next one up, 'swamp', has unlimited downloads ...can that really be true?
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Mon 31 Mar 2008, 06:14 Post subject:
|
|
@Barry: Yes it's nice to have a tidy root directory, it just keeps things consistent. I'd reckon the absolute best way to redirect pupplinux.com to a sub directory would be to get Hostgator to do it for you. Then you'd be using the same method that redirects other parked/addon domains to sub directories (ie. Apache's httpd.conf). But if Hostgator won't do that then I've found that this code in the .htaccess file works --
| Code: | # Turn on rewrites.
RewriteEngine on
# Only apply to URLs on this domain
RewriteCond %{HTTP_HOST} ^(www.)?puppylinux.com$
# Only apply to URLs that aren't already under folder.
RewriteCond %{REQUEST_URI} !^/puppylinux_folder/
# Don't apply to URLs that go to existing files or folders.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all those to insert /folder.
RewriteRule ^(.*)$ /puppylinux_folder/$1
# Also redirect the root folder.
RewriteCond %{HTTP_HOST} ^(www.)?puppylinux.com$
RewriteRule ^(/)?$ /puppylinux_folder/index.html [L] |
Here is the commentary on the above code.
Apache's Rewrite Module is surprisingly powerful, but its complexity agitates me as I'm never sure of the complete ramifications of using it -- how will it work with subdomains, PHP, future additions, etc. That's a lot of code for something as simple as, what might be called, a symlink!
"Unlimited downloads", mmm, I'm not sure either! To be honest I very much doubt 'unlimited' actually means 'unlimited', maybe they just call our bluff and hope that not too many people really push it to the limits. I wouldn't be surprised either that it comes with certain conditions like, downloaded media has to be connected to HTML files or something like that.
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6180 Location: Auckland, New Zealand
|
Posted: Mon 31 Mar 2008, 06:34 Post subject:
|
|
Barry was trying to centre the pages on his new website. By they are all left-aligned in my Firefox - should they be?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
nic2109
Joined: 01 Jan 2007 Posts: 406 Location: Hayslope, near Middlemarch, Midlands, England
|
Posted: Mon 31 Mar 2008, 10:51 Post subject:
|
|
| tombh wrote: | @Barry:
"Unlimited downloads", mmm, I'm not sure either! To be honest I very much doubt 'unlimited' actually means 'unlimited', maybe they just call our bluff and hope that not too many people really push it to the limits. I wouldn't be surprised either that it comes with certain conditions like, downloaded media has to be connected to HTML files or something like that. |
As Tom will attest, here in the UK some ISPs advertise "Unlimited downloads!!! (see the small print)" and there in the small print is a "Fair Usage Policy" which allows them plenty of wiggle-room when things get busy.
Bah!
_________________ Nick
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Mon 31 Mar 2008, 11:29 Post subject:
|
|
@nic2109
Also taking account of end user's "fair use" policy imposed by ISPs, their "Traffic Shaping" for torrent & p2p use, and "Timeslicing" so that they can oversell available bandwidth
Where I am on evenings or a Sunday afternoon I get c6/700Mb for a 2Gb line speed
And that's quite apart from the increasing use of "virtual servers"
All in all, none too clever, IMHO
Aitch
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Mon 31 Mar 2008, 11:58 Post subject:
|
|
| disciple wrote: | | Barry was trying to centre the pages on his new website. By they are all left-aligned in my Firefox - should they be? |
I gave up on that, because although I got it to work with IE6, it behaves differently than Seamonkey/Firefox. In SM/FF, the centered page stays centered even if big images or reformated long lines of text are displayed -- they just go over the right margin. IE6 on the other hand, moves th entire page to try and keep the most extreme right element -- image or text or whatever as the actual right margin. So, everything pushes over to the left, on top of my vertical menubar.
Then, considering some people might be back on IE5.5 even, I have stayed with CSS absolute positioning -- I think IE5 has basic CSS support.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
prit1

Joined: 03 Jan 2008 Posts: 540 Location: Los Angeles
|
Posted: Mon 31 Mar 2008, 13:03 Post subject:
|
|
| BarryK wrote: | | I've signed up for the 'baby' account, but I notice the next one up, 'swamp', has unlimited downloads ...can that really be true? |
@Barry, I have had unlimited bandwidth specified on my hosting accounts and found that since these are shared hosting, they restricted my resources if they noticed that the network usage affects any other domain hosted on the same server or if it exceeds whatever they think is reasonable. You can contact their customer service and see what they have to say about this.
|
|
Back to top
|
|
 |
capoverde

Joined: 28 Jun 2006 Posts: 231 Location: Sanremo (Italy) with fine seaview
|
Posted: Tue 01 Apr 2008, 07:15 Post subject:
|
|
Have read the first 6 pages of this thread, greatly appreciating Tom's job (real cool!) as well as everyone else's senseful, expert and positive contribution.
Then with sore eyes and little time left, I jumped to the last page since my contribution can't by any means go further than pointing out that the large light-blue paws in the page background still have only 3 toes -- the small black paws at the left of each link are OK with 4 (BTW, the mouse-on dotted underlining is nice but I'd prefer links to be underlined as usual).
Just a consideration: the rather messy and confusing impression given by the intricate overlapping of official Puppy sites actually indicates a lot of pulsating life! Barry's creature runs and plays, and will conquer ever more fans like us because it brings new life in any PC-related activity.
Strong vitality seldom shows up with perfect order: just let it breathe freely, don't educate it too much
|
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 2943 Location: Sydney Australia
|
Posted: Tue 01 Apr 2008, 17:36 Post subject:
|
|
" Strong vitality seldom shows up with perfect order:
just let it breathe freely, don't educate it too much :wink: "
Amen.
Chris.
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Wed 02 Apr 2008, 06:32 Post subject:
|
|
Website Update
I've had a few full days to work on the site and there's some new stuff to play with:
Latest News
Screenshots
User Blogs
I've tested out the registration process too and it works, so if anybody would like to register and have a go with those links above that'd be great. I find them easy to use, buts that's because I made them, so if anything isn't very clear I liked to make using the site as straightforward as possible. Oh, all those links have RSS feeds too!
Oli has been very busy on the manuals and is currently working his way through integrating his third one -- the Spanish version of 3.01.
There are have been lots of general bits and bobs added, some of them probably worth mentioning but I can't remember at the moment.
Does anyone have any thoughts on the automatic welcome email template?
| Quote: | Hello !username,
You can now log into puppylinux.org at !login_uri using the following username and password:
username: !username
password: !password
You may also log in by clicking on this link or copying and pasting it in your browser:
!login_url
This is a one-time login, so it can be used only once.
After logging in, you will be redirected to !edit_uri so you can change your password.
-- the pupplinux.org website  |
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Wed 02 Apr 2008, 06:38 Post subject:
|
|
@tombh
Is this Barry's site in a new coat?
Is it an own initiative?
I am afraid that different flavors of sites can confuse newbies.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
|
|
Page 11 of 15 [217 Posts] |
Goto page: Previous 1, 2, 3, ..., 9, 10, 11, 12, 13, 14, 15 Next |
|
|
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 vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|