Added drget.
This commit is contained in:
		@@ -48,6 +48,7 @@ These are my projects, new and old.
 | 
			
		||||
   
 | 
			
		||||
  other_projs = (
 | 
			
		||||
      'kando',
 | 
			
		||||
      ('drget', 'Get media from Danmarks Radio', 'https://gitorious.org/drget'),
 | 
			
		||||
      ('folketingetmeninger', 
 | 
			
		||||
  'A small Python script to download and show the opinions of the Danish parties',
 | 
			
		||||
  'http://projects.metanohi.name/misc/folketingetmeninger.py.gz'),
 | 
			
		||||
@@ -136,7 +137,7 @@ These are my projects, new and old.
 | 
			
		||||
      )
 | 
			
		||||
  
 | 
			
		||||
  #################################
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
  boxtemplate = '''\
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href='{url}' style='background-image: url(img/{name}.png);'>
 | 
			
		||||
@@ -182,6 +183,7 @@ These are my projects, new and old.
 | 
			
		||||
          title, desc, url = getparts(name, True)
 | 
			
		||||
          print(listtemplate.format(url=url, title=title, description=desc))
 | 
			
		||||
      print('</dl>')
 | 
			
		||||
  
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
** Relatively new
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user