Second round, clean up http:// links with {{ site.url }}
This commit is contained in:
parent
788e4609f6
commit
a6570a4144
122 changed files with 278 additions and 278 deletions
|
@ -11,6 +11,6 @@ categories:
|
|||
- Linux
|
||||
---
|
||||
|
||||
Reading Wesley J. Chun's excellent [_Core Python Programming_](http://corepython.com) I realized I could definitely improve [my wallpaper checker](http://www.dennogumi.org/2006/12/23/wallpaper-size-checker/), at least internally. That's what I did today, and aside that, I added an option to view a thumbnail of the images contained in the lists. Note that it is **not** meant to be an image viewer, just a way to show the images in the list (and I suggest you filter it first if it's long). The image viewing part is my first try with Tkinter, the Python module to create interfaces using Tk. It's ugly looking, but at least it works.
|
||||
Reading Wesley J. Chun's excellent [_Core Python Programming_](http://corepython.com) I realized I could definitely improve [my wallpaper checker]({{ site.url }}/2006/12/23/wallpaper-size-checker/), at least internally. That's what I did today, and aside that, I added an option to view a thumbnail of the images contained in the lists. Note that it is **not** meant to be an image viewer, just a way to show the images in the list (and I suggest you filter it first if it's long). The image viewing part is my first try with Tkinter, the Python module to create interfaces using Tk. It's ugly looking, but at least it works.
|
||||
|
||||
Download it in [tar.gz format](http://www.dennogumi.org/files/wp_filter.tar.gz) or [zip format](http://www.dennogumi.org/files/wp_filter.zip). Instructions are in the README.
|
||||
Download it in [tar.gz format]({{ site.url }}/files/wp_filter.tar.gz) or [zip format]({{ site.url }}/files/wp_filter.zip). Instructions are in the README.
|
||||
|
|
Reference in a new issue