⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 permalinkproviders.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 JSP
字号:
<div class="contentItem">  <h1>Permalink Providers</h1>  <h2>&nbsp;</h2>  <div class="contentItemBody">    <p>      Permalink Providers are a type of Pebble plugin that changes the way      permalinks are generated and handled. The following implementations are included in the distribution.    </p>    <p>      <b>net.sourceforge.pebble.permalink.DefaultPermalinkProvider</b><br />      Generates permalinks of the form /yyyy/mm/dd/time-in-millis.html (this is the default)      <br /><br />      <b>net.sourceforge.pebble.permalink.ShortPermalinkProvider</b><br />      Generates permalinks of the form /time-in-millis.html      <br /><br />      <b>net.sourceforge.pebble.permalink.TitlePermalinkProvider</b><br />      Generates permalinks of the form /yyyy/mm/dd/each_word_in_the_title.html    </p>    <p>      By default, Pebble will use the <code>DefaultPermalinkProvider</code>. To change this,      modify the permalink provider on the <a href="viewPlugins.secureaction#permalinkProvider">Plugins</a> page.      If another is chosen, Pebble will additionally use the <code>DefaultPermalinkProvider</code> as a fallback, which means you can change      your permalink provider and retain backwards compatibility with permalinks that have already been published.    </p>  </div></div>

⌨️ 快捷键说明

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