Açıklayıcı sözlük

RSS

RSS (Really Simple Syndication) is a web feed format that is used to publish frequently updated content, like news articles, blog posts, etc. It is a format that is particularly suited to being read by computers, and is therefore the preferred way of getting content from the web into an e-book. There are many other feed formats in use on the Internet, and calibre understands most of them. In particular, it has good support for the ATOM format, which is commonly used for blogs.

tarif

A recipe is a set of instructions that teach calibre how to convert an online news source, such as a magazine or a blog, into an e-book. A recipe is essentially Python code. As such, it is capable of converting arbitrarily complex news sources into e-books. At the simplest level, it is just a set of variables, such as URLs, that give calibre enough information to go out onto the Internet and download the news.

HTML

HTML (Hyper Metin İşaretleme Dili), elektronik yayıncılık için Standart Genişletilmiş İşaretleme Dili’nin (SGML) WWW için kullanılan bir alt kümesidir.

CSS

CSS (Geçişli Stil Sayfaları) bir HTML belgesinin nasıl işleneceğini (görsel tasarım) tanımlamak için kullanılan bir dildir.

API

API (Uygulama Programlama Arayüzü) bilgisayar programları tarafından yapılan servis isteklerine destek sağlayan bir kitaplık kaynak kod arayüzüdür.

LRF

LRF SONY eKitap okuyucuları tarafından okunan eKitap formatı.

Adres

URL (Birörnek Kaynak Konumlayıcı) örneğin: http://ornek.com

düzenli ifade

Regular expressions provide a concise and flexible means for identifying strings of text of interest, such as particular characters, words, or patterns of characters. See the tutorial for an introduction to regular expressions.