Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default FAQ creation

    Hi All

    I want to create a simple FAQ (most simple )for my homepage . Its to
    be run on Unix and fully perl/Cgi. Now I have done perl a bit and also
    cgi but dont think that a functional faq can be built by me. Can
    anybody give me any pointers about how to start where to start and any
    documentation if there is to read ?


    Thanx
    Deb
    debraj Guest

  2. Similar Questions and Discussions

    1. PDF creation questions
      Hi I am new to PDF creation with Adobe Acrobat. I have the following questions; 1. What do I need in terms of Acrobat software to cerate PDF...
    2. Help Creation
      Can Dreamweaver 8 be used to read a MS Word Doc and generate HTML help? Does a macro exist to do this?
    3. A5 creation
      Is there any way to create A5 files in Adobe Acrobat Standard v.6.0 running on a PC under Xp Professional OEM? The option is there when printing but...
    4. Creation?!
      im building/designing a site that has musicans profiles/band biographies on it. I want to be able to have users submit their info through forms...
    5. My new creation
      Hey all Lately I've been getting more and more into building the interface in FW and transferring to DW. Here's my latest creation:...
  3. #2

    Default Re: FAQ creation


    "debraj" <debhatta@hotmail.com> wrote in message
    news:f9f243e.0308270219.393b4b78@posting.google.co m...
    > Hi All
    >
    > I want to create a simple FAQ (most simple )for my homepage . Its to
    > be run on Unix and fully perl/Cgi. Now I have done perl a bit and also
    > cgi but dont think that a functional faq can be built by me. Can
    > anybody give me any pointers about how to start where to start and any
    > documentation if there is to read ?
    [url]http://faqomatic.sourceforge.net/[/url]



    Tintin Guest

  4. #3

    Default Re: FAQ creation

    * debraj <debhatta@hotmail.com>:
    > I want to create a simple FAQ (most simple )for my homepage . Its to
    > be run on Unix and fully perl/Cgi. Now I have done perl a bit and also
    > cgi but dont think that a functional faq can be built by me. Can
    > anybody give me any pointers about how to start where to start and any
    > documentation if there is to read ?
    Perhaps try using a wiki, such as [url]http://www.kwiki.org/[/url]


    cheers,
    --
    Iain.
    Iain Truskett Guest

  5. #4

    Default Re: FAQ creation

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    debraj wrote:
    > Hi All
    >
    > I want to create a simple FAQ (most simple )for my homepage . Its to
    > be run on Unix and fully perl/Cgi. Now I have done perl a bit and also
    > cgi but dont think that a functional faq can be built by me. Can
    > anybody give me any pointers about how to start where to start and any
    > documentation if there is to read ?
    >
    >
    > Thanx
    > Deb
    Someone already suggested faqomatic.

    Another alternative is to forget about making it dynamic in the CGI sense, and take an hour or two
    to learn DocBook, a fairly easy and powerful documentation language using SGML or XML syntax.

    You can then write and maintain your FAQ in DocBook format and keep that file on your local disk,
    and whenever you want, you can convert it to html, pdf, text, man page, etc... for distribution.

    Just my $0.02

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/Tgt+eS99pGMif6wRAuM3AKCIJimDMUIR1uzyGA7/1QuFN6XN1QCg8iw3
    JdoMZPf9PE1wQpkEOFlHND8=
    =uY/N
    -----END PGP SIGNATURE-----

    Mina Naguib Guest

  6. #5

    Default Re: FAQ creation

    [email]debhatta@hotmail.com[/email] (debraj) wrote in message news:<f9f243e.0308270219.393b4b78@posting.google.c om>...
    > Hi All
    >
    > I want to create a simple FAQ (most simple )for my homepage . Its to
    > be run on Unix and fully perl/Cgi. Now I have done perl a bit and also
    > cgi but dont think that a functional faq can be built by me. Can
    > anybody give me any pointers about how to start where to start and any
    > documentation if there is to read ?
    Yes, yes you can write your own FAQ system.
    Yes, yes I will give you some documentation to read :)

    You can start with reading the various documents on CSV and/or DBM
    and/or DBI and/or XML. This should give you plenty to start the brain
    juices flowing. A simple search at CPAN can aid you in this journey.

    <non-Perl>
    You could also do the 'old-fashion' thing to help get you started -
    write down your requirements. Then, you can start flow charting,
    writing pesudo-code .... eventually, you'll be writing some real code.
    Requirements are the key to this whole thing.

    However, if you wanted a pre-made version, I suggest you visit:
    [url]http://freshmeat.net[/url]

    It's an open source site with lots of good, not so good, and excellent
    applications to use - some of which are written in Perl. I'd still
    write down what you're looking for - as any good shopper should do ;)
    </non-Perl>

    HTH

    Jim
    James Willmore Guest

  7. #6

    Default Re: FAQ creation

    Hi All
    Thanx for all those follow ups . Now I have a tidy FAQ ( FAQ-O-Matic)
    downloaded from sourceforge site . I also tried one from freshmeat.com
    called (FAQ Plain) but that didnt have all the features which I was
    looking for .

    Thanx again,
    Debhatta
    debraj Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139