Code Search for Developers
 
 
  

uninstall.html from Brim at Krugle


Show uninstall.html syntax highlighted

<html>
<meta name="author"
	content="Barry Nauta (barry@nauta.be)" />
<meta name="description"
	content="Brim - BarRy Information Manager" />
<meta name="keywords"
	content="Brim, Booby, PHP" />

<head>
	<title>Brim - Uninstall</title>

	<link rel="stylesheet" href="css/brim.css"
		type="text/css" />
</head>

<body>
        <center>
                <h1>Brim - Uninstall</h1>
                <img src="pics/sleeping_booby.jpg" />
	</center>
	<h2>Get rid of the files</h2>
	<p>
		If you have uploaded the files individually by
		ftp or something similar, you can simply delete	
		files.
	</p>
	<p>
		If you have used the installation script, there is a bit more
		to do.
	</p>
	<ul>
		<li>Create a file (locally) called 'delete.php' (any name is fine)</li>
		<li>Edit the file and put the following code in it (pressumed that the application is installed under the subdirectory called 'brim')</li>
	</ul>
	<pre>
		&lt;?php  
			unlink ('brim');  
		?&gt; 
	</pre>
	<ul>
		<li>Upload this file to your public webserver, one level higher than the application directory</li>
		<li>Execute the 'delete.php' script using your webbrowser</li>
		<li>Remove the file 'delete.php'</li>
	</ul>
	<h2>Database cleanup</h2>
	<p>
		Now delete the brim database (execute something like 'drop database brim' using the commandline, phpMySQL, a similar tool)
		or delete all tables with the following prefix 'brim_', if the application is installed in a database shared with other applications
	</p>
	

</body>
</html>




See more files for this project here

Brim

BRIM is a MVC framework, written in PHP and based on items with a hierarchical relationship. The list of plugins make BRIM a Information Manager with plugins like bookmarks, a calendar, contacts tasks, notes, RSS etc. The application is multilingual.

Project homepage: http://sourceforge.net/projects/brim
Programming language(s): JavaScript,PHP,SQL
License: other

  css/
    brim.css
    index.php
  pics/
    background.jpg
    design.png
    feet_booby.jpg
    index.php
    mvc.gif
    question_booby.gif
    question_booby.jpg
    shadow.gif
    shadow2.gif
    shadowAlpha.png
    sleeping_booby.jpg
    treeback.jpg
    white_boobies.jpg
  booby2brim_changes.txt
  changelog.txt
  coding_conventions.html
  contributions.html
  design.html
  directory_structure.html
  faq.html
  gpl.html
  how_to_enable_calendar_reminders_per_email.html
  how_to_enable_calendar_reminders_per_email.txt
  how_to_write_a_template.html
  how_to_write_a_template.txt
  index.php
  installation_guide.html
  mvc.html
  security.html
  todo.txt
  uninstall.html
  upgrade_guide.html
  used_versions.txt
  which_package.html