Project icon

com.io7m.minisite

Build status Maven Central Codecov

The minisite package implements a trivial replacement for the Maven site plugin.

Contents

Features

  • Single-page, static, XHTML 1.0 Strict, Javascript-free sites
  • Optional com.io7m.changelog integration
  • OSGi-ready
  • ISC license

Releases

The most recently published version of the software is 5.0.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 5.0.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.minisite</groupId>
  <artifactId>com.io7m.minisite</artifactId>
  <version>5.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.minisite</groupId>
  <artifactId>com.io7m.minisite.core</artifactId>
  <version>5.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.minisite</groupId>
  <artifactId>com.io7m.minisite.tests</artifactId>
  <version>5.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.minisite</groupId>
  <artifactId>com.io7m.minisite.documentation</artifactId>
  <version>5.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.minisite</groupId>
  <artifactId>com.io7m.minisite.maven_plugin</artifactId>
  <version>5.0.0</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2024-04-20 Release: com.io7m.minisite 5.0.0
2024-04-20 Change: Update com.io7m.primogenitor:com.io7m.primogenitor.support:7.5.0 → 8.2.0
2024-04-20 Change: Update ch.qos.logback:logback-classic:1.4.5 → 1.5.6
2024-04-20 Change: Update org.slf4j:slf4j-api:2.0.6 → 2.0.13
2024-04-20 Change: Update org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.0 → 3.12.0
2024-04-20 Change: Update io.takari.maven.plugins:takari-plugin-testing:3.0.1 → 3.0.2
2024-04-20 Change: Update org.immutables:value:2.9.3 → 2.10.1
2024-04-20 Change: Update com.io7m.minisite:com.io7m.minisite.maven_plugin:5.0.0-beta0001 → 5.0.0-SNAPSHOT
2024-04-20 Change: Update org.apache.maven:maven-artifact:3.8.6 → 3.9.6
2024-04-20 Change: Update org.apache.maven:maven-compat:3.8.6 → 3.9.6
2024-04-20 Change: Update org.apache.maven:maven-core:3.8.6 → 3.9.6
2024-04-20 Change: Update org.apache.maven:maven-model:3.8.6 → 3.9.6
2024-04-20 Change: Update org.apache.maven:maven-plugin-api:3.8.6 → 3.9.6
2024-04-20 Change: Update org.apache.maven:maven-settings:3.8.6 → 3.9.6
2024-04-20 Change: (Backwards incompatible) Require JDK 21
2021-05-02 Release: com.io7m.minisite 4.0.0
2021-05-02 Change: Remove xom as a dependency
2021-05-02 Change: Modularize the API
2020-12-11 Release: com.io7m.minisite 3.0.0
2019-06-23 Change: (Backwards incompatible) Require JDK 11
2020-12-11 Change: Use changelog 4.0.0
2018-09-13 Release: com.io7m.minisite 2.0.1
2018-09-13 Change: Stop reindenting XHTML output as this tends to break pages (tickets: 4 )
2018-09-13 Release: com.io7m.minisite 2.0.0
2018-08-26 Change: Use com.io7m.changelog 4.0.0-beta0011
2018-08-27 Change: Exclude xom dependencies due to an incompatibility problem. (tickets: 2 )
2018-09-13 Change: Add the ability to specify a custom site header (tickets: 3 )
2018-07-02 Release: com.io7m.minisite 1.0.0

Sources

This project uses Git to manage source code.

Repository: https://www.github.com/io7m/minisite

$ git clone https://www.github.com/io7m/minisite

License

Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.