<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates, branch v1.0.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(tutorial): correct typos and clarify a few sections</title>
<updated>2012-08-31T05:38:54+00:00</updated>
<author>
<name>Fernando Correia</name>
</author>
<published>2012-07-15T16:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92304323b10d2917abca2f38598e34c7b41f92a2'/>
<id>92304323b10d2917abca2f38598e34c7b41f92a2</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): ask GAE to serve docs-keywords.js</title>
<updated>2012-08-30T22:59:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-30T22:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d151f949375ea1b42c51e3cc6e42ae79b69e6959'/>
<id>d151f949375ea1b42c51e3cc6e42ae79b69e6959</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 symlinks to build docs</title>
<updated>2012-08-28T23:08:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-28T19:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b36acbc8577d087bde48ff6045d6188cd515b8b7'/>
<id>b36acbc8577d087bde48ff6045d6188cd515b8b7</id>
<content type='text'>
so that we can just edit source files without rebuilding docs.

this works for all docs files, except for those that are generated
or rewritten during build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that we can just edit source files without rebuilding docs.

this works for all docs files, except for those that are generated
or rewritten during build.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(guide): add concepts</title>
<updated>2012-08-28T04:20:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-29T23:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=152537c4e939baefa516c507c33fcc753c20b934'/>
<id>152537c4e939baefa516c507c33fcc753c20b934</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): support _escaped_fragment_ hack for crawler</title>
<updated>2012-08-25T09:31:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-25T09:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd'/>
<id>54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd</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-24T22:00:36+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=60a12b416104697d48a465bffbcfefbec35f06ea'/>
<id>60a12b416104697d48a465bffbcfefbec35f06ea</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>docs(styles): fix the cog icon alignment</title>
<updated>2012-08-10T21:19:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-06T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1391579599e4bf22a0cfa26705b9b320c511a854'/>
<id>1391579599e4bf22a0cfa26705b9b320c511a854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc) firefox icon rendering</title>
<updated>2012-06-15T17:40:25+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-15T17:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5d2f2991ecfe1ec6152be71982b8980236c988'/>
<id>ad5d2f2991ecfe1ec6152be71982b8980236c988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): migrate from $defer to $timeout</title>
<updated>2012-06-12T07:11:04+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T07:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d9ff5fd432314d2b5f5e6766240c918f10d3b83d'/>
<id>d9ff5fd432314d2b5f5e6766240c918f10d3b83d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): simplify doc urls</title>
<updated>2012-06-12T07:10:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f16150d5f1b20b3d633b4402095ea89baa4be042'/>
<id>f16150d5f1b20b3d633b4402095ea89baa4be042</id>
<content type='text'>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</pre>
</div>
</content>
</entry>
</feed>
