HTML/CSS/Bootstrap indexer for packages, scripts & documents.
Go to file
2024-05-01 11:30:52 +02:00
dark Dark Theme/Filters/Indexer/Fonts 2021-04-26 20:22:28 +02:00
documents Documents folder 2021-04-26 20:20:40 +02:00
files Files/Packages folder 2021-04-26 20:21:39 +02:00
light Light Theme/Filters/Indexer/Fonts 2021-04-26 20:22:41 +02:00
scripts Scripts folder 2021-04-26 20:20:53 +02:00
file-indexer.cmd File indexer for Windows 2021-04-26 20:19:59 +02:00
file-indexer.sh File indexer for Unix/Linux 2021-04-26 20:20:22 +02:00
index.html Template HTML index 2021-04-26 20:23:21 +02:00
LICENSE-Bootstrap.txt Boostrap LICENSE 2021-04-26 20:19:04 +02:00
LICENSE-Ubuntu-font.txt Ubuntu font LICENSE 2021-04-26 20:19:26 +02:00
LICENSE.txt LICENSE (GPL 2.0) 2021-04-26 20:18:47 +02:00
README.md README.md 2024-05-01 11:30:52 +02:00

Archive indexer (Bootstrap) - Create simple HTML/CSS page with indexed files.

How to use:

  • Available folders:

    • files: For packages or applications.
    • scripts: For text files or scripts.
    • documents: For documents as ODT, PDF or DOCX.
  • Steps:

    • After depositing your different files in the mentioned folders, the next step is to run the indexer.

    • If you use Linux/Unix:

      chmod +x file-indexer.sh
      ./file-indexer.sh
      
    • If you use Windows:

      file-indexer.cmd
      
    • Finally, open the file index.html in your browser.

Note: Files must not contain spaces.

Filters:

  • If you want certain packages to be indexed with custom descriptions, you will have to edit the following filters.

    • Linux/Unix:

      - dark/filters.sh
      - light/filters.sh
      
    • Windows:

      - dark/filters.cmd
      - light/filters.cmd
      

Images (Dark Theme & Light Theme):