Skip to content

Commit a46032f

Browse files
Improve documentation
FossilOrigin-Name: 567c8cc3f643823a14f1bbe50722baafc296086e907e3ea7752a88e78f035119
1 parent 32bbf27 commit a46032f

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

ACKNOWLEDGMENTS.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Acknowledgments
22
:author: Marcos Cruz (programandala.net)
3-
:revdate: 2017-12-13
3+
:revdate: 2020-03-01
44

55
// This file is part of Solo Forth
66
// http://programandala.net/en.program.solo_forth.html
@@ -28,8 +28,8 @@ alphabetical order:
2828
- eForth (for DOS), by Bill Muench, 1989..1997.
2929
- F83 (for CP/M and DOS), by Mike Perry and Henry Laxen, 1984.
3030
- Forth Foundation Library, by Dick van Oudheusden, <2006..2015.
31-
- Galope (library for Gforth), by Marcos Cruz, 2012..2017.
32-
- Gforth, by Anton Ertl, Bernd Paysan et al., 1995..2017.
31+
- Galope (library for Gforth), by Marcos Cruz, 2012..2020.
32+
- Gforth, by Anton Ertl, Bernd Paysan et al., 1995..2020.
3333
- hForth (Z80 RAM model v0.9.9), by Wonyong Koh, 1995.
3434
- IsForth (version 1.23b for Linux), by Mark I. Manning IV, c.
3535
2001..2012.

README.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
= Solo Forth
22
:author: Marcos Cruz (programandala.net)
3-
:revdate: 2020-02-29
3+
:revdate: 2020-03-08
44
:toc:
55
:linkattrs:
66

77
// This file is part of Solo Forth
88
// http://programandala.net/en.program.solo_forth.html
99

10-
// Last modified: 202002291947
10+
// Last modified: 202003081418
1111

1212
// Description {{{1
1313
== Description
@@ -95,8 +95,9 @@ The motivation behind Solo Forth is double:
9595
fig-Forth in these computers. In fact, it can run on ZX Spectrum 48
9696
as well. The only difference was that on ZX Spectrum 128 the
9797
RAM-disk was bigger and used banked memory. Beside, this Forth-83
98-
port is built by metacompilation, therefore it was very hard to
99-
adapt to disk-drives or use it as a cross-development system.
98+
port is built by metacompilation, therefore it would be very
99+
difficult to adapt to disk-drives or use it as a cross-development
100+
system.
100101

101102
The development of Solo Forth started on 2015-05-30, from the
102103
disassembled code of Abersoft Forth. Some ideas and code were reused

TO-DO.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Solo Forth TO-DO
22
:author: Marcos Cruz (programandala.net)
3-
:revdate: 2020-02-29
3+
:revdate: 2020-03-03
44

55
// This file is part of Solo Forth
66
// http://programandala.net/en.program.solo_forth.html
@@ -956,6 +956,11 @@ Improve tab control.
956956
// Documentation {{{1
957957
== Documentation
958958

959+
=== 2020-03-03
960+
961+
Note: «English isn’t my first language, so please excuse any mistakes,
962+
etc.» Corrections, contact.
963+
959964
=== 2020-02-29
960965

961966
- Fix rendering of footnotes in all formats (PDF, HTML and EPUB),

src/doc/manual_skeleton.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
// This file is part of Solo Forth
1111
// http://programandala.net/en.program.solo_forth.html
1212

13-
// Last modified: 202003012156
13+
// Last modified: 202003050123
1414

15+
ifdef::backend-html5[]
1516
toc::[]
17+
endif::[]
1618

1719
// =============================================================
1820

0 commit comments

Comments
 (0)