<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git/templates, branch master</title>
<subtitle>2014 China-New Zealand SKA Summer School Website
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/'/>
<entry>
<title>Added schedule.html template for app 'schedule'.</title>
<updated>2014-06-24T15:09:43+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T15:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=88c4fa2c87138d9f4707ad7193662953f9de725f'/>
<id>88c4fa2c87138d9f4707ad7193662953f9de725f</id>
<content type='text'>
* added 'schedule.views.ScheduleView'
* added 'schedule.html' template, with 'schedule.css' and 'schedule.js'
* added 'schedule.urls', updated django_skaschool.urls
* added tools/templatetags/dict_utils.py
* converted schedule models to south-based
* removed original 'page/templates/page/program.html', related urls
* updated navbar.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'schedule.views.ScheduleView'
* added 'schedule.html' template, with 'schedule.css' and 'schedule.js'
* added 'schedule.urls', updated django_skaschool.urls
* added tools/templatetags/dict_utils.py
* converted schedule models to south-based
* removed original 'page/templates/page/program.html', related urls
* updated navbar.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated traffic and accommodation information.</title>
<updated>2014-06-15T07:26:42+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-15T07:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=ae8805e0921cd46130ca59b81756fb636b4411b7'/>
<id>ae8805e0921cd46130ca59b81756fb636b4411b7</id>
<content type='text'>
* Updated traffic routes.
* Added map of SJTU Minhang campus.
* Updated accommodation information, and added related routes.
* small update to templates/navbar.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated traffic routes.
* Added map of SJTU Minhang campus.
* Updated accommodation information, and added related routes.
* small update to templates/navbar.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate username field on registration</title>
<updated>2014-06-07T03:58:26+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-07T03:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=de48c33ec3cad602828d9406ffe2dd379cfa3c2e'/>
<id>de48c33ec3cad602828d9406ffe2dd379cfa3c2e</id>
<content type='text'>
* validate username with regex on registration (bootstrap3 frontent does
  not handle regex correctly. XXX) -&gt; account/forms.py
* small update to registration page title display style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* validate username with regex on registration (bootstrap3 frontent does
  not handle regex correctly. XXX) -&gt; account/forms.py
* small update to registration page title display style
</pre>
</div>
</content>
</entry>
<entry>
<title>show notice pubtime in index page</title>
<updated>2014-06-03T05:24:53+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-03T05:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=49c28ef12fb1ebf5221feeeb22f955f97508f7d4'/>
<id>49c28ef12fb1ebf5221feeeb22f955f97508f7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated notice display style in index page</title>
<updated>2014-06-03T05:11:38+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-03T05:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=0c6d95a50d573b5d28d9136780bcf6c824cae283'/>
<id>0c6d95a50d573b5d28d9136780bcf6c824cae283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show latest import notice at index page.</title>
<updated>2014-06-03T03:28:12+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-03T03:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=dbdec551f234c6dfdb992184b715e9af8462433c'/>
<id>dbdec551f234c6dfdb992184b715e9af8462433c</id>
<content type='text'>
* added 'page.views.IndexView' for 'django_skaschool.urls
* updated 'index.html' to display notice at bottom
* added '.smallcaps' in 'index.css' for English title
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'page.views.IndexView' for 'django_skaschool.urls
* updated 'index.html' to display notice at bottom
* added '.smallcaps' in 'index.css' for English title
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated keywords in metainfo.html</title>
<updated>2014-05-18T12:52:21+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-18T12:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=3fb6d3594492aa5cbe599a9fd7f247c72c0057a5'/>
<id>3fb6d3594492aa5cbe599a9fd7f247c72c0057a5</id>
<content type='text'>
* added 'baidu-site-verification' to metainfo.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'baidu-site-verification' to metainfo.html
</pre>
</div>
</content>
</entry>
<entry>
<title>* changed block 'title' to 'pagetitle' for every page template</title>
<updated>2014-05-18T07:37:25+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-18T07:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58'/>
<id>c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated 'robots.txt'</title>
<updated>2014-05-18T07:36:09+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-18T07:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=ce61677ea556749f810954ccd6704eaff70c75e7'/>
<id>ce61677ea556749f810954ccd6704eaff70c75e7</id>
<content type='text'>
* updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt'
* updated navbar.html main button text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt'
* updated navbar.html main button text
</pre>
</div>
</content>
</entry>
<entry>
<title>added BeiAn information to index.html</title>
<updated>2014-04-29T09:12:14+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T09:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=96faa3b5451ca3f9d740f76c61c71ae2551f7415'/>
<id>96faa3b5451ca3f9d740f76c61c71ae2551f7415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
