Useful examples on how to effectively use the Django-Tagging application (plugin?)
Installation is simple. I believe easy_install django-tagging works.
Django-tagging code and documentation
Introduction to using django-tagging
DevelopmentDjango-taggingUseful examples on how to effectively use the Django-Tagging application (plugin?) Installation is simple. I believe Django-tagging code and documentation Introduction to using django-tagging
Change Windows type line endings to MacTo convert files from windows (or DOS) type line endings to UNIX or Mac flavor use “flip” Convert DOS or Windows line endings to Unix or Mac
Convert Unix line endings to Windows
To install flip on Mac:
To install flip on Ubuntu Linux
How do you know your line endings are DOS or Windows flavor? Open your text file with a plain text editor. If you see a “^M” at the end of every line then your line endings are DOS/Windows. From the flip Usage instructions Usage: flip [-t|-u|-d|-m] filename[s]
Converts ASCII files between Unix, MS-DOS/Windows, or Macintosh newline formats
Options:
-u = convert file(s) to Unix newline format (newline)
-d = convert file(s) to MS-DOS/Windows newline format (linefeed + newline)
-m = convert file(s) to Macintosh newline format (linefeed)
-t = display current file type, no file modificationsImport Blogger into Movable 4 type using BloggerImporter pluginFor work I need to import a Blogger blog into Movable Type 4.
If you get the error “Can’t locate XML/LibXML.pm” you need to install the Perl module. On Ubuntu use aptitude.
|
Tags in TagsUser login |