This plugin has been updated as of rev 6139 to make it more configurable. Here's the relevant section of the docstring:

;;;;
Configuration Settings

======================


This plugin is configured with the following @settings:


@string rss-date-format

-----------------------


Format string to provide datetime.time.strftime, to format entry dates. Defaults to '%Y-%m-%d %I:%M %p' if not provided.


@bool rss-sort-newest-first

---------------------------


If True, newest entries are placed before older entries. If False, older entries are placed before newer entries.


@string rss-headline-format

---------------------------


The format of an entry headline, specified with various tokens. Defaults to '[<date>] <title>' if not provided.


Valid tokens are:

| <date> - the date, formatted according to `@string rss-date-format`

| <title> - the entry title

| <link> - the entry link (not recommended in headline)

| <summary> - the entry summary (extremely not recommeded in headline)


Anything that isn't a valid token is retained untouched, such as the square brackets in the default setting.


@data rss-body-format

---------------------


The body of this node will provide the structure of the body of parsed entry nodes. Empty lines should be denoted with '\\n' on a line by itself. It defaults to the following, if not provided::

@url <link>

\n

<title>

<date>

\n

<summary>


Valid tokens are the same as for `@string rss-headline-format`. Any instance of '\n' on a line by itself is replaced with an empty line. All other strings that are not valid tokens are retained untouched, such as the `@url` directive in the default.
;;;;


-->Jake

--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to