Hi Johan,

I cleaned up the structure of mechanics to

ctave-forge
|_ main
    |_ mechanics
        |_ inst
           |_ ocframe

I this way should be easier to maintain.

I also fixed the name of SolveFrame it was different form the name of the file.

Let me know if you have any troubles.

JPi

2011/10/5 Juan Pablo Carbajal <carba...@ifi.uzh.ch>:
> Hi,
>
> I uploaded the files to the releases forum.
>
> If you are subscribed to octave-dev mailing list you will get the news
> form there. It will be great if you subscribe.
>
> Otherwise I can let you know.
>
> Cheers,
>
> JPi
>
> 2011/10/5 Johan Beke <johanb...@hotmail.com>:
>> Hi,
>>
>> I fixed the documentation. You can make a release! Let me know when it is
>> ready so that I can announce it on the old website.
>>
>> Johan
>>
>>> Date: Tue, 4 Oct 2011 20:32:26 +0200
>>> Subject: Re: Package ocframe
>>> From: carba...@ifi.uzh.ch
>>> To: johanb...@hotmail.com
>>>
>>> Johan,
>>>
>>> The documentation is generated automatically from Octave. The full
>>> details are here http://octave.sourceforge.net/developers.html under
>>> the section "Submit your code".
>>> Once you have exported and made a tar.gz of the project (let say
>>> mechanics.tar.gz), start Octave and install the package
>>> > pkg install mechanics.tar.gz
>>>
>>> Then you need to load the generate_html pakcage and generate the
>>> documentation
>>> > load generate_html;
>>> >generate_package_html ('mechanics','mechanics-html','octave-forge')
>>>
>>> Then you will find a folder mechanics-html where th e file index.html
>>> contains the documentation.
>>>
>>> Let me know once you think everything is ok, and I will upload the
>>> package.
>>>
>>> Cheers
>>>
>>>
>>> 2011/10/4 Johan Beke <johanb...@hotmail.com>:
>>> > Hi Juan,
>>> >
>>> > I think that it 's ok to release! Btw, how are we supposed to generate
>>> > the
>>> > html help files? I'd like to test if my documentation is ok.
>>> >
>>> > Johan
>>> >
>>> >> Date: Mon, 3 Oct 2011 20:32:21 +0200
>>> >> Subject: Re: Package ocframe
>>> >> From: carba...@ifi.uzh.ch
>>> >> To: johanb...@hotmail.com
>>> >>
>>> >> Hi Johan
>>> >>
>>> >> I have prepared the package. Please check that files: DESCRIPTION and
>>> >> INDEX have the correct information. I added to the list of functions
>>> >> that will appear in the help, only those in ocframe/inst but n ot the
>>> >> ones in ocframe/inst/private.
>>> >>
>>> >> You will notice that I moved ocframe out of /int. I think it looks
>>> >> better like this.
>>> >>
>>> >> Let me known if there is something else to do. Otherwise mechanics-1.1
>>> >> can be released.
>>> >>
>>> >> Cheer,
>>> >>
>>> >> JPi
>>> >>
>>> >> PS: If you want to generate the html help of the package, do not worry
>>> > &g t; if one of the demos (the one that asks you for confirmation) take
>>> > s
>>> >> about 1 minute. I need to improve those functions.
>>> >>
>>> >>
>>> >>
>>> >> 2011/9/30 Johan Beke <johanb...@hotmail.com>:
>>> >> > Hi Juan,
>>> >> >
>>> >> > I commited my latest release (1.0.5) on svn. Can you please check
>>> >> > that I
>>> >> > put
>>> >> > t he files on the right place?
>>> >> >
>>> >> >
>>> >> > Johan
>>> >> >
>>> >> >> Date: Thu, 29 Sep 2011 20:20:25 +0200
>>> >> >> Subject: Re: Package ocframe
>>> >> >> From: carba...@ifi.uzh.ch
>>> >> >> To: johanb...@hotmail.com
>>> >> >> CC: carandraug+...@gmail.com; octave-dev@lists.sourceforge.net
>>> >> >>
>>> >> >> Hi Johan,
>>> >> >>
>>> >> >> Put the your folder wherever it feels natural for you. I will adapt
>>> >> >> the script to handle that.
>>> >> >> The only requirement is that Inside your folder you have the
>>> >> >> structure
>>> >> >> of a package. So, for you it means you just drop your package where
>>> >> >> you want it. I will then merge the "capitalized" files (INDEX,
>>> >> >> DESCRIPTION, etc...) and the Makefile, if you have one.
>>> >> >>
>>> >> >> I am Glad to hear we are on the move.
>>> >> >>
>>> >> >> JPi
>>> >> >>
>>> >> >>
>>> >> >> 2011/9/29 Johan Beke <johanb...@hotmail.com>:
>>> >> >> > Juan,
>>> >> >> >
>>> >> >> > I ll move my project into the mechanics (although my package is
>>> >> >> > more
>>> >> >> > for
>>> >> >> > static structural analysis but that does not bother me) . However,
>>> >> >> > I
>>> >> >> > do
>>> >> >> > not
>>> >> >> > clearly see where I will put my files. I just move my folder
>>> >> >> > ocframe
>>> >> >> > into
>>> >> >> > your folder. On my computer I just got the svn structure which is:
>>> >> >> >
>>> >> >> > oc tave-forge
>>> >> &g t;> > |_ main
>>> >> >> > |_ mechanics
>>> >> >> > |_ inst
>>> >> >> >
>>> >> >> > Do you mean that I must do the following?
>>> >> >> >
>>> >> >> > octave-forge
>>> >> >> > |_ main
>>> >> >> > |_ mechanics
>>> >> >> > |_ inst
>>> >> >> > |_ ocframe
>>> >> >> >
>>> >> >> > where ocframe contains the contents of my inst folder?
>>> >> >> >
>>> >> >> > Anyway, I took a quick look at my code and I 'm thinking of
>>> >> >> > rewriting
>>> >> >> > it
>>> >> >> > (faster version which as prototype for a 3D).
>>> >> >> >
>>> >> >> > Greetings,
>>> >> >> >
>>> >> >> > Johan
>>> >> >> >
>>> >> >> >> Date: Thu, 29 Sep 2011 12:00:09 +0200
>>> >> >> >> Subject: Package ocframe
>>> >> >> >> From: carba...@ifi.uzh.ch
>>> >> >> >> To: carandraug+...@gmail.com; johanb...@hotmail.com;
>>> >> >> >> octave-dev@lists.sourceforge.net
>>> >> >> >>
>>> >> >> >> Dear Johan
>>> >> >> >>
>>> >> >> >> =====
>>> >> >> >> @maintainers: Description text of "package/pre_install.m" in
>>> >> >> >> http://octave.sourceforge.net/developers.html should change to
>>> >> >> >> "This is an optional **function** that is run prior to the
>>> >> >> >> installation of a package. "
>>> >> >> >> I do not known if applies to the other functions/scrtips, but I
>>> >> >> >> guess
>>> >> >> >> it
>>> >> >> >> does.
>>> >> >> >> ===
>>> >> >> >>
>>> >> >> >> I just wrote a scr ipt that will allows us (in case you accept
>>> >> >> >> the
>>> >> >> >> merging) to have ocframe as a more-or-less independent subpackage
>>> >> >> >> of
>>> >> >> >> mechan ics (though to install you need to install mechanics)
>>> >> >> >>
>>> >> >> >> The structure is as follows
>>> >> >> >> mechanics
>>> >> >> >> ├── COPYING
>>> >> >> >> ├── DESCRIPTION
>>> >> >> >> ├── doc
>>> >> >> >> │ └── NEWS
>>> >> >> >> ├── INDEX
>>> >> >> >> ├── src
>>> >> >> >> ├── inst
>>> >> >> >> │ ├── private
>>> >> >> >> │ ├── <my files mFiles>
>>> >> >> >> │ └── ocframe
>>> >> >> >> │ ├── src
>>> >> >> >> │ ├── inst
>>> >> >> >> │ │ └── private
>>> >> >> >> │ └── <your files mFiles>
>>> >> >> >> └── pre_install.m
>>> >> >> >>
>>> >> >> >> So ocframe would be a subfolder of inst. When installed, the
>>> >> >> >> structure
>>> >> >> >> is lost, this is just for maintenance.
>>> >> >> >> (It is easy to change the structure to put ocframe as a subfolder
>>> >> >> >> of
>>> >> >> >> mechanics instea d of mechanics/inst).
>>> >> >> >>
>>> >> >> >> Here is an example of the pre_install.m function> >> >> >>
>>> >> >> >> http://agora.panocha.org.mx/snippet/SkIg/
>>> >> >> >>
>>> >> >> >> You would need to add "ocframe" to the subfld cell in line 6.
>>> >> >> >>
>>> >> >> >> If you accept (and if needed) pre_install.m has to be enhanced to
>>> >> >> >> merge any Makefile you may have in ocframe/src/.
>>> >> >> >> Similarly, so far the file INDEX has to be maintained manually,
>>> >> >> >> however pre_install could handle the merging.
>>> >> >> >>
>>> >> >> >> Let me known
>>> >> >> >>
>>> >> >> >> --
>>> >> >> >> M. Sc. Juan Pablo Carbajal
>>> >> >> > > -----
>>> >> >> >> PhD Student
>>> >> >> >> University of Zürich
>>> >> >> >> http://ailab.ifi.uzh.ch/carbajal/
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> M. Sc. Juan Pablo Carbajal
>>> >> >> -----
>>> >> >> PhD Student
>>> >> >> University of Zürich
>>> >> >> http://aila b.ifi.uzh.ch/carbajal/
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> M. Sc. Juan Pablo Carbajal
>>> >> -----
>>> >> PhD Student
>>> >> University of Zürich
>>> >> http://ailab.ifi.uzh.ch/carbajal/
>>> >
>>>
>>>
>>>
>>> --
>>> M. Sc. Juan Pablo Carbajal
>>> -----
>>> PhD Student
>>> University of Zürich
>>> http://ailab.ifi.uzh.ch/carbajal/
>>
>
>
>
> --
> M. Sc. Juan Pablo Carbajal
> -----
> PhD Student
> University of Zürich
> http://ailab.ifi.uzh.ch/carbajal/



-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to