Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: GabrielaQueen la Simpatie.ro
 | Femeie 19 ani Galati cauta Barbat 28 - 67 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2252
|
|
Snap2HTML takes a "snapshot" of folder structures on your harddrive and saves as HTML files. What's unique about Snap2HTML is that the HTML file uses modern techniques to make it feel more like a "real" application, similar to Windows Explorer, displaying a treeview with folders that you can click to view the files contained within (see example output). There is also a built in file search. Still, everything is contained in a single HTML file that you can easily store or distribute.
Features:
>> Create folder listings and save as HTML >> One HTML file contains everything >> Listings with file explorer "look and feel" >> Built in search functionality >> Export file listings as plain text, JSON or CSV >> Link listings to the real files >> Sortable columns with filename, date and size >> Unicode support >> Automation via command line >> Portable >> Free Open Source Software
Exported file listings can be used in many ways. Here are some examples that I have found useful, but you can probably come up with your own ideas!
-- Keep file listings as a complement to your backups (note however that this program does not backup your files! It only creates a list of the files and directories).
-- Keep a list of the files on external HDDs and other computers in case you need to look something up and don't have access to right now.
-- Save file listing for historic or nostalgic reasons, or for documentation.
-- When helping your friends with their computer problems you can ask them to send a snapshot of their folders so you can better understand their problem.
-- Put on your homepage and link the files so that visitors can browse the files on the server.
Download
_______________________________________

|
|
pus acum 5 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2252
|
|
When more than 5000 files in the Snapshot, search normally doesn't show the path column. Only 3 columns are present in search: Name, Size, Modified (date).
If you want to show the Path of the found file regardless of Snapshot file numbers, do the following:
1. Go to Snap2HTML folder
2. Open template.html in notepad
3. Search for showLocationColumn
4. In the code shown below, change "showLocationColumn = false;" to "showLocationColumn = true;"
var showLocationColumn = true; if( numberOfFiles > 5000 ) { $("#search_indicator").show(); //$("#list_header").html( "Searching..." ); showLocationColumn = false; |
5. Save template.html then close it
6. Make Snapshot of your desired folders
_______________________________________

|
|
pus acum 4 ani |
|