Changing HTML output

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Marten
Posts: 1
Joined: Tue Nov 03, 2009 6:39 pm

Changing HTML output

Post by Marten »

Thank you for an outstanding program!

Is there an possibility to change the output from the HTTP-server?
The format of the columns i would like to have is exactly what it looks like when browsing my harddrive in the searchpage. With the columns NAME, SIZE, DATE MODIFIED instead of NAME, PATH.

/Marten
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Changing HTML output

Post by David »

Is there an possibility to change the output from the HTTP-server?
Current, No.
I am investigating ways to do this.
Possibly a customizable html file with inserted java script varibles, or other keywords that are replaced the search box, and result list.
If you have any suggestions, I would love to hear them.
The format of the columns i would like to have is exactly what it looks like when browsing my harddrive in the searchpage. With the columns NAME, SIZE, DATE MODIFIED instead of NAME, PATH.
If you are browsing it should show Name, Size and Date modified columns, try:

Code: Select all

http://localhost/c:
If you are searching, only Name and Path columns are shown.
For example:

Code: Select all

http://localhost/?s=*.txt
Sorting by these columns, and display Size and Date modified columns for searches is on my 'Things to do" list.
Post Reply