├── .gitignore
├── sample-slides.pdf
├── w3c.json
├── tests
├── escapes-01.test
├── bom-01.test
├── links-14.test
├── links-04.test
├── links-01.test
├── links-02.test
├── links-03.test
├── links-05.test
├── links-13.test
├── links-15.test
├── links-10.test
├── links-26.test
├── links-07.test
├── links-16.test
├── links-29.test
├── links-33.test
├── links-34.test
├── links-35.test
├── links-06.test
├── links-12.test
├── links-17.test
├── links-36.test
├── links-08.test
├── links-32.test
├── links-11.test
├── links-18.test
├── links-28.test
├── links-21.test
├── links-20.test
├── links-30.test
├── links-09.test
├── links-19.test
├── links-23.test
├── links-27.test
├── links-24.test
├── links-25.test
├── scribenick-03.test
├── draft-04.test
├── draft-03.test
├── repo-01.test
├── repo-02.test
├── urldisplay-01.test
├── urldisplay-02.test
├── rrsagent-02.test
├── subst-01.test
├── repo-03.test
├── slide-2.test
├── logo-01.test
├── draft-01.test
├── draft-02.test
├── urldisplay-03.test
├── logo-05.test
├── chairs-03.test
├── scribeirc-02.test
├── logo-02.test
├── subst-04.test
├── repo-05.test
├── slide-4.test
├── repo-06.test
├── repo-07.test
├── chairs-05.test
├── image-07.test
├── repo-04.test
├── chairs-01.test
├── urldisplay-07.test
├── chairs-02.test
├── scribeirc-03.test
├── logo-03.test
├── multscribes-03.test
├── subst-03.test
├── scribenick-09.test
├── topics-01.test
├── scribeirc-01.test
├── zakim-02.test
├── recording-06.test
├── slide-1.test
├── regrets-01.test
├── zakim-04.test
├── logo-04.test
├── zakim-03.test
├── crlf-yahoo-01.test
├── spacecont-03.test
├── chairs-04.test
├── id-01.test
├── scribenick-05.test
├── links-31.test
├── image-02.test
├── urldisplay-06.test
├── spacecont-04.test
├── substcont-01.test
├── substcont-02.test
├── present-01.test
├── repo-08.test
├── oldstyle-01.test
├── urldisplay-04.test
├── present-03.test
├── repo-09.test
├── oldstyle-02.test
├── present-02.test
├── scribenick-07.test
├── image-04.test
├── image-01.test
├── present-04.test
├── slide-3.test
├── image-03.test
├── spacecont-01.test
├── math-02.test
├── collapse-01.test
├── noscribe-02.test
├── recording-01.test
├── subst-07.test
├── substcont-04.test
├── noscribe-01.test
├── substcont-03.test
├── spacecont-02.test
├── cont-07.test
├── multscribes-01.test
├── multscribes-02.test
├── style-01.test
├── keeplines-01.test
├── style-02.test
├── nextmtg-01.test
├── image-06.test
├── collapse-02.test
├── recording-04.test
├── scribenick-13.test
├── scribenick-06.test
├── subst-05.test
├── yahoo-01.test
├── recording-05.test
├── smiley-01.test
├── urldisplay-05.test
├── multscribes-04.test
├── actions-01.test
├── image-05.test
├── recording-02.test
├── noscribe-03.test
├── cont-08.test
├── zakim-01.test
├── encoding-01.test
├── id-02.test
├── substcont-05.test
├── cont-01.test
├── scribenick-12.test
├── cont-03.test
├── scribenick-04.test
├── substcont-06.test
├── subst-02.test
├── repo-10.test
├── cont-02.test
├── repo-15.test
├── subst-06.test
├── actions-02.test
├── scribenick-11.test
├── cont-09.test
├── multscribes-05.test
├── namedanchor-01.test
├── actions-03.test
├── cont-04.test
├── diagnostics-01.test
├── actions-04.test
├── cont-05.test
├── proposed-01.test
├── error-01.test
├── subtopics-01.test
├── underscore-01.test
├── scribenick-10.test
├── recording-03.test
├── namedanchor-03.test
├── namedanchor-04.test
├── namedanchor-02.test
├── queue-01.test
├── speaker-01.test
├── speaker-03.test
├── present-05.test
├── subst-08.test
├── speaker-02.test
├── urldisplay-09.test
├── scribenick-08.test
├── agenda-01.test
├── subtopics-02.test
├── regrets-02.test
├── cont-06.test
├── repo-11.test
├── repo-14.test
├── resolution-01.test
├── subst-10.test
├── math-03.test
├── issue-01.test
├── arrow-01.test
├── emphasis-03.test
├── recording-07.test
├── strawpoll-01.test
├── emphasis-01.test
├── emphasis-04.test
├── cjk-01.test
├── verbatim-01.test
├── emphasis-02.test
├── subst-09.test
├── zakim-05.test
├── backslash-01.test
├── repo-13.test
├── trackbot-01.test
├── cont-10.test
├── rrsagent-03.test
├── scribenick-02.test
├── urldisplay-08.test
└── mirc-text-01.test
├── .htaccess
├── .github
└── workflows
│ └── test.yml
├── .gitattributes
├── README
├── Makefile
└── COPYING
/.gitignore:
--------------------------------------------------------------------------------
1 | *~
2 | tests/*.log
3 | tests/*.result
4 | tmp.html
5 |
--------------------------------------------------------------------------------
/sample-slides.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/scribe2/HEAD/sample-slides.pdf
--------------------------------------------------------------------------------
/w3c.json:
--------------------------------------------------------------------------------
1 | {
2 | "contacts": ["bert-github"]
3 | , "repo-type": "tool"
4 | , "policy": "restricted"
5 | }
6 |
--------------------------------------------------------------------------------
/tests/escapes-01.test:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | # Test if HTML delimiters are escaped
4 |
5 | echo " & " | \
6 | perl scribe.perl | \
7 | grep '<img/> & <link>'
8 |
--------------------------------------------------------------------------------
/tests/bom-01.test:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | # Test if a BOM is accepted.
4 |
5 | LC_ALL=C
6 | echo $'\xEF'$'\xBB'$'\xBF'"