Quantcast

Plugin Twitter BootStrap

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Plugin Twitter BootStrap

Fran García
Hi,

my name is Fran García and I am a Grails developer since 2009, but today has been the first day I've developed a plugin for the public repository. It is based on Twitter BootStrap, which offers some designs to make websites appealing. The plugin I've developed changes the scaffolding layout and the templates in order to use this styles. These are the data of the plugin:

· My username at grails.org: frangarcia
· Name of the plugin: twitter-bootstrap
· Source code: https://bitbucket.org/fgarcia/twitter-bootstrap-grails-plugin

I hope you can find the plugin interesting for the community. This is my first plugin and I hope not the last.

Regards

Fran García
--

Francisco José García Rico
Analista programador web
Web: http://www.frangarcia.net
Twitter: http://www.twitter.com/frangarcia
Del.icio.us: http://delicious.com/frangarcia
Linkedin: http://www.linkedin.com/in/frangarcia



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

fgarciarico.vcf (263 bytes) Download Attachment
What doesn't kill you, makes you stronger
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Plugin Twitter BootStrap

basejump (Josh)
How does it differ from this? http://grails.org/plugin/twitter-bootstrap
and

On Jun 20, 2012, at 11:59 AM, Fran García wrote:

Hi,

my name is Fran García and I am a Grails developer since 2009, but today has been the first day I've developed a plugin for the public repository. It is based on Twitter BootStrap, which offers some designs to make websites appealing. The plugin I've developed changes the scaffolding layout and the templates in order to use this styles. These are the data of the plugin:

· My username at grails.org: frangarcia
· Name of the plugin: twitter-bootstrap
· Source code: https://bitbucket.org/fgarcia/twitter-bootstrap-grails-plugin

I hope you can find the plugin interesting for the community. This is my first plugin and I hope not the last.

Regards

Fran García
<fgarciarico.vcf>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Plugin Twitter BootStrap

Fran García
Woww! I feel ashamed. I didn't know there was a plugin like this. I'm going to check but the first impressions are that this plugin it's better than mine. Thanks for your quick reply!

Regards!

Fran García

On 20/06/12 19:07, Josh (basejump) wrote:
How does it differ from this? http://grails.org/plugin/twitter-bootstrap
and

On Jun 20, 2012, at 11:59 AM, Fran García wrote:

Hi,

my name is Fran García and I am a Grails developer since 2009, but today has been the first day I've developed a plugin for the public repository. It is based on Twitter BootStrap, which offers some designs to make websites appealing. The plugin I've developed changes the scaffolding layout and the templates in order to use this styles. These are the data of the plugin:

· My username at grails.org: frangarcia
· Name of the plugin: twitter-bootstrap
· Source code: https://bitbucket.org/fgarcia/twitter-bootstrap-grails-plugin

I hope you can find the plugin interesting for the community. This is my first plugin and I hope not the last.

Regards

Fran García
<fgarciarico.vcf>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


--

Francisco José García Rico
Analista programador web
Web: http://www.frangarcia.net
Twitter: http://www.twitter.com/frangarcia
Del.icio.us: http://delicious.com/frangarcia
Linkedin: http://www.linkedin.com/in/frangarcia



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

fgarciarico.vcf (263 bytes) Download Attachment
What doesn't kill you, makes you stronger
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Plugin Twitter BootStrap

Nick Vaidyanathan
If you have some modifications to make, you may want to consider forking/extending the current. For example, I think that little github ribbon is worth a taglib (which could fix broken images).

Alternately, you could incorporate the different layout options at  http://twitter.github.com/bootstrap/examples.html  as different layouts, as it looks like the current default on only has the fluid layout.

Don't give up! There's lots to be done. Though you may want to become familiar with other plugin offerings and contribute before setting off on a new one!

On Wed, Jun 20, 2012 at 10:16 AM, Fran García <[hidden email]> wrote:
Woww! I feel ashamed. I didn't know there was a plugin like this. I'm going to check but the first impressions are that this plugin it's better than mine. Thanks for your quick reply!

Regards!

Fran García

On 20/06/12 19:07, Josh (basejump) wrote:
How does it differ from this? http://grails.org/plugin/twitter-bootstrap
and

On Jun 20, 2012, at 11:59 AM, Fran García wrote:

Hi,

my name is Fran García and I am a Grails developer since 2009, but today has been the first day I've developed a plugin for the public repository. It is based on Twitter BootStrap, which offers some designs to make websites appealing. The plugin I've developed changes the scaffolding layout and the templates in order to use this styles. These are the data of the plugin:

· My username at grails.org: frangarcia
· Name of the plugin: twitter-bootstrap
· Source code: https://bitbucket.org/fgarcia/twitter-bootstrap-grails-plugin

I hope you can find the plugin interesting for the community. This is my first plugin and I hope not the last.

Regards

Fran García
<fgarciarico.vcf>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Plugin Twitter BootStrap

basejump (Josh)
In reply to this post by Fran García
I have been there too. After burning some time in a few different areas just to discover that its been done already, we spend a good amount of time searching before building.
Live and learn, right?
On Jun 20, 2012, at 12:16 PM, Fran García wrote:

Woww! I feel ashamed. I didn't know there was a plugin like this. I'm going to check but the first impressions are that this plugin it's better than mine. Thanks for your quick reply!

Regards!

Fran García

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Plugin Twitter BootStrap

Fran García
In reply to this post by Nick Vaidyanathan
Yes, that's right. I could extend the plugin to my necessities and the sharing it with the community. Thanks for your help!

On 21/06/12 00:39, Lead Visionary wrote:
If you have some modifications to make, you may want to consider forking/extending the current. For example, I think that little github ribbon is worth a taglib (which could fix broken images).

Alternately, you could incorporate the different layout options at  http://twitter.github.com/bootstrap/examples.html  as different layouts, as it looks like the current default on only has the fluid layout.

Don't give up! There's lots to be done. Though you may want to become familiar with other plugin offerings and contribute before setting off on a new one!

On Wed, Jun 20, 2012 at 10:16 AM, Fran García <[hidden email]> wrote:
Woww! I feel ashamed. I didn't know there was a plugin like this. I'm going to check but the first impressions are that this plugin it's better than mine. Thanks for your quick reply!

Regards!

Fran García

On 20/06/12 19:07, Josh (basejump) wrote:
How does it differ from this? http://grails.org/plugin/twitter-bootstrap
and

On Jun 20, 2012, at 11:59 AM, Fran García wrote:

Hi,

my name is Fran García and I am a Grails developer since 2009, but today has been the first day I've developed a plugin for the public repository. It is based on Twitter BootStrap, which offers some designs to make websites appealing. The plugin I've developed changes the scaffolding layout and the templates in order to use this styles. These are the data of the plugin:

· My username at grails.org: frangarcia
· Name of the plugin: twitter-bootstrap
· Source code: https://bitbucket.org/fgarcia/twitter-bootstrap-grails-plugin

I hope you can find the plugin interesting for the community. This is my first plugin and I hope not the last.

Regards

Fran García
<fgarciarico.vcf>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



--

Francisco José García Rico
Analista programador web
Web: http://www.frangarcia.net
Twitter: http://www.twitter.com/frangarcia
Del.icio.us: http://delicious.com/frangarcia
Linkedin: http://www.linkedin.com/in/frangarcia



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

fgarciarico.vcf (263 bytes) Download Attachment
What doesn't kill you, makes you stronger
Loading...