./README.md in runeblog-0.1.67 vs ./README.md in runeblog-0.1.68
- old
+ new
@@ -1,8 +1,14 @@
-<div float="left"><image src="raido.png"></div>
+<div float="left" align="left">
<p>
+<p>
+
+<img src="raido.png" width="196" height="275" align="left"></img>
+</div>
+<p>
+
# runeblog
Runeblog is a blogging tool written in Ruby. It has these basic characteristics:
<p>
* It is usable entirely from the command line
@@ -37,11 +43,11 @@
* _All the views will be managed the same way in the same place, and they will all share common data.
* Any post can easily be included in a single view, in more than one, or in all of them.
* Each view can have its own look and feel, and it can be linked/published separately from the others.
* Each view can be hosted in a different location and/or a different server and domain
* Any post can be in more than one view
-## The `blog environment
+## The `[blog] environment
There is a command-line tool called <font size=+1><tt>blog</tt></font> which is a REPL (read-eval-print loop).
Note that this tool is a curses-based environment (mainly so it can display menus
and such to the user).
<p>
@@ -73,13 +79,13 @@
relink Regenerate index for all views (MAY CHANGE)
rebuild Regenerate all posts and relink (MAY CHANGE)
deploy Deploy (current view)
</pre>
## Getting started
-But when you first run the REPL, it checks for an existing blog under the <font size=+1><tt>.blog</tt></font>
-directory. If it doesn't find one, it asks whether you want to create a new blog.
-If you enter <font size=+1><tt>y</tt></font> for yes, it creates a sort of "skeleton" with a single view
-called <font size=+1><tt>est_view</tt></font>.
+But when you first run the REPL, it checks for an existing blog repository under
+the <font size=+1><tt>.blog</tt></font> directory. If it doesn't find one, it asks whether you want to create
+a new blog repo. If you enter <font size=+1><tt>y</tt></font> for yes, it creates a sort of "skeleton" with a
+single view called <font size=+1><tt>test_view</tt></font>.
<p>
The next thing you should do is to create at least one view of your own. Use the
<font size=+1><tt>new view</tt></font> command for this.
<p>