~ubuntu-branches/ubuntu/raring/webcalendar/raring

« back to all changes in this revision

Viewing changes to README.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-06-09 06:26:24 UTC
  • mfrom: (18.2.3 karmic)
  • Revision ID: james.westby@ubuntu.com-20090609062624-9n9xea2ftpipmg38
Tags: 1.2.0+dfsg-4
* debian/patches/06_send-reminder-paths.diff: Adjust patch to help
  translate.php to find the translation files under /etc/webcalendar.
  Thanks to Dale and Cheryl Schroeder for the help on debugging this
  (really, closes: #531312).
* debian/patches/16_no-blink-public-access-title.diff: New patch for
  avoiding the blinking title when changing the Public Access title in
  English-US.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html
3
 
        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
 
        "DTD/xhtml1-transitional.dtd">
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
  "DTD/xhtml1-transitional.dtd">
 
4
<!-- $Id: README.html,v 1.29.2.2 2007/08/06 02:28:29 cknudsen Exp $ -->
5
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
 
    <head>
7
 
<title>WebCalendar README</title>
8
 
<style type="text/css">
 
6
  <head>
 
7
  <title>WebCalendar README</title>
 
8
  <style type="text/css">
9
9
<!--
10
 
body {
11
 
        background-color: #FFFFFF;
12
 
        font-family: arial, verdana;
13
 
}
14
 
a {
15
 
        text-decoration: none;
16
 
}
17
 
dt {
18
 
        font-weight: bold;
19
 
}
20
 
tr {
21
 
        background-color: #606080;
22
 
}
23
 
td {
24
 
        background-color: #E0E0E0;
25
 
        vertical-align: top;
26
 
}
27
 
h3 {
28
 
        background-color: #191970;
29
 
        color: #FFFFFF;
30
 
        padding: 5px;
31
 
}
 
10
  body {
 
11
    background-color: #FFFFFF;
 
12
    font-family: arial, verdana;
 
13
  }
 
14
  a {
 
15
    text-decoration: none;
 
16
  }
 
17
  table {
 
18
    border-width: 0;
 
19
  }
 
20
  dt {
 
21
    font-weight: bold;
 
22
  }
 
23
  tr {
 
24
    background-color: #606080;
 
25
  }
 
26
  td {
 
27
    background-color: #E0E0E0;
 
28
    vertical-align: top;
 
29
  }
 
30
  h3 {
 
31
    background-color: #191970;
 
32
    color: #FFFFFF;
 
33
    padding: 5px;
 
34
  }
32
35
-->
33
 
</style>
34
 
</head>
35
 
<body>
36
 
<h2>WebCalendar README</h2>
37
 
 
38
 
<table style="border-width:0px;" cellpadding="10">
39
 
<tr><td style="font-weight:bold;">
40
 
        URL:</td><td>
41
 
        <a href="http://www.k5n.us/webcalendar.php">www.k5n.us/webcalendar.php</a>
42
 
</td></tr>
43
 
 
44
 
<tr><td style="vertical-align:top; font-weight:bold;">Developers:</td>
45
 
<td valign="top">Craig Knudsen,
46
 
<script language="JavaScript">
47
 
document.write ("<a href=\"mailto:cknudsen" );
48
 
document.write ( "@cknudsen.com\">cknudsen@" );
49
 
document.writeln ( "cknudsen.com</a>," );
50
 
</script>
51
 
<a href="http://www.k5n.us/">http://www.k5n.us</a><br />
52
 
        Jeff Hoover<br />
53
 
        Adam Shantz, <a href="mailto:adamATadamshantzDOTcom">adamATadamshantzDOTcom</a>,
54
 
        <a href="http://adamshantz.com">adamshantz.com</a>
55
 
</td></tr>
56
 
 
57
 
<tr><td style="font-weight:bold;">Documentation:</td><td>
58
 
        <a href="docs/WebCalendar-SysAdmin.html">System Administrator's Guide</a> (Installation instructions, FAQ)<br />
59
 
        User Manual (<a href="http://sourceforge.net/project/showfiles.php?group_id=3870&amp;package_id=112017">download</a>)<br />
60
 
        <a href="UPGRADING.html">Upgrading Instructions</a>
61
 
        (<strong>Required</strong> when upgrading from an older version)<br />
62
 
        <a href="GPL.html">License</a><br />
63
 
        <a href="ChangeLog">History of Changes</a><br />
64
 
        <a href="http://webcalendar.sourceforge.net/demo/">Online Demo</a>
65
 
</td></tr>
66
 
 
67
 
<tr><td style="font-weight:bold;">Developer Resources:</td><td>
68
 
        <a href="http://sourceforge.net/projects/webcalendar/">Sourceforge.net Home</a><br />
69
 
        <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/webcalendar/webcalendar/docs/WebCalendar-Functions.html?rev=HEAD&amp;content-type=text/html">WebCalendar-Functions.html</a><br/>
70
 
        <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/webcalendar/webcalendar/docs/WebCalendar-Database.html?rev=HEAD&amp;content-type=text/html">WebCalendar-Database.html</a><br/>
71
 
        <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/webcalendar/webcalendar/docs/WebCalendar-DeveloperGuide.html?rev=HEAD&amp;content-type=text/html">WebCalendar-DeveloperGuide.html</a><br/>
72
 
 
73
 
        <a href="http://sourceforge.net/forum/forum.php?forum_id=11588">Help/Troubleshooting Forum</a><br />
74
 
        <a href="http://sourceforge.net/forum/forum.php?forum_id=11587">Open Discussion Forum</a><br />
75
 
        <a href="http://sourceforge.net/tracker/?group_id=3870&amp;atid=103870">Bug Reports</a><br />
76
 
        <a href="http://sourceforge.net/tracker/?group_id=3870&amp;atid=303870">Patches</a><br />
77
 
        <a href="https://sourceforge.net/project/showfiles.php?group_id=3870">Latest Version</a>
78
 
</td></tr>
79
 
</table>
80
 
 
81
 
<h3>Note</h3>
82
 
        <p>For a complete feature list, system requirements, and installation instructions, please see the <a href="docs/WebCalendar-SysAdmin.html">WebCalendar System Administrator's Guide</a>.</p>
83
 
 
84
 
<h3>Outstanding issues</h3>
85
 
<ul>
86
 
        <li>Updated translatations (some are slightly out of date)</li>
87
 
</ul>
88
 
 
89
 
<h3>Possible features for future releases</h3>
90
 
<ul>
91
 
        <li>See <a href="http://www.k5n.us/webcalendar.php?topic=Plans">Plans</a> on the WebCalendar home page.</li>
92
 
</ul>
93
 
</body>
 
36
  </style>
 
37
  </head>
 
38
  <body>
 
39
    <h2>WebCalendar README</h2>
 
40
    <table cellpadding="10">
 
41
      <tr>
 
42
        <td style="font-weight:bold;">URL:</td>
 
43
        <td><a href="http://www.k5n.us/webcalendar.php">www.k5n.us/webcalendar.php</a></td>
 
44
      </tr>
 
45
      <tr>
 
46
        <td style="vertical-align:top; font-weight:bold;">Developers:</td>
 
47
        <td valign="top">
 
48
          Craig Knudsen,
 
49
          <a href="mailto:&#99;&#114;&#97;&#105;&#103;&#64;&#107;&#53;&#110;&#46;&#117;&#115;">&#99;&#114;&#97;&#105;&#103;&#64;&#107;&#53;&#110;&#46;&#117;&#115;</a>
 
50
          <a href="http://www.k5n.us/">http://www.k5n.us</a><br />
 
51
          Jeff Hoover<br />
 
52
          Adam Shantz,
 
53
          <a href="mailto:adamATadamshantzDOTcom">adamATadamshantzDOTcom</a>,
 
54
          <a href="http://adamshantz.com">adamshantz.com</a><br />
 
55
          Ray Jones, <a href="mailto:rjonesATumcesDOTedu">rjonesATumcesDOTedu</a><br />
 
56
          Adam Roben,
 
57
          Bruce Bannon
 
58
        </td>
 
59
      </tr>
 
60
      <tr>
 
61
        <td style="font-weight:bold;">Documentation:</td>
 
62
        <td>
 
63
          <a href="docs/WebCalendar-SysAdmin.html">System Administrator's Guide</a>
 
64
          (Installation instructions, FAQ)<br />
 
65
          <a href="docs/WebCalendar-UserManual.html">User Manual</a><br />
 
66
          <a href="UPGRADING.html">Upgrading Instructions</a>
 
67
          (<strong>Required</strong> when upgrading from an older version)<br />
 
68
          <a href="GPL.html">License</a><br />
 
69
          <a href="ChangeLog">History of Changes</a><br />
 
70
          <a href="http://webcalendar.sourceforge.net/demo/">Online Demo</a>
 
71
        </td>
 
72
      </tr>
 
73
      <tr>
 
74
        <td style="font-weight:bold;">Developer Resources:</td>
 
75
        <td>
 
76
          <a href="http://sourceforge.net/projects/webcalendar/">Sourceforge.net Home</a><br />
 
77
          <a href="docs/WebCalendar-Functions.html">WebCalendar-Functions.html</a><br />
 
78
          <a href="docs/WebCalendar-Database.html">WebCalendar-Database.html</a><br />
 
79
          <a href="docs/WebCalendar-DeveloperGuide.html">WebCalendar-DeveloperGuide.html</a><br />
 
80
          <a href="http://sourceforge.net/forum/forum.php?forum_id=11588">Help/Troubleshooting Forum</a><br />
 
81
          <a href="http://sourceforge.net/forum/forum.php?forum_id=11587">Open Discussion Forum</a><br />
 
82
          <a href="http://sourceforge.net/tracker/?group_id=3870&amp;atid=103870">Bug Reports</a><br />
 
83
          <a href="http://sourceforge.net/tracker/?group_id=3870&amp;atid=303870">Patches</a><br />
 
84
          <a href="https://sourceforge.net/project/showfiles.php?group_id=3870">Latest Version</a>
 
85
        </td>
 
86
      </tr>
 
87
    </table>
 
88
    <h3>Note</h3>
 
89
    <p>For a complete feature list, system requirements, and installation instructions, please see the <a href="docs/WebCalendar-SysAdmin.html">WebCalendar System Administrator's Guide</a>.</p>
 
90
    <h3>Outstanding issues</h3>
 
91
    <ul>
 
92
      <li>Updated translations (some are slightly out of date)</li>
 
93
    </ul>
 
94
    <h3>Possible features for future releases</h3>
 
95
    <ul>
 
96
      <li>See <a href="http://www.k5n.us/webcalendar.php?topic=Plans">Plans</a> on the WebCalendar home page.</li>
 
97
    </ul>
 
98
  </body>
94
99
</html>