<%= check_box(:setting, :allow_signup) %>
<%= _("You can allow users to register to your blog. By default, they will register as contributors, an unpriviledged account level which grant them no rights but own a profile on the site. If you don't want users to register, you can thus add them by yourself in the users part of this admin.") %>.
<%= text_field(:setting, :limit_article_display, {:size => 4, :class => 'small'})%>
<%= _("articles on my homepage by default")%>
<%= text_field(:setting, :limit_rss_display, {:size => 4, :class => 'small'})%>
<%= _("articles in my news feed by default")%>.
<%= check_box(:setting, :show_extended_on_rss) %>
<%= text_field(:setting, :feedburner_url, :class => 'medium')%>
<%= _('You can use your Google Feedburner account instead of Typo feed URL. To enable this, fill this form with your Feedburner ID.') %>