Monday, July 27, 2009

Coding a wiki & blog web application?

1. How can one code a wiki website


2. How can one code a blog website





By coding I mean the underlying structure. For example (e.g.) do they save the data in a database, xml file, or just a regular file. Flowchart's e.t.c. on how it is done.

Coding a wiki %26amp; blog web application?
Most good wiki software is open source, so you can look at that to see how to code it, or even use that as a basis for your own software. See MediaWiki.org for example. You can get the source from http://svn.wikimedia.org/viewvc/mediawik...





For blogs, WordPress is open source, and you can get the code from http://wordpress.taragana.net/
Reply:For wiki, I think it should be in XML.


For blog, it is database only....
Reply:Both are typically databases.





For number 2:


a blog will have database tables for posts, users, comments, categories. The website files will extract data and sort for display.


No comments:

Post a Comment