<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=CDSSB</id>
	<title>CDSSB - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=CDSSB"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=CDSSB&amp;action=history"/>
	<updated>2026-04-20T11:12:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=CDSSB&amp;diff=45&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; === Community Driven Site Status Board ===  ==== Step 1: Design phase ====  ==== Step 2: Study of needed tools ====  *The backend database will be an sqlite3 database. ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=CDSSB&amp;diff=45&amp;oldid=prev"/>
		<updated>2015-08-26T12:28:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; === Community Driven Site Status Board ===  ==== Step 1: Design phase ====  ==== Step 2: Study of needed tools ====  *The backend database will be an sqlite3 database. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=== Community Driven Site Status Board ===&lt;br /&gt;
&lt;br /&gt;
==== Step 1: Design phase ====&lt;br /&gt;
&lt;br /&gt;
==== Step 2: Study of needed tools ====&lt;br /&gt;
&lt;br /&gt;
*The backend database will be an sqlite3 database. This might not be the most suitable database for time-stamped entries but for this small size project it probably serves well.&lt;br /&gt;
*sqlite3 is installed on mon&lt;br /&gt;
*More links to usefull tutorials:&lt;br /&gt;
**http://freshmeat.net/articles/sqlite-tutorial&lt;br /&gt;
**http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html&lt;br /&gt;
*A short overview of the commands I use in the command line sqlite3 environment&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sqlite /root/joris/CDSSB/test.db&lt;br /&gt;
create table t1 (t1key INTEGER PRIMARY KEY, timeStamp DATE, status TEXT, entryName TEXT, severity INTEGER);&lt;br /&gt;
drop table t1&lt;br /&gt;
&lt;br /&gt;
.tables&lt;br /&gt;
.schema t1&lt;br /&gt;
.dump t1&lt;br /&gt;
&lt;br /&gt;
insert into t1 (timeStamp,status,entryname,severity) values (date(&amp;#039;now&amp;#039;),&amp;#039;All is fine&amp;#039;,&amp;#039;Joris&amp;#039;,4);&lt;br /&gt;
select * from t1;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The frontend webpage will be written in php. &lt;br /&gt;
*Links with tutorials:&lt;br /&gt;
**http://www.w3schools.com/php&lt;br /&gt;
**http://zetcode.com/databases/sqlitephptutorial/&lt;br /&gt;
**http://www.switchonthecode.com/tutorials/php-tutorial-creating-and-modifying-sqlite-databases&lt;br /&gt;
**http://henryranch.net/software/ease-into-sqlite-3-with-php-and-pdo/&lt;br /&gt;
*Location of files and uesfull php commands&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/html/JorisTesting/CDSSB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>