public
Description: Modern version of Ido learning book.
Clone URL: git://github.com/dpc/ido-skolo.git
ido-skolo / 00.text.html
100644 75 lines (66 sloc) 2.276 kb
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en-GB" lang="en-GB">
    <head>
<title>Ido-skolo</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
<!-- created using md2html script -->
<h1>Ido-skolo</h1>
 
<h2>Introduction</h2>
<p>This project goal is to give Ido-Skolo more modern form.
</p>
<p>Because Ido-skolo was originally written in pure ASCII, I've decided
   to adopt it to <a href="http://dpc.wikidot.com">Markdown</a> and then generate good-looking html outputs.
</p>
<p>The original book is published here: <a href="http://www.geocities.com/bebsonido/">Ido-Skolo</a>.
</p>
<p>I'm not really sure how to contact the autor about the license and such, but
   I hope he will not complain. When I'll be able to talk with him I will try to
   ask. I wish to publish this on as liberal license possible. For now - you
   can probably just use all of this for you own purpose without fear.
</p>
 
<h2>Downloads</h2>
<p>You can also download Ido-skolo in pdf/odt format:
</p>
<ul>
 <li>
     <a href="ido-skolo-landscape-8pt.odt">ido-skolo-landscape-8pt.odt</a>
 </li>
 
 <li>
     <a href="ido-skolo-landscape-8pt.pdf">ido-skolo-landscape-8pt.pdf</a>
 </li>
 
 <li>
     <a href="ido-skolo.txt">ido-skolo.txt</a>
 </li>
</ul>
<p>I've created *.pdf for printing purposes and use *.txt as the source for
   my modifications.
</p>
 
<h2>Development</h2>
<p>The current status of this project is that I've just stared. I plan to convert
   all parts into nice html form and then maybe translate them into my native (Polish) language one day.
</p>
<p>If you want to help me - just contact me - you can find my homepage here: <a href="http://dpc.wikidot.com">dpc.wikidot.com</a>
</p>
 
<h2>Chapter list</h2>
<ul>
 <li>
     <a href="00.text.html">00</a>
 </li>
 
 <li>
     <a href="01.text.html">01</a>
 </li>
</ul>
<div id="footer">
    <a href="http://daringfireball.net/projects/markdown/"
       id="poweredByMarkdown">Powered by
    Markdown</a>
  <a href="http://dpc.wikidot.com/lab:md2html"
       id="poweredByMarkdown">Generated by
    md2html</a>
 
</div>
    </body>
</html>