Commit Graph

19 Commits

Author SHA1 Message Date
George Melikov
0fb4f1c6f0 Set link for man pages' source
So, contributors can get fast to source of our man pages.

Signed-off-by: George Melikov <mail@gmelikov.ru>
2021-10-24 15:07:28 +03:00
Rich Ercolani
0bd6613d45 Updated compatibility_matrix.py for zpool-features.7 (#200)
In OpenZFS 2.1 and newer, zpool-features got refactored and renamed.

Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
2021-09-07 14:36:32 +03:00
Richard Laager
d08af47f7a Fix ZFS feature generation script
This was breaking on FreeBSD, as some of the URLs were returning 404.  That
raises an HTTPError.  If we catch those and skip those sources (just as we
were already doing for HTTP codes other than 200), the script completes.  But
then we get a whole bunch of columns full of "no", which does not seem useful.
I added code to skip columns for sources that failed to download.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2021-02-02 03:28:38 -06:00
George Melikov
f36bd91110 feature matrix: fix readonly column width for firefox
Signed-off-by: George Melikov <mail@gmelikov.ru>
2021-01-06 02:53:50 +03:00
Garrett Fields
3375ee0931 Statically add ZOL 0.6.5.11 to the feature matrix (#101)
This resolves #83.  While 0.6.5.11 is old, it still had feature flags.
Since the 0.6.x branch will not receive further minor releases,
this static change should be stable.

Signed-off-by: Garrett Fields <ghfields@gmail.com>
2021-01-06 02:41:46 +03:00
George Melikov
229d45aafb feature matrix: beautify css for readability
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-12-29 00:35:40 +03:00
George Melikov
a6c93633e8 feature matrix: minify width + highlight hovered row
- rotate versions
- highlight hovered row
- restrict max distor one line lenght

Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-12-29 00:31:59 +03:00
George Melikov
84651d03de feature matrix: add horizontal scroll
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-12-29 00:27:11 +03:00
Richard Laager
1d5949dd36 compatibility maxtrix: Add Nexenta
This might be useful to someone.  It definitely would have been useful
for me in the past.  I have a Nexenta 4 system in production, so I was
able to personally verify the feature support there.

This has a couple of hacks, like with other sources, to workaround
documentation bugs.

Fixes #82

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-12-27 16:32:07 -06:00
Richard Laager
acdfc40360 compatibility maxtrix: Remove broken code
The code for looking up Joyent versions does not work.  If someone
cares about this, they can fix this in whatever way makes sense.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-12-27 16:29:17 -06:00
George Melikov
89409c4fa8 compatibility_matrix.py: reword comments + remove orphaned ones
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-11-22 22:09:42 +03:00
George Melikov
d4530737f6 compatibility_matrix.py: set min_width for feature name column
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-11-22 22:09:42 +03:00
George Melikov
dce388a62e compatibility_matrix.py: make it work with OpenZFS
- Use OpenZFS project instead of ZoL
- Remove parsing from FreeBSD master, it's OpenZFS now
- Update footer

Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-11-22 22:09:42 +03:00
George Melikov
8243d6677e compatibility_matrix.py: basic cleanup + rework
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-11-22 22:09:42 +03:00
George Melikov
52ce9efb6a Add compatibility_matrix.py script as is
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-11-22 22:09:42 +03:00
George Melikov
602aa9ebc3 man_pages.py: remove extension appropriately 2020-06-11 10:39:22 +03:00
George Melikov
bc46b0d624 man-pages.py: append links regex to work with different mandoc versions
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-06-11 10:39:22 +03:00
George Melikov
bc72f7cf73 Man pages: generate cross-hyperlinks
Use regex as an easy method to patch text.

Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-06-11 10:39:22 +03:00
George Melikov
44bb01a496 Add man_pages.py generator script
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-06-05 20:24:09 +03:00