![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Tools that generate a webpage from common commands like the numerous unix commands or dos command line must be around but where should I look? |
#3
| |||
| |||
|
|
I'm guessing someone has created a tool that will quickly generate a web page from the unix `ls' command. |
#4
| |||
| |||
|
|
Tools that generate a webpage from common commands like the numerous unix commands or dos command line must be around but where should I look? I'm guessing someone has created a tool that will quickly generate a web page from the unix `ls' command. Where the user could step into a directory and say `ls | sometool' and `sometool' would generate a nice index page with listed elements leading to the various items. Probably lot of other more sophisticated things. Can someone point me where I should be looking? |
#5
| |||
| |||
|
|
reader (AT) newsguy (DOT) com wrote: Tools that generate a webpage from common commands like the numerous unix commands or dos command line must be around but where should I look? You should be able to google for a Perl (or PHP?) script that takes input, runs it as a unix command and returns the output. I have seen them. However, such a script would be a huge security risk. What is it that you really want to accomplish? There has to be a better way to d what you want to do. |
#6
| |||
| |||
|
|
It's embedded in Apache, and most convenient place to kep it too (it re-generates on demand more easily that way). It's also customisable, if you read the docs. |
#7
| |||
| |||
|
|
lynx -source ./ will do it for the current directory. |
#8
| |||
| |||
|
|
Can someone point me where I should be looking? Go to my <http://www.rossde.com/get_index.html>. Is this what you want? |
#9
| |||
| |||
|
|
Andy Dingley <dingbat (AT) codesmiths (DOT) com> writes: It's embedded in Apache, and most convenient place to kep it too (it re-generates on demand more easily that way). It's also customisable, if you read the docs. This sounds interesting... for more than my current little project. Can you give a search string that might get me started. Apache documentation is quite plentiful. |
![]() |
| Thread Tools | |
| Display Modes | |
| |