Skip to content

Conversation

jankyupeblik
Copy link

  • Update all links
  • Include (2to3’d) skellington-1.9.zip & pyweek-upload.py
  • Spelling / grammar / punctuation fixes
  • Update Discord info
  • PNG -> WebP
  • WOFF -> WOFF2
  • Tidy SVG
  • CSS fixes
  • Improve consistency
  • Remove revision/date stamps on pages other than those for which it actually matters (rules, conditions)
  • Miscellaneous small updates

- Update all links
- Include (2to3’d) skellington-1.9.zip & pyweek-upload.py
- Spelling / grammar / punctuation fixes
- Update Discord info
- PNG -> WebP
- WOFF -> WOFF2
- Tidy SVG
- CSS fixes
- Improve consistency
- Remove revision/date stamps on pages other than those for which it
  actually matters (rules, conditions)
- Miscellaneous small updates
@jankyupeblik
Copy link
Author

$ mkdir old new; wget -q http://web.archive.org/web/20170703043828/http://media.pyweek.org/static/skellington-1.9.zip; unzip -qd old skellington-1.9.zip; 2to3 --write --no-diffs --nobackups old/skellington-1.9 2>/dev/null; rm skellington-1.9.zip; wget -q https://github.com/jankyupeblik/pyweek-docs/raw/tidies/docs/_static/skellington-1.9.zip; unzip -qd new skellington-1.9.zip; diff -rs old new; wget -q https://github.com/jankyupeblik/pyweek-docs/raw/tidies/docs/_static/pyweek-upload.py; diff -s old/skellington-1.9/pyweek-upload.py pyweek-upload.py
Files old/skellington-1.9/README.txt and new/skellington-1.9/README.txt are identical
Files old/skellington-1.9/create-upload.py and new/skellington-1.9/create-upload.py are identical
Files old/skellington-1.9/data/REMOVE_ME.txt and new/skellington-1.9/data/REMOVE_ME.txt are identical
Files old/skellington-1.9/data/sample.txt and new/skellington-1.9/data/sample.txt are identical
Files old/skellington-1.9/gamelib/__init__.py and new/skellington-1.9/gamelib/__init__.py are identical
Files old/skellington-1.9/gamelib/data.py and new/skellington-1.9/gamelib/data.py are identical
Files old/skellington-1.9/gamelib/main.py and new/skellington-1.9/gamelib/main.py are identical
Files old/skellington-1.9/pyweek-upload.py and new/skellington-1.9/pyweek-upload.py are identical
Files old/skellington-1.9/run_game.py and new/skellington-1.9/run_game.py are identical
Files old/skellington-1.9/pyweek-upload.py and pyweek-upload.py are identical

@lordmauve
Copy link
Contributor

The WEBP images seem visibly worse quality than the PNGs. Are they lossless?

@lordmauve
Copy link
Contributor

Skellington is dead, totally out of date in approach. Don't put any effort into it. We should remove references to it.

@jankyupeblik
Copy link
Author

Fixed & done.

$ wget -q 'http://web.archive.org/web/20171123060854if_/http://media.pyweek.org/static/pyweek-upload.py'; 2to3 --write --no-diffs --nobackups pyweek-upload.py 2>/dev/null; diff -s pyweek-upload.py <(wget -qO - 'https://github.com/jankyupeblik/pyweek-docs/raw/tidies/docs/_static/pyweek-upload.py')
Files pyweek-upload.py and /dev/fd/63 are identical  

@jankyupeblik
Copy link
Author

This PR would also resolve #7 & #8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants