Skip to content

Commit

Permalink
UPDATE: switch fflint.org to fflint.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Jan 27, 2024
1 parent a45d6db commit e143d44
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fflint [<img alt="fflint logo" src="docs/favicon.svg" height="90" align="right" />](https://www.fflint.org/)
# fflint [<img alt="fflint logo" src="docs/favicon.svg" height="90" align="right" />](https://www.fflint.dev/)

[![build](https://github.com/FileFormatInfo/fflint/actions/workflows/build.yaml/badge.svg)](https://github.com/FileFormatInfo/fflint/actions/workflows/build.yaml)
[![release](https://github.com/FileFormatInfo/fflint/actions/workflows/release.yaml/badge.svg)](https://github.com/FileFormatInfo/fflint/actions/workflows/release.yaml)
Expand All @@ -15,11 +15,11 @@ fflint is a linter for file formats. Are your files:

Perfect for your CI/CD pipeline to make sure bad files don't get committed.

[**Documentation**](https://www.fflint.org/)
[**Documentation**](https://www.fflint.dev/)

## Installation

The [latest releases](https://github.com/FileFormatInfo/fflint/releases/latest) are available on Github. [Detailed instructions](https://www.fflint.org/install.html).
The [latest releases](https://github.com/FileFormatInfo/fflint/releases/latest) are available on Github. [Detailed instructions](https://www.fflint.dev/install.html).

## Usage

Expand All @@ -34,7 +34,7 @@ fflint CMD [options...] files...
* `files...` are the files to check

More:
* Complete documentation is on [**www.fflint.org**](https://www.fflint.org)
* Complete documentation is on [**www.fflint.dev**](https://www.fflint.dev)
* Run `fflint help` to see a list of available commands
* Run `--help` for any command to see options specific to that command. Example: `fflint svg --help`

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] doc: [svg role and title](https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/)
- [ ] doc and README: share links
- [ ] workflow: run fflint on the fflint.org website
- [ ] workflow: run fflint on the fflint.dev website
- [ ] workflow: go test
- [ ] test without ./main.go
- [ ] shared/ImageFlags.go
Expand Down
2 changes: 1 addition & 1 deletion cmd/docgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
var rootCmd = &cobra.Command{
Use: "fflint",
Short: "A linter to make sure your files are valid",
Long: `See [www.fflint.org](https://www.fflint.org/) for detailed instructions`,
Long: `See [www.fflint.dev](https://www.fflint.dev/) for detailed instructions`,
}

shared.AddCommon(rootCmd)
Expand Down
2 changes: 1 addition & 1 deletion cmd/fflint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
var rootCmd = &cobra.Command{
Use: "fflint",
Short: "A linter to make sure your files are valid",
Long: `See [www.fflint.org](https://www.fflint.org/) for detailed instructions`,
Long: `See [www.fflint.dev](https://www.fflint.dev/) for detailed instructions`,
Version: version,
SilenceErrors: true,
SilenceUsage: true,
Expand Down
2 changes: 1 addition & 1 deletion cmd/mangen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
var rootCmd = &cobra.Command{
Use: "fflint",
Short: "A linter to make sure your files are valid",
Long: `See [www.fflint.org](https://www.fflint.org/) for detailed instructions`,
Long: `See [www.fflint.dev](https://www.fflint.dev/) for detailed instructions`,
}

shared.AddCommon(rootCmd)
Expand Down
2 changes: 1 addition & 1 deletion cmd/online/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
fflint API
</h1>

<p>A simple online service for <a href="https://www.fflint.org/">fflint</a>, the file format linter.</p>
<p>A simple online service for <a href="https://www.fflint.dev/">fflint</a>, the file format linter.</p>

<p style="text-align:center"><small>A service of <a href="https://www.fileformat.info/">FileFormat.info</a></small></p>
</main>
Expand Down
7 changes: 4 additions & 3 deletions cmd/online/assets/robots.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# robots.txt for fflint.org online API
# robots.txt for fflint.dev online API
#
# Just a single page, but feel free to index it!
# everything is indexable!
#
User-Agent: *
Allow: /
Allow: /
Disallow: /honeypot.txt
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# _config.yml for www.fflint.org
# _config.yml for www.fflint.dev
#

collections:
commands:
output: true
exclude: [ "CNAME" ]
permalink: /blog/:year/:month/:day/:title/index.:output_ext
production_url: https://www.fflint.org
production_url: https://www.fflint.dev
title: fflint
kramdown:
input: GFM
Expand Down
2 changes: 1 addition & 1 deletion docs/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is useful if you are downloading or generating a file and do not need to st

Example:
```
curl --silent https://www.fflint.org/favicon.ico | fflint ico -
curl --silent https://www.fflint.dev/favicon.ico | fflint ico -
```

If you have a directory named `-` (i.e. a single dash), you can force non-stdin mode by prefixing it with `./`:
Expand Down
7 changes: 3 additions & 4 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# robots.txt for fflint.dev
#
# robots.txt for fflint
# Documentation for fflint: everything is indexable
#

Sitemap: https://www.fflint.org/sitemap.xml

User-Agent: *
Allow: /
Disallow: /honeypot.txt
4 changes: 2 additions & 2 deletions testdata/xml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ exec fflint xml --schema=siteindex.xsd siteindex.xml
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://www.fflint.org/index.html</loc></url>
<url><loc>https://www.fflint.org/faq.html</loc></url>
<url><loc>https://www.fflint.dev/index.html</loc></url>
<url><loc>https://www.fflint.dev/faq.html</loc></url>
</urlset>

-- siteindex.xml --
Expand Down

0 comments on commit e143d44

Please sign in to comment.