<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sally/templates/package.html, branch CHECKPOINT</title>
<subtitle>a fork with reasonable build of uber-go/sally</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/'/>
<entry>
<title>Support dark mode theme (#142)</title>
<updated>2024-03-12T18:02:02+00:00</updated>
<author>
<name>Chongyi Zheng</name>
<email>git@zcy.dev</email>
</author>
<published>2024-03-12T18:02:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=d7c76afa342c98220281bdadb7fcf2598e48624b'/>
<id>d7c76afa342c98220281bdadb7fcf2598e48624b</id>
<content type='text'>
* Support dark mode theme

* Add dark mode to 404 and package pages

* Fix tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support dark mode theme

* Add dark mode to 404 and package pages

* Fix tests</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for other vcs systems (#128)</title>
<updated>2023-11-07T19:45:45+00:00</updated>
<author>
<name>Henrique Dias</name>
<email>hacdias@gmail.com</email>
</author>
<published>2023-11-07T19:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=550450a3b1e07a70a506d872137ea43774d2c5e0'/>
<id>550450a3b1e07a70a506d872137ea43774d2c5e0</id>
<content type='text'>
Adds support to other VCS systems as per the specification.
Defaults to `git` for backwards compatibility.
Renames the internally used `.GitURL` to `.RepoURL` for clarity.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support to other VCS systems as per the specification.
Defaults to `git` for backwards compatibility.
Renames the internally used `.GitURL` to `.RepoURL` for clarity.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for sub-indexes (#120)</title>
<updated>2023-10-18T22:18:40+00:00</updated>
<author>
<name>Abhinav Gupta</name>
<email>mail@abhinavg.net</email>
</author>
<published>2023-10-18T22:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=5fbb57ed966154dc29730e0ce62824e1b577d8cb'/>
<id>5fbb57ed966154dc29730e0ce62824e1b577d8cb</id>
<content type='text'>
&lt;details&gt;
&lt;summary&gt;Background&lt;/summary&gt;

Sally renders two kinds of pages:

- packages: These are for packages defined in sally.yaml
  and any route under the package path.
- indexes: These list available packages.

The latter--indexes was previously only supported at '/', the root page.

This leads to a slight UX issue:
if you have a package with a / in its name (e.g. net/metrics):

- example.com/net/metrics gives you the package page
- example.com/ lists net/metrics
- However, example.com/net fails with a 404

&lt;/details&gt;

This adds support for index pages on all parents of package pages.
Therefore, if example.com/net/metrics exists,
example.com/net will list all packages defined under that path.

Resolves #31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;details&gt;
&lt;summary&gt;Background&lt;/summary&gt;

Sally renders two kinds of pages:

- packages: These are for packages defined in sally.yaml
  and any route under the package path.
- indexes: These list available packages.

The latter--indexes was previously only supported at '/', the root page.

This leads to a slight UX issue:
if you have a package with a / in its name (e.g. net/metrics):

- example.com/net/metrics gives you the package page
- example.com/ lists net/metrics
- However, example.com/net fails with a 404

&lt;/details&gt;

This adds support for index pages on all parents of package pages.
Therefore, if example.com/net/metrics exists,
example.com/net will list all packages defined under that path.

Resolves #31
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing redundant go-source tag (#92)</title>
<updated>2023-05-08T04:54:08+00:00</updated>
<author>
<name>Anurag Bandyopadhyay</name>
<email>angbpy@gmail.com</email>
</author>
<published>2023-05-08T04:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=eda20020c3391cf0a9aed04af1c349afbac66f90'/>
<id>eda20020c3391cf0a9aed04af1c349afbac66f90</id>
<content type='text'>
* update: removing redundant go-source tag

* fix: removing /.idea and adding dir to gitignore

* fix: removing /.idea and removing branch field from from templateData

* fix: pkgHndler defaultBranch rem revert

* fix: minor typo

* fix: removing assertion of template responses

* fix: tabs

* Update handler_test.go

* Update handler_test.go

* Update handler_test.go

---------

Co-authored-by: Anuragkillswitch &lt;70265851+Anuragkillswitch@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update: removing redundant go-source tag

* fix: removing /.idea and adding dir to gitignore

* fix: removing /.idea and removing branch field from from templateData

* fix: pkgHndler defaultBranch rem revert

* fix: minor typo

* fix: removing assertion of template responses

* fix: tabs

* Update handler_test.go

* Update handler_test.go

* Update handler_test.go

---------

Co-authored-by: Anuragkillswitch &lt;70265851+Anuragkillswitch@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting branch (#46)</title>
<updated>2021-05-18T22:49:33+00:00</updated>
<author>
<name>Jan-Philipp Benecke</name>
<email>github@bnck.me</email>
</author>
<published>2021-05-18T22:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=4f8f13fd76f065e49efdb3aa1a7504ffcafbf9a8'/>
<id>4f8f13fd76f065e49efdb3aa1a7504ffcafbf9a8</id>
<content type='text'>
Support specifying the branch from which source will be served in
the YAML configuration.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support specifying the branch from which source will be served in
the YAML configuration.</pre>
</div>
</content>
</entry>
<entry>
<title>Add minimal styling</title>
<updated>2019-01-03T19:48:28+00:00</updated>
<author>
<name>Abhinav Gupta</name>
<email>abg@uber.com</email>
</author>
<published>2018-12-31T20:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=086cdf873f5fb22f858476a035883a945503bd4a'/>
<id>086cdf873f5fb22f858476a035883a945503bd4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
