<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>wi:rss</title>
		<link>http://ccckmit.wikidot.com</link>
		<description>陳鍾誠的首頁 -- 金門大學 資訊工程系</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 14 Jun 2026 03:48:30 +0000</lastBuildDate>
		
					<item>
				<guid>http://ccckmit.wikidot.com/wi:mathexample</guid>
				<title>Wikidot 當中的 LaTex 數學式 (範例集)</title>
				<link>http://ccckmit.wikidot.com/wi:mathexample</link>
				<description>

&lt;h1&gt;&lt;span&gt;基本範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
f(n) = \sum^{N-1}_{k=0} F(k) e^{i 2 \pi k} \frac{n}{N}
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(1)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-1&quot;&gt;\begin{align} f(n) = \sum^{N-1}_{k=0} F(k) e^{i 2 \pi k} \frac{n}{N} \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;基本範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
e = lim_{n \rightarrow \infty}\; 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!}
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(2)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-2&quot;&gt;\begin{align} e = lim_{n \rightarrow \infty}\; 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!} \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;基本範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
e = lim_{n \rightarrow \infty} (1+\frac{1}{x})^x
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(3)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-3&quot;&gt;\begin{align} e = lim_{n \rightarrow \infty} (1+\frac{1}{x})^x \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;複雜範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
 \begin{split}
    \mathbf{T n} &amp;amp;= \left[T_{ij} \mathbf{e}_i \otimes \mathbf{e}_j \right] n_k \mathbf{e}_k \\
                        &amp;amp; = T_{ij} n_k \left(\mathbf{e}_i \otimes \mathbf{e}_j\right) \mathbf{e}_k \\
                        &amp;amp; = T_{ij} n_j \mathbf{e}_i
 \end{split}
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(4)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-4&quot;&gt;\begin{split} \mathbf{T n} &amp;amp;= \left[T_{ij} \mathbf{e}_i \otimes \mathbf{e}_j \right] n_k \mathbf{e}_k \\ &amp;amp; = T_{ij} n_k \left(\mathbf{e}_i \otimes \mathbf{e}_j\right) \mathbf{e}_k \\ &amp;amp; = T_{ij} n_j \mathbf{e}_i \end{split}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;多行範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math type=&amp;quot;eqnarray&amp;quot;]]
f&#039;(x) &amp;amp; = &amp;amp; \frac{d f(x)}{dx} = c_1+c_2*2*x+c_3*3*x^2+c_4*4*x^3+... \\
f&#039;&#039;(x) &amp;amp; = &amp;amp; \frac{d f&#039;(x)}{dx}  = c_2*2*1+c_3*3*2*x+c_4*4*3*x^2+... \\
f&#039;&#039;&#039;(x) &amp;amp; = &amp;amp; \frac{d f&#039;&#039;(x)}{dx} = c_3*3*2*1+c_4*4*3*2*x+... \\
... \\
f^k(x) &amp;amp; = &amp;amp; \frac{d f^{k-1}(x)}{dx} = c_k k!+c_{k+1} (k+1)! x+...
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(5)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-5&quot;&gt;\begin{eqnarray} f&#039;(x) &amp;amp; = &amp;amp; \frac{d f(x)}{dx} = c_1+c_2*2*x+c_3*3*x^2+c_4*4*x^3+... \\ f&#039;&#039;(x) &amp;amp; = &amp;amp; \frac{d f&#039;(x)}{dx} = c_2*2*1+c_3*3*2*x+c_4*4*3*x^2+... \\ f&#039;&#039;&#039;(x) &amp;amp; = &amp;amp; \frac{d f&#039;&#039;(x)}{dx} = c_3*3*2*1+c_4*4*3*2*x+... \\ ... \\ f^k(x) &amp;amp; = &amp;amp; \frac{d f^{k-1}(x)}{dx} = c_k k!+c_{k+1} (k+1)! x+... \end{eqnarray}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;矩陣範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
\left[
  \begin{array}{ccc}
    T_{11} &amp;amp; T_{12} &amp;amp; T_{13} \\
    T_{21} &amp;amp; T_{22} &amp;amp; T_{23} \\
    T_{31} &amp;amp; T_{32} &amp;amp; T_{33} 
  \end{array}
\right]
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(6)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-6&quot;&gt;\begin{align} \left[ \begin{array}{ccc} T_{11} &amp;amp; T_{12} &amp;amp; T_{13} \\ T_{21} &amp;amp; T_{22} &amp;amp; T_{23} \\ T_{31} &amp;amp; T_{32} &amp;amp; T_{33} \end{array} \right] \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;矩陣範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[math]]
 \left\{
 \begin{array}{c}
    t_1 \\ t_2 \\ t_3
 \end{array}
 \right\} =
 \left[ 
 \begin{array}{ccc}
    T_{11} &amp;amp; T_{12} &amp;amp; T_{13} \\
    T_{21} &amp;amp; T_{22} &amp;amp; T_{23} \\
    T_{31} &amp;amp; T_{32} &amp;amp; T_{33} 
 \end{array} 
 \right]
 \left\{
 \begin{array}{c}
    n_1 \\ n_2 \\ n_3
 \end{array}
 \right\}
[[/math]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(7)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-7&quot;&gt;\begin{align} \left\{ \begin{array}{c} t_1 \\ t_2 \\ t_3 \end{array} \right\} = \left[ \begin{array}{ccc} T_{11} &amp;amp; T_{12} &amp;amp; T_{13} \\ T_{21} &amp;amp; T_{22} &amp;amp; T_{23} \\ T_{31} &amp;amp; T_{32} &amp;amp; T_{33} \end{array} \right] \left\{ \begin{array}{c} n_1 \\ n_2 \\ n_3 \end{array} \right\} \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(8)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-8&quot;&gt;\begin{align} \int_1^x \frac{1}{x} dx = 1 \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(9)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-9&quot;&gt;\begin{align} \frac{d}{dx} e^x = e^x \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(10)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-10&quot;&gt;\begin{align} e^x = 1+\frac{1}{1!} x + \frac{2}{2!} x^2 + ... \frac{n}{n!} x^n+ ... \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(11)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-11&quot;&gt;\begin{equation} e^{i x} = cos(x) + i*sin(x) \end{equation}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(12)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-12&quot;&gt;\begin{align} f(x) = c_0 + c_1 x + c_2 x^2 + ...+ c_k x^k+...=\sum_{k=0}^\infty c_k x^k \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(13)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-13&quot;&gt;\begin{align} c_k = \frac{f^k(0)}{k!} \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(14)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-14&quot;&gt;\begin{align} f(x) = f(0) + \frac{f&#039;(0)}{1!} x +...+ \frac{f^k (0)}{k!} x^k+...=\sum^{\infty}_{k=0} \frac{f^k(0)}{k!} x^k \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(15)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-15&quot;&gt;\begin{align} f(x) = f(a) + \frac{f&#039;(a)}{1!} x +...+ \frac{f^{k(a)}}{k!} x^k+...= \sum^\infty_{k=0} \frac{f^k(a)}{k!} x^k \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(16)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-16&quot;&gt;\begin{align} e^{i x} = 1 + i \frac{x}{1!} - \frac{x^2}{2!} - i \frac{x^3}{3!} + ... \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(17)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-17&quot;&gt;\begin{align} cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} + ... \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(18)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-18&quot;&gt;\begin{align} sin(x) = \frac{x}{1!} - \frac{x^3}{3!} + \frac{x^5}{5!} + ... \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(19)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-19&quot;&gt;\begin{equation} e^{i x} = cos(x) + i * sin(x) \end{equation}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(20)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-20&quot;&gt;\begin{align} f(x) = \frac{a_0}{2} + \sum^{\infty}_{n=- \infty} a_n cos(n x)+ b_n sin(n x) \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(21)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-21&quot;&gt;\begin{equation} cos(n x) + i * sin(n x) = e^{i n x} \end{equation}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(22)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-22&quot;&gt;\begin{align} f(x) = \sum^{\infty}_{n=-\infty} F_n e^{i n x} \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(23)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-23&quot;&gt;\begin{align} F_t = \frac{1}{2\pi} \int^{\pi}_{-\pi} f(x) e^{i t x} dx \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;table class=&quot;wiki-content-table&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$F_0 = \frac{1}{2}$&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$F_n= \frac{1}{2} (a_n- i b_n)$&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$F_{- n}= \frac{1}{2} (a_n+i b_n)$&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$a_0 = 2 c_0$&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$a_n=F_n+F_{- n}$&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;math-inline&quot;&gt;$b_n=i (F_n-F_{-n})$&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;span class=&quot;equation-number&quot;&gt;(24)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-24&quot;&gt;\begin{align} f(t) = \int^\infty_{- \infty} F(x) e^{i 2 \pi x t} dt \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;範例&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;\begin{eqnarray}
f(x) = \left\{
 \begin{array}{c}
   1 \qquad x \in Z \\
   0 \qquad x \notin Z
 \end{array}
\right.
\end{eqnarray}&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(25)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-338453-25&quot;&gt;\begin{eqnarray} f(x) = \left\{ \begin{array}{c} 1 \qquad x \in Z \\ 0 \qquad x \notin Z \end{array} \right. \end{eqnarray}&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 01:42:24 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>基本範例</span></h1> <div class="code"> <pre><code>[[math]] f(n) = \sum^{N-1}_{k=0} F(k) e^{i 2 \pi k} \frac{n}{N} [[/math]]</code></pre></div> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-124068-1">\begin{align} f(n) = \sum^{N-1}_{k=0} F(k) e^{i 2 \pi k} \frac{n}{N} \end{align}</div> <h1><span>基本範例</span></h1> <div class="code"> <pre><code>[[math]] e = lim_{n \rightarrow \infty}\; 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!} [[/math]]</code></pre></div> <span class="equation-number">(2)</span> <div class="math-equation" id="equation-124068-2">\begin{align} e = lim_{n \rightarrow \infty}\; 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!} \end{align}</div> <h1><span>基本範例</span></h1> <div class="code"> <pre><code>[[math]] e = lim_{n \rightarrow \infty} (1+\frac{1}{x})^x [[/math]]</code></pre></div> <span class="equation-number">(3)</span> <div class="math-equation" id="equation-124068-3">\begin{align} e = lim_{n \rightarrow \infty} (1+\frac{1}{x})^x \end{align}</div> <h1><span>複雜範例</span></h1> <div class="code"> <pre><code>[[math]] \begin{split} \mathbf{T n} &amp;= \left[T_{ij} \mathbf{e}_i \otimes \mathbf{e}_j \right] n_k \mathbf{e}_k \\ &amp; = T_{ij} n_k \left(\mathbf{e}_i \otimes \mathbf{e}_j\right) \mathbf{e}_k \\ &amp; = T_{ij} n_j \mathbf{e}_i \end{split} [[/math]]</code></pre></div> <span class="equation-number">(4)</span> <div class="math-equation" id="equation-124068-4">\begin{split} \mathbf{T n} &amp;= \left[T_{ij} \mathbf{e}_i \otimes \mathbf{e}_j \right] n_k \mathbf{e}_k \\ &amp; = T_{ij} n_k \left(\mathbf{e}_i \otimes \mathbf{e}_j\right) \mathbf{e}_k \\ &amp; = T_{ij} n_j \mathbf{e}_i \end{split}</div> <h1><span>多行範例</span></h1> <div class="code"> <pre><code>[[math type=&quot;eqnarray&quot;]] f'(x) &amp; = &amp; \frac{d f(x)}{dx} = c_1+c_2*2*x+c_3*3*x^2+c_4*4*x^3+... \\ f''(x) &amp; = &amp; \frac{d f'(x)}{dx} = c_2*2*1+c_3*3*2*x+c_4*4*3*x^2+... \\ f'''(x) &amp; = &amp; \frac{d f''(x)}{dx} = c_3*3*2*1+c_4*4*3*2*x+... \\ ... \\ f^k(x) &amp; = &amp; \frac{d f^{k-1}(x)}{dx} = c_k k!+c_{k+1} (k+1)! x+... [[/math]]</code></pre></div> <span class="equation-number">(5)</span> <div class="math-equation" id="equation-124068-5">\begin{eqnarray} f'(x) &amp; = &amp; \frac{d f(x)}{dx} = c_1+c_2*2*x+c_3*3*x^2+c_4*4*x^3+... \\ f''(x) &amp; = &amp; \frac{d f'(x)}{dx} = c_2*2*1+c_3*3*2*x+c_4*4*3*x^2+... \\ f'''(x) &amp; = &amp; \frac{d f''(x)}{dx} = c_3*3*2*1+c_4*4*3*2*x+... \\ ... \\ f^k(x) &amp; = &amp; \frac{d f^{k-1}(x)}{dx} = c_k k!+c_{k+1} (k+1)! x+... \end{eqnarray}</div> <h1><span>矩陣範例</span></h1> <div class="code"> <pre><code>[[math]] \left[ \begin{array}{ccc} T_{11} &amp; T_{12} &amp; T_{13} \\ T_{21} &amp; T_{22} &amp; T_{23} \\ T_{31} &amp; T_{32} &amp; T_{33} \end{array} \right] [[/math]]</code></pre></div> <span class="equation-number">(6)</span> <div class="math-equation" id="equation-124068-6">\begin{align} \left[ \begin{array}{ccc} T_{11} &amp; T_{12} &amp; T_{13} \\ T_{21} &amp; T_{22} &amp; T_{23} \\ T_{31} &amp; T_{32} &amp; T_{33} \end{array} \right] \end{align}</div> <h1><span>矩陣範例</span></h1> <div class="code"> <pre><code>[[math]] \left\{ \begin{array}{c} t_1 \\ t_2 \\ t_3 \end{array} \right\} = \left[ \begin{array}{ccc} T_{11} &amp; T_{12} &amp; T_{13} \\ T_{21} &amp; T_{22} &amp; T_{23} \\ T_{31} &amp; T_{32} &amp; T_{33} \end{array} \right] \left\{ \begin{array}{c} n_1 \\ n_2 \\ n_3 \end{array} \right\} [[/math]]</code></pre></div> <span class="equation-number">(7)</span> <div class="math-equation" id="equation-124068-7">\begin{align} \left\{ \begin{array}{c} t_1 \\ t_2 \\ t_3 \end{array} \right\} = \left[ \begin{array}{ccc} T_{11} &amp; T_{12} &amp; T_{13} \\ T_{21} &amp; T_{22} &amp; T_{23} \\ T_{31} &amp; T_{32} &amp; T_{33} \end{array} \right] \left\{ \begin{array}{c} n_1 \\ n_2 \\ n_3 \end{array} \right\} \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(8)</span> <div class="math-equation" id="equation-124068-8">\begin{align} \int_1^x \frac{1}{x} dx = 1 \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(9)</span> <div class="math-equation" id="equation-124068-9">\begin{align} \frac{d}{dx} e^x = e^x \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(10)</span> <div class="math-equation" id="equation-124068-10">\begin{align} e^x = 1+\frac{1}{1!} x + \frac{2}{2!} x^2 + ... \frac{n}{n!} x^n+ ... \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(11)</span> <div class="math-equation" id="equation-124068-11">\begin{equation} e^{i x} = cos(x) + i*sin(x) \end{equation}</div> <h1><span>範例</span></h1> <span class="equation-number">(12)</span> <div class="math-equation" id="equation-124068-12">\begin{align} f(x) = c_0 + c_1 x + c_2 x^2 + ...+ c_k x^k+...=\sum_{k=0}^\infty c_k x^k \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(13)</span> <div class="math-equation" id="equation-124068-13">\begin{align} c_k = \frac{f^k(0)}{k!} \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(14)</span> <div class="math-equation" id="equation-124068-14">\begin{align} f(x) = f(0) + \frac{f'(0)}{1!} x +...+ \frac{f^k (0)}{k!} x^k+...=\sum^{\infty}_{k=0} \frac{f^k(0)}{k!} x^k \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(15)</span> <div class="math-equation" id="equation-124068-15">\begin{align} f(x) = f(a) + \frac{f'(a)}{1!} x +...+ \frac{f^{k(a)}}{k!} x^k+...= \sum^\infty_{k=0} \frac{f^k(a)}{k!} x^k \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(16)</span> <div class="math-equation" id="equation-124068-16">\begin{align} e^{i x} = 1 + i \frac{x}{1!} - \frac{x^2}{2!} - i \frac{x^3}{3!} + ... \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(17)</span> <div class="math-equation" id="equation-124068-17">\begin{align} cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} + ... \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(18)</span> <div class="math-equation" id="equation-124068-18">\begin{align} sin(x) = \frac{x}{1!} - \frac{x^3}{3!} + \frac{x^5}{5!} + ... \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(19)</span> <div class="math-equation" id="equation-124068-19">\begin{equation} e^{i x} = cos(x) + i * sin(x) \end{equation}</div> <h1><span>範例</span></h1> <span class="equation-number">(20)</span> <div class="math-equation" id="equation-124068-20">\begin{align} f(x) = \frac{a_0}{2} + \sum^{\infty}_{n=- \infty} a_n cos(n x)+ b_n sin(n x) \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(21)</span> <div class="math-equation" id="equation-124068-21">\begin{equation} cos(n x) + i * sin(n x) = e^{i n x} \end{equation}</div> <h1><span>範例</span></h1> <span class="equation-number">(22)</span> <div class="math-equation" id="equation-124068-22">\begin{align} f(x) = \sum^{\infty}_{n=-\infty} F_n e^{i n x} \end{align}</div> <h1><span>範例</span></h1> <span class="equation-number">(23)</span> <div class="math-equation" id="equation-124068-23">\begin{align} F_t = \frac{1}{2\pi} \int^{\pi}_{-\pi} f(x) e^{i t x} dx \end{align}</div> <h1><span>範例</span></h1> <table class="wiki-content-table"> <tr> <td><span class="math-inline">$F_0 = \frac{1}{2}$</span></td> <td><span class="math-inline">$F_n= \frac{1}{2} (a_n- i b_n)$</span></td> <td><span class="math-inline">$F_{- n}= \frac{1}{2} (a_n+i b_n)$</span></td> </tr> <tr> <td><span class="math-inline">$a_0 = 2 c_0$</span></td> <td><span class="math-inline">$a_n=F_n+F_{- n}$</span></td> <td><span class="math-inline">$b_n=i (F_n-F_{-n})$</span></td> </tr> </table> <h1><span>範例</span></h1> <span class="equation-number">(24)</span> <div class="math-equation" id="equation-124068-24">\begin{align} f(t) = \int^\infty_{- \infty} F(x) e^{i 2 \pi x t} dt \end{align}</div> <h1><span>範例</span></h1> <div class="code"> <pre><code>\begin{eqnarray} f(x) = \left\{ \begin{array}{c} 1 \qquad x \in Z \\ 0 \qquad x \notin Z \end{array} \right. \end{eqnarray}</code></pre></div> <span class="equation-number">(25)</span> <div class="math-equation" id="equation-124068-25">\begin{eqnarray} f(x) = \left\{ \begin{array}{c} 1 \qquad x \in Z \\ 0 \qquad x \notin Z \end{array} \right. \end{eqnarray}</div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:mathlatex</guid>
				<title>如何撰寫 Wikidot 當中的 LaTex 數學式</title>
				<link>http://ccckmit.wikidot.com/wi:mathlatex</link>
				<description>

&lt;h1&gt;&lt;span&gt;Wikidot 當中的運算式寫法&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 01:54:03 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>Wikidot 當中的運算式寫法</span></h1> <p>wikidot 當中的運算式可分為單獨式與內嵌式兩種寫法。</p> <p>單獨式：</p> <div class="code"> <pre><code>[[math]] ... [[/math]]</code></pre></div> <p>內嵌式：</p> <div class="code"> <pre><code>[[$ ... $]]</code></pre></div> <p>這兩種寫法的內容 (&#8230; 部分)，採用的都是 LaTex 的數學式語法，以下是 LaTex 數學式語法的基本介紹。</p> <h1><span>LaTex 的數學符號</span></h1> <h2><span>空白的寫法</span></h2> <table class="wiki-content-table"> <tr> <td>no space</td> <td>34</td> <td>no space</td> <td>34</td> </tr> <tr> <td>\, \thinspace</td> <td>3&#160;4</td> <td>\! \negthinspace</td> <td>34</td> </tr> <tr> <td>\: \medspace</td> <td>3&#160;4</td> <td>\negmedspace</td> <td>34</td> </tr> <tr> <td>\; \thickspace</td> <td>3&#160;4</td> <td>\negthickspace</td> <td>34</td> </tr> <tr> <td>\quad</td> <td>3&#160;4</td> <td></td> <td></td> </tr> <tr> <td>\qquad</td> <td>3&#160;4</td> <td></td> <td></td> </tr> </table> <h2><span>常用符號</span></h2> <table class="wiki-content-table"> <tr> <td>\forall</td> <td><span class="math-inline">$\forall$</span></td> <td>\exists</td> <td><span class="math-inline">$\exists$</span></td> <td>\infty</td> <td><span class="math-inline">$\infty$</span></td> <td>\pm</td> <td><span class="math-inline">$\pm$</span></td> </tr> <tr> <td>\div</td> <td><span class="math-inline">$\div$</span></td> <td>\times</td> <td><span class="math-inline">$\times$</span></td> <td>\cap</td> <td><span class="math-inline">$\cap$</span></td> <td>\cup</td> <td><span class="math-inline">$\cup$</span></td> </tr> <tr> <td>\le</td> <td><span class="math-inline">$\le$</span></td> <td>\ge</td> <td><span class="math-inline">$\ge$</span></td> <td>\ll</td> <td><span class="math-inline">$\ll$</span></td> <td>\gg</td> <td><span class="math-inline">$\gg$</span></td> </tr> <tr> <td>\neq</td> <td><span class="math-inline">$\neq$</span></td> <td>\nleq</td> <td><span class="math-inline">$\nleq$</span></td> <td>\ngeq</td> <td><span class="math-inline">$\ngeq$</span></td> <td>\not&lt;</td> <td><span class="math-inline">$\not&lt;$</span></td> </tr> <tr> <td>\not&gt;</td> <td><span class="math-inline">$\not&gt;$</span></td> <td>\not=</td> <td><span class="math-inline">$\not=$</span></td> <td>\not\le</td> <td><span class="math-inline">$\not\le$</span></td> <td>\not\ge</td> <td><span class="math-inline">$\not\ge$</span></td> </tr> <tr> <td>\equiv</td> <td><span class="math-inline">$\equiv$</span></td> <td>\supset</td> <td><span class="math-inline">$\supset$</span></td> <td>\subset</td> <td><span class="math-inline">$\subset$</span></td> <td>\supseteq</td> <td><span class="math-inline">$\supseteq$</span></td> </tr> <tr> <td>\subseteq</td> <td><span class="math-inline">$\subseteq$</span></td> <td>\in</td> <td><span class="math-inline">$\in$</span></td> <td>\ni</td> <td><span class="math-inline">$\ni$</span></td> <td>\approx</td> <td><span class="math-inline">$\approx$</span></td> </tr> <tr> <td>\vdash</td> <td><span class="math-inline">$\vdash$</span></td> <td>\rightarrow</td> <td><span class="math-inline">$\rightarrow$</span></td> <td>\leftarrow</td> <td><span class="math-inline">$\leftarrow$</span></td> <td>\Rightarrow</td> <td><span class="math-inline">$\Rightarrow$</span></td> </tr> <tr> <td>\Leftarrow</td> <td><span class="math-inline">$\Leftarrow$</span></td> <td>\Leftrightarrow</td> <td><span class="math-inline">$\Leftrightarrow$</span></td> </tr> </table> <h2><span>運算符號</span></h2> <table class="wiki-content-table"> <tr> <td>\sum_{i=0}^n f(x)</td> <td><span class="math-inline">$\sum_{i=0}^n f(x)$</span></td> </tr> <tr> <td>\frac{a}{x^2}</td> <td><span class="math-inline">$\frac{a}{x^2}$</span></td> </tr> <tr> <td>(\frac{a}{x} )^2</td> <td><span class="math-inline">$(\frac{a}{x} )^2$</span></td> </tr> <tr> <td>\left(\frac{a}{x} \right)^2</td> <td><span class="math-inline">$\left(\frac{a}{x} \right)^2$</span></td> </tr> <tr> <td>\sum_{i=0}^n f(x)</td> <td><span class="math-inline">$\sum_{i=0}^n f(x)$</span></td> </tr> <tr> <td>\sum_{i=0}^n f(x)</td> <td><span class="math-inline">$\sum_{i=0}^n f(x)$</span></td> </tr> </table> <h2><span>大型括號 (Bracketing Symbols)</span></h2> <table class="wiki-content-table"> <tr> <td>\{</td> <td><span class="math-inline">$\{$</span></td> <td>\}</td> <td><span class="math-inline">$\}$</span></td> <td>\|</td> <td><span class="math-inline">$\|$</span></td> </tr> <tr> <td>\backslash</td> <td><span class="math-inline">$\backslash$</span></td> <td>\lfloor</td> <td><span class="math-inline">$\lfloor$</span></td> <td>\rfloor</td> <td><span class="math-inline">$\rfloor$</span></td> </tr> <tr> <td>\lceil</td> <td><span class="math-inline">$\lceil$</span></td> <td>\rceil</td> <td><span class="math-inline">$\rceil$</span></td> <td>\langle</td> <td><span class="math-inline">$\langle$</span></td> </tr> <tr> <td>\rangle</td> <td><span class="math-inline">$\rangle$</span></td> </tr> </table> <ul> <li>() 大型括號使用：\left( 與 \right)，例如：\left(\frac{a}{x} \right)^2 會呈現 <span class="math-inline">$\left(\frac{a}{x} \right)^2$</span></li> </ul> <ul> <li>[] 大型括號使用：\left[ 與 \right]，例如：\left[\frac{a}{x} \right]^2 會呈現 <span class="math-inline">$\left[\frac{a}{x} \right]^2$</span></li> </ul> <h2><span>上標</span></h2> <table class="wiki-content-table"> <tr> <td>\hat{x}</td> <td><span class="math-inline">$\hat{x}$</span></td> <td>\dot{x}</td> <td><span class="math-inline">$\dot{x}$</span></td> <td>\bar{x}</td> <td><span class="math-inline">$\bar{x}$</span></td> <td>\vec{x}</td> <td><span class="math-inline">$\vec{x}$</span></td> </tr> </table> <h2><span>數學大寫粗體</span></h2> <p>參考：LaTeX 教材：黑板粗體字 &#8212; <a href="http://libai.math.ncu.edu.tw/bcc16/7/latex/16.shtml">http://libai.math.ncu.edu.tw/bcc16/7/latex/16.shtml</a></p> <ul> <li>範例：\Bbb{ Y = X \beta + E } 會顯示成 <span class="math-inline">$\Bbb{ Y = X \beta + E }$</span></li> </ul> <ul> <li>範例：\mathbb{ Y = X \beta + E } 會顯示成 <span class="math-inline">$\mathbb{ Y = X \beta + E }$</span></li> </ul> <ul> <li>範例：\mathcal{ Y = X \beta + E } 會顯示成 <span class="math-inline">$\mathcal{ Y = X \beta + E }$</span></li> </ul> <h1><span>Wikidot 數學式的寫法</span></h1> <p>請參考 <a href="http://ccckmit.wikidot.com/wi:mathexample">Wikidot 當中的 LaTex 數學式 (範例集)</a> 這篇文章。</p> <h1><span>參考文獻</span></h1> <ol> <li>更多的數學符號請參考 LaTeX:Symbols &#8212; <a href="http://www.artofproblemsolving.com/Wiki/index.php/LaTeX:Symbols">http://www.artofproblemsolving.com/Wiki/index.php/LaTeX:Symbols</a></li> <li><a href="http://community.wikidot.com/howto:more-on-math-syntax">A brief tutorial on using math symbols and equations in wikidot</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:fb</guid>
				<title>Facebook</title>
				<link>http://ccckmit.wikidot.com/wi:fb</link>
				<description>

&lt;h1&gt;&lt;span&gt;原始 HTML&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 20 May 2012 11:42:06 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>原始 HTML</span></h1> <div class="code"> <pre><code>[[html]] &lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt; &lt;script src=&quot;http://connect.facebook.net/zh_TW/all.js#xfbml=1&quot;&gt;&lt;/script&gt; &lt;div class=&quot;fb-like&quot; data-send=&quot;false&quot; data-width=&quot;450&quot; data-show-faces=&quot;true&quot;&gt;&lt;/div&gt; &lt;div class=&quot;fb-subscribe&quot; data-href=&quot;https://www.facebook.com/ccckmit&quot; data-show-faces=&quot;true&quot; data-width=&quot;450&quot;&gt;&lt;/div&gt; &lt;fb:comments href=&quot;http://ccckmit.wikidot.com/%%category%%%3A%%name%%&quot; num_posts=&quot;2&quot; width=&quot;600&quot;&gt;&lt;/fb:comments&gt; [[/html]]</code></pre></div> <h1><span>顯示結果</span></h1> <p><iframe src="http://ccckmit.wikidot.com/wi:fb/html/ebd3b19035c4b2993ffadfbf400dd8b7c5c8167e-563003521382022964" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <h1><span>參考文獻</span></h1> <ol> <li><a href="https://developers.facebook.com/docs/plugins/">https://developers.facebook.com/docs/plugins/</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:qa</guid>
				<title>Wikidot -- 問與答</title>
				<link>http://ccckmit.wikidot.com/wi:qa</link>
				<description>

&lt;p&gt;陳鍾誠：Did anyone know that whether wikidot support mobile phone , android , iPhone or not ?&lt;br /&gt;
讚 · · 不再追蹤貼文 · 10月21日 17:37&lt;/p&gt;
&lt;p&gt;Honza Newman Novák I dont think so. Let me know if you find anything about that.&lt;br /&gt;
10月21日 18:11 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang You will have no issue accessing Wikidot on Android phones or the iPhone. There is one native app for Android for editing Wikidot pages using the API made by Shane Smith (leiger) called Wikidot Mobile Editor. Find that on the android Market.&lt;br /&gt;
10月21日 18:43 傳自手機 · 收回 · 1&lt;/p&gt;
&lt;p&gt;Kenneth Tsang For iOS, I have developed a web app Wikidot editor (also using the API). Find that here: &lt;a href=&quot;http://mob.wikidot.com/&quot;&gt;http://mob.wikidot.com/&lt;/a&gt;&lt;br /&gt;
10月21日 18:44 傳自手機 · 收回 · 1&lt;/p&gt;
&lt;p&gt;Honza Newman Novák damn, not compatible with xperia x8&lt;br /&gt;
10月21日 19:20 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang Oh&amp;#8230; Right. What about my web app&amp;#8230; Does that load?&lt;br /&gt;
10月21日 19:22 傳自手機 · 讚&lt;br /&gt;
陳鍾誠 Thanks , It&#039;s really nice to know that Android and iOS can edit wikidot pages.&lt;/p&gt;
&lt;p&gt;How about browsing pages on wikidot ?&lt;/p&gt;
&lt;p&gt;Can I use template to build my wikidot pages for mobile phone ?&lt;/p&gt;
&lt;p&gt;How can I remove the bar on top and bottom ?&lt;br /&gt;
10月23日 16:40 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang Most themes on Wikidot are view-able on mobile devices. I made the theme &amp;quot;One Line&amp;quot; (see here: &lt;a href=&quot;http://themes.wikidot.com/one-line&quot;&gt;http://themes.wikidot.com/one-line&lt;/a&gt;) which is especially made for mobile support (because of minimalistic interface). Wikidot User &amp;quot;graphmastur&amp;quot; also made this theme (&lt;a href=&quot;http://themes.wikidot.com/basic-iphone-theme&quot;&gt;http://themes.wikidot.com/basic-iphone-theme&lt;/a&gt;) which is also designed for mobile devices. Personally, I don&#039;t think that it suits viewing on the PC though.&lt;/p&gt;
&lt;p&gt;If you specifically want to build a wiki for mobile phones, the easiest way is to use one of those themes.&lt;br /&gt;
10月23日 19:39 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang If you have any more questions, just hop over to the Wikidot Community (&lt;a href=&quot;http://community.wikidot.com/&quot;&gt;http://community.wikidot.com/&lt;/a&gt;) where a bunch of Wikidot Gurus can help you.&lt;br /&gt;
10月23日 19:45 · 讚&lt;br /&gt;
陳鍾誠 Hi, Kenneth Tsang：&lt;/p&gt;
&lt;p&gt;It&#039;s very helpful !&lt;/p&gt;
&lt;p&gt;I will try to use and modify the theme to make my wikidot browsable for mobile phone.&lt;/p&gt;
&lt;p&gt;Thank you very much !&lt;br /&gt;
10月25日 17:02 · 讚 · 1&lt;/p&gt;
&lt;p&gt;Kenneth Tsang No problem :)&lt;br /&gt;
10月25日 17:02 傳自手機 · 讚&lt;br /&gt;
陳鍾誠 Hi, I got another question !&lt;/p&gt;
&lt;p&gt;Can I use multiple themes for one site ?&lt;/p&gt;
&lt;p&gt;For example, I would like to make one theme for people to browse my site on PC with top edit bar and side bar, and another theme for mobile phone to browse without both top edit bar and side bar.&lt;/p&gt;
&lt;p&gt;How can I apply two themes for only one site ?&lt;br /&gt;
10月25日 17:10 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang There are two ways of doing this. You are able to set a different theme for each category. Alternatively, will also also able to set different themes per page.&lt;/p&gt;
&lt;p&gt;Per Category:&lt;br /&gt;
Site Manager (admin:manage) &amp;gt; Appearance &amp;gt; Themes&lt;br /&gt;
Here, for each category - you&#039;ll be able to set a unique theme.&lt;/p&gt;
&lt;p&gt;Per Page:&lt;br /&gt;
This is a little more tricky. You must create a blank custom theme and apply it to the category. Then each page must have a CSS Module with CSS @import url(&amp;#8230; for the theme. I do not suggest this method because you cannot set different top/side bars.&lt;br /&gt;
10月25日 17:15 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang Setting up different top/side bars:&lt;/p&gt;
&lt;p&gt;Go to Site Manager (admin:manage) &amp;gt; Appearance &amp;gt; Navigation elements&lt;br /&gt;
Here (like for themes) you&#039;ll be able to set different options for each category.&lt;br /&gt;
10月25日 17:16 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang I suggest running the mobile site in the &amp;quot;mobile&amp;quot; category - e.g. mobile:start for the start page&amp;#8230; etc.&lt;br /&gt;
10月25日 17:17 · 讚&lt;br /&gt;
陳鍾誠 How can I map the other category into the &amp;quot;mobile&amp;quot; category ?&lt;/p&gt;
&lt;p&gt;For example, how can I map the root category into &amp;quot;mobile&amp;quot; category.&lt;/p&gt;
&lt;p&gt;How to map page /a into page /m:a , and map /b into page /m:b ?&lt;br /&gt;
10月25日 18:44 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang You can include it.&lt;/p&gt;
&lt;p&gt;Source of /m:a:&lt;/p&gt;
&lt;div class=&quot;error-block&quot;&gt;
&lt;p&gt;Included page &amp;quot;a&amp;quot; does not exist (&lt;a href=&quot;http://ccckmit.wikidot.com/a/edit/true&quot;&gt;create it now&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Source of /m:b:&lt;/p&gt;
&lt;div class=&quot;error-block&quot;&gt;
&lt;p&gt;Included page &amp;quot;b&amp;quot; does not exist (&lt;a href=&quot;http://ccckmit.wikidot.com/b/edit/true&quot;&gt;create it now&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;etc&amp;#8230;&lt;br /&gt;
10月25日 18:49 · 讚&lt;br /&gt;
陳鍾誠 Thanks , but it&#039;s not so good for me.&lt;/p&gt;
&lt;p&gt;I got 2000 wikidot pages to publish on mobile category, so I need a quick way to map /xxx into /m:xxx.&lt;/p&gt;
&lt;p&gt;Are there any method to finish the job ?&lt;br /&gt;
10月26日 8:43 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang Sorry, forgot to reply. You can automatically create the include pages using the API. I can help you with that if you don&#039;t mind adding me as an admin of your site. My username is tsangk&lt;br /&gt;
10月29日 12:19 傳自手機 · 讚&lt;/p&gt;
&lt;p&gt;Kenneth Tsang Actually, I just thought of a new method that should be much easier. In the _template page of each category, enter the following code:&lt;/p&gt;
&lt;div style=&quot;display : none;&quot;&gt;&lt;/div&gt;
&lt;p&gt;Then, you&#039;ll be able to define the theme through the url - e.g. &lt;a href=&quot;http://mysite.wikidot.com/xxx?theme_url=http%3A%2F%2Fthemes.wikidot.com%2Fone-line%2Fcode%2F1&quot;&gt;http://mysite.wikidot.com/xxx?theme_url=http%3A%2F%2Fthemes.wikidot.com%2Fone-line%2Fcode%2F1&lt;/a&gt;&lt;br /&gt;
10月29日 13:01 · 讚&lt;br /&gt;
陳鍾誠 Thank you ! It seems to be a good idea. I will try it !&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 30 Nov 2011 00:29:30 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>陳鍾誠：Did anyone know that whether wikidot support mobile phone , android , iPhone or not ?<br /> 讚 · · 不再追蹤貼文 · 10月21日 17:37</p> <p>Honza Newman Novák I dont think so. Let me know if you find anything about that.<br /> 10月21日 18:11 · 讚</p> <p>Kenneth Tsang You will have no issue accessing Wikidot on Android phones or the iPhone. There is one native app for Android for editing Wikidot pages using the API made by Shane Smith (leiger) called Wikidot Mobile Editor. Find that on the android Market.<br /> 10月21日 18:43 傳自手機 · 收回 · 1</p> <p>Kenneth Tsang For iOS, I have developed a web app Wikidot editor (also using the API). Find that here: <a href="http://mob.wikidot.com/">http://mob.wikidot.com/</a><br /> 10月21日 18:44 傳自手機 · 收回 · 1</p> <p>Honza Newman Novák damn, not compatible with xperia x8<br /> 10月21日 19:20 · 讚</p> <p>Kenneth Tsang Oh&#8230; Right. What about my web app&#8230; Does that load?<br /> 10月21日 19:22 傳自手機 · 讚<br /> 陳鍾誠 Thanks , It's really nice to know that Android and iOS can edit wikidot pages.</p> <p>How about browsing pages on wikidot ?</p> <p>Can I use template to build my wikidot pages for mobile phone ?</p> <p>How can I remove the bar on top and bottom ?<br /> 10月23日 16:40 · 讚</p> <p>Kenneth Tsang Most themes on Wikidot are view-able on mobile devices. I made the theme &quot;One Line&quot; (see here: <a href="http://themes.wikidot.com/one-line">http://themes.wikidot.com/one-line</a>) which is especially made for mobile support (because of minimalistic interface). Wikidot User &quot;graphmastur&quot; also made this theme (<a href="http://themes.wikidot.com/basic-iphone-theme">http://themes.wikidot.com/basic-iphone-theme</a>) which is also designed for mobile devices. Personally, I don't think that it suits viewing on the PC though.</p> <p>If you specifically want to build a wiki for mobile phones, the easiest way is to use one of those themes.<br /> 10月23日 19:39 · 讚</p> <p>Kenneth Tsang If you have any more questions, just hop over to the Wikidot Community (<a href="http://community.wikidot.com/">http://community.wikidot.com/</a>) where a bunch of Wikidot Gurus can help you.<br /> 10月23日 19:45 · 讚<br /> 陳鍾誠 Hi, Kenneth Tsang：</p> <p>It's very helpful !</p> <p>I will try to use and modify the theme to make my wikidot browsable for mobile phone.</p> <p>Thank you very much !<br /> 10月25日 17:02 · 讚 · 1</p> <p>Kenneth Tsang No problem :)<br /> 10月25日 17:02 傳自手機 · 讚<br /> 陳鍾誠 Hi, I got another question !</p> <p>Can I use multiple themes for one site ?</p> <p>For example, I would like to make one theme for people to browse my site on PC with top edit bar and side bar, and another theme for mobile phone to browse without both top edit bar and side bar.</p> <p>How can I apply two themes for only one site ?<br /> 10月25日 17:10 · 讚</p> <p>Kenneth Tsang There are two ways of doing this. You are able to set a different theme for each category. Alternatively, will also also able to set different themes per page.</p> <p>Per Category:<br /> Site Manager (admin:manage) &gt; Appearance &gt; Themes<br /> Here, for each category - you'll be able to set a unique theme.</p> <p>Per Page:<br /> This is a little more tricky. You must create a blank custom theme and apply it to the category. Then each page must have a CSS Module with CSS @import url(&#8230; for the theme. I do not suggest this method because you cannot set different top/side bars.<br /> 10月25日 17:15 · 讚</p> <p>Kenneth Tsang Setting up different top/side bars:</p> <p>Go to Site Manager (admin:manage) &gt; Appearance &gt; Navigation elements<br /> Here (like for themes) you'll be able to set different options for each category.<br /> 10月25日 17:16 · 讚</p> <p>Kenneth Tsang I suggest running the mobile site in the &quot;mobile&quot; category - e.g. mobile:start for the start page&#8230; etc.<br /> 10月25日 17:17 · 讚<br /> 陳鍾誠 How can I map the other category into the &quot;mobile&quot; category ?</p> <p>For example, how can I map the root category into &quot;mobile&quot; category.</p> <p>How to map page /a into page /m:a , and map /b into page /m:b ?<br /> 10月25日 18:44 · 讚</p> <p>Kenneth Tsang You can include it.</p> <p>Source of /m:a:</p> <div class="error-block"> <p>Included page &quot;a&quot; does not exist (<a href="http://ccckmit.wikidot.com/a/edit/true">create it now</a>)</p> </div> <p>Source of /m:b:</p> <div class="error-block"> <p>Included page &quot;b&quot; does not exist (<a href="http://ccckmit.wikidot.com/b/edit/true">create it now</a>)</p> </div> <p>etc&#8230;<br /> 10月25日 18:49 · 讚<br /> 陳鍾誠 Thanks , but it's not so good for me.</p> <p>I got 2000 wikidot pages to publish on mobile category, so I need a quick way to map /xxx into /m:xxx.</p> <p>Are there any method to finish the job ?<br /> 10月26日 8:43 · 讚</p> <p>Kenneth Tsang Sorry, forgot to reply. You can automatically create the include pages using the API. I can help you with that if you don't mind adding me as an admin of your site. My username is tsangk<br /> 10月29日 12:19 傳自手機 · 讚</p> <p>Kenneth Tsang Actually, I just thought of a new method that should be much easier. In the _template page of each category, enter the following code:</p> <div style="display : none;"></div> <p>Then, you'll be able to define the theme through the url - e.g. <a href="http://mysite.wikidot.com/xxx?theme_url=http%3A%2F%2Fthemes.wikidot.com%2Fone-line%2Fcode%2F1">http://mysite.wikidot.com/xxx?theme_url=http%3A%2F%2Fthemes.wikidot.com%2Fone-line%2Fcode%2F1</a><br /> 10月29日 13:01 · 讚<br /> 陳鍾誠 Thank you ! It seems to be a good idea. I will try it !</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:ref</guid>
				<title>Wikidot 參考文獻</title>
				<link>http://ccckmit.wikidot.com/wi:ref</link>
				<description>

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc&quot;&gt;Wikidot Documentation &amp;amp; Help pages&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:wiki-syntax&quot;&gt;Wiki Syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:modules&quot;&gt;Modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:embedding&quot;&gt;Embedding services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:templates&quot;&gt;Templates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:site-structure&quot;&gt;Site structure&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Wikidot JSON API &amp;#8212; &lt;a href=&quot;http://jsonapi.wikidot.com/&quot;&gt;http://jsonapi.wikidot.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:09:16 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ol> <li><a href="http://www.wikidot.com/doc">Wikidot Documentation &amp; Help pages</a> <ul> <li><a href="http://www.wikidot.com/doc:wiki-syntax">Wiki Syntax</a></li> <li><a href="http://www.wikidot.com/doc:modules">Modules</a></li> <li><a href="http://www.wikidot.com/doc:embedding">Embedding services</a></li> <li><a href="http://www.wikidot.com/doc:templates">Templates</a></li> <li><a href="http://www.wikidot.com/doc:site-structure">Site structure</a></li> </ul> </li> <li>Wikidot JSON API &#8212; <a href="http://jsonapi.wikidot.com/">http://jsonapi.wikidot.com/</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:math</guid>
				<title>如何在 Wikidot 中撰寫數學式</title>
				<link>http://ccckmit.wikidot.com/wi:math</link>
				<description>

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/wi:mathlatex&quot;&gt;Wikidot 的數學式語法 (LaTex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/wi:mathexample&quot;&gt;Wikidot 的數學式 (範例集)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;參考文獻&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;LaTeX Math Symbols &amp;#8212; &lt;a href=&quot;http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html&quot;&gt;http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.forkosh.dreamhost.com/source_mimetex.html&quot;&gt;http://www.forkosh.dreamhost.com/source_mimetex.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/apis/chart/docs/gallery/formulas.html&quot;&gt;http://code.google.com/apis/chart/docs/gallery/formulas.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mathjax.org/&quot;&gt;http://www.mathjax.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;texttogif (perl) &amp;#8212; &lt;a href=&quot;http://www.fourmilab.ch/webtools/textogif/textogif.html&quot;&gt;http://www.fourmilab.ch/webtools/textogif/textogif.html&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;必須安裝 Perl, TeX, LaTeX2e, dvips, Ghostscript, Netpbm&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mathtoweb.com/&quot;&gt;http://www.mathtoweb.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm&quot;&gt;http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.codecogs.com/components/eqneditor/editor.php&quot;&gt;http://www.codecogs.com/components/eqneditor/editor.php&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 01:39:45 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ol> <li><a href="http://ccckmit.wikidot.com/wi:mathlatex">Wikidot 的數學式語法 (LaTex)</a></li> <li><a href="http://ccckmit.wikidot.com/wi:mathexample">Wikidot 的數學式 (範例集)</a></li> </ol> <h1><span>參考文獻</span></h1> <ol> <li>LaTeX Math Symbols &#8212; <a href="http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html">http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html</a></li> <li><a href="http://www.forkosh.dreamhost.com/source_mimetex.html">http://www.forkosh.dreamhost.com/source_mimetex.html</a></li> <li><a href="http://code.google.com/apis/chart/docs/gallery/formulas.html">http://code.google.com/apis/chart/docs/gallery/formulas.html</a></li> <li><a href="http://www.mathjax.org/">http://www.mathjax.org/</a></li> <li>texttogif (perl) &#8212; <a href="http://www.fourmilab.ch/webtools/textogif/textogif.html">http://www.fourmilab.ch/webtools/textogif/textogif.html</a> <ul> <li>必須安裝 Perl, TeX, LaTeX2e, dvips, Ghostscript, Netpbm</li> </ul> </li> <li><a href="http://www.mathtoweb.com/">http://www.mathtoweb.com/</a></li> <li><a href="http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm">http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm</a></li> <li><a href="http://www.codecogs.com/components/eqneditor/editor.php">http://www.codecogs.com/components/eqneditor/editor.php</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:syntax</guid>
				<title>Wikidot 的語法 (Syntax)</title>
				<link>http://ccckmit.wikidot.com/wi:syntax</link>
				<description>

&lt;p&gt;Wikidot 的語法大致上與維基百科的語法相同，但是也有一些不同之處，並不完全相容。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:10:59 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Wikidot 的語法大致上與維基百科的語法相同，但是也有一些不同之處，並不完全相容。</p> <p>在 Wikidot 當中，您可以很容易的編輯標題、超連結、字型、字體、表格、或加入程式碼等，以下是一些基本的語法。</p> <table class="wiki-content-table"> <tr> <th>語法</th> <th>功能</th> <th>顯示結果</th> </tr> <tr> <td><span style="white-space: pre-wrap;">//italic&#32;text//</span></td> <td>斜體</td> <td><em>italic text</em></td> </tr> <tr> <td><span style="white-space: pre-wrap;">**bold&#32;text**</span></td> <td>粗體</td> <td><strong>bold text</strong></td> </tr> <tr> <td><span style="white-space: pre-wrap;">//**italic&#32;and&#32;bold**//</span></td> <td>又斜又粗</td> <td><em><strong>italic and bold</strong></em></td> </tr> <tr> <td><span style="white-space: pre-wrap;">__underline&#32;text__</span></td> <td>底線</td> <td><span style="text-decoration: underline;">underline text</span></td> </tr> <tr> <td><span style="white-space: pre-wrap;">--strikethrough&#32;text--</span></td> <td>刪除線</td> <td><span style="text-decoration: line-through;">strikethrough text</span></td> </tr> <tr> <td><span style="white-space: pre-wrap;">{{teletype&#32;(monospaced)&#32;text}}</span></td> <td>單間距</td> <td><tt>teletype (monospaced) text</tt></td> </tr> <tr> <td><span style="white-space: pre-wrap;">normal^^superscript^^</span></td> <td>上標</td> <td>normal<sup>superscript</sup></td> </tr> <tr> <td><span style="white-space: pre-wrap;">normal,,subscript,,</span></td> <td>下標</td> <td>normal<sub>subscript</sub></td> </tr> <tr> <td><span style="white-space: pre-wrap;">[!--&#32;invisible&#32;comment&#32;--]</span></td> <td>註解</td> <td></td> </tr> <tr> <td><span style="white-space: pre-wrap;">[[span&#32;style=&quot;color:red&quot;]]&#32;custom&#32;//span//&#32;element[[/span]]</span></td> <td>區塊</td> <td><span style="color:red">custom <em>span</em> element</span></td> </tr> <tr> <td><span style="white-space: pre-wrap;">##blue|predefined##&#32;or&#32;##44FF88|custom-code##&#32;color</span></td> <td>設定顏色</td> <td><span style="color: blue">predefined</span> or <span style="color: #44ff88">custom-code</span> color</td> </tr> </table> <h1><span>標題</span></h1> <div class="code"> <pre><code>+ Level 1 Heading -- 第一層標題，最大 ++ Level 2 Heading -- 第二層標題 +++ Level 3 Heading -- 第三層標題 ++++ Level 4 Heading -- 第四層標題 +++++ Level 5 Heading -- 第五層標題 ++++++ Level 6 Heading -- 第六層標題，最小</code></pre></div> <h1><span>項目</span></h1> <p>無編號項目 (原始碼)</p> <div class="code"> <pre><code>* Bullet 1 * Bullet 2 * Bullet 2.1</code></pre></div> <p>顯示結果</p> <ul> <li>Bullet 1</li> <li>Bullet 2 <ul> <li>Bullet 2.1</li> </ul> </li> </ul> <p>有編號項目 (原始碼)</p> <div class="code"> <pre><code># Item 1 # Item 2 # Item 2.1</code></pre></div> <p>顯示結果</p> <ol> <li>Item 1</li> <li>Item 2 <ol> <li>Item 2.1</li> </ol> </li> </ol> <p>參雜有編號無編號的情況</p> <div class="code"> <pre><code># Item 1 * Item 1.1 * Item 1.2 # Item 2 # Item 2.1 # Item 2.2 # Item 2.3</code></pre></div> <ol> <li>Item 1 <ul> <li>Item 1.1</li> <li>Item 1.2</li> </ul> </li> <li>Item 2 <ol> <li>Item 2.1</li> <li>Item 2.2</li> <li>Item 2.3</li> </ol> </li> </ol> <h1><span>程式區塊 (或稱不排版區塊)</span></h1> <p>原始碼</p> <div class="code"> <pre><code>[[code]] This is an example code block! [[/code]]</code></pre></div> <p>顯示結果</p> <div class="code"> <pre><code>This is an example code block!</code></pre></div> <p>您也可以真的放入程式，如果指定程式語言，Wikidot 還會自動幫您上色，以下是一個 PHP 程式的範例。</p> <p>原始碼</p> <div class="code"> <pre><code>[[code type=&quot;php&quot;]] &lt;?php /* comment */ for($i=0; $i&lt;100; $i++){ echo &quot;number&quot;.$i.&quot;\n&quot;; } ?&gt; [[/code]]</code></pre></div> <p>顯示結果</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-inlinetags">&lt;?php</span><span class="hl-code"> </span><span class="hl-comment">/* comment */</span><span class="hl-code"> </span><span class="hl-reserved">for</span><span class="hl-brackets">(</span><span class="hl-var">$i</span><span class="hl-code">=</span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-var">$i</span><span class="hl-code">&lt;</span><span class="hl-number">100</span><span class="hl-code">; </span><span class="hl-var">$i</span><span class="hl-code">++</span><span class="hl-brackets">){</span><span class="hl-code"> </span><span class="hl-reserved">echo</span><span class="hl-code"> </span><span class="hl-quotes">&quot;</span><span class="hl-string">number</span><span class="hl-quotes">&quot;</span><span class="hl-code">.</span><span class="hl-var">$i</span><span class="hl-code">.</span><span class="hl-quotes">&quot;</span><span class="hl-special">\n</span><span class="hl-quotes">&quot;</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-inlinetags">?&gt;</span></pre></div> </div> <h1><span>HTML 區塊</span></h1> <p>原始碼</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-code">[[html]] </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Custom HTML</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code">Something else</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">img</span><span class="hl-code"> </span><span class="hl-var">src</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">anything.png</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-var">alt</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">hello ;-)</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> [[/html]]</span></pre></div> </div> <p>顯示結果</p> <p><iframe src="http://ccckmit.wikidot.com/wi:syntax/html/1b68bddecd93ea267c9adcf5eae748cd29336713-1837984521337016251" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <h1><span>簡易表格</span></h1> <p>原始碼</p> <div class="code"> <pre><code>||~ head 1 ||~ head 2 ||~ head 3 || || cell 1 || cell 2 || cell 3 || |||| long cell 4 || cell 5 || ||cell 6 |||| long cell 7 || |||||| looong cell 8||</code></pre></div> 顯示結果<br /> <table class="wiki-content-table"> <tr> <th>head 1</th> <th>head 2</th> <th>head 3</th> </tr> <tr> <td>cell 1</td> <td>cell 2</td> <td>cell 3</td> </tr> <tr> <td colspan="2">long cell 4</td> <td>cell 5</td> </tr> <tr> <td>cell 6</td> <td colspan="2">long cell 7</td> </tr> <tr> <td colspan="3">looong cell 8</td> </tr> </table> <h1><span>檔案圖片</span></h1> <p>附加圖片</p> <div class="code"> <pre><code>[[image image-source attribute1=&quot;value1&quot; attribute2=&quot;value2&quot; ...]]</code></pre></div> <p>附加檔案</p> <div class="code"> <pre><code>[[file filename | custom-text]]</code></pre></div> <p>以上僅是 Wikidot 語法當中，筆者最常用的一部份，其餘的語法請參考 Wikidot 的語法說明，網址如下。</p> <blockquote> <p>Wikidot Documentation : Wiki Syntax &#8212; <a href="http://www.wikidot.com/doc:wiki-syntax">http://www.wikidot.com/doc:wiki-syntax</a></p> </blockquote> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:download</guid>
				<title>陳鍾誠網站的 Wikidot 全部原始文件 -- 提供下載</title>
				<link>http://ccckmit.wikidot.com/wi:download</link>
				<description>

&lt;p&gt;下載：&lt;a href=&quot;http://ccckmit.wdfiles.com/local--files/wi:download/source.zip&quot;&gt;source.zip&lt;/a&gt; &amp;#8212; 2010 年 1 月 24 日&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 24 Dec 2010 06:26:49 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>下載：<a href="http://ccckmit.wdfiles.com/local--files/wi:download/source.zip">source.zip</a> &#8212; 2010 年 1 月 24 日</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:embed</guid>
				<title>Wikidot 當中的嵌入服務</title>
				<link>http://ccckmit.wikidot.com/wi:embed</link>
				<description>

&lt;p&gt;早期的 Wikidot 使用嵌入服務讓使用者嵌入一些額外的服務，像是 Google Map 的地圖等等，但是後來發現網路上實在有太多的服務了，Wikidot 可以提供的服務很有限，因此後來創造的一個 HTML 標記，讓您可以用 iframe 的方式簽入任何服務到 Wikidot 的頁面中。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:14:27 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>早期的 Wikidot 使用嵌入服務讓使用者嵌入一些額外的服務，像是 Google Map 的地圖等等，但是後來發現網路上實在有太多的服務了，Wikidot 可以提供的服務很有限，因此後來創造的一個 HTML 標記，讓您可以用 iframe 的方式簽入任何服務到 Wikidot 的頁面中。</p> <p>HTML 標記的寫法很簡單，例如以下就是一個嵌入 delicious 服務的寫法，任何標準的 HTML 網頁內容都可以寫在 html 標記內，因此您可以用 HTML 標記嵌入任何的網頁服務，像是 YouTube 的影片等。因此，請不要再用 Wikidot 的嵌入服務標記 embed 了，請改用 html 標記嵌入服務。</p> <p>原始碼</p> <div class="code"> <pre><code>[[html]] &lt;object width=&quot;640&quot; height=&quot;385&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/TEXPqmmXDRw?fs=1&amp;amp;hl=zh_TW&quot;&gt; &lt;/param&gt; &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt; &lt;embed src=&quot;http://www.youtube.com/v/TEXPqmmXDRw?fs=1&amp;amp;hl=zh_TW&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;/embed&gt; &lt;/object&gt; [[/html]]</code></pre></div> <p>顯示結果</p> <p><iframe src="http://ccckmit.wikidot.com/wi:embed/html/c301aaa8de1f4683e2c7fb95cddb18467c33012f-1061627298153712503" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <h1><span>參考文獻</span></h1> <ol> <li>Wikidot Documentation:Embedding services &#8212; <a href="http://www.wikidot.com/doc:embedding">http://www.wikidot.com/doc:embedding</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:html</guid>
				<title>Wikidot 個人維基 -- 嵌入 HTML</title>
				<link>http://ccckmit.wikidot.com/wi:html</link>
				<description>

&lt;h1&gt;&lt;span&gt;原始碼&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 25 Nov 2010 05:50:41 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>原始碼</span></h1> <div class="code"> <pre><code>[[html]] &lt;html&gt; &lt;body&gt; &lt;script type=&quot;text/javascript&quot;&gt; var x =5, y=7; var s = &quot;Hello! &quot; t = s + x; z = x * y; document.write(&quot;&lt;pre&gt;x=&quot;+x+&quot;\ny=&quot;+y+&quot;\ns=&quot;+s+&quot;\nt=&quot;+t+&quot;\nz=&quot;+z+&quot;&lt;/pre&gt;&quot;); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; [[/html]]</code></pre></div> <h1><span>顯示結果</span></h1> <p><iframe src="http://ccckmit.wikidot.com/wi:html/html/0e5e91c2213ba6226e2892b9c0ada28d8495e8aa-1945291158794607415" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:css</guid>
				<title>Wikidot 中的 CSS 樣版</title>
				<link>http://ccckmit.wikidot.com/wi:css</link>
				<description>

&lt;p&gt;在 Wikidot 當中，您只要用 module 模組，就可以設定網頁呈現排版方式，語法如下所示。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 14 Oct 2010 03:13:29 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>在 Wikidot 當中，您只要用 module 模組，就可以設定網頁呈現排版方式，語法如下所示。</p> <div class="code"> <pre><code>[[module CSS]] ... [[/module]]</code></pre></div> <p>以下是筆者網站中所用的 CSS 排版，謹供參考 !</p> <div class="code"> <pre><code>[[module CSS]] #page-title { color:#222222; font-size:20px; font-weight:bold; font-family:標楷體; text-align:center; } #main-content h1 { color:#222222;font-size:200%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; } #main-content h2 { color:#222222;font-size:160%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; margin-left:5px; color:brown; } #main-content h3 { color:#222222; font-size:120%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; } #main-content LI { line-height:200%; } #main-content { line-height:200%; } .yui-content a { text-decoration:none; color:#336699; } .yui-content .newpage { text-decoration:none; color:#996633; } .yui-navset { min-height:1400px; } #header h1 span { color:white;font-size:20px; font-style:normal; font-family:標楷體, Times New Roman; } #header h2 span { color:#dddddd;font-size:16px; font-style:normal; font-family:標楷體, Times New Roman; } H1 { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%; font-weight:bold; } H1 span { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%; font-weight:bold; } H1 a { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%; font-weight:bold; } H2 { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; } H2 span { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; } H2 a { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; } H3 { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:10px; font-weight:normal; } H3 a { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:10px; font-weight:normal; } .collapsible-block-link { font-family:細明體, Tahoma; font-size:16px; text-decoration:none; line-height:160%; font-weight:bold; } [[/module]]</code></pre></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:template</guid>
				<title>Wikidot 當中的樣板 (Template)</title>
				<link>http://ccckmit.wikidot.com/wi:template</link>
				<description>

&lt;h1&gt;&lt;span&gt;樹根模板&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;Wikidot 的樣版功能是非常好用的功能，您在筆者的 Wikidot 網站 &lt;a href=&quot;http://ccckmit.wikidot.com/&quot;&gt;http://ccckmit.wikidot.com/&lt;/a&gt; 當中，就可以看到模版的使用情況，我利用 tabview 作出一個模版，才能在網頁中顯示出「文章、評論、授權」這三個區塊，讓讀者清楚的看到內文、進行評論、或者觀看授權引用方式。&lt;/p&gt;
&lt;p&gt;每個 Wikidot 都有一個樹根模板，其名稱為 _template，您只要建立這一個檔案之後，基本上，網站中的所有的頁面都會套用這個模版。舉例而言，假如在您的 Wikidot 網站中建立的 /_tempalte 頁面內容如下。&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;%%content%%

[[module Comments]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;那麼每個頁面的最後都會加入評論區塊，讓讀者可以對該網頁進行評論。(必須注意的是，您必須先在網站管理介面中，啟動 Forum &amp;amp; Discussion 的功能，Comments 的模組才能夠正常的被使用。)&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;子類別模板&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;在 Wikidot 當中，類別是一個很好用的功能，每一個網址為 category:page 的頁面，都是子類別 category 的網頁，舉例而言，我就用子類別的方式，在 &lt;a href=&quot;http://ccckmit.wikidot.com/&quot;&gt;http://ccckmit.wikidot.com/&lt;/a&gt; 當中，作出了數十本書籍的子類別網頁，像是您現在正在看的這個網頁，其網址為 &lt;a href=&quot;http://ccckmit.wikidot.com/wi:_template&quot;&gt;http://ccckmit.wikidot.com/wi:_template&lt;/a&gt;，但是其側欄與 &lt;a href=&quot;http://ccckmit.wikidot.com/main&quot;&gt;http://ccckmit.wikidot.com/main&lt;/a&gt; 的側欄完全不同，這就是筆者利用子類別與模板所做出的功能。&lt;/p&gt;
&lt;p&gt;要做出這樣的功能，您必須在網站管理的 Appearance 功能中，選擇沒有側欄的 (no side bar) 的網站風格，然後自行用表格 table 的方式，編排出具有側欄的框架，如下所示。&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;&lt;code&gt;[[table style=&amp;quot;width:98%&amp;quot;]]
[[row]]
[[cell style=&amp;quot;width:160px; vertical-align:top; &amp;quot;]]
+ [[[main | 樹根首頁]]]
+ [[[item1 | 樹根連結一]]]
+ [[[item2 | 樹根連結二]]]
...
[[/cell]]
[[cell style=&amp;quot;vertical-align:top;&amp;quot;]]
%%content%%
[[/cell]]
[[/row]]
[[/table]]&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;這樣您的網站就會具有類似側欄的功能，但是只要您用相同的方式，編輯像是 wi:_template 這個樣版檔案，就可以創建出子類別特有的側欄，讓您的網站具有良好的層次風格，而不需要受限於單一種側欄的限制了。&lt;/p&gt;
&lt;p&gt;如果您想進一步學習 Wikidot 的樣板，請參考下列說明文件。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Wikidot Documentation:Templates &amp;#8212; &lt;a href=&quot;http://www.wikidot.com/doc:templates&quot;&gt;http://www.wikidot.com/doc:templates&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:13:42 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>樹根模板</span></h1> <p>Wikidot 的樣版功能是非常好用的功能，您在筆者的 Wikidot 網站 <a href="http://ccckmit.wikidot.com/">http://ccckmit.wikidot.com/</a> 當中，就可以看到模版的使用情況，我利用 tabview 作出一個模版，才能在網頁中顯示出「文章、評論、授權」這三個區塊，讓讀者清楚的看到內文、進行評論、或者觀看授權引用方式。</p> <p>每個 Wikidot 都有一個樹根模板，其名稱為 _template，您只要建立這一個檔案之後，基本上，網站中的所有的頁面都會套用這個模版。舉例而言，假如在您的 Wikidot 網站中建立的 /_tempalte 頁面內容如下。</p> <div class="code"> <pre><code>%%content%% [[module Comments]]</code></pre></div> <p>那麼每個頁面的最後都會加入評論區塊，讓讀者可以對該網頁進行評論。(必須注意的是，您必須先在網站管理介面中，啟動 Forum &amp; Discussion 的功能，Comments 的模組才能夠正常的被使用。)</p> <h1><span>子類別模板</span></h1> <p>在 Wikidot 當中，類別是一個很好用的功能，每一個網址為 category:page 的頁面，都是子類別 category 的網頁，舉例而言，我就用子類別的方式，在 <a href="http://ccckmit.wikidot.com/">http://ccckmit.wikidot.com/</a> 當中，作出了數十本書籍的子類別網頁，像是您現在正在看的這個網頁，其網址為 <a href="http://ccckmit.wikidot.com/wi:_template">http://ccckmit.wikidot.com/wi:_template</a>，但是其側欄與 <a href="http://ccckmit.wikidot.com/main">http://ccckmit.wikidot.com/main</a> 的側欄完全不同，這就是筆者利用子類別與模板所做出的功能。</p> <p>要做出這樣的功能，您必須在網站管理的 Appearance 功能中，選擇沒有側欄的 (no side bar) 的網站風格，然後自行用表格 table 的方式，編排出具有側欄的框架，如下所示。</p> <div class="code"> <pre><code>[[table style=&quot;width:98%&quot;]] [[row]] [[cell style=&quot;width:160px; vertical-align:top; &quot;]] + [[[main | 樹根首頁]]] + [[[item1 | 樹根連結一]]] + [[[item2 | 樹根連結二]]] ... [[/cell]] [[cell style=&quot;vertical-align:top;&quot;]] %%content%% [[/cell]] [[/row]] [[/table]]</code></pre></div> <p>這樣您的網站就會具有類似側欄的功能，但是只要您用相同的方式，編輯像是 wi:_template 這個樣版檔案，就可以創建出子類別特有的側欄，讓您的網站具有良好的層次風格，而不需要受限於單一種側欄的限制了。</p> <p>如果您想進一步學習 Wikidot 的樣板，請參考下列說明文件。</p> <blockquote> <p>Wikidot Documentation:Templates &#8212; <a href="http://www.wikidot.com/doc:templates">http://www.wikidot.com/doc:templates</a></p> </blockquote> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:modify</guid>
				<title>最近修改過的文章</title>
				<link>http://ccckmit.wikidot.com/wi:modify</link>
				<description>


&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 12 Sep 2010 21:55:56 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:introduction</guid>
				<title>Wikidot 簡介</title>
				<link>http://ccckmit.wikidot.com/wi:introduction</link>
				<description>

&lt;p&gt;Wikidot 是一種類似部落格 (BLOG) 的網誌，但是採用維基 (Wiki) 的風格。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:00:39 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Wikidot 是一種類似部落格 (BLOG) 的網誌，但是採用維基 (Wiki) 的風格。</p> <p>在 Wikidot 當中，您必須使用 Wiki 語法撰寫網誌，因此撰寫的速度很快，而且 Wikidot 提供了很強的模組與樣板功能，這讓您可以完全掌控網誌的編排。</p> <p>Wikidot 與一般網誌不同之處，是您可以完全掌控整個版面，不需要像網誌這樣採用日記般的日期排序方式，而是採用像維基百科一樣的連結導向方式，讓您的網站可以很有系統的組織起來。</p> <p>相較於維基百科，Wikidot 的版面更為美觀，而且支援的模組 (Module) 更多，還有很強的自訂樣板 (template) 可以使用，您也可以在其中用 CSS 控制整個網頁的排版方式，甚至加上數學運算式 (使用 LaTex 語法)、留言板 (Comment)、論壇 (Thread)、RSS 播送等功能，這是筆者喜歡 Wikidot 的原因。</p> <p>當然，Wikidot 也有一些缺點！ 像是 Wikidot 的網路速度較為緩慢，編輯時常常需要等待，沒有支援所視即所得，無法將網頁內容直接複製並貼上等，都是 Wikidot 的缺點。</p> <p>因此，Wikidot 比較適合撰寫有組織的原創性網頁，像是撰寫電子書、教材、百科、課程首頁、個人網站等。</p> <p>筆者本身就是 Wikidot 的愛用者，希望能透過此書，將 Wikidot 介紹給使用中文的讀者。</p> <div style="text-align: right;"> <p>陳鍾誠 於金門大學 2010 年 8 月 21 日</p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:main</guid>
				<title>免費電子書：Wikidot 維基網誌</title>
				<link>http://ccckmit.wikidot.com/wi:main</link>
				<description>

&lt;p&gt;Wikidot 是一種類似部落格 (BLOG) 的網誌，但是採用維基 (Wiki) 的風格。&lt;/p&gt;
&lt;p&gt;在 Wikidot 當中，您必須使用 Wiki 語法撰寫網誌，因此撰寫的速度很快，而且 Wikidot 提供了很強的模組與樣板功能，這讓您可以完全掌控網誌的編排。&lt;/p&gt;
&lt;p&gt;Wikidot 與一般網誌不同之處，是您可以完全掌控整個版面，不需要像網誌這樣採用日記般的日期排序方式，而是採用像維基百科一樣的連結導向方式，讓您的網站可以很有系統的組織起來。&lt;/p&gt;
&lt;p&gt;相較於維基百科，Wikidot 的版面更為美觀，而且支援的模組 (Module) 更多，還有很強的自訂樣板 (template) 可以使用，您也可以在其中用 CSS 控制整個網頁的排版方式，甚至加上數學運算式 (使用 LaTex 語法)、留言板 (Comment)、論壇 (Thread)、RSS 播送等功能，這是筆者喜歡 Wikidot 的原因。&lt;/p&gt;
&lt;p&gt;當然，Wikidot 也有一些缺點！ 像是 Wikidot 的網路速度較為緩慢，編輯時常常需要等待，沒有支援所視即所得，無法將網頁內容直接複製並貼上等，都是 Wikidot 的缺點。&lt;/p&gt;
&lt;p&gt;因此，Wikidot 比較適合撰寫有組織的原創性網頁，像是撰寫電子書、教材、百科、課程首頁、個人網站等。&lt;/p&gt;
&lt;p&gt;筆者本身就是 Wikidot 的愛用者，希望能透過此書，將 Wikidot 介紹給使用中文的讀者。&lt;/p&gt;
&lt;div style=&quot;text-align: right;&quot;&gt;
&lt;p&gt;陳鍾誠 於金門大學 2010 年 8 月 21 日&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 07:19:15 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Wikidot 是一種類似部落格 (BLOG) 的網誌，但是採用維基 (Wiki) 的風格。</p> <p>在 Wikidot 當中，您必須使用 Wiki 語法撰寫網誌，因此撰寫的速度很快，而且 Wikidot 提供了很強的模組與樣板功能，這讓您可以完全掌控網誌的編排。</p> <p>Wikidot 與一般網誌不同之處，是您可以完全掌控整個版面，不需要像網誌這樣採用日記般的日期排序方式，而是採用像維基百科一樣的連結導向方式，讓您的網站可以很有系統的組織起來。</p> <p>相較於維基百科，Wikidot 的版面更為美觀，而且支援的模組 (Module) 更多，還有很強的自訂樣板 (template) 可以使用，您也可以在其中用 CSS 控制整個網頁的排版方式，甚至加上數學運算式 (使用 LaTex 語法)、留言板 (Comment)、論壇 (Thread)、RSS 播送等功能，這是筆者喜歡 Wikidot 的原因。</p> <p>當然，Wikidot 也有一些缺點！ 像是 Wikidot 的網路速度較為緩慢，編輯時常常需要等待，沒有支援所視即所得，無法將網頁內容直接複製並貼上等，都是 Wikidot 的缺點。</p> <p>因此，Wikidot 比較適合撰寫有組織的原創性網頁，像是撰寫電子書、教材、百科、課程首頁、個人網站等。</p> <p>筆者本身就是 Wikidot 的愛用者，希望能透過此書，將 Wikidot 介紹給使用中文的讀者。</p> <div style="text-align: right;"> <p>陳鍾誠 於金門大學 2010 年 8 月 21 日</p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:site</guid>
				<title>Wikidot 的相關網站</title>
				<link>http://ccckmit.wikidot.com/wi:site</link>
				<description>

&lt;ol&gt;
&lt;li&gt;Wikidot &amp;#8212; &lt;a href=&quot;http://www.wikidot.com/&quot;&gt;http://www.wikidot.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:18:11 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ol> <li>Wikidot &#8212; <a href="http://www.wikidot.com/">http://www.wikidot.com/</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:module</guid>
				<title>Wikidot 中的模組 (Module)</title>
				<link>http://ccckmit.wikidot.com/wi:module</link>
				<description>

&lt;h1&gt;&lt;span&gt;ListPage 模組&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 21 Aug 2010 10:11:49 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>ListPage 模組</span></h1> <p>Wikidot 當中的模組是用來加入某些特殊功能用的，舉例而言，像是列出惘頁的模組 listpage ，就能用來列出符合條件的網頁，並根據指定條件排序，舉例而言，在筆者的網站 <a href="http://ccckmit.wikidot.com/">http://ccckmit.wikidot.com/</a> 中，我加入了一個名稱為 modify 的頁面，其內容如下。</p> <div class="code"> <pre><code>[[module ListPages order=&quot;updated_at desc&quot; rss=&quot;modify_rss&quot; category=&quot;*&quot;]] * %%title%% : %%link%% , %%updated_at%% [[/module]]</code></pre></div> <p>於是當您輸入 <a href="http://ccckmit.wikidot.com/modify">http://ccckmit.wikidot.com/modify</a> 這個網址時，就會看到筆者最新修改的網頁，並且按照修改日期以降冪的方式 (order=&quot;updated_at desc&quot;) 排序，其中 category=&quot;*&quot; 代表所有子類別的網頁也都要放進來，於是您就會看到筆者網站的最新修改情形了，不信請點下列網頁看看。</p> <blockquote> <p><a href="http://ccckmit.wikidot.com/modify">http://ccckmit.wikidot.com/modify</a></p> </blockquote> <h1><span>Comment 模組</span></h1> <p>如果您想讓讀者在您的網站中進行評論，或者製作留言板之類的東西，您只要在網頁中加入 Comment 模組即可，以下是一個用 Comment 的範例。</p> <p>原始碼</p> <div class="code"> <pre><code>[[module Comments]]</code></pre></div> <p>顯示結果</p> <h1><span>其他模組</span></h1> <p>Wikidot 當中的模組還有很多，有興趣的讀者請看下列的 Wikidot 說明文件。</p> <blockquote> <p>Wikidot Documentation : Modules &#8212; <a href="http://www.wikidot.com/doc:modules">http://www.wikidot.com/doc:modules</a></p> </blockquote> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:account</guid>
				<title>Wikidot 的帳號管理</title>
				<link>http://ccckmit.wikidot.com/wi:account</link>
				<description>

&lt;p&gt;當您選 MyAccount 連結之後，會進入 Wikidot 帳號管理介面，如下圖所示：&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 09 Sep 2010 08:09:54 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>當您選 MyAccount 連結之後，會進入 Wikidot 帳號管理介面，如下圖所示：</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:account/WikidotAccount.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:account/WikidotAccount.png/medium.jpg" alt="WikidotAccount.png" class="image" /></a></div> <p>在 ShortCut 區塊中，您可以點選 MySite 連結，看看自己創建了哪些網站，如下圖所示。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:account/WikidotAccountMySite.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:account/WikidotAccountMySite.png/medium.jpg" alt="WikidotAccountMySite.png" class="image" /></a></div> <p>一個 Wikidot 帳號可以創設 5 個網站，已經刪除的網站不列入計算，您也可以點選 ShortCut / Deleted Sites 連結，看看那些您已經刪除的網站，甚至，假如您所創建的網站不到五個，您還可以將已經刪除的網站恢復。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:account/WikidotAccountDelSite.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:account/WikidotAccountDelSite.png/medium.jpg" alt="WikidotAccountDelSite.png" class="image" /></a></div> <p>當您登入後，wikidot 帳號管理的網址總是 <a href="https://www.wikidot.com/account:you">https://www.wikidot.com/account:you</a>，但是您不用記憶，因為右上角隨時有一個 MyAccount 等著您點選使用。</p> <p>以上是筆者在 Wikidot 的帳號管理畫面中常用的功能，當然還有更多的功能，但是我到目前為止只用了這幾個，就已經相當夠用了。</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:admin</guid>
				<title>Wikidot 的網站管理</title>
				<link>http://ccckmit.wikidot.com/wi:admin</link>
				<description>

&lt;p&gt;當您點選起始頁中的 Site Manager 連結，或者是直接在網址列上打入 /admin:manage 網址時，就會進入 Wikidot 的管理頁面，如下圖所示。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 10 Sep 2010 07:18:43 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>當您點選起始頁中的 Site Manager 連結，或者是直接在網址列上打入 /admin:manage 網址時，就會進入 Wikidot 的管理頁面，如下圖所示。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:admin/WikidotAdminPage.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:admin/WikidotAdminPage.png/medium.jpg" alt="WikidotAdminPage.png" class="image" /></a></div> <p>以下是管理介面的的功能介紹</p> <table class="wiki-content-table"> <tr> <td>General settings</td> <td>設定網頁標頭、起始頁面、標籤資訊等</td> </tr> <tr> <td>Access policy</td> <td>設定存取策略 &#8212; 開放或私有的</td> </tr> <tr> <td>Permissions</td> <td>設定存取權限 &#8212; 誰能建立、編輯或刪除頁面</td> </tr> <tr> <td>Custom domain</td> <td>如果您有自己的網址，可以在此設定</td> </tr> <tr> <td>Secure access (SSL/TLS)</td> <td>設定是否要透過 HTTPS://</td> </tr> <tr> <td>Appearance</td> <td>設定網頁風格、套用樣式、或者自訂 CSS 等</td> </tr> <tr> <td>License</td> <td>設定網頁授權，像是創作共用的 CC 六種授權、GPL 授權、或版權所有等</td> </tr> <tr> <td>Page templates</td> <td>告訴您可以使用 template</td> </tr> <tr> <td>Autonumbering of pages</td> <td>設定頁面自動編號</td> </tr> <tr> <td>Files</td> <td>觀看使用空間大小，還剩多少空間 (預設 300MB，付錢可升級)</td> </tr> <tr> <td>Forum &amp; discussion</td> <td>啟動論壇，設定論壇與留言版的編輯權限</td> </tr> <tr> <td>Members</td> <td>設定或邀請會員</td> </tr> <tr> <td>Blocks</td> <td>阻擋排除某些 IP 或會員</td> </tr> <tr> <td>Recent changes</td> <td>觀看最新修改文章列表</td> </tr> <tr> <td>Page ratings</td> <td>設定誰可以評價網頁</td> </tr> <tr> <td>Abuse reports</td> <td>檢視誰在惡搞你的網頁</td> </tr> <tr> <td>Notifications</td> <td>觀看通知訊息</td> </tr> <tr> <td>Backup</td> <td>將你的頁面備份下載</td> </tr> <tr> <td>OpenID</td> <td>設定用 OpenID 登入</td> </tr> <tr> <td>Advertising</td> <td>Wikidot 會在免費會員的網站中刊登廣告，作為提供您免費服務的代價</td> </tr> <tr> <td>3rd party tools</td> <td>設定啟用 Google Analytics 以分析您個網頁觀看次數</td> </tr> <tr> <td>Misc actions</td> <td>其他功能，像是刪除網站、更改網站名稱、或複製網站等等</td> </tr> </table> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/wi:interface</guid>
				<title>Wikidot 的使用介面</title>
				<link>http://ccckmit.wikidot.com/wi:interface</link>
				<description>

&lt;p&gt;當您申請好網址，進入您所建立的 Wikidot 網站後，您會看到 Wikidot 網站的初始畫面，如下圖所示。其中側欄的頁面名稱為 nav:side，頂欄功能表的頁面名稱為 nav:top，網站管理介面的名稱為 admin:manage，而帳戶管理介面的名稱為 account:you，起始畫面預設為 start。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1781408910&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 09 Sep 2010 07:23:18 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>當您申請好網址，進入您所建立的 Wikidot 網站後，您會看到 Wikidot 網站的初始畫面，如下圖所示。其中側欄的頁面名稱為 nav:side，頂欄功能表的頁面名稱為 nav:top，網站管理介面的名稱為 admin:manage，而帳戶管理介面的名稱為 account:you，起始畫面預設為 start。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:interface/WikidotGuide.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:interface/WikidotGuide.png/medium.jpg" alt="WikidotGuide.png" class="image" /></a></div> <p>在每個頁面的最上方，都有一排 | Edit | History | Tags | Source | Explore » | ，其中筆者最常用的是 Edit 與 Source 的功能。您可以直接點選 Edit 編輯該頁面，也可以點選 Source 觀看該頁面的 Wiki 原始碼。</p> <p>在每個頁面的最下方，都有一排 | Edit | Tags | History | Files | Print | Site tools+ | Options |，其中筆者最常用的是 History 與 Files 功能。您可以透過點選 Files 連結將檔案上傳附加在該網頁中，或者透過 History 觀看該網頁總共被修改了幾次，Wikidot 會自動用版本管理系統儲存您每次的修改，萬一有修改錯的部份，您也可以透過按下 R 按鈕將它恢復。</p> <h1><span>建立新頁面</span></h1> <p>如果您要建立新頁面，可以在 Add a new page 的欄位中填入新頁面的名稱，或者直接在網址列上打入新頁面的網址，假如該頁面不存在，Wikidot 會問您是否要建立新頁面，如下圖所示。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:interface/WikidotCreateNewPage.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:interface/WikidotCreateNewPage.png/medium.jpg" alt="WikidotCreateNewPage.png" class="image" /></a></div> <h1><span>編輯頁面</span></h1> <p>如果該網頁已經存在，則 Wikidot 會顯示該頁面，您可以按下右上方的 Edit 連結開始編輯該頁面。</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/wi:interface/WikidotEditor.png"><img src="http://ccckmit.wdfiles.com/local--resized-images/wi:interface/WikidotEditor.png/medium.jpg" alt="WikidotEditor.png" class="image" /></a></div> <p>然後，您可以用簡單的 Wiki 語法，編輯網頁的內容，假如您不曉得語法，也可以直接用編輯框上面的按鈕，像是 H1 代表大標題，B 代表粗體、I 代表斜體等，這些按鈕會直接幫您加入對應的維基語法。</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1781408910" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>