Skip to content

Commit

Permalink
Update index page and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Mar 8, 2025
1 parent 5631792 commit 23b7e5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 1 addition & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ <h2 id="project_tagline">{{ site.github.project_tagline }}</h2>
<div id="footer_wrap" class="outer">
<footer class="inner">
<p align="center"><a href="https://aylas.org/"><img class="footer_logo" src="https://avatars.githubusercontent.com/u/38165202?s=100&v=4"></a></p>
<p>PackSquash is free software made by <i>Alejandro González</i> @ <a href="https://khroncomunidadaylas.wordpress.com">Comunidad Aylas</a></p>
<p align="center"><a href="https://jb.gg/OpenSourceSupport"><img class="footer_logo" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg"></a></p>
<p><a href="https://www.jetbrains.com">JetBrains</a> is powering us with their great development tools</p>
<p>PackSquash is free software made by <i>Alejandro González</i> @ <a href="https://aylas.org">Comunidad Aylas</a></p>
<p>Hosted with ❤️ at <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
Expand Down
18 changes: 10 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ can apply the following specific techniques:
libraries.
- For Ogg (.ogg and .oga), MP3, M4A, FLAC, and WAV files: channel mixing,
downsampling, transcoding with a state-of-the-art Vorbis encoder, pitch
shifting, tag removal, and two-pass optimization and validation with
[OptiVorbis](https://github.com/OptiVorbis/OptiVorbis). The default settings
are meant to be good enough for in-game music, such that most listeners will
think that the quality is good and not distracting. Because channel mixing may
change how the Minecraft sound engine computes positional effects (see
[MC-146721](https://bugs.mojang.com/browse/MC-146721)), PackSquash won't do it
by default.
shifting, tag removal, silence truncation, and two-pass optimization and
validation with [OptiVorbis](https://github.com/OptiVorbis/OptiVorbis). The
default settings are meant to be good enough for in-game music, such that most
listeners will think that the quality is good and not distracting. Because
channel mixing may change how the Minecraft sound engine computes positional
effects (see [MC-146721](https://bugs.mojang.com/browse/MC-146721)),
PackSquash won't do it by default.
- For JSON files (.json, .jsonc, .mcmeta and .mcmetac; if OptiFine mod support
is enabled, also .jem, .jemc, .jpm and .jpmc): minification, by removing
unneeded whitespace. As a side bonus, because minification requires parsing
Expand All @@ -51,6 +51,8 @@ can apply the following specific techniques:
require
tweaking](https://github.com/ComunidadAylas/PackSquash/issues/187#issuecomment-1499365532).
These limitations will be addressed in the future.
- For structure files (.nbt): recompression with Zopfli, Gzip member
concatenation, and metadata removal.
- For legacy language files (.lang; used in Minecraft 1.12.2 and lower):
minification, removing blank lines and comments. Duplicate keys and non-blank
lines that are not comments and do not contain a key-value separator are
Expand Down Expand Up @@ -84,7 +86,7 @@ user:
- Deduplicating identical files within the generated ZIP file: the contents of
files repeated several times over will be stored only once.
- Protecting the generated ZIP files, making them harder to read by most ZIP
manipulation programs.
manipulation programs, and some of the files stored inside such ZIP files.

## 🔗 Download and usage

Expand Down

0 comments on commit 23b7e5f

Please sign in to comment.