about summary refs log tree commit diff stats
path: root/readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'readme.html')
-rw-r--r--readme.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/readme.html b/readme.html index a42f9a9..bb1ad19 100644 --- a/readme.html +++ b/readme.html
@@ -131,6 +131,26 @@ look at readme.st to get a better feel for the syntax.</p>
131 131
132<i>todo</i> 132<i>todo</i>
133 133
134<h2>Issues</h2>
135
136<h3>Debugging</h3>
137<p>Because shell's debugging tools are pretty bad,
138and because of the multiple layers involved with
139<code>subtext</code>
140it can be pretty hard to debug.
141It would be nice to figure out a way around this.</p>
142
143<h3>Shell quoting issues</h3>
144<p>If you've programmed in shell at all,
145you'll know that quoting is ... difficult,
146to say the least.
147Because
148<code>subtext</code>
149expands to shell forms, it's vulnerable to similar issues
150&ndash; especially on
151<code>.</code>
152lines.</p>
153
134<h2>Contributing</h2> 154<h2>Contributing</h2>
135<p>Send me an email or whatever :) 155<p>Send me an email or whatever :)
136This project is licensed under the BSD-3 license. 156This project is licensed under the BSD-3 license.