multiblogoverview.jsp

来自「pebble-blog 博客源码博客源码博客源码」· JSP 代码 · 共 15 行

JSP
15
字号
<div class="contentItem">
  <h1>Multi-blog Overview</h1>
  <h2></h2>

  <div class="contentItemBody">
    <p>
      In multi-blog mode, Pebble can host one or more blogs from a single Pebble deployment. In this mode,
      the <a href="${multiBlog.url}">web application home page</a> shows an aggregated view of the N recent blog entries across the
      blogs that it manages. Likewise, the <a href="${multiBlog.url}rss.xml">RSS</a> and <a href="${multiBlog.url}atom.xml">Atom</a> feeds
      contain the same N recent blog entries across the blogs that Pebble manages. The number of blog entries
      that are shown can be configured on the <a href="${multiBlog.url}viewPebbleProperties.secureaction">Pebble properties</a> page.
    </p>

  </div>
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?