Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogosantos/WallpaperMenu
WallpaperMenu is a Mac OS X menubar application that navigates through beautiful pictures on the web and set them up as your desktop image.
https://github.com/diogosantos/WallpaperMenu
Last synced: 3 months ago
JSON representation
WallpaperMenu is a Mac OS X menubar application that navigates through beautiful pictures on the web and set them up as your desktop image.
- Host: GitHub
- URL: https://github.com/diogosantos/WallpaperMenu
- Owner: diogosantos
- Archived: true
- Created: 2010-09-21T02:44:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-28T02:33:06.000Z (about 14 years ago)
- Last Synced: 2024-04-26T12:32:22.575Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 1.62 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- open-source-mac-os-apps - WallpaperMenu - macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ![ruby_icon] (Applications / Wallpaper)
- open-source-mac-os-apps - WallpaperMenu - macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ![ruby_icon] (Applications / Wallpaper)
README
WallpaperMenu.
-------------------
WallpaperMenu is a Mac OS X menubar application that navigates through beautiful pictures on the web and set them up as your desktop image.
WallpaperMenu is NOT an official client of a website or a service.DISCLAIMER.
-------------------
Wallpaper Menu has non production code, it means that you should not use it by now. However, if you decided give it a try, I'll appreciate your feedback.TODO.
-------------------
# When a thumbnail was clicked twice, WallpaperMenu should download it only once
# Make the folder for downloaded wallpapers and the screen resolution configurable.
# Give the user some feedback while downloading the wallpaper.
# WallpaperNavigatorView needs to request more wallpapers to show.
# WallpaperView needs to display a loading image when not display wallpapers and not that placeholder.
# Call a designer to make the application look greatFOR DEVELOPERS.
-------------------
1) HTML Parsing Isolation.
I tried to isolate the interfaceLIFT.com accessing and HTML parsing in a separated class just to leave an open door for plugins creation. I have plans to create some plugins allowing people to navigate through other beautiful pictures websites.2) Nokogiri with MacRuby.
I've heard that now it's possible to use Nokogiri with MacRuby. If you know how to do that, please let me know or even better, send me your patch.