readme: add roadmap; minor changes

This commit is contained in:
rolux 2012-06-25 16:41:12 +02:00
parent 56b4013f0c
commit c85d99202d
3 changed files with 6 additions and 1 deletions

View file

@ -20,3 +20,5 @@
<p>If you're making changes to <code>OxJS</code> (methods, widgets, modules, etc.), make them in <code>source/</code>, not in <code>dev/</code>. <code>dev/</code> contains symlinks to <code>source/</code> (plus some json files to tell <code>Ox.load</code> which resources to include), so your edits will be live.</p>
<p>To add or remove files, or to rebuild the production version, run <code>/tools/build/build.py</code>. This will update both <code>build/</code> and <code>dev/</code> from <code>source/</code>.</p>
<p>For more, see the <a href="#examples">examples</a> section.</p>

View file

@ -1,3 +1,3 @@
<h1><b>Examples</b></h1>
<p>A growing list of annotated examples. You're invited to <a href="#development">contribute</a>.</p>
<p>For a comprehensive demo of <code>Ox.UI</code>, take a look at <a href="https://pan.do/ra#demo">pan.do/ra</a>.</p>
<p>For a comprehensive demo of <code>Ox.UI</code>, take a look at <a href="https://pan.do/ra#demo" target="_blank">pan.do/ra</a>.</p>

3
readme/roadmap.html Normal file
View file

@ -0,0 +1,3 @@
<h1>Roadmap</h1>
<p>Nothing to see here yet, please move along...</p>