生成URLを置き換えて短縮 < サイト制作 <
Alumnat
- トップ
- サイト制作
- 生成URLを置き換えて短縮
生成URLを置き換えて短縮
- 2007-06-28 Thu 19:18
- テンプレート FC2ブログ
FC2ブログで変数によって生成される絶対アドレスを相対アドレスに置き換える書きかたです。
数十バイトの軽量化では気休めにもならないかもしれませんが、軽いに越したことはありません。
ブログのURLやトラックバックのURLなど、分解しても利用価値のないものは除いています。あとケータイもいじっていなくてよくわからないので省いています。
例の見かた
- 通常のコードを用いた場合の結果です。
- 短縮したコードを用いた場合の結果です。
上記のURLはどちらも同じページを参照します。
置き換える前の変数
- 通常のコードです。
- 短縮したコードです。
/blog-entry-1.html
- http://alumnat.blog1.fc2.com/blog-entry-1.html
- /blog-entry-1.html
<%topentry_link>
- <%topentry_link>
- /blog-entry-<%topentry_no>.html
<%titlelist_url>
- <%titlelist_url>
- /blog-entry-<%titlelist_eno>.html
<%recent_link>
- <%recent_link>
- /blog-entry-<%recent_no>.html
<%rcomment_link>
- <%rcomment_link>
- /blog-entry-<%rcomment_keyno>.html
<%rtrackback_link>
- <%rtrackback_link>
- /blog-entry-<%rtrackback_keyno>.html
/blog-category-1.html
- http://alumnat.blog1.fc2.com/blog-category-1.html
- /blog-category-1.html
<%topentry_category_link>
- <%topentry_category_link>
- /blog-category-<%topentry_no>.html
<%titlelist_category_url>
- <%titlelist_category_url>
- /blog-category-<%titlelist_category_no>.html
<%category_link>
- <%category_link>
- /blog-category-<%category_no>.html
/blog-date-200701.html
- http://alumnat.blog1.fc2.com/blog-date-200701.html
- /blog-date-200701.html
<%prev_month_link>
- <%prev_month_link>
- /blog-date-<%prev_year><%prev_month>.html
<%next_month_link>
- <%next_month_link>
- /blog-date-<%next_year><%next_month>.html
<%archive_link>
- <%archive_link>
- /blog-date-<%archive_year><%archive_month>.html
その他
以下は個別に説明します。
<%comment_edit_link>
- <%comment_edit_link>
- /?mode=edit&rno=<%comment_no>
上記を出力すると以下のようになります。
- http://alumnat.blog1.fc2.com/?mode=edit&rno=1
- /?mode=edit&rno=1
<%css_link>
- <%css_link>
- /file/<%style>.css
上記を出力すると以下のようになります。
- http://alumnat.blog1.fc2.com/file/alumnat.css
- /file/alumnat.css
Trackbacks
Tr URI » http://alumnat.blog1.fc2.com/tb.php/198-e9980ba5
ホームページ
アフィリエイト レンタルサーバーFC2ブログ 求人情報
No.198
Comments