-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update site to use Sentry Maven Skin, and fail build on code quality …
…problems (#53)
- Loading branch information
Showing
8 changed files
with
135 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# printf4j | ||
|
||
A Java version of C's *printf() functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Getting Started | ||
|
||
This is a Java library that implements C's `printf()` function and mimick its behavior. | ||
|
||
More information to come later. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<project name="${project.name}"> | ||
|
||
<skin> | ||
<groupId>org.sentrysoftware.maven</groupId> | ||
<artifactId>sentry-maven-skin</artifactId> | ||
<version>6.2.00</version> | ||
</skin> | ||
|
||
<custom> | ||
<noDefaultLinks>true</noDefaultLinks> | ||
<keywords>awk,printf,gawk,bwk,C</keywords> | ||
</custom> | ||
|
||
<bannerLeft> | ||
<src>images/sentry-logo-white.png</src> | ||
<href>https://sentrysoftware.org</href> | ||
</bannerLeft> | ||
|
||
<body> | ||
|
||
<links> | ||
<item name="GitHub Repository" href="${project.scm.url}" /> | ||
<item name="Jawk" href="https://sentrysoftware.org/jawk" /> | ||
<item name="Linux fprintf(...) Man Page" href="https://man7.org/linux/man-pages/man3/fprintf.3p.html" /> | ||
</links> | ||
|
||
<menu name="User Documentation"> | ||
<item name="Getting Started" href="index.html" /> | ||
</menu> | ||
|
||
<menu ref="reports" /> | ||
</body> | ||
|
||
</project> |
This file was deleted.
Oops, something went wrong.