You can subscribe to this list here.
2001 |
Jan
(13) |
Feb
(24) |
Mar
(23) |
Apr
(11) |
May
(18) |
Jun
(90) |
Jul
(29) |
Aug
(26) |
Sep
(37) |
Oct
(10) |
Nov
(31) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(45) |
Feb
(18) |
Mar
(12) |
Apr
(7) |
May
(10) |
Jun
(62) |
Jul
(8) |
Aug
(40) |
Sep
(41) |
Oct
(43) |
Nov
(29) |
Dec
(36) |
2003 |
Jan
(25) |
Feb
(9) |
Mar
(11) |
Apr
(13) |
May
(19) |
Jun
(19) |
Jul
(11) |
Aug
(4) |
Sep
(109) |
Oct
(73) |
Nov
(69) |
Dec
(21) |
2004 |
Jan
(21) |
Feb
(33) |
Mar
(31) |
Apr
(25) |
May
(33) |
Jun
(42) |
Jul
(47) |
Aug
(12) |
Sep
(41) |
Oct
(47) |
Nov
(30) |
Dec
(19) |
2005 |
Jan
(6) |
Feb
(23) |
Mar
(21) |
Apr
(26) |
May
(21) |
Jun
(16) |
Jul
(17) |
Aug
(7) |
Sep
(8) |
Oct
(13) |
Nov
(7) |
Dec
(10) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(6) |
Jul
(6) |
Aug
(8) |
Sep
(3) |
Oct
(21) |
Nov
(4) |
Dec
(6) |
2008 |
Jan
(11) |
Feb
(28) |
Mar
(26) |
Apr
(9) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(24) |
May
(22) |
Jun
(18) |
Jul
(15) |
Aug
(21) |
Sep
(4) |
Oct
(7) |
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(18) |
Feb
(2) |
Mar
(23) |
Apr
(4) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(31) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(6) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
2014 |
Jan
|
Feb
(1) |
Mar
(9) |
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Benjamin M. <be...@me...> - 2001-06-18 10:58:46
|
Why is webmin users in its own module and not in the webmin configuration? Would it make more sense to move it in there? -Benjamin Meyer |
From: Benjamin M. <be...@me...> - 2001-06-18 10:49:31
|
> To do stuff like that, you need to override the index.cgi program in your > theme. Have a look at the included caldera theme for an example.. it has > it's own index.cgi which outputs a top-bottom frameset. caldera uses frames. > > Where are the header and footer functions located? Will it be easy to > > overload them in my theme? > > > I presume that all of the icons currently have a bsd licence with them? > > Yeah, all the code and graphics in the main webmin distribution are BSD > licenced. Yours can be whatever you want though .. I do not wish to fork my code from yours, I wish to contribute to the default codebase thus everything I make will have a bsd license. -Benjamin Meyer |
From: Jamie C. <jca...@we...> - 2001-06-18 09:43:23
|
Benjamin Meyer wrote: > > ok, I have already created a theme and I have it up and running. Doesn't > look to bad if I do say myself. Upon further designing of the "theme" I > relized that the grid icon approch isn't the best one, but a > pure vertical is a much better design. The human eye can read vertically > much faster then it can horizontally and much much faster then a grid. If > possible having the smaller vertical listing always on the left. The only > way I was able to find to do this is to use frames. I can include stuff in > the top of the body and the bottom, but I can't include a cgi page (or can > I?) If possible I would like to not have to use frames, can the feature be > added in the theme for bodycgiinclude for body top and bottom? This would > all for much earlier web apps to view my "theme" and cleaner html. To do stuff like that, you need to override the index.cgi program in your theme. Have a look at the included caldera theme for an example.. it has it's own index.cgi which outputs a top-bottom frameset. > Where are the header and footer functions located? Will it be easy to > overload them in my theme? You can't do that. However, there are somethings you can put in the theme's config file to include extra stuff in the header and footer. > Because in my "theme" I have a listing on the left I do not use the icons off > the top, but I would like to have them placed to the left of the module name > and also I wish to dump the module help data at the bottom of the module (in > the footer) You could do that with your index.cgi > I presume that all of the icons currently have a bsd licence with them? Yeah, all the code and graphics in the main webmin distribution are BSD licenced. Yours can be whatever you want though .. - Jamie > -Benjamin Meyer > > On Sunday 17 June 2001 18:58, you wrote: > > Benjamin Meyer wrote: > > > Hi there, I finally downloaded and installed webmin after looking at it > > > for about a year. I currently do not know perl (but recently bought a > > > book) but no fret for I would like to help in a different area anyway. I > > > noticed that a number of the icons need some work. Other then being > > > 48x48 is are there other rules? Is there someone I can work with (i.e. > > > is there someone already asigned to this job) to create a set of rich > > > high quality icons (and rules) for all of the default install? Webmin is > > > a very feature rich application and filled with many good modules, but it > > > needs a little polish and I would like to help out in that regard. > > > > The 48 x 48 size is the only real rule for icons.. > > If you want to create your own set, the best way to do it at first is by > > creating your own theme, which allows you to override the default icons. > > Have a look at http://www.webmin.com/webmin/modules.html#theme for the > > technical details. > > > > - Jamie |
From: Jamie C. <jca...@we...> - 2001-06-18 09:39:04
|
Damn, you're right! I don't know how some of the letters missed their transparency like that .. anyway, it will have to wait till the next release to be fixed. - Jamie Benjamin Meyer wrote: > > no I mean in the letter images. I see that you made every letter as a image > and the "/" letter gif file doesn't have transparency. > > -Ben > > On Sunday 17 June 2001 19:04, Jamie Cameron wrote: > > Benjamin Meyer wrote: > > > the "/" image doesn't have transperancy set on it. > > > > You mean the newlogo.gif image on the main page? > > Sure it does .. > > > > - Jamie |
From: Joe C. <jo...@sw...> - 2001-06-18 05:48:20
|
And what if you don't know what the heck LILO is? I think Linux Bootup Configuration is fine. (And it is in keeping with Webmin's attempt, where possible, to use plain english terms to describe what things are about.) There are other types of OS loaders (Grub being the obvious successor to LILO, if succession is to occur--which is not a foregone conclusion), but Webmin only supports LILO, and odds are good that it's probably sensible to put them both into the same module (with an auto-detect or manual configure of which loader is being used). Benjamin Meyer wrote: > This should be called "Lilo Configuration" and not "Linux bootup > configurations" for several reasons. First off being that it is for lilo and > nothing else second there are other boot loaders for linux and third someone > might use lilo on a non linux unix. > > -Benjamin Meyer -- Joe Cooper <jo...@sw...> Affordable Web Caching Proxy Appliances http://www.swelltech.com |
From: Benjamin M. <be...@me...> - 2001-06-18 04:11:52
|
To use lilo you (generally) compile a new kernel and then touch up lilo. Compiling a kernel is not small task and in every howto etc out there they ask you to go modify lilo and go into detail with lilo. Athough we are trying to dumb down the frontend we do not want to confuse the user. My points still stand. As not fun as it is (because the translations need to be checked i.e. remove "linux bootloader" and replace with "lilo" for each translation) It should be done. -Benjamin Meyer On Sunday 17 June 2001 23:56, you wrote: > Benjamin Meyer wrote: > > This should be called "Lilo Configuration" and not "Linux bootup > > configurations" for several reasons. First off being that it is for lilo > > and nothing else second there are other boot loaders for linux and third > > someone might use lilo on a non linux unix. > > Try .. but the average person might not know that LILO is the > Linux boot loader. That's why I chose that name. > > - Jamie > > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Jamie C. <jca...@we...> - 2001-06-18 04:00:45
|
Benjamin Meyer wrote: > > When you go to the login screen I presume that it calls header and footer > because the lines show up, I am still learning how perl, but where is the > code that generates the login page located? In session_login.cgi - Jamie |
From: Jamie C. <jca...@we...> - 2001-06-18 03:52:01
|
Benjamin Meyer wrote: > > This should be called "Lilo Configuration" and not "Linux bootup > configurations" for several reasons. First off being that it is for lilo and > nothing else second there are other boot loaders for linux and third someone > might use lilo on a non linux unix. Try .. but the average person might not know that LILO is the Linux boot loader. That's why I chose that name. - Jamie |
From: Benjamin M. <be...@me...> - 2001-06-18 03:49:51
|
When you go to the login screen I presume that it calls header and footer because the lines show up, I am still learning how perl, but where is the code that generates the login page located? -Ben |
From: Benjamin M. <be...@me...> - 2001-06-18 03:47:47
|
ok, I have already created a theme and I have it up and running. Doesn't look to bad if I do say myself. Upon further designing of the "theme" I relized that the grid icon approch isn't the best one, but a pure vertical is a much better design. The human eye can read vertically much faster then it can horizontally and much much faster then a grid. If possible having the smaller vertical listing always on the left. The only way I was able to find to do this is to use frames. I can include stuff in the top of the body and the bottom, but I can't include a cgi page (or can I?) If possible I would like to not have to use frames, can the feature be added in the theme for bodycgiinclude for body top and bottom? This would all for much earlier web apps to view my "theme" and cleaner html. Where are the header and footer functions located? Will it be easy to overload them in my theme? Because in my "theme" I have a listing on the left I do not use the icons off the top, but I would like to have them placed to the left of the module name and also I wish to dump the module help data at the bottom of the module (in the footer) I presume that all of the icons currently have a bsd licence with them? -Benjamin Meyer On Sunday 17 June 2001 18:58, you wrote: > Benjamin Meyer wrote: > > Hi there, I finally downloaded and installed webmin after looking at it > > for about a year. I currently do not know perl (but recently bought a > > book) but no fret for I would like to help in a different area anyway. I > > noticed that a number of the icons need some work. Other then being > > 48x48 is are there other rules? Is there someone I can work with (i.e. > > is there someone already asigned to this job) to create a set of rich > > high quality icons (and rules) for all of the default install? Webmin is > > a very feature rich application and filled with many good modules, but it > > needs a little polish and I would like to help out in that regard. > > The 48 x 48 size is the only real rule for icons.. > If you want to create your own set, the best way to do it at first is by > creating your own theme, which allows you to override the default icons. > Have a look at http://www.webmin.com/webmin/modules.html#theme for the > technical details. > > - Jamie > > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Benjamin M. <be...@me...> - 2001-06-18 03:40:17
|
This should be called "Lilo Configuration" and not "Linux bootup configurations" for several reasons. First off being that it is for lilo and nothing else second there are other boot loaders for linux and third someone might use lilo on a non linux unix. -Benjamin Meyer |
From: Benjamin M. <be...@me...> - 2001-06-18 02:55:30
|
no I mean in the letter images. I see that you made every letter as a image and the "/" letter gif file doesn't have transparency. -Ben On Sunday 17 June 2001 19:04, Jamie Cameron wrote: > Benjamin Meyer wrote: > > the "/" image doesn't have transperancy set on it. > > You mean the newlogo.gif image on the main page? > Sure it does .. > > - Jamie > > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Jamie C. <jca...@we...> - 2001-06-17 23:00:10
|
Benjamin Meyer wrote: > > the "/" image doesn't have transperancy set on it. You mean the newlogo.gif image on the main page? Sure it does .. - Jamie |
From: Jamie C. <jca...@we...> - 2001-06-17 22:59:27
|
Benjamin Meyer wrote: > > I redid the entire Date and Time module html with a better ui, who should I > sumit it too? Email it to me at jca...@we... .. if it's good, I will include it in the next release. - Jamie |
From: Jamie C. <jca...@we...> - 2001-06-17 22:53:47
|
Benjamin Meyer wrote: > > Hi there, I finally downloaded and installed webmin after looking at it for > about a year. I currently do not know perl (but recently bought a book) but > no fret for I would like to help in a different area anyway. I noticed that > a number of the icons need some work. Other then being 48x48 is are there > other rules? Is there someone I can work with (i.e. is there someone already > asigned to this job) to create a set of rich high quality icons (and rules) > for all of the default install? Webmin is a very feature rich application > and filled with many good modules, but it needs a little polish and I would > like to help out in that regard. The 48 x 48 size is the only real rule for icons.. If you want to create your own set, the best way to do it at first is by creating your own theme, which allows you to override the default icons. Have a look at http://www.webmin.com/webmin/modules.html#theme for the technical details. - Jamie |
From: Benjamin M. <be...@me...> - 2001-06-17 16:28:07
|
I redid the entire Date and Time module html with a better ui, who should I sumit it too? -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 15:23:34
|
At the top there is a "Display:" It should be "Sort By:". Also Search and Run.. should be on another line. so it doesn't look like you can search them. -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 15:20:02
|
Small and trivial, but hey In create user in password options "password changed" should be password changed last" Also in the help for the copy files to home dir, it states that normal files like .profile etc are copied it, but it doesn't specify anywhere what those are. -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 15:14:37
|
the "/" image doesn't have transperancy set on it. -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 15:13:28
|
Even better would be to put them them both on the bottom as 1. -Ben P.S. How hard would it be to add timezone to the time module? On Sunday 17 June 2001 11:12, you wrote: > In the system time module: > > The two "set" buttons have different names, they should both be apply or > both be save. > > The : seperating the clock time can made to be in the middle of the table > via valign=center for that cell. > > -Ben > > > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Benjamin M. <be...@me...> - 2001-06-17 15:07:36
|
Is there a web in my "theme" to have the help for any module appended to the modules main page? (right under the title or at the bottom) I think that this would be a very usefull feature for it would cause the modules writers to actually write help on what that modules does and it because the documentation isn't very big in the first place have it in a easy spot for users to read. -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 15:05:40
|
In the system time module: The two "set" buttons have different names, they should both be apply or both be save. The : seperating the clock time can made to be in the middle of the table via valign=center for that cell. -Ben |
From: Benjamin M. <be...@me...> - 2001-06-17 12:07:35
|
Hi there, I finally downloaded and installed webmin after looking at it for about a year. I currently do not know perl (but recently bought a book) but no fret for I would like to help in a different area anyway. I noticed that a number of the icons need some work. Other then being 48x48 is are there other rules? Is there someone I can work with (i.e. is there someone already asigned to this job) to create a set of rich high quality icons (and rules) for all of the default install? Webmin is a very feature rich application and filled with many good modules, but it needs a little polish and I would like to help out in that regard. -Benjamin Meyer P.S. for those that want to see that I know a bit about art see: http://www.csh.rit.edu/~benjamin/desktop/drawings.shtml |
From: Joe C. <jo...@sw...> - 2001-06-15 15:14:47
|
Short answer is 'Webmin Configuration:Port and Address' Longer answer is in the guide: http://www.swelltech.com/support/webminguide/webmin-config.html#WMPORTADDRESS Diego M. Vadell - UYR wrote: > Hi! > I have webmin installed in a linux router with two interfaces, and I > thought it would be great to make miniserv.pl listen in only one of them... > Is it possible? (Im sure it is). How can I do that? > > Thanks in advance, > > Diego. -- Joe Cooper <jo...@sw...> Affordable Web Caching Proxy Appliances http://www.swelltech.com |
From: Diego M. V. - U. <dv...@uy...> - 2001-06-15 14:59:47
|
Sorry!! I have just found it!! Thanks anyway. Diego. > Hi! > I have webmin installed in a linux router with two interfaces, and I > > thought it would be great to make miniserv.pl listen in only one of > them... Is it possible? (Im sure it is). How can I do that? > > Thanks in advance, > > Diego. > > > -- > There's no place like ~! > > > - > Forwarded by the Webmin development list at web...@we... To > remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel -- There's no place like ~! |