mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
update readme and info box
This commit is contained in:
parent
214c05df56
commit
630a661e86
5 changed files with 14 additions and 6 deletions
10
README.md
10
README.md
|
@ -19,9 +19,9 @@ Please send a patch or pull request. If unsure, you can also write a ticket ment
|
||||||
The values shown in the list are URL, Total Weight, Content Ratio.
|
The values shown in the list are URL, Total Weight, Content Ratio.
|
||||||
|
|
||||||
Websites listed here are downloaded and analyzed with
|
Websites listed here are downloaded and analyzed with
|
||||||
[Phantomas](https://github.com/macbre/phantomas).
|
[YellowLabTools](https://yellowlab.tools).
|
||||||
The total weight is counted and then the size of actual content is measured
|
The total weight is counted and then the size of actual content is measured
|
||||||
and shown as a ratio.
|
and shown as a ratio. A higher ratio means more of the size is actual content.
|
||||||
|
|
||||||
For example: If a website has a total weight of 100kb and 60kb are the
|
For example: If a website has a total weight of 100kb and 60kb are the
|
||||||
documents structure, text, images, videos and so on, then the content ratio
|
documents structure, text, images, videos and so on, then the content ratio
|
||||||
|
@ -29,6 +29,10 @@ is 60%. The rest are extras like CSS, JavaScript and so on. It is hard to
|
||||||
say what a good ratio is but my gut feeling is that everything above 20% is
|
say what a good ratio is but my gut feeling is that everything above 20% is
|
||||||
pretty good already.
|
pretty good already.
|
||||||
|
|
||||||
|
## All shiny
|
||||||
|
|
||||||
|
This page got completely rebuild and several issues of the old version got solved. It now has pagination (100 pages per... well, page) and detail pages for every entry that you can link to.
|
||||||
|
|
||||||
## Hacking this page
|
## Hacking this page
|
||||||
|
|
||||||
This page needs three components to work:
|
This page needs three components to work:
|
||||||
|
@ -49,7 +53,7 @@ The page analyser application generates markdown files that are rendered to a st
|
||||||
git clone https://git.sr.ht/~koehr/the-250kb-club 250kb-club
|
git clone https://git.sr.ht/~koehr/the-250kb-club 250kb-club
|
||||||
# or: git clone https://github.com/nkoehring/250kb-club.git
|
# or: git clone https://github.com/nkoehring/250kb-club.git
|
||||||
cd 250kb-club
|
cd 250kb-club
|
||||||
|
mkdir -m a+rwx yltresults # for access to YLT results
|
||||||
```
|
```
|
||||||
|
|
||||||
And build the page with `yarn build`.
|
And build the page with `yarn build`.
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,10 @@
|
||||||
The site will be reviewed and, if applicable, added to the list below.
|
The site will be reviewed and, if applicable, added to the list below.
|
||||||
Pages are checked again every week.
|
Pages are checked again every week.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
All entries have their own sub page with additional information. If you
|
||||||
|
want, youcan directly link to it from your page.
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main id="members-table">
|
<main id="members-table">
|
||||||
|
|
Loading…
Add table
Reference in a new issue