@@ -32,6 +32,9 @@ Definition header : LString.t :=
3232 <div class=""navbar-header"">
3333 <a class=""navbar-brand"" href=""."">Coq OPAM</a>
3434 </div>
35+ <div id=""navbar"" class=""collapse navbar-collapse"">
36+ <p class=""navbar-text navbar-right""><a class=""navbar-link"" href=""https://github.com/coq/opam-coq-archive"">github.com/coq/opam-coq-archive</a></p>
37+ </div>
3538 </div>
3639 <div class=""row"">
3740 <div class=""col-md-12"">
@@ -45,7 +48,7 @@ Definition footer : LString.t :=
4548 <hr/>
4649 <div class=""footer"">
4750 <p class=""text-center"">
48- <small>This website was generated by a <a href=""https://github.com/clarus/ coq-opam-website"">script </a> written and verified in Coq. © Guillaume Claret</small>
51+ <small>Sources are on <a href=""https://github.com/coq-io/ opam-website"">GitHub </a>. Proudly powered by <a href=""http://coq.io/""> Coq.io</a> . © Guillaume Claret</small>
4952 </p>
5053 </div>
5154 </div>
@@ -61,10 +64,10 @@ Module Index.
6164 LString.s " <h1>" ++ LString.of_N 10 10 None nb_packages ++
6265 LString.s " packages <small>" ++ LString.of_N 10 10 None nb_versions ++
6366 LString.s " versions</small></h1>
64- <p>Activate the Coq OPAM repository: </p>
65- <pre>opam repo add coq-released https://coq.inria.fr/opam/released</pre >
66- <p>Install a package:</p >
67- <pre>opam install -j4 package</pre >
67+ <p><a href=""http://opam.ocaml.org/"">OPAM</a> is the most popular package manager for the <a href=""https://coq.inria.fr/"">Coq</a> community. </p>
68+ <p>Activate the Coq repository:</p >
69+ <pre>opam repo add coq-released https://coq.inria.fr/opam/released</pre >
70+ <p>You can read this <a href=""http://coq-blog.clarus.me/make-a-coq- package.html"">tutorial</a> to make your own packages.</p >
6871 ".
6972
7073 (** A row in the table of packages. *)
0 commit comments