- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for txt (0.01 sec)
-
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/util/CrawlerWebServer.java
buf.append("User-agent: *").append('\n'); buf.append("Disallow: /admin/").append('\n'); buf.append("Disallow: /websvn/").append('\n'); final File robotTxtFile = new File(tempDir, "robots.txt"); FileUtil.writeBytes(robotTxtFile.getAbsolutePath(), buf.toString().getBytes("UTF-8")); robotTxtFile.deleteOnExit(); generateContents(tempDir, count); return tempDir;
Registered: 2024-11-10 03:50 - Last Modified: 2024-11-07 04:44 - 5K bytes - Viewed (0) -
CONTRIBUTING.md
* [Write good commit messages.](https://cbea.ms/git-commit/#seven-rules) * [Sign off your commits](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms of [Developer Certificate of Origin](https://developercertificate.org/). We can only accept PRs that have all commits signed off.
Registered: 2024-11-06 11:36 - Last Modified: 2024-11-05 15:15 - 15.6K bytes - Viewed (0)