patchGNU Octave - Patches: patch #8698, Octave Forge: Promote link to...

 
 

patch #8698: Octave Forge: Promote link to package documentation

Submitter:  Oliver Heimlich <oheim>
Submitted:  Sun 05 Jul 2015 08:08:52 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 09 Jul 2015 07:44:21 PM UTC, comment #5: 

I have pushed the patch for generate_html (with minor changes):

http://sourceforge.net/p/octave/generate_html/ci/64d44b9d7dd04c00cc3dc70c64b14e2d19744d1f/

Julien Bect <jbect>
Wed 08 Jul 2015 07:44:28 PM UTC, comment #4: 

Meh, I don't think it's that important to temporarily lose the underline on the link to NEWS. As new packages get released, they'll get a much better decoration.

If you feel otherwise, just push your proposed change to project-web (you should have push access to all OF repositories) and I'll then update the actual website.

Carnë Draug <carandraug>
Group Member
Tue 07 Jul 2015 09:08:00 PM UTC, comment #3: 

Carnë, you should consider one issue with the CSS. The change will hide the text decoration (=underline) of the NEWS links for all current packages. If that is a problem, the CSS should be changed like this to only remove the text decoration for new releases where the NEWS link has been moved into the blue box:


a.function_reference_link,
a.download_link,
a.package_doc,
div.package_function_reference a.news_file {
  text-decoration: none;
}


Oliver Heimlich <oheim>
Tue 07 Jul 2015 07:49:53 PM UTC, comment #2: 

I have pushed part of the change to the project-web repository

  http://hg.code.sf.net/p/octave/project-web/rev/d384edacde65

Julien, what do you think of the change to the generate_html package?

Carnë Draug <carandraug>
Group Member
Mon 06 Jul 2015 04:22:35 PM UTC, comment #1: 

Adding package maintainer to cc

Carnë Draug <carandraug>
Group Member
Sun 05 Jul 2015 08:08:52 PM UTC, original submission:  

Following the discussion from http://permalink.gmane.org/gmane.comp.gnu.octave.maintainers/43107 here are the required patches for the website and generate_html package.

Oliver Heimlich <oheim>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #34380:  news.png added by oheim (932B - image/png)
file #34382:  manual.png added by oheim (1KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jbect (Posted a comment)
  • -email is unavailable- added by carandraug (Julien Bect - maintainer of generate_html package)
  • -email is unavailable- added by oheim (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-07-10 carandraug StatusNone Done
        Open/ClosedOpen Closed
    2015-07-06 carandraug Carbon-Copy- Added -email is unavailable-
    2015-07-05 oheim Attached File- Added package_doc-icon-generate_html.patch, #34379
        Attached File- Added news.png, #34380
        Attached File- Added package_doc-icon-project-web.patch, #34381
        Attached File- Added manual.png, #34382

    Back to the top

    Powered by Savane 3.13-aa77.
    Corresponding source code