Update README and make TinyURL buttons https

This commit is contained in:
Jacob Strieb 2020-07-19 17:18:02 -04:00
parent d2c107db18
commit f725e3e48d
2 changed files with 1 additions and 4 deletions

View File

@ -167,8 +167,6 @@ Similar in some ways (though unrelated) to the following projects
- Fix relative vs absolute linking - Fix relative vs absolute linking
- Maybe try embedding images - Maybe try embedding images
- Import all `src`ed scripts directly - Import all `src`ed scripts directly
- Test to make sure that everything actually works for other browsers,
operating systems, and devices
- Improve UI in general and editors beyond simple `textarea` (perhaps integrate - Improve UI in general and editors beyond simple `textarea` (perhaps integrate
Ace or CodeMirror) Ace or CodeMirror)
- Make the buttons better/more efficient (don't update `href` on every key - Make the buttons better/more efficient (don't update `href` on every key
@ -178,5 +176,4 @@ Similar in some ways (though unrelated) to the following projects
[Brotli](https://en.wikipedia.org/wiki/Brotli) for shorter URLs [Brotli](https://en.wikipedia.org/wiki/Brotli) for shorter URLs
- Add option to "publish" pages using base65536 as suggested - Add option to "publish" pages using base65536 as suggested
[here](https://github.com/jstrieb/urlpages/issues/5) [here](https://github.com/jstrieb/urlpages/issues/5)
- Allow users to sign/password protect published URLs
- Upload examples of multi-page sites (tree hierarchy) - Upload examples of multi-page sites (tree hierarchy)

View File

@ -30,7 +30,7 @@
</label> </label>
<!-- Seemingly random attributes necessary for TinyUrl to accept the <!-- Seemingly random attributes necessary for TinyUrl to accept the
request --> request -->
<form action="http://tinyurl.com/create.php" method="get" target="_blank"> <form action="https://tinyurl.com/create.php" method="get" target="_blank">
<input type="hidden" id="source" name="source" value="indexpage"> <input type="hidden" id="source" name="source" value="indexpage">
<input type="hidden" name="url" id="url" /> <input type="hidden" name="url" id="url" />
<button onclick="setCodeUrl()">Short Link to Editor</button> <button onclick="setCodeUrl()">Short Link to Editor</button>