English 中文(简体)
我能否使用/改编Kohaana用户guide模块,为我的申请创建帮助页?
原标题:Can I use/adapt the Kohana userguide module to create help pages for my application?

我愿利用Kohaana框架为应用Im大楼建立一个用户标识,我很想知道,我是否能够为此目的使用Kohaana用户化模块。

我理解如何为我创建的新模块添加用户名词,以及如何将我的班子列入APIC,但我想为实际应用用户而不是用户建造第二个单独的用户名。

首先,我认为我只是试图在PPPATH/guide中增加主要用户的求助页。 我尝试增加一个“申请/申请”目录,并在其中填上一个叫菜单的文件,但最后却把Kohaana菜单替换在使用方。 在将档案重新命名为菜单之后,它根本就没有显示。

因此,在我看来,我可以简单地将模块/用户/gu/门德/门德加起来,在我的评估中增加部分,同样也为每个评价部分增加标记文件。 但是,由于Kohaana文件与用户相关,对用户使用完全分开的用户标识确实会更好。

实现这一目标的最佳途径是什么? 我是否应当建立整个用户标识模块的重复,并修改路线和插图? 采用单元一版的用户标识,还是有一些办法? 或者,我完全 bar开错树? 是否还有其他一些模块/应用程序可以更好地为之建造“Help”网页?

Thanks in advance for your help!

问题回答

Yes, you can make docs for your application with the userguide. If you want examples, check out these links:

Note that you ll still get "api docs" and everything else, unless you change the config to hide them.





相关问题
Working with modules in IntelliJ IDEA

As I understand, using modules allows us to control some dependencies. I mean that we can allow one module to interact with another one but not vise versa. We also can make some reusable things and ...

Module import path

I m unable to test-run a cssparser that I d like to use. test.py: from css.parse import parse data = """ em { padding: 2px; margin: 1em; border-width: medium; border-style: ...

Problem modulating action script project

I am refactoring a hugh action script solution in Flash builder (beta 2) using the flex 4 sdk. The project does NOT use the mx framework. What i want to have is: A big MAIN project several small ...

Test modules with Test::Unit

I encountered a problem when trying to test a module with Test::Unit. What I used to do is this: my_module.rb: class MyModule def my_func 5 # return some value end end test_my_module.rb: ...

Drupal section accessible by role

I need to limit access of content on Drupal site based on the Drupal User s Role. http://site.com/managers/intro http://site.com/managers/reviews http://site.com/managers/up-for-raises The ...

How to find where a function was imported from in Python?

I have a Python module with a function in it: == bar.py == def foo(): pass == EOF == And then I import it into the global namespace like so: from bar import * So now the function foo is ...

How to wire two modules in Verilog?

I have written two modules DLatch and RSLatch and i want to write verilog code to join those two.

热门标签