Saturday, October 17, 2015

beautiful_url (1.0.95)

This is a small, little gem allowing you to map symbols and strings to URLs. It is quite useful to use shortcuts that way. Currently however, it is mostly just used by myself. I plan to extend it to allow custom loading of yaml files for the next release at 1.0.6. This project is a simple symbol-to-string URL mapper. Please note that for most people this project is not too useful - it is rather small and was never intended to become large. It is more of a basic building block I use in other projects, especially in Cyberweb or DiamondShell. The basic point of this project is to make it possible to convert an input as an URL in these projects. A simple Usage example is this: require 'beautiful_url' BeautifulUrl['diacgi'] # => "/Users/x/DATA/PROGRAMMING_LANGUAGES/RUBY/SRC/diamond_shell/lib/diamond_shell/documentation/DIAMOND_SHELL_TUTORIAL.cgi" You can also load your own dataset into the class, but as of yet I am unsure how this should be done. If you have specific suggestions to make this gem more useful for others, please drop me an email at: shevegen@gmail.com Thank you.
V247

No comments:

Post a Comment