| User: editor -- 2011-10-08 << 867 869 >> |
| Hits: 192 |
| Type: Html text generator |
| Search all Html text generator examples |
| Description: |
| How to create an index page for all html files under a folder/directory? |
| Input Sample: |
| a1.html a2.html a3.html ... |
| Output Sample: |
| index.html: <a href="a1.html">title of a1</a> <a href="a2.html">title of a2</a> .... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. open "Tools->Batch Runner" window 2. drag multiple html files from "windows file browser" to "batch runner" window. 3. click "Fast Replace" button * click "Add" to add a rule * set "search" to: * set "replace" to: * click "ok" * check option of "ignore cases", "reg exp", "cross line" and "extract" 4. click "Start", and click "output to single file" button, enter index.html as output filename, done. |
Screenshot 1: Fast_Replace_Window |