Skip to content

Commit

Permalink
add the new book skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
LucFabresse committed Jan 5, 2015
1 parent 6538d28 commit 4b10d1f
Show file tree
Hide file tree
Showing 85 changed files with 157 additions and 408 deletions.
Binary file modified Metaclasses/figures/InspectingColor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/InspectingOrderedCollection.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/InstanceMessage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionBehavior.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionClassMessage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionMetaclassClass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionMetaclassClassClass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionMetaclassHierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedCollectionMetaclasses.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/SortedOrderedSendingNew.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentBehavior.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentClassMessage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentColorBlue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentEllipse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentMetaclassClass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentMetaclassClassClass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentMetaclassHierarchy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentMetaclasses.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Metaclasses/figures/TranslucentSendingNew.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 0 additions & 167 deletions _support/html/highlightjs/README.md

This file was deleted.

172 changes: 0 additions & 172 deletions _support/html/highlightjs/README.ru.md

This file was deleted.

19 changes: 19 additions & 0 deletions clean.sh
@@ -0,0 +1,19 @@
#!/usr/bin/env bash

# Exit immediately if a command exits with a non-zero status
set -e

PILLAR_COMMAND="./pillar"

if hash "pillar" 2>/dev/null; then
PILLAR_COMMAND="pillar"
fi

rm -fr .DS_Store Pharo.changes Pharo.image pharo-vm pharo-ui vm.sh vm-ui.sh pharo pillar package-cache stderr stdout book-result texput.log

for chapter in `$PILLAR_COMMAND show inputFiles`; do
dir=$(dirname $chapter)
# cd "${dir}"
rm -vf ${dir}/*.{aux,glo,idx,log,out,toc,url,synctex.gz,pier.pdf,pier.md,pier.tex,pier.html,pillar.pdf,pillar.md,pillar.tex,pillar.html,~}
# cd ..
done

0 comments on commit 4b10d1f

Please sign in to comment.