Skip to content

Commit

Permalink
Add the first output pages
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Apr 8, 2012
1 parent f122c64 commit 126118e
Show file tree
Hide file tree
Showing 9 changed files with 4,963 additions and 584 deletions.
1,464 changes: 1,464 additions & 0 deletions changes-11.4.html

Large diffs are not rendered by default.

1,741 changes: 1,741 additions & 0 deletions changes-current.html

Large diffs are not rendered by default.

888 changes: 317 additions & 571 deletions changes.html

Large diffs are not rendered by default.

470 changes: 470 additions & 0 deletions classes-11.3.html

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions classes-11.4.html

Large diffs are not rendered by default.

463 changes: 463 additions & 0 deletions classes-current.html

Large diffs are not rendered by default.

36 changes: 23 additions & 13 deletions index.html
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset='utf-8'/>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<meta name="description" content="JDoc : Joomla! Documentation Builder"/>
<meta name="description" content="J!Doc : Joomla! Documentation Builder"/>

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">

<title>JDoc</title>
<title>J!Doc</title>
</head>

<body>
Expand All @@ -18,7 +18,7 @@
<header class="inner">
<a id="forkme_banner" href="https://github.com/elkuku/jdoc">Fork Me on GitHub</a>

<h1 id="project_title">JDoc</h1>
<h1 id="project_title">J!Doc</h1>

<h2 id="project_tagline">Joomla! Documentation Builder</h2>

Expand All @@ -34,28 +34,38 @@ <h2 id="project_tagline">Joomla! Documentation Builder</h2>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Welcome to JDoc Pages.</h3>
<h3>Welcome to the J!Doc Pages.</h3>
<h4>Changes in classes</h4>
<ul>
<li>
<a href="changes.html">Changes in classes</a>
<a href="changes-11.4.html">11.3 =&gt; 11.4</a>
</li>
<li>
<a href="changes-current.html">11.4 =&gt; current</a>
</li>
</ul>

<h4>Class list</h4>
<ul>
<li>
<a href="classes-11.3.html">11.3</a>
</li>
<li>
<a href="classes-11.4.html">11.4</a>
</li>
<li>
<a href="classes-current.html">current</a>
</li>
</ul>

<pre><code>
$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>

</section>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">JDoc maintained by <a href="https://github.com/elkuku">elkuku</a></p>

<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
<p class="copyright">JDoc is made with the help of <a href="https://github.com/theseer/phpdox">phpdox</a> and is maintained by <a href="https://github.com/elkuku">elkuku</a></p>
</footer>
</div>

Expand Down
4 changes: 4 additions & 0 deletions readme.md
@@ -0,0 +1,4 @@
J!Doc
========

The is the repository for the pages pulished at http://elkuku.github.com/jdoc/
4 changes: 4 additions & 0 deletions stylesheets/jdoc.css
Expand Up @@ -53,3 +53,7 @@ h2.state2 {
h3.note {
background-color: #ffc;
}

span.versionNr {
color: yellow;
}

0 comments on commit 126118e

Please sign in to comment.