File tree 11 files changed +21
-21
lines changed
11 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
- # fflint [ <img alt =" fflint logo " src =" docs/favicon.svg " height =" 90 " align =" right " />] ( https://www.fflint.org / )
1
+ # fflint [ <img alt =" fflint logo " src =" docs/favicon.svg " height =" 90 " align =" right " />] ( https://www.fflint.dev / )
2
2
3
3
[ ![ build] ( https://github.com/FileFormatInfo/fflint/actions/workflows/build.yaml/badge.svg )] ( https://github.com/FileFormatInfo/fflint/actions/workflows/build.yaml )
4
4
[ ![ release] ( https://github.com/FileFormatInfo/fflint/actions/workflows/release.yaml/badge.svg )] ( https://github.com/FileFormatInfo/fflint/actions/workflows/release.yaml )
@@ -15,11 +15,11 @@ fflint is a linter for file formats. Are your files:
15
15
16
16
Perfect for your CI/CD pipeline to make sure bad files don't get committed.
17
17
18
- [ ** Documentation** ] ( https://www.fflint.org / )
18
+ [ ** Documentation** ] ( https://www.fflint.dev / )
19
19
20
20
## Installation
21
21
22
- The [ latest releases] ( https://github.com/FileFormatInfo/fflint/releases/latest ) are available on Github. [ Detailed instructions] ( https://www.fflint.org /install.html ) .
22
+ The [ latest releases] ( https://github.com/FileFormatInfo/fflint/releases/latest ) are available on Github. [ Detailed instructions] ( https://www.fflint.dev /install.html ) .
23
23
24
24
## Usage
25
25
@@ -34,7 +34,7 @@ fflint CMD [options...] files...
34
34
* ` files... ` are the files to check
35
35
36
36
More:
37
- * Complete documentation is on [ ** www.fflint.org ** ] ( https://www.fflint.org )
37
+ * Complete documentation is on [ ** www.fflint.dev ** ] ( https://www.fflint.dev )
38
38
* Run ` fflint help ` to see a list of available commands
39
39
* Run ` --help ` for any command to see options specific to that command. Example: ` fflint svg --help `
40
40
Original file line number Diff line number Diff line change 2
2
3
3
- [ ] doc: [ svg role and title] ( https://www.smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/ )
4
4
- [ ] doc and README: share links
5
- - [ ] workflow: run fflint on the fflint.org website
5
+ - [ ] workflow: run fflint on the fflint.dev website
6
6
- [ ] workflow: go test
7
7
- [ ] test without ./main.go
8
8
- [ ] shared/ImageFlags.go
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func main() {
49
49
var rootCmd = & cobra.Command {
50
50
Use : "fflint" ,
51
51
Short : "A linter to make sure your files are valid" ,
52
- Long : `See [www.fflint.org ](https://www.fflint.org /) for detailed instructions` ,
52
+ Long : `See [www.fflint.dev ](https://www.fflint.dev /) for detailed instructions` ,
53
53
}
54
54
55
55
shared .AddCommon (rootCmd )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ func main() {
20
20
var rootCmd = & cobra.Command {
21
21
Use : "fflint" ,
22
22
Short : "A linter to make sure your files are valid" ,
23
- Long : `See [www.fflint.org ](https://www.fflint.org /) for detailed instructions` ,
23
+ Long : `See [www.fflint.dev ](https://www.fflint.dev /) for detailed instructions` ,
24
24
Version : version ,
25
25
SilenceErrors : true ,
26
26
SilenceUsage : true ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func main() {
15
15
var rootCmd = & cobra.Command {
16
16
Use : "fflint" ,
17
17
Short : "A linter to make sure your files are valid" ,
18
- Long : `See [www.fflint.org ](https://www.fflint.org /) for detailed instructions` ,
18
+ Long : `See [www.fflint.dev ](https://www.fflint.dev /) for detailed instructions` ,
19
19
}
20
20
21
21
shared .AddCommon (rootCmd )
Original file line number Diff line number Diff line change 13
13
fflint API
14
14
</ h1 >
15
15
16
- < p > A simple online service for < a href ="https://www.fflint.org / "> fflint</ a > , the file format linter.</ p >
16
+ < p > A simple online service for < a href ="https://www.fflint.dev / "> fflint</ a > , the file format linter.</ p >
17
17
18
18
< p style ="text-align:center "> < small > A service of < a href ="https://www.fileformat.info/ "> FileFormat.info</ a > </ small > </ p >
19
19
</ main >
Original file line number Diff line number Diff line change 1
- # robots.txt for fflint.org online API
1
+ # robots.txt for fflint.dev online API
2
2
#
3
- # Just a single page, but feel free to index it !
3
+ # everything is indexable !
4
4
#
5
5
User-Agent: *
6
- Allow: /
6
+ Allow: /
7
+ Disallow: /honeypot.txt
Original file line number Diff line number Diff line change 1
1
#
2
- # _config.yml for www.fflint.org
2
+ # _config.yml for www.fflint.dev
3
3
#
4
4
5
5
collections :
6
6
commands :
7
7
output : true
8
8
exclude : [ "CNAME" ]
9
9
permalink : /blog/:year/:month/:day/:title/index.:output_ext
10
- production_url : https://www.fflint.org
10
+ production_url : https://www.fflint.dev
11
11
title : fflint
12
12
kramdown :
13
13
input : GFM
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ This is useful if you are downloading or generating a file and do not need to st
41
41
42
42
Example:
43
43
```
44
- curl --silent https://www.fflint.org /favicon.ico | fflint ico -
44
+ curl --silent https://www.fflint.dev /favicon.ico | fflint ico -
45
45
```
46
46
47
47
If you have a directory named ` - ` (i.e. a single dash), you can force non-stdin mode by prefixing it with ` ./ ` :
Original file line number Diff line number Diff line change
1
+ # robots.txt for fflint.dev
1
2
#
2
- # robots.txt for fflint
3
+ # Documentation for fflint: everything is indexable
3
4
#
4
-
5
- Sitemap: https://www.fflint.org/sitemap.xml
6
-
7
5
User-Agent: *
6
+ Allow: /
8
7
Disallow: /honeypot.txt
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ exec fflint xml --schema=siteindex.xsd siteindex.xml
19
19
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"
21
21
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
22
- <url><loc>https://www.fflint.org /index.html</loc></url>
23
- <url><loc>https://www.fflint.org /faq.html</loc></url>
22
+ <url><loc>https://www.fflint.dev /index.html</loc></url>
23
+ <url><loc>https://www.fflint.dev /faq.html</loc></url>
24
24
</urlset>
25
25
26
26
-- siteindex.xml --
You can’t perform that action at this time.
0 commit comments