2014-11-07 20:11:30 +00:00
Random TODOs related to the Wiki and infrastructure:
2014-11-06 22:20:07 +00:00
* it'd be nice to link to template and wiki sources (or maybe they are all in one repo; I don't know ikiwiki well)
2014-11-08 23:50:02 +00:00
* I'm close to having this working -- bkuhn
2014-11-07 01:21:00 +00:00
* something odd about /about /about/about /about/colophon links (and seem not present now)
2014-11-07 01:48:02 +00:00
* /guide/ link to gitorious is broken due to rename
2014-11-07 02:37:12 +00:00
* no history link for each page (usually by recent changes, etc) loses major wiki affordance, cf <https://ikiwiki.info/users/joey/> ... looks to require [configuration](https://ikiwiki.info/pagehistory/)
* no diff link in rcentchanges loses major wiki affordance, cf <https://ikiwiki.info/recentchanges/> ... looks to require [plugin](https://ikiwiki.info/plugins/recentchangesdiff/)
2014-11-07 13:39:55 +00:00
* look into lstlisting to see if we can do code highlighting or otherwise
better presentation of it in HTML.
2014-11-07 01:49:36 +00:00
2014-11-10 20:09:16 +00:00
* The Guide has
[this specific problem regarding the offsets of relative href links in a tags](http://stackoverflow.com/questions/14526334/bootstrap-anchors-and-body-top-margin-padding).
We should probably try one of those solutions.
2014-11-11 16:32:22 +00:00
* Figure out what we're doing with the second/third/first person issue and
post to the mailing list.
2014-11-11 16:32:44 +00:00
* Figure out how to make users/ work in ikiwiki.
2014-11-08 22:14:41 +00:00
* Set up [Kallithea for the project](https://kallithea-scm.org). We are
currently [using gitorious](https://gitorious.org/copyleft-org/), which is
2014-11-08 23:47:59 +00:00
a proprietary re-licensed product and therefore non-optimal. There is
[[todo#gitorious_break|a list below]] that shows the things that break if
we switch to gitorious.
2014-11-08 22:14:41 +00:00
2014-11-08 22:04:22 +00:00
* SVG file needs additional pixels on edges to avoid
[clipping](https://bugzilla.mozilla.org/show_bug.cgi?id=1056949). The
banner on the front page is now a PNG, but we have an SVG of it, but
2014-11-09 00:20:58 +00:00
someone needs to bad the SVG file, as [[users/wolftune]] argues
2014-11-08 22:04:22 +00:00
that this is the manner to address the issue.
2014-11-07 01:52:44 +00:00
2014-11-08 22:04:22 +00:00
* Verify that the header and footer space on various pages look fine on small
screen devices, and if not, propose changes to the templates to make sure
it looks good.
2014-11-07 01:55:05 +00:00
2014-11-08 23:47:59 +00:00
---
List of Things That'll Break if/when We Leave Gitorious
========================
<a id="gitorious_break"></a>