I have a website to which I want to add content, using the GNU license from Wikipedia?

I would like to copy entire Wikipedia.org articles and post to my site for helpful, related content.

How do I convert wiki pages into html, and get it to work on my site, links, photos and all?

Thank you!

3 Responses to “I have a website to which I want to add content, using the GNU license from Wikipedia?”

  • Angela:

    You can download the database in XML format from http://download.wikipedia.org/

    Or you can download a static HTML version from http://static.wikipedia.org/ – this has links to all the languages – click on "en" if you just want English.

  • rob:

    Yes, but once you do a search you leave the first webpage, so its really not the same. I’m sure <iframe> isn’t going away so xthml users will have to deal.

    —————————————————————————————-

    My God are you nuts? How do you plan on getting all of that information?

    Try using iframes instead then add your own wikipedia section.

    For instance,

    <html>
    Your web content here
    <iframe name=wiki src="http://www.wikipedia.org" width="100%" height="100%"></iframe>
    </html>

  • zwyklydachowiec:

    iframe is no longer used in XHTML 1+. use php instead.

    simple:
    <?
    require(‘site_adress’);
    ?>

Leave a Reply