Skip to content

Commit

Permalink
v0.4 -> v0.4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahack committed Aug 31, 2015
1 parent aa0957c commit 4a0c61c
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions INSTALL.md
Expand Up @@ -9,7 +9,7 @@ Aller directement à :
* Windows :
* édition avec SciTE :
* [instructions](#user-content-scite)
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.4/microalg_0.4.zip)
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.4.04/microalg_0.4.04.zip)
correspondant aux instructions
* Autre (sauf Mac) :
* [édition avec SciTE](#user-content-scite-1)
Expand Down Expand Up @@ -69,7 +69,7 @@ convient (sans lien, c’est que la section n’est pas encore rédigée) :

## Installer sur son site

* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.zip).
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.04.zip).
* Extraire quelque part dans l’arborescence de votre site.
* Ajuster des URLS codées en dur (un jour, elles seront configurables) dans
`web/ide_injections.js` :
Expand Down Expand Up @@ -118,7 +118,7 @@ d’un `.exe`. On est aussi là pour faire un peu d’informatique.
#### Hors ligne

* MicroAlg
* Télécharger [ce zip](https://github.com/Microalg/Microalg/releases/download/v0.4/microalg_0.4.zip).
* Télécharger [ce zip](https://github.com/Microalg/Microalg/releases/download/v0.4.04/microalg_0.4.04.zip).
* Extraire l’archive quelque part, disons dans un dossier `microalg` de
façon à avoir `microalg\INSTALL.md`, puis supprimer cette archive.
* Un serveur (au choix)
Expand Down Expand Up @@ -150,10 +150,10 @@ avec le bon numéro de `version` bien sûr.
#### SciTE

Vous pouvez télécharger le résultat des instructions suivantes
[directement ici](https://github.com/Microalg/Microalg/releases/download/v0.4/microalg_0.4.zip).
[directement ici](https://github.com/Microalg/Microalg/releases/download/v0.4.04/microalg_0.4.04.zip).

* MicroAlg
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.zip)
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.04.zip)
* Extraire l’archive quelque part, puis supprimer cette archive.
* Obtenir un dossier contenant les différents fichiers de l’archive (et non
contenant un dossier seul contenant ces fichiers).
Expand Down Expand Up @@ -259,7 +259,7 @@ avec le bon numéro de `version` bien sûr.

* MicroAlg
* Récupérer les fichiers
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.zip)
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.04.zip)
* Extraire l’archive quelque part, puis supprimer cette archive.
* Obtenir un répertoire contenant les différents fichiers de l’archive (et
non contenant un répertoire seul contenant ces fichiers).
Expand Down Expand Up @@ -310,7 +310,7 @@ Pour la sortie graphique :
versions :
`git clone http://github.com/Microalg/Microalg.git microalg`
* Sinon à partir d’une archive inerte :
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.zip)
* Télécharger [ce zip](https://github.com/Microalg/Microalg/archive/v0.4.04.zip)
* Extraire l’archive quelque part, puis supprimer cette archive.
* Obtenir un répertoire contenant les différents fichiers de l’archive (et
non contenant un répertoire seul contenant ces fichiers).
Expand Down
2 changes: 1 addition & 1 deletion malg
@@ -1,6 +1,6 @@
#!/bin/sh

echo "MicroAlg 0.4 (PicoLisp)"
echo "MicroAlg 0.4.04 (PicoLisp)"
echo

# http://stackoverflow.com/questions/242538/unix-shell-script-find-out-which-directory-the-script-file-resides#1638397
Expand Down
2 changes: 1 addition & 1 deletion malg-j
@@ -1,6 +1,6 @@
#!/bin/sh

echo "MicroAlg 0.4 (Ersatz)"
echo "MicroAlg 0.4.04 (Ersatz)"
echo

# http://stackoverflow.com/questions/242538/unix-shell-script-find-out-which-directory-the-script-file-resides#1638397
Expand Down
2 changes: 1 addition & 1 deletion malg-j.bat
@@ -1,5 +1,5 @@
@echo off
echo MicroAlg 0.4 (Ersatz)
echo MicroAlg 0.4.04 (Ersatz)
echo.
SET MICROALG_DIR=%~dp0
SET ERSATZ_DIR=%MICROALG_DIR%\ersatz
Expand Down
2 changes: 1 addition & 1 deletion malg-njs
@@ -1,6 +1,6 @@
#!/bin/sh

echo "MicroAlg 0.4 (NodeJS + EmuLisp)"
echo "MicroAlg 0.4.04 (NodeJS + EmuLisp)"
echo

# http://stackoverflow.com/questions/242538/unix-shell-script-find-out-which-directory-the-script-file-resides#1638397
Expand Down
2 changes: 1 addition & 1 deletion malg-njs.bat
@@ -1,6 +1,6 @@
@echo off
set NODE_PATH=%USERPROFILE%\AppData\Roaming\npm\node_modules;"%NODE_PATH%"
echo MicroAlg 0.4 (NodeJS + EmuLisp)
echo MicroAlg 0.4.04 (NodeJS + EmuLisp)
echo.
SET MICROALG_DIR=%~dp0
SET EMULISP_DIR=%MICROALG_DIR%\emulisp
Expand Down
2 changes: 1 addition & 1 deletion malg-rjs
@@ -1,6 +1,6 @@
#!/bin/sh

echo "MicroAlg 0.4 (RhinoJS + EmuLisp)"
echo "MicroAlg 0.4.04 (RhinoJS + EmuLisp)"
echo

# http://stackoverflow.com/questions/242538/unix-shell-script-find-out-which-directory-the-script-file-resides#1638397
Expand Down
2 changes: 1 addition & 1 deletion malg-rjs.bat
@@ -1,5 +1,5 @@
@echo off
echo MicroAlg 0.4 (Rhino + EmuLisp)
echo MicroAlg 0.4.04 (Rhino + EmuLisp)
echo.
SET MICROALG_DIR=%~dp0
SET EMULISP_DIR=%MICROALG_DIR%\emulisp
Expand Down
2 changes: 1 addition & 1 deletion microalg.l
@@ -1,4 +1,4 @@
(setq version "0.4")
(setq version "0.4.04")
(put 'version 'text (pack "MicroAlg version " version))
(setq apropos
"L’idée de MicroAlg est née lors d’une formation ISN, de la frustration due à
Expand Down
2 changes: 1 addition & 1 deletion microalg_tests.malg
@@ -1,7 +1,7 @@
(setq !testing T)
(setq tests
(list
'(= "0.4" version)
'(= "0.4.04" version)
# Affichage
'(= "Bonjour tout le monde !" (prog (Afficher "Bonjour tout le monde !") *LastStdOut))
'(= "" (prog (Afficher "") *LastStdOut))
Expand Down

0 comments on commit 4a0c61c

Please sign in to comment.