This commit was manufactured by cvs2svn to create tag 'v0_5_0'.

Sprout from master 2010-09-15 10:37:01 UTC Erik C. Thauvin <erik@thauvin.net> 'Removed Jaiku (defunct) support.'
Delete:
    .cvsignore
    ChangeLog.txt
    README.txt
    ant/jreleaseinfo-1.3.0.jar
    build.xml
    lib/MathEvaluator.jar
    lib/commons-cli-1.2.jar
    lib/commons-codec-1.4.jar
    lib/commons-httpclient-3.1.jar
    lib/commons-logging-1.1.1.jar
    lib/commons-net-1.4.1.jar
    lib/delicious-1.14.jar
    lib/jakarta-oro-2.0.8.jar
    lib/jdom-1.1.jar
    lib/jweather-0.2.5.jar
    lib/log4j-1.2.16.jar
    lib/pircbot.jar
    lib/twitter4j-core-2.1.5-SNAPSHOT.jar
    licenses/Apache LICENSE.txt
    licenses/JDOM License.txt
    licenses/JWeather License.txt
    licenses/License.txt
    licenses/PircBot License.html
    licenses/ROME License.txt
    licenses/Twitter4J LICENSE.txt
    licenses/delicious-java License.txt
    mobibot.fb
    mobibot.ipr
    properties/fetcher.properties
    properties/log4j.properties
    src/net/thauvin/erik/mobibot/CurrencyConverter.java
    src/net/thauvin/erik/mobibot/DeliciousPoster.java
    src/net/thauvin/erik/mobibot/EntryComment.java
    src/net/thauvin/erik/mobibot/EntryLink.java
    src/net/thauvin/erik/mobibot/FeedReader.java
    src/net/thauvin/erik/mobibot/SwingWorker.java
    src/net/thauvin/erik/mobibot/TwitterOAuth.java
    src/net/thauvin/erik/mobibot/Weather.java
    website/simple.css
This commit is contained in:
Erik C. Thauvin 2010-09-15 10:37:02 +00:00
parent a70a0629c3
commit 57da14d0ac
39 changed files with 0 additions and 3331 deletions

View file

@ -1,52 +0,0 @@
body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin: 0px;
}
h1 {
color: #333399;
}
h2 {
border-bottom: 2px solid #9999cc;
}
h3 {
padding-top: 25px;
border-bottom: 1px solid #9999cc;
}
code {
font-family: Courier New, Courier, mono, monospace;
font-size: 12px;
color: #000066;
background-color: #ffeedd;
}
a:hover {
color: #ff0000;
background: #eeeeff;
}
#content {
float: none;
position: relative;
margin: 0px 10px 10px 10px;
padding: 0px 10px 10px 10px;
}
#content p {
padding-left: 10px;
}
#content p.note {
padding: 5px;
border: 1px solid #9999cc;
border-right: 2px solid #666699;
border-bottom: 2px solid #666699;
background: #eeeeff;
margin: 20px 50px;
}