File: local.faq

package info (click to toggle)
fex 20200429-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 3,532 kB
  • sloc: perl: 32,103; sh: 410; javascript: 53; makefile: 42
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
Q: How can I use my own local FAQ?
A: Put your FAQ into file /home/fex/htdocs/FAQ/local.faq and execute:

   <code>
   cd /home/fex/htdocs/FAQ
   ln -sf local.html index.html
   </code>