Skip to content

Commit

Permalink
docs links to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
oklai committed Jun 28, 2013
1 parent 1ccb028 commit cbc6748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
46 changes: 2 additions & 44 deletions index-zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,53 +63,11 @@ <h2>功能特性</h2>
<li><strong>跨平台:</strong>windows、linux、mac都能完美运行。</li>
</ul>

<h2>安装说明</h2>
<h2>文档</h2>
<p>
Sass编译功能需要系统已经安装好ruby。如果你是OS X用户,你已经安装好了ruby,最新版的OS X系统中已经包含ruby。windows用户可以在这里下载到ruby安装包程序<a href="http://rubyinstaller.org/downloads/" target="_blank">下载地址</a>。linux用户可以使用软件包管理器进行安装,如 Ubuntu 系统:<code>sudo apt-get install ruby</code>
请到这里查阅<a href="https://github.com/oklai/koala/wiki/%E4%B8%AD%E6%96%87wiki%E9%A6%96%E9%A1%B5">Koala中文wiki</a>
</p>

<h2>如何使用</h2>
<ul>
<li>第一步:把目录拖进窗口,或者点击左上角加号图标,选择需要编译的目录。添加后,右键目录元素支持更多操作。</li>
<li>第二步:在编辑器中编写代码。</li>
<li>第三步:完成!文件保存后,koala会在后台进行编译。</li>
</ul>

<h2>常见问题</h2>
<ul>
<li>
<h4>如何更改CSS、JS文件输出目录?</h4>
<p>点击输出路径旁边的 <img src="images/screenshots/icon-changeoutput.jpg" alt=""> 图标,或者右键文件元素,点击“更改输出路径”,选择你需要保存的目录。</p>
</li>
<li>
<h4>如何设置编译选项?</h4>
<p>选中目标文件,在右侧展开的选项面板中设定。点击“执行编译”将立即执行一个编译。</p>
</li>
<li>
<h4>如何设置默认编译选项?</h4>
<p>打开程序设置面板,可以在里面设置默认编译选项,确定后立即生效。这样,后面添加的文件就会使用默认设置了。</p>
</li>
<li>
<h4>如何过滤指定的规则的文件?</h4>
<p>
在设置面板中的“过滤文件”选项中设定规则,支持多个规则,以英文逗号","分割。
<br>Example: *.src.less,*.lib.coffee
<br>这样,添加文件时,凡是以".src.less"或".lib.coffee"结尾的文件都不会添加进来。
</p>
</li>
<li>
<h4>如何切换中文/英文界面?</h4>
<p>Koala当前支持两种语言。在设置面板中选择语言选项,将在程序重启后生效。</p>
</li>
<li>
<h4>如何调试Less & Sass?</h4>
<p>
Chrome与Firefox都支持调试Less、Sass,可以看到css代码对应的文件与行号。<br>
具体设置方法:<a target="_blank" href="http://oklai.name/2013/03/%E5%A6%82%E4%BD%95%E8%B0%83%E8%AF%95less-sass/">如何调试less&sass</a>
</p>
</li>
</ul>

<h2>支持</h2>
<p>
如果你在使用的过程中遇到了问题,你可以在这里创建一个问题反馈:<a href="https://github.com/oklai/koala/issues/new">Github issue tracker</a><br>
Expand Down
32 changes: 2 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,38 +62,10 @@ <h2>Features</h2>
<li><strong>Cross-platform:</strong> koala can run in windows, linux and mac.</li>
</ul>

<h2>Installation Guide</h2>
<h2>Docs</h2>
<p>
The Sass compiled function need system has been installed ruby. If you’re using OS X, you’ll already have Ruby installed. Windows users can install Ruby via <a href="http://rubyinstaller.org/downloads/" target="_blank">the Windows installer</a>, and Linux users can install it via their package manager.
Please see the wiki of koala <a href="https://github.com/oklai/koala/wiki">here</a>.
</p>

<h2>How to use</h2>
<ul>
<li>Dragging & dropping your project folder into the window directly or Click the "+" icon in the upper left corner to select a folder ;click right mouse button in the project element, support more operations.</li>
<li>Write code with you favorite editor.</li>
<li>Done! The code has been automatically compiles.</li>
</ul>

<h2>FAQ</h2>
<ul>
<li>
<h4>How to change css & js file output folder?</h4>
<p>Click on the output path next to the icon <img src="images/screenshots/icon-changeoutput.jpg" alt=""> , Or right-click on the file element, select "Change Output Path" menu.</p>
</li>
<li>
<h4>How to set compile options?</h4>
<p>Select the target file, and set options in the expanded panel on the right. Click on the "compile" button will execute compilation immediately.</p>
</li>
<li>
<h4>How to set the default compile options?</h4>
<p>Open the program Settings panel, the default compile options can be set inside, and take effect immediately. The files added later will be using the default settings.</p>
</li>
<li>
<h4>How to filter the files specified in the rules?</h4>
<p>In the "filter file" option in the Settings panel to set rules, support multiple rules, Split width Comma ",".
<br>Example: *.src.less,*.lib.coffee . Add files, all in ".src.less" or ".lib.coffee" at the end of the file is not added.</p>
</li>
</ul>

<h2>Support</h2>
<p>
Expand Down

0 comments on commit cbc6748

Please sign in to comment.