[Kepler-Project] [ANN] LuaRocks 2.0.3

2010-09-14 Thread Hisham
Hi everyone, I'm happy to announce LuaRocks 2.0.3: http://luarocks.org/releases/luarocks-2.0.3.tar.gz http://luarocks.org/releases/luarocks-2.0.3-win32.zip (This is the basic package for Win32 like the one from previous releases, but the best bet is to wait for LfW integration.) What's new: *

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Wesley Smith
In my own lua documentation module, I use an installation directory variable to make every path relative, which is the --root option I guess. wes On Tue, Sep 14, 2010 at 12:40 PM, Tomas Guisasola Gorham wrote: >        Hi Thijs > >> Wouldn't it make sense to have luadoc take the root argument of

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Thijs Koerselman
On Tue, Sep 14, 2010 at 9:40 PM, Tomas Guisasola Gorham wrote: >        Hi Thijs > >> Wouldn't it make sense to have luadoc take the root argument of its >> source files as the basis from where it generates the filenames? >> >> So if you invoke: >> $ luadoc /some/absolute/path/* >> >> it lists an

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Tomas Guisasola Gorham
Hi Thijs Wouldn't it make sense to have luadoc take the root argument of its source files as the basis from where it generates the filenames? So if you invoke: $ luadoc /some/absolute/path/* it lists an exiting file like /some/absolute/path/mymodule/file1.lua as mymodule/file1.lua ?

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Thijs Koerselman
On Tue, Sep 14, 2010 at 7:51 PM, Tomas Guisasola Gorham >        Well, maybe I missed something :-) >        The names of the files are the names given to LuaDoc, thus if > you want short names you should change to the directory you want to be > the "root" of the files given to LuaDoc.  For exampl

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Tomas Guisasola Gorham
Hi Thijs        I think you'd better change to your LUA_PATH before invonking LuaDoc.  This should produce the correct names. Hi Tomas, Sorry I have no idea what you mean. My LUA_PATH is a list of several paths and I don't understand how this is related to luadoc generating html list

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Thijs Koerselman
On Tue, Sep 14, 2010 at 4:12 PM, Tomas Guisasola Gorham > >        I think you'd better change to your LUA_PATH before invonking > LuaDoc.  This should produce the correct names. > Hi Tomas, Sorry I have no idea what you mean. My LUA_PATH is a list of several paths and I don't understand how thi

Re: [Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Tomas Guisasola Gorham
Hi Thijs I'm invoking luadoc with an absolute path to a directory where my source files are located. This generates documentation where every file is listed with their full path name. How can I make this relative instead? $ luadoc /path/to/my/source/files generates html listing: /path

[Kepler-Project] LuaDoc relative file paths

2010-09-14 Thread Thijs Koerselman
Hi, I'm invoking luadoc with an absolute path to a directory where my source files are located. This generates documentation where every file is listed with their full path name. How can I make this relative instead? $ luadoc /path/to/my/source/files generates html listing: /path/to/my/source/f