{% extends "layout.twig" %} {% block title %}${ "Content Settings" | translate }{% endblock %} {% block content %}

{% 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 %}

${ "The directory, relative to your Chyrp install, to upload files to. You can use /../ to go up one directory." | translate }

${ "Trackbacking allows sites to notify you when they write a new entry, usually because they link to or reference yours." | 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 }

${ "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 }

{% endblock %}