~automne-team/automne/4.2

« back to all changes in this revision

Viewing changes to automne/blackbirdjs/readme.txt

  • Committer: sebastien
  • Date: 2008-11-26 17:12:36 UTC
  • Revision ID: sebastien_sebastien-20081126171236-16r3kxfuz2kmq2qe
Tags: V4_0_0a0
4.0.0a0 :
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  Blackbird - Open Source JavaScript Logging Utility
 
3
  Author: G Scott Olson
 
4
  Web: http://blackbirdjs.googlecode.com/
 
5
       http://www.gscottolson.com/blackbirdjs/
 
6
  Version: 1.0
 
7
 
 
8
  The MIT License - Copyright (c) 2008 Blackbird Project
 
9
*/
 
10
 
 
11
Adding Blackbird to your page:
 
12
 
 
13
   1. Include blackbird.js in your page.
 
14
   2. Inlcude blackbird.css in your page.
 
15
 
 
16
Your HTML source should look similar to the following code:
 
17
 
 
18
<html>
 
19
  <head>
 
20
    <script type="text/javascript" src="/PATH/TO/blackbird.js"></script>
 
21
    <link type="text/css" rel="Stylesheet" href="/PATH/TO/blackbird.css" />
 
22
    ...
 
23
  </head>
 
24
  ...
 
25
 
 
26
Demos, API, and more at: http://www.gscottolson.com/blackbirdjs/
 
 
b'\\ No newline at end of file'