Implementing a Beautiful Index Directory Using Fdscript

Publish: 2016-08-11 | Modify: 2016-08-11

Fdscript is a simple and practical indexing program developed using PHP. Previously, in the article "Nginx Compilation and Installation of Fancy Index Module, Implementing a Beautiful Index Directory", I introduced using Nginx to implement indexing. However, compiling Nginx is relatively more complex. If your host supports PHP, you can consider using the Fdscript program directly.

Why Enable Index Directory?

Previously, I mentioned in the article "Many Domestic Cloud Storage Services Are Shutting Down" that more and more users are choosing to build their own cloud storage or backup solutions. Although the cost is relatively higher, it is also more secure and flexible. Especially for those who like to tinker, they can collect their commonly used programs, which is convenient for themselves and beneficial to others.

Comparison and Demonstration

To view the index implemented by compiling the Fancy Index module in Nginx, please visit: http://mirrors.linuxeye.com/. To see the index implemented by the Fdscript program, you can visit 小z博客 - 软件库. The following are screenshots for comparison. However, different strokes for different folks. What suits you best is the best choice.

Fancy Index Implementation (click to enlarge)

Fancy Index Implementation (click to enlarge)

Fdscript Implementation (click to enlarge)

Fdscript Implementation (click to enlarge)

Other Notes

Fdscript is very easy to use. Just place the program in a host that supports running PHP programs. If you are unsure which VPS to choose, you can consider Vultr's Summer Promotion, where new users get $20 upon registration.

Download Link: fdscript1.4.0.zip


Comments