{% extends "layout.twig" %} {% block title %}${ "Content Settings" | translate }{% endblock %} {% block content %}
${ "Posts Per Page" | translate }
${ "Feed Posts Limit" | translate }
${ "Feed URL" | translate } {% if site.clean_urls %} ${ "Allows you to set an alternative URL for /feed/, e.g. your feed on FeedBurner." | translate } {% else %} ${ "Allows you to set an alternative URL for /?feed, e.g. your feed on FeedBurner." | translate } {% endif %}
/feed/
/?feed
${ "Uploads Path" | translate } ${ "The directory, relative to your Chyrp install, to upload files to. You can use /../ to go up one directory." | translate }
/../
${ "Enable Trackbacking" | translate } ${ "Trackbacking allows sites to notify you when they write a new entry, usually because they link to or reference yours." | translate }
${ "Send Pingbacks" | translate } ${ "Attempts to notify sites linked to from your posts. It'll slow down things a bit when you submit them, depending on how many links you've got in it." | translate }
${ "Enable XML-RPC Support" | translate } ${ "XML-RPC support allows for remote access to your site. This allows you to use remote clients (e.g., MarsEdit or Flickr) to create/edit content on your site." | translate }
${ "Enable Inline Post Management" | translate }
${ "Update" | translate }