Skip to content

Commit

Permalink
use correct opam wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Nov 23, 2022
1 parent 429547f commit 6b36e97
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
opam2web
========

A tool to generate a website from an OPAM universe
A tool to generate a website from an opam universe

This utility creates a static website from an OPAM universe, listing all
available packages and their details. A homepage and OPAM documentation is
This utility creates a static website from an opam universe, listing all
available packages and their details. A homepage and opam documentation is
included as well.

The latest release of opam2web is available via
Expand Down Expand Up @@ -112,7 +112,7 @@ opam2web --help
opam2web -o website path:~/myrepo local:default
```
will generate the HTML files corresponding to the repository located in
`~/myrepo` and the remote named `default` in the local OPAM installation.
`~/myrepo` and the remote named `default` in the local opam installation.
Resulting files will be located in the `website` directory.


Expand Down
2 changes: 1 addition & 1 deletion bin/opam2web.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
4 changes: 2 additions & 2 deletions opam2web.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
dev-repo: "git+https://github.com/ocaml/opam2web.git"
synopsis: "Tool to generate the opam.ocaml.org website"
description: """
This utility creates a static website from an OPAM universe, listing all
available packages and their details. A homepage and OPAM documentation is
This utility creates a static website from an opam universe, listing all
available packages and their details. A homepage and opam documentation is
included as well.
"""
2 changes: 1 addition & 1 deletion src/js_search/search.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wBlog.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wBlog.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wDocumentation.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wDocumentation.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wGlobals.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wGlobals.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
4 changes: 2 additions & 2 deletions src/o2wHome.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down Expand Up @@ -43,7 +43,7 @@ let make_datasets universe =
let nb_packages = OpamPackage.Set.cardinal latest_packages in
{ nb_packages; last10_updates; top10_pkgs }

(* OPAM website homepage *)
(* Opam website homepage *)
let to_html ~content_dir ~news ?statistics ds =
let updates_last10 =
let mk_update_li (pkg, update_tm) =
Expand Down
2 changes: 1 addition & 1 deletion src/o2wHome.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wJson.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wJson.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wMisc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wMisc.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wPackage.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wPackage.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wStatistics.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wStatistics.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wTemplate.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wTemplate.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
4 changes: 2 additions & 2 deletions src/o2wTypes.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down Expand Up @@ -112,7 +112,7 @@ type log_referrer =
| Internal_ref of string
| No_ref

(** A high-level, OPAM-repository specific type for a apache log entry *)
(** A high-level, opam-repository specific type for a apache log entry *)
type log_entry = {
log_timestamp: float;
log_host: string;
Expand Down
2 changes: 1 addition & 1 deletion src/o2wUniverse.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/o2wUniverse.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/opamfUniverse.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/opamfUniverse.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/template.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down
2 changes: 1 addition & 1 deletion src/template.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(* GNU Lesser General Public License version 3.0 with linking *)
(* exception. *)
(* *)
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
(* License for more details. *)
Expand Down

0 comments on commit 6b36e97

Please sign in to comment.