<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib/nodeserver, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(docs): don't rewrite colons in doc filenames</title>
<updated>2012-09-04T18:11:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-31T23:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8fac353f07c00c21a16926740aaec4b1c8cb487'/>
<id>b8fac353f07c00c21a16926740aaec4b1c8cb487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): use GAE and Google CDN for docs</title>
<updated>2012-08-24T21:54:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-20T15:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a4b28dbf3af9a1871f00dfeded6da9eda557412'/>
<id>4a4b28dbf3af9a1871f00dfeded6da9eda557412</id>
<content type='text'>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(nodeserver): add font mime type</title>
<updated>2012-08-04T19:09:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-08-04T19:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=77e6d833f6818cbf3eecbe8e7cf640453af36ee1'/>
<id>77e6d833f6818cbf3eecbe8e7cf640453af36ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(favicon): update to aliased icon</title>
<updated>2012-05-24T20:48:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-12T14:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5fb18ae354831736bf56e9e6dccf6213ea24f16'/>
<id>b5fb18ae354831736bf56e9e6dccf6213ea24f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(server.js): Add CSP support</title>
<updated>2012-04-28T05:04:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-27T22:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2b1b2570344cfb55ba93b6f184bd3ee6db324419'/>
<id>2b1b2570344cfb55ba93b6f184bd3ee6db324419</id>
<content type='text'>
The support is disabled by default, uncomment relevant lines to enable
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The support is disabled by default, uncomment relevant lines to enable
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): add dummy favicon.ico to silence 404s</title>
<updated>2012-01-09T21:17:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-12-28T18:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c76a120bfea6f78d6530fa63a8129dfc40af7d86'/>
<id>c76a120bfea6f78d6530fa63a8129dfc40af7d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): properly escape all, not just first char</title>
<updated>2011-10-27T15:44:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-27T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=445680f601c55397e8cf9e8528675a2053d8f807'/>
<id>445680f601c55397e8cf9e8528675a2053d8f807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): docs rewriting</title>
<updated>2011-10-13T18:10:20+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-13T01:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e32f3fd351fcdbc30822f1996d567fcbcc42c02'/>
<id>8e32f3fd351fcdbc30822f1996d567fcbcc42c02</id>
<content type='text'>
There can be url /api which does not end with / and we want to rewrite this url as well...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There can be url /api which does not end with / and we want to rewrite this url as well...
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(nodeserver): if index.html exists, serve it instead of directory listing</title>
<updated>2011-10-13T18:10:20+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-13T01:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=02332107e51a4b00b313c3457b8fa8959c7cb517'/>
<id>02332107e51a4b00b313c3457b8fa8959c7cb517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): use html5 history api for all routing in the docs app</title>
<updated>2011-09-26T21:51:53+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-30T09:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f92de6246a0af8450fde84b209211a56397fda'/>
<id>13f92de6246a0af8450fde84b209211a56397fda</id>
<content type='text'>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</pre>
</div>
</content>
</entry>
</feed>
