[Radiant] Simple blog too complex: what does this code do?

2007-03-07 Thread Martin Olsson
I have based http://smpl.se on the "simple blog" included in Radiant  
0.6 RC1. There is one piece of code in the "Normal" layout that I  
don't quite understand:

Posted by  on  


What does it do? I've created several "sections" based on the  
'articles' section, with a different blog in each (I know I, I should  
be using categories or tags). My 'articles' nodes ar called:

http://smpl.se/blog
http://smpl.se/bath
http://smpl.se/car

Do I need to do anything to that code? Should I remove it?

I feel that some of the default templates are a bit too complex. I'd  
like to reduce the complexity by not requiring a new Radiant-user to  
change a lot of regular expressions - often having to match several  
expressions to each other.

I don't know if what I'm saying makes sense. I am a new user myself,  
so I'm learning as I go.

Ideally I'd like to see a turnkey install of a simple but very  
capable blogging engine, pared down to the bare esentials. The target  
audience would be both people who want something simple so they can  
start publishing right away, and the crowd who want something simple  
that they can start building on.

I'm going to keep working on smpl.se and see what I come up with.  
Right now it's a mess, but it'll get better. I'm only going to work  
on pages, snippets and layouts: I'll leave the back end to you guys -  
I'd love to talk about it though, if I have any questions or ideas.

Regards,

Martin Olsson
http://smpl.se
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] thank you!

2007-03-07 Thread ali b

john and foobar.user,

thank you for your quick answer

it's working!!!
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] new to radiant

2007-03-07 Thread Anton J Aylward
ali b said the following on 03/07/2007 05:19 PM:
> hi everybody,
> 
> I'm new to radiant and to rails.
> 
> I've got a problem with :
> 
> 'script/server -e production'
> I get a :'script' is not recognized as an internal or external command,
> operable program or batch file.
> 
> I don't know what I've done wrong :(
> 
> thank you very much for your help

This is a "new to Linux" problem.
Check your path.

You should be at the top of the rails directory tree

$ pwd
/home/anton/Ruby/Radiant
$ ls
app/CHANGELOGCONTRIBUTORS  lib/ public/   script/  vendor/
bin/components/  db/   LICENSE  Rakefile  test/
cache/  config/  doc/  log/ READMEtmp/

so when you run the ruby command you specify the full or the relative path

ruby ./script/server -e production
or
ruby /home/anton/Ruby/Radiant/script/server -e production

As I said, this is not a rail or ruby problem.  You need to learn the basics
of the command line shell.


 --
Eschew Obfuscation!
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] new to radiant

2007-03-07 Thread nn

On 3/7/07, ali b <[EMAIL PROTECTED]> wrote:


I've got a problem with :

'script/server -e production'
I get a :'script' is not recognized as an internal or external command,
operable program or batch file.



Are you on Windows? If yes, try

ruby script\server -e production
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] new to radiant

2007-03-07 Thread John W. Long
ali b wrote:
> 'script/server -e production'
> I get a :'script' is not recognized as an internal or external command,
> operable program or batch file.

On Windows you will need to run:

ruby script/server -e production

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread X Y

On 3/7/07, John W. Long <[EMAIL PROTECTED]> wrote:


Sorry not to keep others in the loop. Internationalization has come up


several times before on this mailing list and I believe I've given the

same answer: I'd prefer to wait on Internationalization until after 1.0
(it'll be a 1.1 thing). This is because (as Sean already mentioned) I'm
planning to revamp the UI before 1.0 and I'd rather not have the
overhead of it until after that point.



IIRC, some sort of a road map existed in the early days. Is there anything
that could give even a vague idea of the future for the forthcoming releases
up to, let say, 1.0? With no obligations whatsoever, of course. :)
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] new to radiant

2007-03-07 Thread ali b

hi everybody,

I'm new to radiant and to rails.

I've got a problem with :

'script/server -e production'
I get a :'script' is not recognized as an internal or external command,
operable program or batch file.

I don't know what I've done wrong :(

thank you very much for your help

aL*
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Atom Feeds

2007-03-07 Thread John W. Long
Gabriel Lamounier wrote:
> ="created_at" />
> ="updated_at" />
> ="published_at" />

I like it. How about this format:



I'll accept a unit tested patch for this. By default the for attribute 
should be set to "published_at" so that if it's not specified the tag 
refers to the published date (unless of course the page has not be 
published, in that case it should refer to "updated_at").

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread John W. Long
Jacob Burkhart wrote:
> When/Where do these conversations about "the admin UI may change" occur, 
> and how can I get invited?

We talked about it over IM. That's one of the privileges of core 
developers. :-)

Sorry not to keep others in the loop. Internationalization has come up 
several times before on this mailing list and I believe I've given the 
same answer: I'd prefer to wait on Internationalization until after 1.0 
(it'll be a 1.1 thing). This is because (as Sean already mentioned) I'm 
planning to revamp the UI before 1.0 and I'd rather not have the 
overhead of it until after that point.

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread Jacob Burkhart
When/Where do these conversations about "the admin UI may change" occur, 
and how can I get invited?

Sean Cribbs wrote:
> Sorry to burst the bubble, but John informed me we won't be including
> i18n until version 1.0, partly because the admin UI may change
> significantly between now and then.  However, if you are still willing
> at that time, we'll hit you up for translations.
> 
> Sean


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup - I'm an idiot!

2007-03-07 Thread Jena Jena
I missed a step in my inital setup.

I'm an idiot. My paths were all wrong.

It's ok now, and MT were, in the end, helpful in helping me.

Thanks so much!

-Jena

Jena Jena wrote:
> Nope. No go.
> 
> I give up. It's in there someplace, but I can't seem to figure out how 
> to target it.
> 
> Thanks for the help!
> 
> -Jena
> 
> Jena Jena wrote:
>> Ruby is totally installed - it comes with the package...
>> 
>> I'll try this now...
>> 
>> Thanks!
>> 
>> Erik van Oosten wrote:
>>> Hi Jena,
>>> 
>>> Try running the script with the word 'ruby' in front of it. If you do
>>> not have Ruby installed, well then I am afraid you have to ask again.
>>> 
>>>  > ruby ../script/setup_database production
>>> 
>>> Regards,
>>> Erik.
>>> 
>>> 
>>> Jena Jena wrote:
 terminal, yes?
> Where is your ruby executable?
>> Any advice would be appreciated.
> institutions,
> and comfortable habit. Thought looks into the pit of hell and is not 
> afraid.
> Thought is great and swift and free, the light of the world, and the 
> chief
> glory of man.
>-- Bertrand Russell
> 


   
>>> 
>>> --
>>> Erik van Oosten
>>> http://day-to-day-stuff.blogspot.com/


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Nope. No go.

I give up. It's in there someplace, but I can't seem to figure out how 
to target it.

Thanks for the help!

-Jena

Jena Jena wrote:
> Ruby is totally installed - it comes with the package...
> 
> I'll try this now...
> 
> Thanks!
> 
> Erik van Oosten wrote:
>> Hi Jena,
>> 
>> Try running the script with the word 'ruby' in front of it. If you do
>> not have Ruby installed, well then I am afraid you have to ask again.
>> 
>>  > ruby ../script/setup_database production
>> 
>> Regards,
>> Erik.
>> 
>> 
>> Jena Jena wrote:
>>> terminal, yes?
 Where is your ruby executable?
> Any advice would be appreciated.
 institutions,
 and comfortable habit. Thought looks into the pit of hell and is not 
 afraid.
 Thought is great and swift and free, the light of the world, and the 
 chief
 glory of man.
-- Bertrand Russell
 
>>>
>>>
>>>   
>> 
>> --
>> Erik van Oosten
>> http://day-to-day-stuff.blogspot.com/


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Ruby is totally installed - it comes with the package...

I'll try this now...

Thanks!

Erik van Oosten wrote:
> Hi Jena,
> 
> Try running the script with the word 'ruby' in front of it. If you do
> not have Ruby installed, well then I am afraid you have to ask again.
> 
>  > ruby ../script/setup_database production
> 
> Regards,
> Erik.
> 
> 
> Jena Jena wrote:
>> terminal, yes?
>>> Where is your ruby executable?
 Any advice would be appreciated.
>>> institutions,
>>> and comfortable habit. Thought looks into the pit of hell and is not 
>>> afraid.
>>> Thought is great and swift and free, the light of the world, and the 
>>> chief
>>> glory of man.
>>>-- Bertrand Russell
>>> 
>>
>>
>>   
> 
> --
> Erik van Oosten
> http://day-to-day-stuff.blogspot.com/


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Jena Jena said the following on 03/07/2007 04:00 PM:
> Hi!
> 
> The first line says: #!/usr/bin/env ruby
  
   Hint |

> I have no idea what language it is in. I'm not a programmer and I'm just 
> trying to teach myself this stuff.
> 
> I also don't know where my ruby is executable.

Do you know what operating system you're running under?

Hint:

   try running "/usr/bin/env ruby"

> If I could figure that out, I'd know how to access the script from 
> terminal, yes?

Yes.

> Am I even on the right track?

No.

I'm not trying to be obscure, I'm trying to get you to solve your problem
instead of calling for help at every hurdle and blindly following
instructions and learning nothing.

I suspect that your are going to have to learn a modicum of, if not
programming in the sense of "C++", then basic command line scripting and bit
about Ruby and some background about how Rails works.


-- 
Me...a skeptic?  I trust you can prove that.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup

2007-03-07 Thread Erik van Oosten
Hi Jena,

Try running the script with the word 'ruby' in front of it. If you do 
not have Ruby installed, well then I am afraid you have to ask again.

 > ruby ../script/setup_database production

Regards,
Erik.


Jena Jena wrote:
> Hi!
>
> The first line says: #!/usr/bin/env ruby
>
> I have no idea what language it is in. I'm not a programmer and I'm just 
> trying to teach myself this stuff.
>
> I also don't know where my ruby is executable.
>
> If I could figure that out, I'd know how to access the script from 
> terminal, yes?
>
> Am I even on the right track?
>
> Thank you!
>
> Anton Aylward wrote:
>   
>> Have you looked at the script?
>> What does the first line say?
>> What language is it in?
>> Where is your ruby executable?
>>
>> Jena Jena said the following on 03/07/2007 03:44 PM:
>> 
>>> Here's their document/instructions:
>>>
>>> I'm close, I just know it, but I cannot get this to work.
>>>
>>> I have logged in and logged out a million times, and googled, and tried
>>> everything I can to get help.
>>>
>>> Any advice would be appreciated.
>>>
>>> Thank you!
>>>
>>>   
>> --
>> Men fear thought as they fear nothing else on earth, more than ruin, 
>> more
>> even than death. . . . Thought is subversive and revolutionary, 
>> destructive
>> and terrible, thought is merciless to privilege, established 
>> institutions,
>> and comfortable habit. Thought looks into the pit of hell and is not 
>> afraid.
>> Thought is great and swift and free, the light of the world, and the 
>> chief
>> glory of man.
>>-- Bertrand Russell
>> 
>
>
>   

-- 
Erik van Oosten
http://day-to-day-stuff.blogspot.com/

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Atom Feeds

2007-03-07 Thread Sean Santry

Sean Santry technique
(http://seansantry.com/development/articles/2006/12/15creating-an- 
atom-feed-in-radiant/)

is fine, but not quite right.

#1 - It uses the  tag for the updated field, but this tag only
displays the published_at date.


Agreed, this is a limitation. I just never got around to creating a  
patch to add an updated_at tag.



#2 - It uses the same id for every post, but the atom spec asks for a
unique id for each one.


Hmmm, I'm not sure why you say that. Each post uses its URL for its  
ID, and that's guaranteed to be unique:



  
  




  http://seansantry.com




  
  



- Sean



___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Hi!

The first line says: #!/usr/bin/env ruby

I have no idea what language it is in. I'm not a programmer and I'm just 
trying to teach myself this stuff.

I also don't know where my ruby is executable.

If I could figure that out, I'd know how to access the script from 
terminal, yes?

Am I even on the right track?

Thank you!

Anton Aylward wrote:
> Have you looked at the script?
> What does the first line say?
> What language is it in?
> Where is your ruby executable?
> 
> Jena Jena said the following on 03/07/2007 03:44 PM:
>> Here's their document/instructions:
>> 
>> I'm close, I just know it, but I cannot get this to work.
>> 
>> I have logged in and logged out a million times, and googled, and tried
>> everything I can to get help.
>> 
>> Any advice would be appreciated.
>> 
>> Thank you!
>> 
> 
> --
> Men fear thought as they fear nothing else on earth, more than ruin, 
> more
> even than death. . . . Thought is subversive and revolutionary, 
> destructive
> and terrible, thought is merciless to privilege, established 
> institutions,
> and comfortable habit. Thought looks into the pit of hell and is not 
> afraid.
> Thought is great and swift and free, the light of the world, and the 
> chief
> glory of man.
>-- Bertrand Russell


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Have you looked at the script?
What does the first line say?
What language is it in?
Where is your ruby executable?

Jena Jena said the following on 03/07/2007 03:44 PM:
> Hi.
> 
> I'm s new to Ruby and Rails and wanted to try radiant on my media
> temple server.
> 
> Can somebody in here help me? I'm stuck. MT provides instructions on how
> to set up radiant.
> 
> Which is nice. Except when you get stuck and there's nobody to help you.
> 
> Here's their document/instructions:
> http://kb.mediatemple.net/article.php?id=152
> 
> Step 8 says to run a script.
> 
> This is the command: ../script/setup_database production
> 
> Run it how?! When one types this command into Termial, one gets a
> massive error! Does anybody know if I need to go to a specific directory
> before I run this command? If yes, does anybody know where I must go and
> what such a command would look like in Terminal?
> 
> I'm close, I just know it, but I cannot get this to work.
> 
> I have logged in and logged out a million times, and googled, and tried
> everything I can to get help.
> 
> Any advice would be appreciated.
> 
> Thank you!
> 

-- 
Men fear thought as they fear nothing else on earth, more than ruin, more
even than death. . . . Thought is subversive and revolutionary, destructive
and terrible, thought is merciless to privilege, established institutions,
and comfortable habit. Thought looks into the pit of hell and is not afraid.
Thought is great and swift and free, the light of the world, and the chief
glory of man.
   -- Bertrand Russell
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Hi.

I'm s new to Ruby and Rails and wanted to try radiant on my media
temple server.

Can somebody in here help me? I'm stuck. MT provides instructions on how
to set up radiant.

Which is nice. Except when you get stuck and there's nobody to help you.

Here's their document/instructions:
http://kb.mediatemple.net/article.php?id=152

Step 8 says to run a script.

This is the command: ../script/setup_database production

Run it how?! When one types this command into Termial, one gets a
massive error! Does anybody know if I need to go to a specific directory
before I run this command? If yes, does anybody know where I must go and
what such a command would look like in Terminal?

I'm close, I just know it, but I cannot get this to work.

I have logged in and logged out a million times, and googled, and tried
everything I can to get help.

Any advice would be appreciated.

Thank you!

-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Atom Feeds

2007-03-07 Thread Gabriel Lamounier
Sean Santry technique
(http://seansantry.com/development/articles/2006/12/15creating-an-atom-feed-in-radiant/)
is fine, but not quite right.

#1 - It uses the  tag for the updated field, but this tag only
displays the published_at date.
#2 - It uses the same id for every post, but the atom spec asks for a
unique id for each one.

I based my code on Sean's, but with the proper corrections:

Layout:


http://www.w3.org/2005/Atom";>
tag:uniaraxa.edu.br,:
UNIARAXÁ : 



UNIARAXÁ
http://www.uniaraxa.edu.br/

http://localhost:3000"
title="UNIARAXÁ : " />
http://localhost:3000"
title="UNIARAXÁ : " />
http://www.radiantcms.org"; version="0.5.2">Radiant
CMS
Copyright 2002-2007, Centro Universitário do Planalto de
Araxá



Updated part:



Body part:




tag:uniaraxa.edu.br,:





http://localhost:3000" />





This is not production code, just a quick test.

To solve problem #1 I created the  tag, to show the date
and time the entry was updated, not published.

To solve problem #2 I followed the dive into mark tutorial
(http://diveintomark.org/archives/2004/05/28/howto-atom-id) and
created another tag 

The layout + page parts serves me best, because I have many different feeds.

Last words:
The  and  tags are just modified copies of the
 tag (quick test, remember?) so, it's not the way to go. The
best aproach is to modify the  tag to accept another
paramenter to specify the date we want, for example:
="created_at" />
="updated_at" />
="published_at" />

it would be nice to have this by default :)

Be Radiant!
Gabriel

> Message: 1
> Date: Mon, 05 Mar 2007 14:20:07 -0500
> From: "John W. Long" <[EMAIL PROTECTED]>
> Subject: [Radiant] Atom Feeds
> To: radiant@lists.radiantcms.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Has anyone used Radiant to produce Atom feeds? If so what code did you use?
>
> --
> John Long
> http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Radiant i18n

2007-03-07 Thread Sean Cribbs
Sorry to burst the bubble, but John informed me we won't be including 
i18n until version 1.0, partly because the admin UI may change 
significantly between now and then.  However, if you are still willing 
at that time, we'll hit you up for translations.


Sean

Erik van Oosten wrote:

I can provide a Dutch translation.

Do we need some kind of administration to maintain translations?

Regards,
Erik.

Julio Santos Monteiro wrote:
  

Hello,

I would like to propose to the next versions of Radiant some kind of
internacionalization system. The only pages that need to be translated
are the ones from the /admin.

I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).

  



  


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Radiant i18n

2007-03-07 Thread Erik van Oosten
I can provide a Dutch translation.

Do we need some kind of administration to maintain translations?

Regards,
Erik.

Julio Santos Monteiro wrote:
> Hello,
>
> I would like to propose to the next versions of Radiant some kind of
> internacionalization system. The only pages that need to be translated
> are the ones from the /admin.
>
> I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).
>
>   

-- 
Erik van Oosten
http://day-to-day-stuff.blogspot.com/

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread Martin Olsson
Hello,

I can help out with Swedish. I've worked with localizations  
professionally for 5 years (back in the days).

Martin Olsson
http://smpl.se


On 7 mar 2007, at 14.54, Julio Santos Monteiro wrote:

> Hello,
>
> I would like to propose to the next versions of Radiant some kind of
> internacionalization system. The only pages that need to be translated
> are the ones from the /admin.
>
> I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).
>
> -- 
> Atenciosamente,
>  Júlio Santos Monteiro <[EMAIL PROTECTED]>
>
> -- 
> --
>  Website: http://monteiro.eti.br/
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread Sean Cribbs
I am in IRC as I write this.  I may be in and out and working on my 
other projects today, but I'm ready to talk whenever.


Sean

Keith Bingman wrote:
I would be interested in this as well and can offer help with it and 
translation into German...


Keith Bingman
Tel: +49-7731-79838380
[EMAIL PROTECTED] 




On Mar 7, 2007, at 4:38 PM, Oliver Barnes wrote:


I'd love to listen up on your exchange, if you don't mind... could you
give us a heads up when you meet?

2007/3/7, Sean Cribbs <[EMAIL PROTECTED] 
>:

Julio,

Sounds like a good project.  If you have some time today (I'm assuming
you're in the Americas), please meet me on #radiantcms on Freenode IRC.
I might have some ideas for you.

Sean

Julio Santos Monteiro wrote:

Hello,

I would like to propose to the next versions of Radiant some kind of
internacionalization system. The only pages that need to be translated
are the ones from the /admin.

I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).




___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org 


Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org 


Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant




___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Dev Site Up and Running

2007-03-07 Thread John W. Long
The dev site is back up now:

   http://dev.radiantcms.org/

Unfortunately, its still running on textdrive shared hosting so there 
are glitches from time to time. I'm planning to move it to bussiness 
class shared hosting soon.

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread Keith Bingman
I would be interested in this as well and can offer help with it and  
translation into German...


Keith Bingman
Tel: +49-7731-79838380
[EMAIL PROTECTED]




On Mar 7, 2007, at 4:38 PM, Oliver Barnes wrote:


I'd love to listen up on your exchange, if you don't mind... could you
give us a heads up when you meet?

2007/3/7, Sean Cribbs <[EMAIL PROTECTED]>:

Julio,

Sounds like a good project.  If you have some time today (I'm  
assuming
you're in the Americas), please meet me on #radiantcms on Freenode  
IRC.

I might have some ideas for you.

Sean

Julio Santos Monteiro wrote:

Hello,

I would like to propose to the next versions of Radiant some kind of
internacionalization system. The only pages that need to be  
translated

are the ones from the /admin.

I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).




___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Radiant i18n

2007-03-07 Thread Oliver Barnes
I'd love to listen up on your exchange, if you don't mind... could you
give us a heads up when you meet?

2007/3/7, Sean Cribbs <[EMAIL PROTECTED]>:
> Julio,
>
> Sounds like a good project.  If you have some time today (I'm assuming
> you're in the Americas), please meet me on #radiantcms on Freenode IRC.
> I might have some ideas for you.
>
> Sean
>
> Julio Santos Monteiro wrote:
> > Hello,
> >
> > I would like to propose to the next versions of Radiant some kind of
> > internacionalization system. The only pages that need to be translated
> > are the ones from the /admin.
> >
> > I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).
> >
> >
>
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant i18n

2007-03-07 Thread Sean Cribbs
Julio,

Sounds like a good project.  If you have some time today (I'm assuming 
you're in the Americas), please meet me on #radiantcms on Freenode IRC.  
I might have some ideas for you.

Sean

Julio Santos Monteiro wrote:
> Hello,
>
> I would like to propose to the next versions of Radiant some kind of
> internacionalization system. The only pages that need to be translated
> are the ones from the /admin.
>
> I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).
>
>   

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Radiant i18n

2007-03-07 Thread Julio Santos Monteiro
Hello,

I would like to propose to the next versions of Radiant some kind of
internacionalization system. The only pages that need to be translated
are the ones from the /admin.

I can translate to Portuguese (pt) and Brazilian Portuguese (pt-br).

-- 
Atenciosamente,
 Júlio Santos Monteiro <[EMAIL PROTECTED]>


 Website: http://monteiro.eti.br/
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Installing 0.6.0rc1

2007-03-07 Thread Luis Lavena
On 3/7/07, Sharon Clift <[EMAIL PROTECTED]> wrote:
> I am new to Ruby/Rails & RubyGem and  am trying to install a copy of
> radiant 0.6.0rc1 for testing.
>
> I have downloaded the gem from
> http://johnwlong.com/downloads/radiant-0.6.0rc1.gem to
> c:/ruby/lib/ruby/gems/ however when I use the command
>
> Gem install radiant-0.6.0rc1
>

If you manually downloaded the gem, you must supply the extension
(.gem) in the command line.

gem install radiant-0.6.0rc1.gem

I'll suggest read the instructions from Radiant weblog:

http://radiantcms.org/blog/2007/02/04/radiant-0-6-release-candidate/

Regards,

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Installing 0.6.0rc1

2007-03-07 Thread Sharon Clift
I am new to Ruby/Rails & RubyGem and  am trying to install a copy of
radiant 0.6.0rc1 for testing.   

I have downloaded the gem from
http://johnwlong.com/downloads/radiant-0.6.0rc1.gem to
c:/ruby/lib/ruby/gems/ however when I use the command

Gem install radiant-0.6.0rc1 

I get the error 

ERROR:  While executing gem ... (Gem::GemNotFoundException)
Could not find radiant-0.6.0rc1 (> 0) in any repository

I also tried downloading to a local directory (C:\Radiant6) and using
the command 

gem install radiant-0.6.0rc1 --install-dir C:\Radiant6 

However I received the same error.  

I know I must be missing something obvious, but can't figure out what.
Can someone please point me in the right direction?  I've tried looking
in the radiant handbook but that part of the site has been down for a
few days.

Many thanks

Sharon 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 07 March 2007 12:01
To: radiant@lists.radiantcms.org
Subject: Radiant Digest, Vol 12, Issue 8


Send Radiant mailing list submissions to
radiant@lists.radiantcms.org

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. Re: Newbie - How does one learn to use Radiant? (Erik van Oosten)


--

Message: 1
Date: Tue, 06 Mar 2007 22:07:52 +0100
From: Erik van Oosten <[EMAIL PROTECTED]>
Subject: Re: [Radiant] Newbie - How does one learn to use Radiant?
To: radiant@lists.radiantcms.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi David,

You can download the presentation here:
http://omelet.zapto.org/radiant_cms.pdf

Regards,
 Erik.


David Kennedy wrote:
> Are there any tutorial type pages available or a book published on 
> this topic?
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/



--

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

End of Radiant Digest, Vol 12, Issue 8
**

This e-mail has been scanned for all viruses by MessageLabs.

This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant