Dokuwiki Kullanımı

Bu siteyi Dokuwiki ile hazırladım. Bu bölümde Dokuwiki'nin ve Dokuwiki eklentilerinin (plugins) kullanımı ile ilgili bilgiler bulunmaktadır.Bu bilgilerin Dokuwiki'yi yeni kullanacaklara faydalı olacağını düşünüyorum. Ayrıca daha sonra kendime de hatırlatıcı olacaktır =).

Eklenti denemek için açtığım sayfa da budur: Eklenti Denemeleri

~~PAGEINDEX~~

Embedding Flash:

{{rust.swf?640x480}}

Embedding an external RSS Field

{{rss>http://slashdot.org/index.rss 5 author date 1h }}

Eklenti: Gallery

Kullanımı

{{gallery>namespace}}

Eklenti:Discussion

Kullanımı

~~DISCUSSION~~
~~DISCUSSION:off~~
~~DISCUSSION:closed~~

Eklenti:Code

Kullanımı

title

 some code 

title

 some text 

Eklenti:Note

Gerekli Ayarlar

Wiki Configuration: Allow embedded HTML –> On

Kullanımı

<note> This is my note ! Remember it !! </note>
<note important> Warning ! You're about to lose your mind ;-) </note>
<note tip> The clues are in the images. </note>
<note warning> Beware of the dog when you open the door !! </note> 

Eklenti:iframe

Kullanımı

 
Simple: {{url>http://www.somesite.com/somepage.html}}
Complete: {{url>someurl [ width , height ] | alternate-text }} 

Eklenti:include

Kullanımı

{{page>:start}}
{{section>wiki:syntax#external}}

Eklenti:navi

Kullanımı

sidebara konulacak kod:

{{navi>navigationmenu}}

Örnek navigationmenu namespace içeriği:

  * [[start|Welcome]]
  * [[Products]]
    * [[Foomatic 2000]]
    * [[Foomatic 2010]]
  * [[Service]]
    * [[about|About Foo Inc.]]
    * [[Contact]]
  * [[syntax|Wiki Syntax]]

Eklenti:uparrow

Kullanımı

~~UP~~

Eklenti:outdent

Kullanımı

==

Eklenti:goto

Kullanımı

Redirect to wiki:syntax.

~~GOTO>wiki:syntax~~

Redirect to wiki:syntax in 15 seconds.

~~GOTO>wiki:syntax?15~~

  • projelerim/websitesi/dokuwiki.txt
  • Son değiştirilme: 2019/05/08 21:25
  • (Dışarıdan düzenle)