Skip to content

Commit

Permalink
Add stage in cleanup script that rewrites non-list articles.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Aug 14, 2017
1 parent 9340651 commit edc876c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions article/Perspective on Text Adventures.md
Expand Up @@ -75,3 +75,4 @@ Feedmark at some point. They're not permalinks yet.)
[Zork I]: Classic%20Text%20Adventures.md#zork-i
[African Adventure: In Search of Dr. Livingston]: Text%20Adventures%20of%20Note.md
[Write Your Own Adventure Programs for Your Microcomputer]: An%20Esolang%20Reading%20List.md

4 changes: 3 additions & 1 deletion article/Retrospective on Language Design.md
@@ -1,8 +1,9 @@
Retrospective on Language Design
================================

* publication-date: 15 Jul 2010
* original-title: Retrospective: Chris Pressey on Language Design
* publication-date: 15 Jul 2010


### Abstract

Expand Down Expand Up @@ -261,3 +262,4 @@ are simply difficult to fully conceive or implement —
[Unlikely]: http://catseye.tc/node/Unlikely
[Xigxag]: http://catseye.tc/node/Xigxag
[ZOWIE]: http://catseye.tc/node/ZOWIE

1 change: 1 addition & 0 deletions article/The Aesthetics of Esolangs.md
Expand Up @@ -176,3 +176,4 @@ one work of visual art which was *directly* inspired by an esolang, namely
[Computation: Finite and Infinite Machines]: http://catseye.tc/node/Computation:_Finite_and_Infinite_Machines
[Gerson Kurz]: http://esolangs.org/wiki/Gerson%20Kurz
[zzo38]: http://esolangs.org/wiki/User:Zzo38

9 changes: 8 additions & 1 deletion script/cleanup.sh
Expand Up @@ -8,6 +8,14 @@ feedmark --by-property article/*\ of\ Note.md \
article/Some\ Modern\ Retrogames.md \
article/Classic\ Computer\ Games.md article/Classic\ Text\ Adventures.md >/dev/null

# non-lists
feedmark "$ARTICLES/A Basic Theory of Video Games.md" \
"$ARTICLES/Blurry Memories of DOS Programming.md" \
"$ARTICLES/Perspective on Text Adventures.md" \
"$ARTICLES/The Aesthetics of Esolangs.md" \
"$ARTICLES/Retrospective on Language Design.md" \
--rewrite-markdown || exit 1

feedmark --check-against-schema=schema/Text\ adventure.md \
../The-Dossier/article/Text\ Adventures\ of\ Note.md ../The-Dossier/article/Classic\ Text\ Adventures.md \
--rewrite-markdown || exit 1
Expand All @@ -20,4 +28,3 @@ feedmark --check-against-schema=schema/Video\ game.md \
"$ARTICLES/Some Modern Retrogames.md" \
"$ARTICLES/Apple II Games of Note.md" \
--rewrite-markdown || exit 1

0 comments on commit edc876c

Please sign in to comment.