File: newst-backend.el.html

See newsticker.el

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

Defined variables (27)

newsticker--auto-narrow-to-feedAutomatically narrow to current news feed.
newsticker--auto-narrow-to-itemAutomatically narrow to current news item.
newsticker--buffer-uptodate-pTells whether the newsticker buffer is up to date.
newsticker--cacheCached newsticker data.
newsticker--error-headlineTitle of error headline which will be inserted if news retrieval fails.
newsticker--latest-update-timeThe time at which the latest news arrived.
newsticker--process-idsList of PIDs of active newsticker processes.
newsticker--raw-url-list-defaultsDefault URL list in raw form.
newsticker--retrieval-timer-listList of timers for news retrieval.
newsticker--sentinel-callbackFunction called at end of ‘newsticker--sentinel’.
newsticker-auto-mark-filter-listA list of filters for automatically marking headlines.
newsticker-automatically-mark-items-as-oldDecides whether to automatically mark items as old.
newsticker-automatically-mark-visited-items-as-oldDecides whether to automatically mark visited items as old.
newsticker-debugEnables some features needed for debugging newsticker.el.
newsticker-desc-comp-maxRelevant length of headline descriptions.
newsticker-dirDirectory where newsticker saves data.
newsticker-keep-obsolete-itemsDecides whether to keep unread items which have been removed from feed.
newsticker-new-item-functionsList of functions run after a new headline has been retrieved.
newsticker-obsolete-item-max-ageMaximal age of obsolete items, in seconds.
newsticker-retrieval-intervalTime interval for retrieving new news items (seconds).
newsticker-retrieval-methodMethod for retrieving news from the web, either ‘intern’ or ‘extern’.
newsticker-start-hookHook run when starting newsticker.
newsticker-stop-hookHook run when stopping newsticker.
newsticker-url-listThe news feeds which you like to watch.
newsticker-url-list-defaultsA customizable list of news feeds to select from.
newsticker-wget-argumentsArguments which are passed to wget.
newsticker-wget-nameName of the program which is called to retrieve news from the web.

Defined functions (102)

newsticker--age(ITEM)
newsticker--cache-add(DATA FEED-NAME-SYMBOL TITLE DESC LINK TIME AGE POSITION EXTRA-ELEMENTS &optional UPDATED-TIME UPDATED-AGE PREFORMATTED-CONTENTS PREFORMATTED-TITLE)
newsticker--cache-contains(DATA FEED TITLE DESC LINK AGE &optional GUID)
newsticker--cache-dir()
newsticker--cache-get-feed(FEED)
newsticker--cache-item-compare-by-position(ITEM1 ITEM2)
newsticker--cache-item-compare-by-time(ITEM1 ITEM2)
newsticker--cache-item-compare-by-title(ITEM1 ITEM2)
newsticker--cache-mark-expired(DATA FEED OLD-AGE NEW-AGE TIME)
newsticker--cache-read()
newsticker--cache-read-feed(FEED-NAME)
newsticker--cache-remove(DATA FEED-SYMBOL AGE)
newsticker--cache-replace-age(DATA FEED OLD-AGE NEW-AGE)
newsticker--cache-save()
newsticker--cache-save-feed(FEED)
newsticker--cache-set-preformatted-contents(ITEM CONTENTS)
newsticker--cache-set-preformatted-title(ITEM TITLE)
newsticker--debug-msg(STRING &rest ARGS)
newsticker--decode-iso8601-date(STRING)
newsticker--decode-rfc822-date(RFC822-STRING)
newsticker--desc(ITEM)
newsticker--do-forget-preformatted(ITEM)
newsticker--do-run-auto-mark-filter(ITEM LIST)
newsticker--do-xml-workarounds()
newsticker--enclosure(ITEM)
newsticker--extra(ITEM)
newsticker--forget-preformatted()
newsticker--get-icon-url-atom-1.0(NODE)
newsticker--get-logo-url-atom-0.3(NODE)
newsticker--get-logo-url-atom-1.0(NODE)
newsticker--get-logo-url-rss-0.91(NODE)
newsticker--get-logo-url-rss-0.92(NODE)
newsticker--get-logo-url-rss-1.0(NODE)
newsticker--get-logo-url-rss-2.0(NODE)
newsticker--get-news-by-funcall(FEED-NAME FUNCTION)
newsticker--get-news-by-url(FEED-NAME URL)
newsticker--get-news-by-url-callback(STATUS FEED-NAME)
newsticker--get-news-by-wget(FEED-NAME URL WGET-ARGUMENTS)
newsticker--guid(ITEM)
newsticker--guid-to-string(GUID)
newsticker--icons-dir()
newsticker--image-download-by-url(FEED-NAME FILENAME DIRECTORY URL)
newsticker--image-download-by-url-callback(STATUS FEED-NAME DIRECTORY FILENAME)
newsticker--image-download-by-wget(FEED-NAME FILENAME DIRECTORY URL)
newsticker--image-get(FEED-NAME FILENAME DIRECTORY URL)
newsticker--image-remove(DIRECTORY FILE-NAME)
newsticker--image-save(BUFFER DIRECTORY FILE-NAME)
newsticker--image-sentinel(PROCESS EVENT)
newsticker--images-dir()
newsticker--insert-bytes(BYTES)
newsticker--insert-image(IMG STRING)
newsticker--link(ITEM)
newsticker--opml-import-outlines(OUTLINES)
newsticker--opml-insert-elt(ELT DEPTH)
newsticker--opml-insert-feed(FEED-NAME DEPTH)
newsticker--opml-insert-group(GROUP DEPTH)
newsticker--parse-atom-0.3(NAME TIME TOPNODE)
newsticker--parse-atom-1.0(NAME TIME TOPNODE)
newsticker--parse-generic-feed(NAME TIME TITLE DESC LINK EXTRA-ELEMENTS)
newsticker--parse-generic-items(NAME TIME ITEMLIST TITLE-FN DESC-FN LINK-FN TIME-FN GUID-FN EXTRA-FN)
newsticker--parse-rss-0.91(NAME TIME TOPNODE)
newsticker--parse-rss-0.92(NAME TIME TOPNODE)
newsticker--parse-rss-1.0(NAME TIME TOPNODE)
newsticker--parse-rss-2.0(NAME TIME TOPNODE)
newsticker--parse-text-container(NODE)
newsticker--pos(ITEM)
newsticker--preformatted-contents(ITEM)
newsticker--preformatted-title(ITEM)
newsticker--process-auto-mark-filter-match(ITEM PATTERN)
newsticker--real-feed-name(FEED)
newsticker--remove-whitespace(STRING)
newsticker--run-auto-mark-filter(FEED ITEM)
newsticker--sentinel(PROCESS EVENT)
newsticker--sentinel-work(EVENT STATUS-OK FEED-NAME COMMAND BUFFER)
newsticker--set-customvar-retrieval(SYMBOL VALUE)
newsticker--splicer(ITEM)
newsticker--start-feed(FEED &optional DO-NOT-COMPLAIN-IF-RUNNING)
newsticker--stat-num-items(FEED &rest AGES)
newsticker--stat-num-items-total(&optional AGE)
newsticker--stop-feed(FEED-NAME)
newsticker--time(ITEM)
newsticker--title(ITEM)
newsticker--unxml(NODE)
newsticker--unxml-attribute(ATTRIBUTE)
newsticker--unxml-node(NODE)
newsticker--update-process-ids()
newsticker-add-url(URL NAME)
newsticker-customize()
newsticker-customize-feed(FEED-NAME)
newsticker-download-enclosures(FEEDNAME ITEM)
newsticker-download-images(FEEDNAME ITEM)
newsticker-get-all-news()
newsticker-get-news(FEED-NAME)
newsticker-htmlr-render(POS1 POS2)
newsticker-new-item-functions-sample(FEEDNAME ITEM)
newsticker-opml-export()
newsticker-opml-import(FILENAME)
newsticker-retrieve-random-message(FEED-NAME)
newsticker-running-p()
newsticker-save-item(FEED ITEM)
newsticker-start(&optional DO-NOT-COMPLAIN-IF-RUNNING)
newsticker-stop()

Defined faces (0)