A blog about my mess
Thanks to my good old friend procrastination, I was finally forced to do something way more boring than configuring url redirections to avoid broken urls from my older blog engine, hurray o/
I'll check out the 404 from the logs from time to time to see if something is missing.
On a side node, it's always a bit chilling to go through the list of 404 and to see all the urls tried by scripts to crack random websites.
The new version of MyTemplates is out!
The new feature of this release is to allow mtpl to run python scripts that will be responsible for create a more complex template that just a single texte file.
For reminder MyTemplates is a tool to manage a collection of templates files for coding that use git. The current templates repository host for the moment licences templates, some scripts to write irc bots, some templates for python (ie: setup.py) and more. Feel free to submit new content (send a pull request!).
You can also find it on pypi.
I'm proud to announce you a new release of the PipeToolKit.
The PipeToolKit is a collection of small utilities to play with unix pipes and write new one. I use it a lot with ii, feedstail and other utilities to build highly customizable irc bots.
I've also add some documentation on the python template class I use to build those utils in the case you want to code your owns.
Installation:
pip install pipetk
Code!
pdetinyfy now works for urls inside a string
new script: puniqrt to try to eliminate duplications for tweets
new template to build pipes utils that works on the urls of a string
add premoveurls as en example script for the new template
new script: pcleanurls to remove useless tracking pieces of urls (like utm_* stuff)
various bug fixs
add doc on how to write new pipe utils
I'm proud to announce you the first release of mtpl (as in MyTemplates). This is a very simple program that aim to manage a collection of various templates files for scripts/licencing/code.
Bored of constantly copypasting the gpl/setup.py/cool shell script from the web/your matchin project? Mtpl aim to fix this by providing a simple and straightforward cli interface. Git is used for storing files.
All the details can be found on the pypi page.
Installation
pip install mtpl
Yay o/
As the title say it, I've reupload everything and I've corrected the broken links to match this new blog engine.
Now I just need to do the correct redirections because cool urls doesn't change.