<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib/nodeserver, branch v0.10.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>add appcache for docs site - caches only css/js/img resources</title>
<updated>2011-06-07T21:56:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-07T19:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=25b3438fd78184cbbc420e2e051888f4f192a68a'/>
<id>25b3438fd78184cbbc420e2e051888f4f192a68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos, missing semi-colons, etc...</title>
<updated>2011-04-25T15:17:17+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-04-19T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f85c82acd623e63f23a4f3ebba239280f14e380b'/>
<id>f85c82acd623e63f23a4f3ebba239280f14e380b</id>
<content type='text'>
This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
</pre>
</div>
</content>
</entry>
<entry>
<title>jsdoc parser + generator + viewer + scenario runner</title>
<updated>2010-11-03T16:47:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-27T22:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=659af29adbd041fbbbaf041ead53266210a61f4e'/>
<id>659af29adbd041fbbbaf041ead53266210a61f4e</id>
<content type='text'>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if file exists (not a 404) and that document is accessible and not using file:// URLs in Application</title>
<updated>2010-10-29T18:40:56+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-28T02:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5524d2b0fb9b87ef0d1beec092337f836a1043a8'/>
<id>5524d2b0fb9b87ef0d1beec092337f836a1043a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue where directories don't have a slash on the end and allow specifying a different port</title>
<updated>2010-10-23T21:22:54+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-22T02:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=64063b5d41c5ebac2835a83d9da40974da4d4820'/>
<id>64063b5d41c5ebac2835a83d9da40974da4d4820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better nodeserver that implements an HTTP server more completely</title>
<updated>2010-10-21T16:26:05+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-21T03:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b41bc98c54502cea070a8ca11b5d267e02f30701'/>
<id>b41bc98c54502cea070a8ca11b5d267e02f30701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more if tests pass</title>
<updated>2010-04-21T19:50:05+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-04-21T19:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e78405f6ed82fcd2e9a1cdffb7f1103d52752623'/>
<id>e78405f6ed82fcd2e9a1cdffb7f1103d52752623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
