プロジェクト

全般

プロフィール

操作

Wiki Extensions en » 履歴 » リビジョン 24

« 前 | リビジョン 24/55 (差分) | 次 »
Haru Iida, 2009/09/06 10:16


Redmine Wiki Extensions Plugin

This plugin adds usefull wiki macros into your Redmine.

Downloads

Releases

http://code.google.com/p/redminewikiext/downloads/list

Development version

http://hudson.r-labs.org/hudson/job/Wiki%20Extensions%20Plugin/

Installation

  1. Copy the plugin into the vendor/plugins directory
  2. Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
  3. Start Redmine
  4. Enable the module on the project setting page.

Side bar

If you create the page named SideBar, displaying it on a side-bar*1 of the wiki.

Footnote

This macro creates footnotes*2 in wiki pages.

Syntacs

{{fn(word, description)}}:

ex.

This site is {{fn(Redmine, One of the best project management tool.)}} site.

"This site is Redmine*3 site."

You can see footnotes on the bottom of this page.

Adding comment form

You can add a comment form in a page.

Syntacs

{{comment_form}} displays the comment form in a page. And {{comments}} macro displays the list of comment.

  • Haru Iida さんがほぼ15年前に追加

    This is a sample of comment.

    • sundisb billaaa さんが約11年前に追加

      [b][url=http://www.outletchanelshop.com/]chanel bags outlet online[/url][/b]
      [b][url=http://www.outletchanelshop.com/]chanel <strong><a href="http://www.outletchanelshop.com/&quot;&gt;chanel bags outlet online</a></strong>
      <br>
      <strong><a href="http://www.outletchanelshop.com/&quot;&gt;chanel bags for sale</a></strong>
      <br>
      <strong><a href="http://www.outletchanelshop.com/&quot;&gt;chanel handbags for sale</a></strong>
      <br>
      <strong><a href="http://www.outletchanelshop.com/&quot;&gt;discount chanel handbags</a></strong>
      <br>
      <strong><a href="http://www.outletchanelshop.com/&quot;&gt;chanel handbags 2012</a></strong>
      <br>

  • Haru Iida さんがほぼ15年前に追加

    Of course you can use Wiki format

Link to the page of other projects.

[2009/06/11]

You can create the link to the page of other projects.

Syntacs

  • {{wiki(project_name, wiki_page)}}
  • {{wiki(project_name, wiki_page, alias)}}
  • {{wiki(project_identifier, wiki_page)}}
  • {{wiki(project_identifier, wiki_page, alias)}}

Link to other projects

[2009/06/11]

You can create the link to projects.

Syntacs

  • {{project(project_name)}}
  • {{project(project_name, alias)}}
  • {{project(project_identifier)}}
  • {{project(project_identifier, alias)}}

ex.)

The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.

"The project of Wiki Extensions Plugin is here."

New macro

[2009/06/12]

Syntacs

  • {{new(yyyy-mm-dd)}}
  • {{new(yyyy-mm-dd, expire)}}

Displays the string "new" if specific date does not expired. Default of expire is 5 days.

Tags

[2009/06/23]

You can see the tag input form at the bottom of the wiki editing page. You can add several tags to each wiki pages.

And {{tagcloud}} macro displays the tag cloud. so you can write this macro into SideBar like this site.

Editing Style Sheet

[2009/07/16]

You can write CSS in the page named StyleSheet. This CSS is included in a HTML header of each page. Each page means every module of the project. not only wiki.
So. you can even create a project-specific theme.

And if you want to change a style of a part of the page, you can use following macros.

{{div_start_tag(id_name)}} is changed to、

.
{{div_start_tag(id_name, class_name)}} is changed to
.
{{div_end_tag}} is changed to
.

ex.

{{div_start_tag(sample_tag)}}

Style of this line was changed.

{{div_end_tag}}

Style of this line was changed.

Footer

[2009/08/04]

If you create the page named "Footer", you can see it at the bottom of the every pages.

For example. If you want to add the comment form to every pages, you should write like below.

{{comments}}
{{comment_form}}

Recently added pages

[2009/08/04]

{{recent}} macro displays the list of the pages that were changed within last 5 days. If you specify the argument like {{recent(10)}}, it displays the pages that were changed within 10 days.

Displays the person who updated the page.

[2009/09/06]

{{lastupdated_by}} displays the name of user who updated the wiki page.

Displays the time when the page was updated.

[2009/09/06]

{{lastupdated_at}} displays the timestamp when the wiki page was updated.

任意のwikiページをプロジェクトメニューのタブに追加する

[2009/09/06]

プロジェクトメニューにwikiページへのリンクをタブとして追加できるようになりました。
プロジェクト設定ページで設定できます。

以下のようにメニューが追加されます。


  • *1 side-bar:You can see it on tha right side of this page.
  • *2 footnotes:Notes of text placed at the bottom of a page.
  • *3 Redmine:One of the best project management tool.


Updated by Haru Iida , 14年以上前に更新
Access count: 945934 :since 2009-10-30

Haru Iida さんが14年以上前に更新 · 24件の履歴