Howdy, I understand what Todd is asking about the multi-site and I think there are some good points made for him.... what he is doing is not what I thought "multi-site" was but is certainly not an invalid use.... just one I have not thought of before. When I saw the multi-site I thought it was for domains and subdomains only... but he is wanting to use it in a more "silo'd" way...
When I first saw the post, I was thinking that he had the same problem that I had.... If I had say *.test.domain.com setup AND foo.test.domain.comsetup... the later would only work if it was ABOVE the prior in the "sites" tab.... Just a thought on the sites implementation... what If the list of sites on the "pages" tab were in a drop down instead of listed across the top? I am almost out of space on the top row.... Thanks for noticin' Matt Lankford ThePartTimeCTO.com On Tue, Dec 16, 2008 at 6:35 PM, <[email protected]> wrote: > Send Radiant mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.radiantcms.org/mailman/listinfo/radiant > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Radiant digest..." > > > Today's Topics: > > 1. Multi-site Extension (Todd Mcgregor) > 2. Re: Multi-site Extension (Michael Kessler) > 3. Re: Multi-site Extension (Michael Kessler) > 4. Re: Multi-site Extension (Todd Mcgregor) > 5. Re: Re: Multi-site Extension (Michael Kessler) > 6. Re: Re: Multi-site Extension (Michael Kessler) > 7. Re: Radiant for Bloging - Admin::PagesController is the root > problem (Joe Van Dyk) > 8. Re: Radiant for Bloging - articles (Mohit Sindhwani) > 9. Re: Radiant for Bloging - Admin::PagesController is the root > problem (Anton J Aylward) > 10. Re: Radiant for Bloging - Admin::PagesController is the root > problem (Sean Cribbs) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 16 Dec 2008 20:19:30 +0100 > From: Todd Mcgregor <[email protected]> > Subject: [Radiant] Multi-site Extension > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > > I've installed the multi-site extension, which is most excellent, but I > can't figure out the URL patterns needed to navigate to each of my > different sites. Can someone using multi-site give me the quick idiot's > guide to using this extension? I've configured my sites, I just can't > view them. I'm using the built-in WEBrick web server for development. > -- > Posted via http://www.ruby-forum.com/. > > > ------------------------------ > > Message: 2 > Date: Tue, 16 Dec 2008 20:23:26 +0100 > From: Michael Kessler <[email protected]> > Subject: Re: [Radiant] Multi-site Extension > To: [email protected], [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Todd, > > Try this settings: > > Domain match: .*www\.yourdomain\.com[.\/]* > Base domain: www.yourdomain.com > > Michael > > On 16 Dec 2008, at 8:19 PM, Todd Mcgregor wrote: > > > I've installed the multi-site extension, which is most excellent, > > but I > > can't figure out the URL patterns needed to navigate to each of my > > different sites. Can someone using multi-site give me the quick > > idiot's > > guide to using this extension? I've configured my sites, I just can't > > view them. I'm using the built-in WEBrick web server for development. > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ------------------------------ > > Message: 3 > Date: Tue, 16 Dec 2008 20:23:26 +0100 > From: Michael Kessler <[email protected]> > Subject: Re: [Radiant] Multi-site Extension > To: [email protected], [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Todd, > > Try this settings: > > Domain match: .*www\.yourdomain\.com[.\/]* > Base domain: www.yourdomain.com > > Michael > > On 16 Dec 2008, at 8:19 PM, Todd Mcgregor wrote: > > > I've installed the multi-site extension, which is most excellent, > > but I > > can't figure out the URL patterns needed to navigate to each of my > > different sites. Can someone using multi-site give me the quick > > idiot's > > guide to using this extension? I've configured my sites, I just can't > > view them. I'm using the built-in WEBrick web server for development. > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ------------------------------ > > Message: 4 > Date: Tue, 16 Dec 2008 20:48:35 +0100 > From: Todd Mcgregor <[email protected]> > Subject: [Radiant] Re: Multi-site Extension > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > > Michael Kessler wrote: > > Todd, > > > > Try this settings: > > > > Domain match: .*www\.yourdomain\.com[.\/]* > > Base domain: www.yourdomain.com > > > > Michael > > Thanks for the reply. I should probably clarify what I'm doing. I'm > running Radiant on my local machine on port 3000 so my URL is > http://localhost:3000. Assuming I have defined two sites, named site1 > and site2, how would I set up each site so I could access them like so - > http://localhost:3000/site1 and http://localhost:3000/site2? > > -Todd > -- > Posted via http://www.ruby-forum.com/. > > > ------------------------------ > > Message: 5 > Date: Tue, 16 Dec 2008 21:08:17 +0100 > From: Michael Kessler <[email protected]> > Subject: Re: [Radiant] Re: Multi-site Extension > To: [email protected], [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > I don't know if it is possible to run multiple radiant sites under > different contexts on a single domain, but I have had some problems to > run normal rails apps with that setup months ago. > > I have different development sites running under a single domain, but > I use a setup with canonical names DNS entries. > > So you could try something like this: > > Site 1 Domain match: .*site1\.yourdomain\.com[.\/]* > Site 1 Base domain: site1.yourdomain.com > > Site 2 Domain match: .*site2\.yourdomain\.com[.\/]* > Site 2 Base domain: site2.yourdomain.com > > for production and for development just add > > 127.0.0.1 site1.localhost site2.localhost > > to your host config file and then use > > Site 1 Domain match: .*site1\.localhost[.\/]* > Site 1 Base domain: site1.localhost > > Site 2 Domain match: .*site2\.localhost[.\/]* > Site 2 Base domain: site2.localhost > > Hope this helps > Michael > > On 16 Dec 2008, at 8:48 PM, Todd Mcgregor wrote: > > > Michael Kessler wrote: > >> Todd, > >> > >> Try this settings: > >> > >> Domain match: .*www\.yourdomain\.com[.\/]* > >> Base domain: www.yourdomain.com > >> > >> Michael > > > > Thanks for the reply. I should probably clarify what I'm doing. I'm > > running Radiant on my local machine on port 3000 so my URL is > > http://localhost:3000. Assuming I have defined two sites, named site1 > > and site2, how would I set up each site so I could access them like > > so - > > http://localhost:3000/site1 and http://localhost:3000/site2? > > > > -Todd > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ------------------------------ > > Message: 6 > Date: Tue, 16 Dec 2008 21:08:17 +0100 > From: Michael Kessler <[email protected]> > Subject: Re: [Radiant] Re: Multi-site Extension > To: [email protected], [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > I don't know if it is possible to run multiple radiant sites under > different contexts on a single domain, but I have had some problems to > run normal rails apps with that setup months ago. > > I have different development sites running under a single domain, but > I use a setup with canonical names DNS entries. > > So you could try something like this: > > Site 1 Domain match: .*site1\.yourdomain\.com[.\/]* > Site 1 Base domain: site1.yourdomain.com > > Site 2 Domain match: .*site2\.yourdomain\.com[.\/]* > Site 2 Base domain: site2.yourdomain.com > > for production and for development just add > > 127.0.0.1 site1.localhost site2.localhost > > to your host config file and then use > > Site 1 Domain match: .*site1\.localhost[.\/]* > Site 1 Base domain: site1.localhost > > Site 2 Domain match: .*site2\.localhost[.\/]* > Site 2 Base domain: site2.localhost > > Hope this helps > Michael > > On 16 Dec 2008, at 8:48 PM, Todd Mcgregor wrote: > > > Michael Kessler wrote: > >> Todd, > >> > >> Try this settings: > >> > >> Domain match: .*www\.yourdomain\.com[.\/]* > >> Base domain: www.yourdomain.com > >> > >> Michael > > > > Thanks for the reply. I should probably clarify what I'm doing. I'm > > running Radiant on my local machine on port 3000 so my URL is > > http://localhost:3000. Assuming I have defined two sites, named site1 > > and site2, how would I set up each site so I could access them like > > so - > > http://localhost:3000/site1 and http://localhost:3000/site2? > > > > -Todd > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ------------------------------ > > Message: 7 > Date: Tue, 16 Dec 2008 14:40:35 -0800 > From: "Joe Van Dyk" <[email protected]> > Subject: Re: [Radiant] Radiant for Bloging - Admin::PagesController is > the root problem > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > On Mon, Dec 15, 2008 at 9:38 AM, Sean Cribbs <[email protected]> wrote: > > All of the extensions in the 'radiant' user on GitHub were updated to > match > > the latest Radiant edge code. If you want to use them on 0.6.9 or > earlier, > > you'll need to check out an older revision. > > Would it be possible to use branches for either the master (edge) or > for 0.6.9 versions for the extensions? > > Joe > > > ------------------------------ > > Message: 8 > Date: Wed, 17 Dec 2008 08:15:56 +0900 > From: Mohit Sindhwani <[email protected]> > Subject: Re: [Radiant] Radiant for Bloging - articles > To: Jay Levitt <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Jay Levitt wrote: > > Mohit Sindhwani wrote: > >> Jay Levitt wrote: > >>> John Toups wrote: > >>>> I want to agree with Eric regarding the Summer Reboot. > >>> > >>> And I keep poking my nose into Radiant every few weeks, but it's > >>> slow going. I saw one very, very complicated thread, where just the > >>> *answer* to "if I figure something out, where should I post the > >>> answer?" ran to half a page. > >> oh! That might have been me giving instructions on how to actually > >> add a page to the Reboot! :( > > > > ISTR it was more meta than that.. something like "In theory, you would > > add it to the reboot, but that's still unofficial, so there's the > > wiki, only there are actually two wikis, but we're moving things, so > > you might want to..." > Ah! That wasn't me! It was someone who had just started out and was > unhappy about the fragmentation of the documentation because it was > difficult to figure out what to read and where to add things... yes, > it's time to unify - summer's gone! > > Cheers, > Mohit. > 12/17/2008 | 8:15 AM. > > > > ------------------------------ > > Message: 9 > Date: Tue, 16 Dec 2008 18:22:50 -0500 > From: Anton J Aylward <[email protected]> > Subject: Re: [Radiant] Radiant for Bloging - Admin::PagesController is > the root problem > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Joe Van Dyk said the following on 12/16/2008 05:40 PM: > > On Mon, Dec 15, 2008 at 9:38 AM, Sean Cribbs <[email protected]> > wrote: > >> All of the extensions in the 'radiant' user on GitHub were updated to > match > >> the latest Radiant edge code. If you want to use them on 0.6.9 or > earlier, > >> you'll need to check out an older revision. > > > > Would it be possible to use branches for either the master (edge) or > > for 0.6.9 versions for the extensions? > > ... and if so, to post instructions for git-klutzes like myself. > > -- > There is no legitimate religion apart from truth. > --John Calvin > > > ------------------------------ > > Message: 10 > Date: Tue, 16 Dec 2008 18:33:46 -0500 > From: Sean Cribbs <[email protected]> > Subject: Re: [Radiant] Radiant for Bloging - Admin::PagesController is > the root problem > To: [email protected] <aja%[email protected]>, > [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Anton J Aylward wrote: > > Joe Van Dyk said the following on 12/16/2008 05:40 PM: > > > >> On Mon, Dec 15, 2008 at 9:38 AM, Sean Cribbs <[email protected]> > wrote: > >> > >>> All of the extensions in the 'radiant' user on GitHub were updated to > match > >>> the latest Radiant edge code. If you want to use them on 0.6.9 or > earlier, > >>> you'll need to check out an older revision. > >>> > >> Would it be possible to use branches for either the master (edge) or > >> for 0.6.9 versions for the extensions? > >> > > > > ... and if so, to post instructions for git-klutzes like myself. > > > > > The proper way would be to use tags. I'll get some minions to attach > tags to the extensions to something before the past weekend. > > Sean > > > ------------------------------ > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > End of Radiant Digest, Vol 33, Issue 27 > *************************************** > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
