Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Website files hosting
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pies  
View profile  
 More options Dec 6 2006, 1:51 pm
From: "Pies" <tatarynow...@gmail.com>
Date: Wed, 06 Dec 2006 18:51:17 -0000
Local: Wed, Dec 6 2006 1:51 pm
Subject: Website files hosting
Can I use Google Code SVN for hosting a project's website? HTML pages
stored in the SVN don't render in browsers, but what if I just hosted
the css, js and images?

It would be very simple for any site owner to put the whole website in
a SVN repository at Google Code and add to her pages' headers the line:

<base href="http://project-name.googlecode.com/svn/trunk/"/>

So that, for example:

  /img/logo.png

is prefixed with the base href to form:

  http://project-name.googlecode.com/svn/trunk/img/logo.png

This way the site owner could keep the web pages (static or dynamic) on
his own server, yet host all the images, css, files, etc. at Google
Code's SVN. Would that be legal and not frowned upon?

And if so, can I create a Google Code project just to host my own
site's images and css? I'm running a free blogging service and it would
help me a lot if I could host all the static files on your servers.

And as I use Google Code to host my own programming project, thank you
for your services, you're great as usual. One thing I'd very much like
to see added is automatic packaging of releases -- tar/gzip/zip the
project files, add a html page with changelog, allow the project owner
to edit the release message, create rss files for it, etc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian W. Fitzpatrick  
View profile  
 More options Dec 6 2006, 1:58 pm
From: "Brian W. Fitzpatrick" <f...@google.com>
Date: Wed, 6 Dec 2006 12:58:56 -0600
Local: Wed, Dec 6 2006 1:58 pm
Subject: Re: Website files hosting
On 12/6/06, Pies <tatarynow...@gmail.com> wrote:

> Can I use Google Code SVN for hosting a project's website? HTML pages
> stored in the SVN don't render in browsers, but what if I just hosted
> the css, js and images?

Your assumption is incorrect.  html pages render just fine out of a
Subversion repository if you set the svn:mime-type to text/html.

That said, while you can put html/css/js files into your projects
Subversion repository if they pertain to your Google Code project, you
can't use it as a general file hosting facility.

-Fitz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pies  
View profile  
 More options Dec 6 2006, 2:12 pm
From: "Pies" <tatarynow...@gmail.com>
Date: Wed, 06 Dec 2006 19:12:52 -0000
Local: Wed, Dec 6 2006 2:12 pm
Subject: Re: Website files hosting

> Your assumption is incorrect.  html pages render just fine out of a
> Subversion repository if you set the svn:mime-type to text/html.

I stand corrected, after setting the mime-type my html test page
rendered in browser.

> That said, while you can put html/css/js files into your projects
> Subversion repository if they pertain to your Google Code project, you
> can't use it as a general file hosting facility.

I don't want to split straws, but since php, html, css and javascript
are code, wouldn't a non-profit website be considered as good a Google
Code project as any?

I admit I was indeed thinking of using Google Code for hosting in
general (since I couldn't find API description for Google Pages), but
now I'm curious, what are the limits of Google's generosity in that
area?

For example, can I store a release .zip in the SVN and link directly to
Google Code's SVN browser?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Visser  
View profile  
 More options Dec 7 2006, 12:50 am
From: Jeremy Visser <jeremy.vis...@gmail.com>
Date: Thu, 07 Dec 2006 16:50:24 +1100
Local: Thurs, Dec 7 2006 12:50 am
Subject: Re: Website files hosting
Why not just use Google Pages?

--
Jeremy Visser
Email: jeremy.vis...@gmail.com GPG id: CF13C41A
Website: http://narnia.bounceme.net/jeremy/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian W. Fitzpatrick  
View profile  
 More options Dec 7 2006, 12:55 am
From: "Brian W. Fitzpatrick" <f...@google.com>
Date: Wed, 6 Dec 2006 23:55:49 -0600
Local: Thurs, Dec 7 2006 12:55 am
Subject: Re: Website files hosting
On 12/6/06, Pies <tatarynow...@gmail.com> wrote:

> > That said, while you can put html/css/js files into your projects
> > Subversion repository if they pertain to your Google Code project, you
> > can't use it as a general file hosting facility.

> I don't want to split straws, but since php, html, css and javascript
> are code, wouldn't a non-profit website be considered as good a Google
> Code project as any?

Our goal with code hosting is to help open source by hosting open
source projects that develop code (meaning applications, libraries,
and tools).  Split all the straws you want, but you asked for
clarification and I'm giving it.  :-)

> For example, can I store a release .zip in the SVN and link directly to
> Google Code's SVN browser?

Please do not do that.

-Fitz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pies  
View profile  
 More options Dec 7 2006, 4:01 am
From: "Pies" <tatarynow...@gmail.com>
Date: Thu, 07 Dec 2006 09:01:49 -0000
Local: Thurs, Dec 7 2006 4:01 am
Subject: Re: Website files hosting
On Dec 7, 6:50 am, Jeremy Visser <jeremy.vis...@gmail.com> wrote:

> Why not just use Google Pages?

Because as far as I know there's no API for it, so I can't automate it.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marc.adams@gmail.com  
View profile  
 More options Dec 12 2006, 10:27 pm
From: "marc.ad...@gmail.com" <marc.ad...@gmail.com>
Date: Wed, 13 Dec 2006 03:27:31 -0000
Local: Tues, Dec 12 2006 10:27 pm
Subject: Re: Website files hosting
You can automate anything.

On Dec 7, 3:01 am, "Pies" <tatarynow...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mP  
View profile  
 More options Dec 13 2006, 5:04 pm
From: "mP" <miroslav.poko...@gmail.com>
Date: Wed, 13 Dec 2006 22:04:16 -0000
Local: Wed, Dec 13 2006 5:04 pm
Subject: Re: Website files hosting
Hi Brian

I just thought id like to chip in and say that a few ppl in the
GoogleGroups forum are having major problems with the file download
section of their respective groups. I was wondering if there is any
google service (skip code hosting + google groups) where one can host
their download zips.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Chilton  
View profile  
 More options Dec 13 2006, 5:28 pm
From: "Andrew Chilton" <andychil...@gmail.com>
Date: Thu, 14 Dec 2006 11:28:30 +1300
Local: Wed, Dec 13 2006 5:28 pm
Subject: Re: Website files hosting
On 14/12/06, mP <miroslav.poko...@gmail.com> wrote:

> [snip] I was wondering if there is any
> google service (skip code hosting + google groups) where one can host
> their download zips.

You might be able to use Google Base (http://base.google.com/) though
I haven't experimented so can't say it'll be exactly what you require.

You'd probably want to create a new item type when uploading the file
(say something like 'Code Release') before you add the *.tar.gz or
whatever your distribution file is.

Cheers,
Andy

--
contact: Andrew Chilton
website: http://kapiti.geek.nz/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Stein  
View profile  
 More options Dec 16 2006, 2:53 am
From: "Greg Stein" <gst...@google.com>
Date: Fri, 15 Dec 2006 23:53:53 -0800
Local: Sat, Dec 16 2006 2:53 am
Subject: Re: Website files hosting
Thankfully, Google Code now supports file downloads :-)

Please visit the "Downloads" tab for your project.

Enjoy!

Cheers,
-g

On 12/13/06, Andrew Chilton <andychil...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Chilton  
View profile  
 More options Dec 17 2006, 8:52 pm
From: "Andrew Chilton" <andychil...@gmail.com>
Date: Mon, 18 Dec 2006 14:52:40 +1300
Local: Sun, Dec 17 2006 8:52 pm
Subject: Re: Website files hosting
Thanks Guys :-)

It's probably going to make a lot of people happy, but probably you
lot more than most!

Oh, and I just saw the Wiki too. Nice touch.

Andy

--
contact: Andrew Chilton
website: http://kapiti.geek.nz/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »