Test replacement reference 0. Introduction zblog supports a number of replacements it applies when reading .part files of the used template to assemble its output. These replacements are used in the .part files like this: {$replacement$} Example: {$blogname$} These replacements often have corresponing configuration. See CONFIGURATION for further reference. 1. simple replacements. These replacements are replace configuration variables. atomurl atomzone blogdesc blogdomain blogemail blogname blogstyle blogurl generatorurl rootdir 2. posting related replacements posting_title smarttitle posting_url posting_author Username of the posting's author. posting_email Posting's author's email posting_cat The postings category. posting_arch URL to the posting's archive. posting_day Posting's day-of-month posting_day_suf Corresponding suffix for {$posting_day$}. {'st', 'nd', 'rd', 'th'} The next few replacements give access to the postings publication date. This is *not* the day of the lastest changes. (See posting_lm below.) posting_year Year of this posting posting_month_i Posting month (integer value) posting_month_s Posting month (string value) posting_hour Posting hour. posting_min Posting minute. posting_sec Posting second posting_lm This replacement inserts a string for use in the blogs atom feed. It reflects the latest change to the posting. 3. List replacements These replacements insert html Lists. Commonly used in menu/sidebars. insert_categories List of categories. insert_rposts List of recent posts. insert_sposts List of "sticky" posts. Posts, you want to apprear on the main-index forever. 4. other replacements daystring This is *not* a real replacement. It is used by smartcat() to check if it has to output a datestring for days with multiple postings. arch-pager This replacement is created by create_arch_pager(). It inserts a flexible archive pager. It only gets replaced on archive pages.