Parcourir la source

Trying to improve README

 + Add link to the description page ocla.ml
 + Trying to add line return
 + Run oasis setup
Leo il y a 9 ans
Parent
commit
52540135b9
3 fichiers modifiés avec 9 ajouts et 8 suppressions
  1. 3 3
      README.md
  2. 1 1
      _oasis
  3. 5 4
      setup.ml

+ 3 - 3
README.md

@@ -1,13 +1,13 @@
 <!--- OASIS_START --->
-<!--- DO NOT EDIT (digest: 06905f45e0c08ac02c36b777ffb9d8ba) --->
+<!--- DO NOT EDIT (digest: 394ede4fa25bb8f94c446a1dc9439a07) --->
 
 OcLaunch - Launch commands automagically
 ========================================
 
 OcLaunch is a command-line tool to launch successively (each time the program
 is called) commands. It is designed to be used with any program, interactive
-or not. Feedback is welcome at leowzukw@vmail.me. Help at
-http://oclaunch.eu.org. Try it, it works automagically!
+or not. Feedback is welcome at contact@oclaunch.eu.org.<br/> Detailed
+presentation at http://ocla.ml. Try it, it works automagically!
 
 See the file [INSTALL.md](INSTALL.md) for building and installation
 instructions.

+ 1 - 1
_oasis

@@ -14,7 +14,7 @@ XStdFilesREADME: true
 XStdFilesINSTALL: true
 XStdFilesAUTHORS: true
 AlphaFeatures: stdfiles_markdown, compiled_setup_ml
-Description: OcLaunch is a command-line tool to launch successively (each time the program is called) commands. It is designed to be used with any program, interactive or not. Feedback is welcome at leowzukw@vmail.me. Help at http://oclaunch.eu.org. Try it, it works automagically!
+Description: OcLaunch is a command-line tool to launch successively (each time the program is called) commands. It is designed to be used with any program, interactive or not. Feedback is welcome at contact@oclaunch.eu.org.<br/> Detailed presentation at http://ocla.ml. Try it, it works automagically!
 
 PreBuildCommand: atdgen -t ./src/settings.atd
 PreBuildCommand: atdgen -j ./src/settings.atd

+ 5 - 4
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 5e8e4e5db87479bac51f8653c32173b0) *)
+(* DO NOT EDIT (digest: b7bedd864a72dab71d0690298da56c29) *)
 (*
    Regenerated by OASIS v0.4.5
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6870,7 +6870,7 @@ let setup_t =
             Some
               [
                  OASISText.Para
-                   "OcLaunch is a command-line tool to launch successively (each time the program is called) commands. It is designed to be used with any program, interactive or not. Feedback is welcome at leowzukw@vmail.me. Help at http://oclaunch.eu.org. Try it, it works automagically!"
+                   "OcLaunch is a command-line tool to launch successively (each time the program is called) commands. It is designed to be used with any program, interactive or not. Feedback is welcome at contact@oclaunch.eu.org.<br/> Detailed presentation at http://ocla.ml. Try it, it works automagically!"
               ];
           categories = [];
           conf_type = (`Configure, "internal", Some "0.4");
@@ -7019,7 +7019,8 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.5";
-     oasis_digest = Some "A\167(\016\159`\011g\215\208\234ki./W";
+     oasis_digest =
+       Some "\127\235c\r\134$\133\006\162\017\231\189\254\004\016\158";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -7027,6 +7028,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7031 "setup.ml"
+# 7032 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;