<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/test/plugins/css, branch master</title>
<subtitle>Ousía Main Repository</subtitle>
<id>https://git.ousia-framework.org/ousia.git/atom?h=master</id>
<link rel='self' href='https://git.ousia-framework.org/ousia.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/'/>
<updated>2015-02-14T22:42:05+00:00</updated>
<entry>
<title>Moved specific file format parsers to formats/ folder, moved old tokenizer to css code (this is the only place where it is actually used)</title>
<updated>2015-02-14T22:42:05+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-02-14T22:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=efe60ac3c3a8725ac71329c0bb19fa9d9c58f399'/>
<id>urn:sha1:efe60ac3c3a8725ac71329c0bb19fa9d9c58f399</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parsers do no longer return the node they have parsed (as this may be ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly.</title>
<updated>2015-01-27T15:01:53+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-27T15:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=eb6ecdcc85ece4eb84b90f3c9bb920dc1ad2b6d1'/>
<id>urn:sha1:eb6ecdcc85ece4eb84b90f3c9bb920dc1ad2b6d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed CSS to Style (finally)</title>
<updated>2015-01-26T22:55:41+00:00</updated>
<author>
<name>Benjamin Paassen</name>
<email>bpaassen@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-26T22:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=f1d432892ce158490bb564ba3d01982772439a81'/>
<id>urn:sha1:f1d432892ce158490bb564ba3d01982772439a81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTest</title>
<updated>2015-01-25T22:16:54+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-25T22:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=2629c62e415e9c02fe73f61c92d8148b8dad5bf9'/>
<id>urn:sha1:2629c62e415e9c02fe73f61c92d8148b8dad5bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructures parser classes a little, removed Registry from ParserContext, gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled</title>
<updated>2015-01-25T17:57:19+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-25T17:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=67c3618e593f88eb8177404475586735902d693f'/>
<id>urn:sha1:67c3618e593f88eb8177404475586735902d693f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved Terminal and TerminalLogger to own classes in new frontent folder</title>
<updated>2015-01-24T12:23:55+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-24T12:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=99c6f5df144d0530fe43225d353dee881cfdf26a'/>
<id>urn:sha1:99c6f5df144d0530fe43225d353dee881cfdf26a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed unit tests according to new SourceLocation</title>
<updated>2015-01-23T14:29:35+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-23T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=894013f5b275673b8130e265fa4c67040f036f1e'/>
<id>urn:sha1:894013f5b275673b8130e265fa4c67040f036f1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some further refactoring -- renamed Scope to ParserScope, got rid of parser namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils</title>
<updated>2015-01-21T00:17:49+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-21T00:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=6decad0b8e7e369bd8215f31a45dd3eae982d2a9'/>
<id>urn:sha1:6decad0b8e7e369bd8215f31a45dd3eae982d2a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bugs in definition of Project, added reference to Project to ParserContext</title>
<updated>2015-01-18T20:42:49+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-18T20:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=2eec59a47ec36e5e4f921ca91284942b4d7d521b'/>
<id>urn:sha1:2eec59a47ec36e5e4f921ca91284942b4d7d521b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allowing deferred resolution of Nodes</title>
<updated>2015-01-16T16:02:04+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-01-16T16:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=378ff2235fdf32983ebf2186a9127e51cbe8a0ab'/>
<id>urn:sha1:378ff2235fdf32983ebf2186a9127e51cbe8a0ab</id>
<content type='text'>
</content>
</entry>
</feed>
