No description
  • CSS 49.2%
  • SCSS 31.5%
  • Java 15.4%
  • HTML 3.9%
Find a file
2025-02-03 01:45:33 +04:00
gradle/wrapper Взлетаем 2025-01-19 01:49:04 +04:00
src feat: a lot of everything, mostly frontend changes 2025-02-03 01:45:33 +04:00
.gitattributes Взлетаем 2025-01-19 01:49:04 +04:00
.gitignore Взлетаем 2025-01-19 01:49:04 +04:00
build.gradle feat: a lot of everything, mostly frontend changes 2025-02-03 01:45:33 +04:00
gradlew Взлетаем 2025-01-19 01:49:04 +04:00
gradlew.bat Взлетаем 2025-01-19 01:49:04 +04:00
LICENSE fix: renamed licence file 2025-01-28 00:02:01 +04:00
README.md fix: spell errors 2025-01-28 00:01:10 +04:00
settings.gradle Взлетаем 2025-01-19 01:49:04 +04:00

Ssualt man website

How to debug

Run with hot reload:

./sass -w src/resources/static/style # don't forget run sass deamon
./gradlew build --continuous # for hot reload
./gradlew buildRun # for server application

How to use

The man site has reactive, static and text interface. You can open localhost:8080 in your browser and use the reactive search form. If your browser doesn't support javascript, you'll see a submit button.

Also, if you don't need (or can't visualise) an html ui, you can work in text mode: if your browser doesn't send text/html in Accept header, the server returns the text interface. Endpoints:

curl localhost:8080 # index page
curl localhost:8080?q=QUESTION # search page with your QUESTION
curl localhost:8080/a/ID # man page №ID