forked from ohler55/ox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes
More file actions
28 lines (20 loc) · 907 Bytes
/
notes
File metadata and controls
28 lines (20 loc) · 907 Bytes
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
;; -*- mode: outline; outline-regexp: " *[-\+]"; indent-tabs-mode: nil -*-
^c^d hide subtree
^c^s show subtree
- changes for 1.2.15
- added support for JRuby
- added support for RBX
- TBDs
- dump - free flag on error
- streaming parsing
- SAX
- create a buffered reader
- keep two blocks and leapfrog
- if word spans blocks then create new buffer and copy into that or maybe memmove
- given a file name, open and start reading in blocks
- given an IO, start reading in blocks
- hints
xmllint --valid --noout --dtdvalid ../misc/ox.dtd --debug sample.xml
#rsync -vru --exclude ".*" --exclude "*~" --exclude "#*" --exclude misc --exclude "*.o" ~/code/ox/ ~/git/ox
rsync -vrI --exclude ".*" --exclude "*~" --exclude "#*" --exclude misc --exclude "*.o" ~/code/ox/ ~/git/ox
rsync -vrI --exclude ".*" --exclude "*~" --exclude "#*" --exclude misc --exclude "*.o" ~/git/ox/ ~/code/ox