File: index.xhtml

package info (click to toggle)
ruby-ramaze 2012.12.08-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,060 kB
  • ctags: 1,200
  • sloc: ruby: 10,446; makefile: 8
file content (45 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<p>
    Congratulations, Ramaze is running fine and you can start working on your application.
</p>

<p>
    You can play around with this prototype by changing the following:
</p>

<ul>
    <li>
        <code>view/index.xhtml</code>: the content of this page.
    </li>
    <li>
        <code>layout/default.xhtml</code>: the layout for this page.
    </li>
    <li>
        <code>controller/main.rb</code>: the controller responsible for server this page.
    </li>
</ul>

<p>
    For more information, check out <a href="http://ramaze.net">ramaze.net</a> and
    <a href="http://ramaze.net/documentation/index.html">the documentation</a>.
    <br />
    You can also read the
    <a href="http://doc.rubyists.com/ramaze%2binnate/">YARD documentation</a>
    or browse around the <a href="https://github.com/ramaze/ramaze">Ramaze source code</a>.
</p>

<p>
    For help with Ramaze, visit
    <a href="irc://chat.freenode.net/ramaze">#ramaze on irc.freenode.net</a>.
    <br />
    You can use <a href="http://embed.mibbit.com/?server=irc.freenode.net&amp;channel=%23ramaze,%23ruby-lang&amp;forcePrompt=true">Mibbit</a>,
    an AJAX based IRC client or
    <a href="http://java.freenode.net/?channel=ramaze">
        the official freenode irc java applet
    </a>.
</p>

<p>
    Feel free to post to the
    <a href="https://groups.google.com/forum/#!forum/ramaze">Ramaze Google Group</a>, your
    first mail has to go through moderation, so please be patient.
</p>