<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.css, branch v0.5</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/cgit.css?h=v0.5</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/cgit.css?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2007-05-23T20:46:54Z</updated>
<entry>
<title>Add repo.readme parameter</title>
<updated>2007-05-23T20:46:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-23T20:46:54Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=bbcdc290c6c0b8121e57dbca4bd66c9e5e729959'/>
<id>urn:sha1:bbcdc290c6c0b8121e57dbca4bd66c9e5e729959</id>
<content type='text'>
This parameter can be used to specify a repo-specific includefile, which will
then be printed on the summary page for the repo.

If the parametervalue is a not an absolute path, it is taken to be relative
to repo.path.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cgit_print_age() function</title>
<updated>2007-05-22T21:12:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-22T21:08:46Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=5db39170b6c979655a0238dcd627e206febed88b'/>
<id>urn:sha1:5db39170b6c979655a0238dcd627e206febed88b</id>
<content type='text'>
This function can be used to print relative dates, just as in gitweb. Next
step will be to actually use the new function.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>css: make column headings bold</title>
<updated>2007-05-20T22:29:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T22:29:11Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed'/>
<id>urn:sha1:3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make frontpage friendlier</title>
<updated>2007-05-20T22:14:28Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T22:14:28Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=0b8b6a317654dce2aa8c7ec5bf55717f624af14f'/>
<id>urn:sha1:0b8b6a317654dce2aa8c7ec5bf55717f624af14f</id>
<content type='text'>
This is an attempt to make the index page more usable by changing how
repo groups and repo links are displayed.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Adjust apperance of repogroup headers</title>
<updated>2007-05-20T20:12:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T20:12:54Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=7b39144a541ab5be8bcd2748a5be89389bee7192'/>
<id>urn:sha1:7b39144a541ab5be8bcd2748a5be89389bee7192</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Teach cgit how to group repositories by category</title>
<updated>2007-05-18T20:51:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-18T20:48:22Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=5877c49f68b1e1bef94b4867f22c336f0e1605b6'/>
<id>urn:sha1:5877c49f68b1e1bef94b4867f22c336f0e1605b6</id>
<content type='text'>
The new parameter 'repo.group' is used to set the repository group
for the following repositores. Whenever this parameter changes value,
a subheading is generated in the index page (printing the current value
of repo.group).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Do not wrap filemode column in diffstat table</title>
<updated>2007-05-16T01:30:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-16T01:30:57Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=d82c08a0446aa712a7d825e07f3d51796421b3a2'/>
<id>urn:sha1:d82c08a0446aa712a7d825e07f3d51796421b3a2</id>
<content type='text'>
The diffstat looks rather ugly when the filemode is wrapped to one
char per line, so lets force it to not wrap.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add link to commitdiff below diffstat</title>
<updated>2007-05-15T23:16:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T23:16:56Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=dff894d12953a8a3cd7cdca2357771212a2f57d6'/>
<id>urn:sha1:dff894d12953a8a3cd7cdca2357771212a2f57d6</id>
<content type='text'>
This link is a lot easier to locate than the links to the right of the
parent entries.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use tables and css to create the diffstat graph, fix scaling</title>
<updated>2007-05-15T07:09:42Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T00:13:11Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=e903011c4457c24c0095f270ca5e78c40729434f'/>
<id>urn:sha1:e903011c4457c24c0095f270ca5e78c40729434f</id>
<content type='text'>
There was no need to use image-files for the graphs, so lets drop them.
At the same time, fix scaling of the graphs so that the full width is
used only if atleast 100 LOC are changed in one of the files.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: try to make diffs look a little bit nicer</title>
<updated>2007-05-14T20:43:38Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T16:31:05Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a342ac6b4d7830f82230b0f6a29bc9378d66747e'/>
<id>urn:sha1:a342ac6b4d7830f82230b0f6a29bc9378d66747e</id>
<content type='text'>
This makes the diffview look more like 'git-diff' in a terminal.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
