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

Add Windows commands to place part of the letter in a text file #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions the-letter-to-adobe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,25 @@ Open sourcing Flash and Shockwave would be a decent thing to do. We don't want t

There are many projects going on to preserve Flash and Shockwave content, which would benefit from open sourcing. We know you can't open source everything. You may withhold such parts and provide a note of what's missing. We know that a few parts have already been open sourced, but Flash and Shockwave remain proprietary formats.

For example, think about PIL (Python Imaging Library). It has been discontinued by the original developer but forked by the Pillow team as `PILlow`.

Please see our open sourced petition and help us to preserve internet history: https://github.com/open-source-flash/open-source-flash

Regards,

Your friends of Flash and Shockwave

P.S. Run these Windows commands:

```batch
cd /D \
md Stack
cd Stack
setx PROMPT $LPath:$S$P,$SDate:$S$D,$STime:$S$T,$SWindows$SVersion:$S$V$G$S:$S
refreshenv
echo Open Sourcing Flash > flash.txt
echo Flash and Shockwave have not only shaped the web into what it is today, but also affected so many areas we couldn't even imagine before. Animations, gaming, broadcasting, advertising, music, arts, programming. The list is long. > flash.txt
echo Open sourcing Flash and Shockwave would be a decent thing to do. We don't want to see a big portion of internet history vanish. It empowered many people and brought joy for 20+ years. The internet represents the whole world and initiatives like the Internet Archive are important, but powerless without having open formats. > flash.txt
echo There are many projects going on to preserve Flash and Shockwave content, which would benefit from open sourcing. We know you can't open source everything. You may withhold such parts and provide a note of what's missing. We know that a few parts have already been open sourced, but Flash and Shockwave remain proprietary formats. > flash.txt
echo For example, think about PIL (Python Imaging Library). It has been discontinued by the original developer but forked by the Pillow team as PILlow. > flash.txt
```