GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
moriguchi
/
pukiwikiplugin
Download ZIP
8 commits
Transfer to URL with SHA
branch:
master
Branches
Tags
×
master
latest commit
b5510db08f
Sosuke Moriguchi
authored
on 10 Oct 2017
README.md
表紙の追加
8 years ago
datelink.inc.php
time関数をそのまま使うとPukiwikiの仕様上9時間ズレるのでPukiwikiの持つ時間UTIMEの使用に変更
8 years ago
datestr.inc.php
Initial commit
9 years ago
insert_border.inc.php
Initial commit
9 years ago
merge_schedules.inc.php
Initial commit
9 years ago
sync.inc.php
コメントの位置と正規表現の記述を誤っていたのを修正
9 years ago
tagselect.inc.php
tagselectの表示更新
8 years ago
README.md
Pukiwiki プラグイン
準備室で使っているPukiwikiのプラグインのうち内製品(の一部?)
datelink.inc.php : ページを開いた日時を使ったリンクを貼るためのプラグイン(森口作)
datestr.inc.php : 上の試作品(文字列は作れるがリンクは貼れない)(森口作)
insert_border.inc.php : 日付一覧などに対して「ここまで終了」の枠を作るプラグイン
merge_schedules.inc.php : 年中行事と行事日程のページからスケジュール一覧を合成するプラグイン(年間スケジュールのページで使用)
sync.inc.php : 演習担当のページを外部用のお知らせページに同期するためのプラグイン
tagselect.inc.php : 特定の書式の箇条書きをチェックボックスの指定でフィルタリングするプラグイン(森口作)