Re: [Radiant] opensourcecms.com

2008-09-11 Thread Nathan Sutton

Their name should be opensourcephpcms.com then

On Sep 11, 2008, at 8:26 AM, Andrew O'Brien wrote:


Bad news:

1. The system must be based on php/mysql... Do not submit perl, ASP,
python, or other systems that aren't php/mysql.

http://www.opensourcecms.com/index.php?option=com_contenttask=viewid=503Itemid=191

No love for us!

-Andrew

On Thu, Sep 11, 2008 at 3:08 AM, aslak hellesoy
[EMAIL PROTECTED] wrote:
On Thu, Sep 11, 2008 at 8:46 AM, Mohit Sindhwani [EMAIL PROTECTED]  
wrote:

aslak hellesoy wrote:


Hi - I stumbled upon http://www.opensourcecms.com/ and didn't find
Radiant.

Would anyone like to add it here?

Aslak



Would you?



I would if I had time, but I don't these days.

Aslak


Cheers,
Mohit.
9/11/2008 | 2:46 PM.

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


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


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


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


Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Nathan Sutton

Couldn't you write a radiant tag to escape it?

On Sep 24, 2008, at 4:21 PM, Sean Cribbs wrote:


Jasper,

Because of (a limitation in) the way the Radius parser is  
implemented, you cannot put Radius tags in the page that will not be  
interpreted.  Radius is also interpreted before any filter is run.   
If you want them to appear in the output as they would in the input,  
you must escape the  characters manually.


Sean

Jasper Kooij wrote:

How do I show the radius tag in the copy of the page?

I've entered this:

precode
   r:meta:description /
   r:meta:keywords /
/code/pre

in my body copy in the admin but it always renders no matter which
filter I use, even none. With textile I get the following html

pemMeta Tags/em #8211; if you do not put them in the layout  
then

they won#8217;t appear! So make sure you get these in:/p


precode
   lt;meta name=description content= /gt;
   lt;meta name=keywords content= /gt;
/code/pre

 pto get/p

This is a clean install of 0.6.9 on
http://www.jasperkooij.com/100-days-ruby-on-rails/day-1-installing/.

the site itself is not quite together yet since I did the install  
last
sunday and have been working on the design implementation figuring  
out
the inner workings of implementing a design onto Radiant. That's  
after
all the best way to learn! I finally have some time to get this  
going.


Jasper



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


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


Re: [Radiant] Re: how to show the radius tag in the content

2008-09-24 Thread Nathan Sutton

fyi, your site looks jacked-up in safari: 
http://skitch.com/nsutton/shkd/jacked-up

On Sep 24, 2008, at 4:48 PM, Jasper Kooij wrote:


Hi Sean,

That escaping worked with the markdown filter including redoing the
images code from textile to markdown.

http://www.jasperkooij.com/100-days-ruby-on-rails/day-1-installing/

Thanks

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


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


Re: [Radiant] Re: Can page_attachments store uploads in database?

2008-09-29 Thread Nathan Sutton
Write a capistrano task to clone from staging to production.  In the  
task clone both the database and static assets.  It's not much harder  
than cloning the db.  Tar up the assets, copy them to the new  
location, then untar them.  Remove old assets if necessary.


Nate

On Sep 29, 2008, at 11:53 PM, Errol Siegel wrote:


Nate: Thanks for the response.  I agree that what you are saying is
true.  I am trying to balance performance against maintainability of  
the

site.  Perhaps you have a better suggestion for what I want to
accomplish.  I want to be able to run multiple version of the site  
(one
for development and one for production).  I understand that radiant  
has

dev and prod 'modes' but this is not really quite what I want.  For
example I want to be able to edit a page (and its attachments) for
somebody to review without modifying the existing production version  
of
that page.  I figured that if everything were stored in the database  
it

would make things easier.  I would just need to dump the dev database
and import it into the prod database when I want to go live with
changes.  Thanks in advance for any suggesions you might have.

John: Thanks -- perhaps I will try this if nobody has a better idea  
for

managing content (based on what I wrote just above).

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


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