Skip to content

Commit

Permalink
cleaning2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucFabresse committed Apr 1, 2020
1 parent 289a2c7 commit 200d48c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 116 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ stdout
/PharoDebug.log
/auto
mustache
/TinyBlogImages5
/TinyBlogImages6
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ script:

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- mv _result/pdf/book.pdf Tiny.pdf
- bash upload.sh Tiny.pdf
- mv _result/pdf/book.pdf TinyBlog-FR.pdf
- bash upload.sh TinyBlog-FR.pdf

branches:
except:
Expand Down
108 changes: 0 additions & 108 deletions download.sh

This file was deleted.

6 changes: 2 additions & 4 deletions pillar.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"base_url": "/booklet-ReflectiveCore/html",
"base_url": "/TinyBlog-FR/html",
"site_name": "TinyBlog",
"title":"TinyBlog: Créer votre Première Application Web avec Pharo",
"attribution":"Olivier Auverlot, Stéphane Ducasse et Luc Fabresse",
"series": "The Pharo TextBook Collection",
"keywords": "tutoriel, développement web, Seaside, Pharo, Mongo, Smalltalk",
"language": "en-UK",
"language": "fr-FR",
"epub-id": "urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809",
"tocFile": "index.pillar",
"latexWriter" : #'latex:sbabook',
"plugins": ["PRCitationTransformer"],
"bibFile": "others.bib",
"newLine": #unix,
"htmlWriter": #html
}

0 comments on commit 200d48c

Please sign in to comment.