archive-indexer-bootstrap/README.md

1.5 KiB

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):