Skip to content

Commit cf21cd9

Browse files
committed
updating readme for release
1 parent 699ab07 commit cf21cd9

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For HTTPS setup, execute the `build.sh` script found in the `scripts` directory:
2828
```bash
2929
$ git clone https://github.com/pillar-markup/pillar.git
3030
$ cd pillar
31-
$ git checkout v10.1.0
31+
$ git checkout v10.4.0
3232
$ chmod a+x ./scripts/build.sh
3333
$ ./scripts/build.sh
3434
```
@@ -83,7 +83,7 @@ To make the `pillar` command available in your shell you can:
8383
```bash
8484
ln -s $PILLAR_HOME/build/pillar ~/bin/pillar
8585
```
86-
- or add the build folder into the your `PATH` environment variable, for example by adding into your `.bashrc` (or shell startup):
86+
- or add the build folder into your `PATH` environment variable, for example by adding into your `.bashrc` (or shell startup):
8787
```bash
8888
export PATH="$PATH:$PILLAR_HOME/build"
8989
```
@@ -106,7 +106,6 @@ Install a `LaTeX` distribution such as [MiKTeX](https://miktex.org/) and install
106106
107107
#### Tailored installation (for non-full lovers)
108108
Producing pdf documents with Pillar requires a `LaTeX` installation with certain packages.
109-
Pillar 7.7.3 introduced the possibility to use LaTeX 2018 or the rolling version of 2019.
110109
Check the ensure-deps.sh files and the support/latex.
111110
112111
## Getting started
@@ -145,10 +144,8 @@ It builds by default the export format found in `pillar.conf` at `defaultExport`
145144
146145
**pillar updateTemplate**
147146
148-
**pillar serve**
149-
150147
## Contributing to Pillar
151-
The current pillar version is being developped using [Pharo12](www.pharo.org).
148+
The current pillar version is being developed using [Pharo12](www.pharo.org).
152149
To contribute, the easiest way to to follow the previous scripts and send PullRequests.
153150
Use the latest dev as a root for your changes.
154151
@@ -178,8 +175,25 @@ The following script can be useful if you develop using the launcher and want to
178175
179176
### For Pharo 12
180177
The development of Pillar and Microdown are now in Pharo 12.
181-
- V10.1.0 Introduces new template for slides - microdown-mooc (based on extension <!slide...!>) and microdown-headerformat-mooc (using top-level header as slide definition marker. It sses Microdown v2.5.5.
182-
- v10.0.1 Introduce figure arguments in caption instead of url for better integration with Github.
178+
179+
- v10.4.0
180+
- Cleaned archetypes
181+
- New documentation inside the bod-book template with the full syntax explained.
182+
- Uses Microdown V2.7.1: introduces new elements to support Foliage and web generation. It improves the document checker. Now the following analyses are reported: duplicated anchors, references to unexisting anchors, unreferenced figures, missing figure files, and missing input files.
183+
- It has been tested with the bod-book updated archetype.
184+
185+
- v10.2.0
186+
- New book checkers: checks for undefined or duplicated anchors, bogus inputfile
187+
- Support for slides as header e.g. # a nice title
188+
Conversion of slides from pillar to Microdown
189+
- Nicer support for extension e.g. {!comment|contents=sd thinks there is something fishy!} now can be expressed as {!comment|sd thinks there is something fishy!}`
190+
- Cleaned book. Now pillar archetype bod-book can fully build on GH - check the workflows files that are automatically installed.
191+
- Two new archetypes are proposed: microdown-mooc and microdown-headerformat-mooc.
192+
- Support for github actions with LaTeX.
193+
194+
- v10.1.0
195+
Introduces new template for slides - microdown-mooc (based on extension <!slide...!>) and microdown-headerformat-mooc (using top-level header as slide definition marker. It uses Microdown v2.5.5.
196+
- v10.0.1 Introduces figure arguments in caption instead of url for better integration with Github.
183197
- v10.0.0 bug fix with some links problems due to new inline parser.
184198
185199
### For Pharo 11

archetypes/bod-book/sample/Chapters/Chapter2/chapter2.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,4 @@ Code blocks are often used to define extensions. The `MicCodeBlockValidator` def
113113

114114
### Conclusion
115115

116-
Microdown is more than a Markdown language. In addition, to be extensible and having nice features such as references or anchors, it is a symbiotic markdown for Pharo. It gives authors of Pharo books a clear advantage with powerful extensions and tools that make them more efficient.
117-
118-
119-
120-
121-
122-
116+
Microdown is more than a Markdown language. In addition, to be extensible and having nice features such as references or anchors, it is a symbiotic markdown for Pharo. It gives authors of Pharo books a clear advantage with powerful extensions and tools that make them more efficient.

0 commit comments

Comments
 (0)