Changeset - 5f16962bef8c
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 15:03:38
bkuhn@ebb.org
Remove SVG file b/c no one likes them, apparently.
2 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -28,25 +28,27 @@
 
  </head>
 

	
 
  <body>
 
    <header class="navbar navbar-default navbar-fixed-top copyleft-navbar">
 
      <div class="container">
 
        <div class="navbar-header">
 
          <button class="navbar-toggle" data-target=".copyleft-navbar-collapse" data-toggle="collapse" type="button">
 
            <span class="sr-only">Toggle navigation</span>
 
            <span class="icon-bar"></span>
 
            <span class="icon-bar"></span>
 
            <span class="icon-bar"></span>
 
          </button>
 
          <svg width="245" height="50" style="margin: 5px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg>
 
<!--          <svg width="245" height="50" style="margin: 5px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg> -->
 
          <img alt="copyleft.org" src="/copyleftorg-green-stylized.png" width="245" height="50"></img>
 

	
 
        </div>
 
        <nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation">
 
          <ul class="nav navbar-nav navbar-right">
 
        <li class="active"><a href="/">Wiki</a></li>
 
        <li><a href="/guide/">Tutorial and Guide</a></li>
 
        </ul></nav>
 
    </div>
 
    </header>
 
    <div class="content">
 
      <div class="container">
 
      <TMPL_IF PARENTLINKS>
 
       <ol class="breadcrumb copyleft-breadcrumb">
todo.mdwn
Show inline comments
...
 
@@ -2,30 +2,32 @@ Some feedback from mlinksva:
 

	
 
* it'd be nice to prominently link to pdf or other single-page version of the guide so that those who prefer scrolling rather than clicking through long-form documents and in-browser searching whole long-form document are satisfied
 
* 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)
 
* by-sa license icon cries out for more branding! FSF and Consevancy logos in footer, maybe right aligned?
 
* something odd about /about /about/about /about/colophon links (and seem not present now)
 
* /guide/ link to gitorious is broken due to rename
 
* 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/)
 
* "This Page's Discussion" link obtains "Error: bad page name".
 
* look into lstlisting to see if we can do code highlighting or otherwise
 
  better presentation of it in HTML.
 
---
 
Open questions back to mlinksva from bkuhn:
 
Hopeless Issues:
 

	
 
* copyleft.org logo clipped by a few pixels on the right in Firefox, but goes away at certain magnifications, not present in Chromium. Seems related to svg. Getting rid of the svg and just always displaying bitmap fixes.
 

	
 
   * I think the above was merely a width/height setting issue, which appears fixed now.  Can you confirm?
 

	
 
      * It isn't fixed. Seems Firefox has some long term problems with unwanted SVG [clipping](https://bugzilla.mozilla.org/show_bug.cgi?id=1056949). I will try to reproduce and file.
 
      * I gave up and did this.  I don't get why <svg> doesn't work.  WTF?
 
        It worked in every browser I tested.
 

	
 
---
 
I think this is a WONT_FIX:
 

	
 
* fixed position/never scrolling header and footer wastes space, apparent on long page like <http://copyleft.org/recentchanges/>
 

	
 
   * I'm going to ask Karen what she thinks about this.  I don't really care,
 
     and wonder if it's better that way for branding.  I'll leave it as is
 
     for now.
 

	
 
      * Make sure you look on a small screen device.
0 comments (0 inline, 0 general)