Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script update for references and checks #770

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
a9efd10
Renaming ref files and script update
jmb Oct 9, 2023
b07cd22
Moved missing section to end
jmb Oct 9, 2023
4e6210c
Update to relative links. Add unused to CHECK
jmb Oct 9, 2023
e3fd46a
Fixed table
jmb Oct 9, 2023
66b5863
Create REFERENCE.md from ref files and index
jmb Oct 10, 2023
c05c28a
Regexp fix to get source correctly
jmb Oct 10, 2023
5cca83c
Created CHECK.html
jmb Oct 11, 2023
888f449
Added Webtoons (#776)
PersonMeetup Nov 6, 2023
ca280ea
Bump NPM version
edent Dec 20, 2023
6c79ddb
Add justgiving icon (#775)
drkane Jan 4, 2024
ddfe9a8
fix: removes extra spaces in index table (#783)
btrem Jan 6, 2024
70d4a9d
fix: corrects file format to match project README (#787)
btrem Mar 12, 2024
b1ec37a
Add Apple Podcasts icon (#784)
btrem Mar 12, 2024
98a5b8e
Shrinks ok.ru file size (#786)
btrem Mar 12, 2024
373895a
Add Bluesky icon. (#789)
ryancdotorg Mar 12, 2024
56385d0
Add BlueSky
edent Mar 12, 2024
46541f6
h-entry (#790)
btrem Mar 15, 2024
d190e37
Add h-card (#791)
btrem Mar 21, 2024
243744c
Add h-feed icon
btrem Mar 21, 2024
636a18b
Add X11 (435 bytes)
MalloryA Sep 5, 2024
bcf4328
Optimize some SVG paths (#798)
Yqnn Sep 8, 2024
1ea490a
Update x11.svg
edent Sep 8, 2024
e7b9edc
Delete README.md
edent Sep 8, 2024
80dc068
Merge conflicts resolved
Sep 8, 2024
5a7c383
Add NetBSD (864 bytes) (#796)
MalloryA Sep 8, 2024
192fa35
New README
Sep 8, 2024
be9ef55
Bump braces from 3.0.2 to 3.0.3 (#795)
dependabot[bot] Sep 8, 2024
8af0119
Merge branch 'add-h-feed' of github.com:btrem/SuperTinyIcons into btr…
Sep 8, 2024
8da5648
Update README
Sep 8, 2024
e8caad7
Merge branch 'btrem-add-h-feed'
Sep 8, 2024
1949d94
Merge branch 'master' of github.com:edent/SuperTinyIcons
Sep 8, 2024
b686a58
Update X11
Sep 8, 2024
3c8da38
Renaming ref files and script update
jmb Oct 9, 2023
c721c9c
Moved missing section to end
jmb Oct 9, 2023
10e5ef3
Initial rebase - using HEAD README.md
jmb Oct 9, 2023
0058c39
Fixed table
jmb Oct 9, 2023
ee1c0ef
Rebase: Create REFERENCE.md from ref files and index
jmb Oct 10, 2023
90a13d7
Regexp fix to get source correctly
jmb Oct 10, 2023
7a05f15
Created CHECK.html
jmb Oct 11, 2023
b3c3ddf
update_readme.py run to update files from master repo
jmb Sep 8, 2024
aea0f16
Merge branch 'script-update' of github.com:jmb/SuperTinyIcons into sc…
jmb Sep 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
396 changes: 396 additions & 0 deletions CHECK.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ At a minimum, your icon needs these components, in this layout:
```svg
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/>...</svg>
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/> ... </svg>
```

Please keep the whitespace as-is. This makes viewing diffs easier. Please use UNIX line-endings `LF` rather than Windows-style `CRLF`.
Expand Down
862 changes: 437 additions & 425 deletions README.md

Large diffs are not rendered by default.

383 changes: 383 additions & 0 deletions REFERENCE.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions images/android-vector-drawable/bluesky.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">

<path
android:fillColor="#fff"
android:pathData="M0 0H512V512H0" />
<path
android:fillColor="#1185fe"
android:pathData="M159 126c39 29 82 89 97 121 15-32 58-92 97-121 28-22 74-38 74 14 0 11-6 88-9 101-13 43-57 54-97 48 69 11 87 50 49 89-72 75-104-18-112-42l-2-5-2 5c-8 24-40 117-112 42-38-39-20-78 49-89-40 6-84-5-97-48-3-13-9-90-9-101 0-52 46-36 74-14z" />
</vector>
9 changes: 9 additions & 0 deletions images/reference/apple_podcasts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added images/reference/bluesky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 5 additions & 0 deletions images/reference/h-card.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/reference/h-entry.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/reference/h-feed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
11 changes: 10 additions & 1 deletion images/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,13 @@ Super&nbsp;Tiny&nbsp;SVG | &nbsp;&nbsp;Official&nbsp;Logo&nbsp;&nbsp; | Source
<img src="/images/svg/xmpp.svg" width="256" /> | <img src="/images/reference/xmpp.svg" width="256" /> | https://xmpp.org/about/press-kit/
<img src="/images/svg/mysql.svg" width="256" /> | <img src="/images/reference/mysql.svg" width="256" /> | https://www.mysql.com/about/legal/logos.html
<img src="/images/svg/swift.svg" width="256" /> | <img src="/images/reference/swift.svg" width="256" /> | https://developer.apple.com/swift/resources/
<img src="/images/svg/peertube.svg" width="256" /> | <img src="/images/reference/peertube.png" width="256" /> | https://joinpeertube.org
<img src="/images/svg/peertube.svg" width="256" /> | <img src="/images/reference/peertube.png" width="256" /> | https://joinpeertube.org
<img src="/images/svg/webtoons.svg" width="256" /> | <img src="/images/reference/webtoons.png" width="256" /> | https://www.webtoons.com/en
<img src="/images/svg/justgiving.svg" width="256" /> | <img src="/images/reference/justgiving.png" width="256" /> | https://justgiving-developer.zendesk.com/hc/en-us/articles/14308756536337
<img src="/images/svg/apple_podcasts.svg" width="256" /> | <img src="/images/reference/apple_podcasts.svg" width="256" /> | https://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html
<img src="/images/svg/bluesky.svg" width="256" /> | <img src="/images/reference/bluesky.png" width="256" /> | https://docs.bsky.app/
<img src="/images/svg/h-entry.svg" width="256" /> | <img src="/images/reference/h-entry.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights
<img src="/images/svg/h-card.svg" width="256" /> | <img src="/images/reference/h-card.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights
<img src="/images/svg/h-feed.svg" width="256" /> | <img src="/images/reference/h-feed.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights
<img src="/images/svg/netbsd.svg" width="256" /> | <img src="/images/reference/netbsd.png" width="256" /> | https://www.netbsd.org/gallery/logos.html
<img src="/images/svg/x11.svg" width="256" /> | <img src="/images/reference/x11.png" width="256" /> | https://www.netbsd.org/gallery/logos.html
File renamed without changes
Binary file added images/reference/justgiving.png
File renamed without changes
File renamed without changes
Binary file added images/reference/netbsd.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added images/reference/webtoons.jpg
Binary file added images/reference/x11.png
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion images/svg/acast.svg
2 changes: 1 addition & 1 deletion images/svg/angellist.svg
4 changes: 2 additions & 2 deletions images/svg/apereo.svg
6 changes: 6 additions & 0 deletions images/svg/apple_podcasts.svg
2 changes: 1 addition & 1 deletion images/svg/arch_linux.svg
2 changes: 1 addition & 1 deletion images/svg/auth0.svg
2 changes: 1 addition & 1 deletion images/svg/authy.svg
2 changes: 1 addition & 1 deletion images/svg/azure.svg
2 changes: 1 addition & 1 deletion images/svg/baidu.svg
2 changes: 1 addition & 1 deletion images/svg/behance.svg
2 changes: 1 addition & 1 deletion images/svg/bitbucket.svg
2 changes: 1 addition & 1 deletion images/svg/blender.svg
Loading
Loading