octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8984] generate_html is not completely ind


From: Fernando Pujaico Rivera
Subject: [Octave-patch-tracker] [patch #8984] generate_html is not completely independent of octave-forge site
Date: Thu, 21 Apr 2016 05:59:17 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/patch/?8984>

                 Summary: generate_html is not completely independent of
octave-forge site
                 Project: GNU Octave
            Submitted by: trucomanx
            Submitted on: Thu 21 Apr 2016 02:59:16 AM BRT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I am trying make the documentation of my octave package, and this is no
located in octave-forge site, 
I am using a different repository.
I am using the function generate_package_html(), using the code:

options = get_html_options ("octave-forge");
# I got the options structure and 
# I have modified the parameters interesting for me.
generate_package_html ("bsltl", "bsltl_html", options);

But, the function generate_package_html() internally has a code in the line
431 calling the link:

http://sourceforge.net/projects/octave/files/

It is the unique reference to a link in the file.
I need change this line, given that I am not using this repository.

I would like submit a modification over the definition of
this link in the get_html_options.m file, and moving this definition to the
"options" structure.
Thus, others can make your documentations easily independently of repository
site.

Joint with this message, I am sending a "diff file" with this modification in
the add_var_older_versions_download.diff file.

In the modification, I have added the variable older_versions_download to the
option structure in the get_html_options.m file



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 21 Apr 2016 02:59:16 AM BRT  Name:
add_var_older_versions_download.diff  Size: 2kB   By: trucomanx
Adding the variable older_versions_download to the option structure
<http://savannah.gnu.org/patch/download.php?file_id=36972>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8984>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]