Commit f4fb1e46f9a06cd0fad0d2054fe8dc7e0e98b252
1 parent
4357276a
Exists in
master
README fix
Showing
2 changed files
with
43 additions
and
43 deletions
Show diff stats
README
... | ... | @@ -1,43 +0,0 @@ |
1 | -FAQTAG | |
2 | -================== | |
3 | - | |
4 | -Associates tags with faq categories, so that a simple link can be called to open it: | |
5 | - | |
6 | -/otrs/public.pl?Action=PublicRedirectFAQ;id=XXXX | |
7 | - | |
8 | -where XXXX is the tag of the faq category. Should be combined with an webserver url rewrite, | |
9 | -so that a url like: | |
10 | - | |
11 | -http://otrshost.com/faq/XXXX | |
12 | - | |
13 | -Redirects to the package URL (/otrs/public.pl?Action=PublicRedirectFAQ;id=XXXX) | |
14 | - | |
15 | - | |
16 | -Required PERL Packages: | |
17 | ------------------------ | |
18 | - | |
19 | - | |
20 | -Requires OTRS Packages: | |
21 | ------------------------ | |
22 | - | |
23 | -FAQ | |
24 | - | |
25 | - | |
26 | -Config required: | |
27 | ----------------- | |
28 | - | |
29 | -Package building: | |
30 | ------------------ | |
31 | - | |
32 | -To build the package, do the following: | |
33 | - | |
34 | - cd dist | |
35 | - ./CreateOpm.sh | |
36 | - | |
37 | -The generated package will be on the same `dist` directory | |
38 | - | |
39 | - | |
40 | -Issues: | |
41 | -------- | |
42 | - | |
43 | -This module was developed in-house and thus is provided without warranty or support. If you have a problem, please open an issue at https://softwarepublico.gov.br/gitlab/setic-ufsc/otrs-faqtag/ | |
44 | 0 | \ No newline at end of file |
... | ... | @@ -0,0 +1,43 @@ |
1 | +FAQTAG | |
2 | +================== | |
3 | + | |
4 | +Associates tags with faq categories, so that a simple link can be called to open it: | |
5 | + | |
6 | +/otrs/public.pl?Action=PublicRedirectFAQ;id=XXXX | |
7 | + | |
8 | +where XXXX is the tag of the faq category. Should be combined with an webserver url rewrite, | |
9 | +so that a url like: | |
10 | + | |
11 | +http://otrshost.com/faq/XXXX | |
12 | + | |
13 | +Redirects to the package URL (/otrs/public.pl?Action=PublicRedirectFAQ;id=XXXX) | |
14 | + | |
15 | + | |
16 | +Required PERL Packages: | |
17 | +----------------------- | |
18 | + | |
19 | + | |
20 | +Requires OTRS Packages: | |
21 | +----------------------- | |
22 | + | |
23 | +FAQ | |
24 | + | |
25 | + | |
26 | +Config required: | |
27 | +---------------- | |
28 | + | |
29 | +Package building: | |
30 | +----------------- | |
31 | + | |
32 | +To build the package, do the following: | |
33 | + | |
34 | + cd dist | |
35 | + ./CreateOpm.sh | |
36 | + | |
37 | +The generated package will be on the same `dist` directory | |
38 | + | |
39 | + | |
40 | +Issues: | |
41 | +------- | |
42 | + | |
43 | +This module was developed in-house and thus is provided without warranty or support. If you have a problem, please open an issue at https://softwarepublico.gov.br/gitlab/setic-ufsc/otrs-faqtag/ | |
0 | 44 | \ No newline at end of file | ... | ... |