Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
/ AutoURL Public archive

AutoURL is a JavaFX application, which can help you convert many pure URLs into HTML form with <a></a> elements.

Notifications You must be signed in to change notification settings

magiclen/AutoURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AutoURL

Introduction

AutoURL is a JavaFX application, which can help you convert many pure URLs into HTML form with <a></a> elements.

Usage

1. Run the program file named AutoURL.jar.
2. Input some URLs. For example,
http://magiclen.org/

http://git.magiclen.org/
http://magiclen.org/autourl/
3. The result of this conversion will be,
<a href="http://magiclen.org/">http://magiclen.org/</a><br />
<br />
<a href="http://git.magiclen.org/">http://git.magiclen.org/</a><br />
<a href="http://magiclen.org/autourl/">http://magiclen.org/autourl/</a>
4. Click the copy button to copy the result to your clipboard.

License

Copyright 2015 magiclen.org

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

What's More?

Please check out our web page at

http://magiclen.org/autourl/

About

AutoURL is a JavaFX application, which can help you convert many pure URLs into HTML form with <a></a> elements.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages